List: MotionClip.
PropertyList: MotionClip
Public Member Functions |
|
__init__ () | |
FBMotionClip | operator[] (int pIndex) |
Get the motion at pIndex. |
|
int | Add (HFBMotionClip pItem) |
Add an MotionClip to the property list.
|
|
RemoveAt (int pIndex) | |
Remove the component at pIndex from
list. |
|
HFBMotionClip | operator[] (int pIndex) |
[] operator overload. |
|
int | GetCount () |
Get the Component count. |
__init__ | ( | ) |
FBMotionClip operator[] | ( | int | pIndex | ) |
Get the motion at pIndex.
pIndex | Index of motion to get. |
int Add | ( | HFBMotionClip | pItem | ) |
Add an MotionClip to the property list.
pItem | MotionClip to add to list. |
RemoveAt | ( | int | pIndex | ) |
Remove the component at pIndex from list.
pIndex | Index of Component to remove. |
HFBMotionClip operator[] | ( | int | pIndex | ) |
[] operator overload.
pIndex | Index of property to access. |
pIndex
.int GetCount | ( | ) |