#include <fbtrigger.h>
Definition at line 228 of file fbtrigger.h.
Inheritance diagram for FBMotionClip:Public Member Functions | |
| FBMotionClip (char *pName, char *pFilename, HIObject pObject=NULL) | |
| Constructor. More... | |
| IObject_Declare (K_IMPLEMENTATION) | |
Public Attributes | |
| FBPropertyString | Name |
| Name of motion clip. More... | |
| FBPropertyString | Filename |
| Filename to load clip from. More... | |
| FBMotionClip | ( | char * | pName, |
| char * | pFilename, | ||
| HIObject | pObject = NULL |
||
| ) |
Constructor.
| pName | Name of the new MotionClip. |
| pFilename | Name of the file containing the associated motion. |
| pObject | Internal parent object to own MotionClip. |
| IObject_Declare | ( | K_IMPLEMENTATION | ) |
| FBPropertyString Filename |
Filename to load clip from.
Definition at line 244 of file fbtrigger.h.
| FBPropertyString Name |
Name of motion clip.
Definition at line 243 of file fbtrigger.h.