#include <mobu-python-api.h>
List of animation nodes.
Public Member Functions | |
__reduce__ () | |
int | __len__ (FBPropertyListAnimationNode arg1) |
object | __getitem__ (FBPropertyListAnimationNode arg1, object arg2) |
object | FindByLabel (FBPropertyListAnimationNode arg1, str arg2) |
Find an animation node by label name. More... | |
__init__ (...) | |
object __getitem__ | ( | FBPropertyListAnimationNode | arg1, |
object | arg2 | ||
) |
Python Docstring:
__getitem__( (FBPropertyListAnimationNode)arg1, (object)arg2) -> object
__init__ | ( | ... | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
int __len__ | ( | FBPropertyListAnimationNode | arg1 | ) |
Python Docstring:
__len__( (FBPropertyListAnimationNode)arg1) -> int
__reduce__ | ( | ) |
object FindByLabel | ( | FBPropertyListAnimationNode | arg1, |
str | arg2 | ||
) |
Find an animation node by label name.
Python Docstring:
FindByLabel( (FBPropertyListAnimationNode)arg1, (str)arg2) -> object
C++ Signature:
ORSDK2018::FBAnimationNode * FindByLabel(const char * pNodeLabel)
pNodeLabel | UI name of animation node to find. |