FBPropertyListAnimationNode Class Reference

FBPropertyListAnimationNode Class Reference

#include <mobu-python-api.h>

Class Description

List of animation nodes.

+ Inheritance diagram for FBPropertyListAnimationNode:

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__ (...)
 

Member Function Documentation

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) 
Parameters
pNodeLabelUI name of animation node to find.
Returns
Handle to the animation node by the label of pNodeName.