#include <fbmotion.h>
Public Member Functions | |
FBPropertyListMotionClip () | |
FBMotionClip * | operator[] (int pIndex) |
Get the motion at pIndex. | |
virtual int | Add (FBMotionClip *pItem) |
Add an MotionClip to the property list. | |
virtual void | RemoveAt (int pIndex) |
Remove the component at pIndex from list. | |
virtual FBMotionClip * | operator[] (int pIndex) |
[] operator overload. | |
virtual int | GetCount () |
Get the Component count. |
FBMotionClip* operator[] | ( | int | pIndex | ) | [virtual] |
Get the motion at pIndex.
pIndex | Index of motion to get. |
Implements FBPropertyBaseList< FBMotionClip * >.
virtual int Add | ( | FBMotionClip * | pItem | ) | [virtual] |
Add an MotionClip to the property list.
pItem | MotionClip to add to list. |
Implements FBPropertyBaseList< FBMotionClip * >.
virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove the component at pIndex from list.
pIndex | Index of Component to remove. |
Reimplemented from FBPropertyListComponentBase.
virtual FBMotionClip* operator[] | ( | int | pIndex | ) | [virtual] |
[] operator overload.
pIndex | Index of property to access. |
pIndex
. Implements FBPropertyBaseList< FBMotionClip * >.
virtual int GetCount | ( | ) | [virtual] |
Get the Component count.
Reimplemented from FBPropertyListComponentBase.