Motion class.
Properties of this class are work in progress, but you can still list them and get their names.

Public Member Functions |
|
| __init__ (str pFileName, object pObject=None) | |
| Constructor. |
|
| FBDelete () | |
| Virtual FBDelete function. |
|
| __init__ (str pName, str pFilename, object pObject=None) | |
| Constructor. |
|
| IObject_Declare (Implementation) | |
Public Attributes |
|
| FBPropertyString | Filename |
| Read Write Property: Filename and
path of motion file. |
|
| FBPropertyString | RelativePath |
| Read Only Property: Relative path to
the motion file. |
|
| FBPropertyBase | Start |
| Read Only Property: Start time of
clip. |
|
| FBPropertyBase | Stop |
| Read Only Property: Stop time of
clip. |
|
| FBPropertyString | Name |
| Name of motion clip. |
|
Constructor.
| pFileName | The complete file path of the media file to access. |
| pObject | For internal use only. |
| FBDelete | ( | ) |
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 | ( | Implementation | ) |
Reimplemented from FBComponent.
Read Write Property: Filename and path of motion file.
Filename to load clip from.
Read Only Property: Relative path to the motion file.
| FBPropertyBase Start |
Read Only Property: Start time of clip.
| FBPropertyBase Stop |
Read Only Property: Stop time of clip.