FBPropertyListAnimationNode Class Reference
 
 
 
FBPropertyListAnimationNode Class Reference

#include <mobu-python-api.h>


Class Description

List of animation nodes.

Public Member Functions

def  __reduce__ ()
def  __len__ ()
def  __getitem__ ()
def  FindByLabel ()
def  __init__ ()

Member Function Documentation

def __reduce__ ( )
def __len__ ( )

Python Docstring:

__len__( (FBPropertyListAnimationNode)arg1) -> int 
def __getitem__ ( )

Python Docstring:

__getitem__( (FBPropertyListAnimationNode)arg1, (object)arg2) -> object 
def FindByLabel ( )

Python Docstring:

FindByLabel( (FBPropertyListAnimationNode)arg1, (str)arg2) -> object 

C++ Signature:

FBAnimationNode * FindByLabel(const char * pNodeLabel) 

Find an animation node by label name.

Parameters:
pNodeLabel UI name of animation node to find.
Returns:
Handle to the animation node by the label of pNodeName.
def __init__ ( )

Python Docstring:

Raises an exception
This class cannot be instantiated from Python