Definition at line 164 of file fbtrigger.h.
#include <fbtrigger.h>
Public Member Functions |
|
FBTriggerGroup (char *pName=NULL, HIObject pObject=NULL) | |
Constructor. |
|
IObject_Declare (Implementation) | |
void | Synchronize () |
Public Attributes |
|
FBPropertyString | Name |
Property: Name of trigger group.
|
|
FBPropertyBool | Active |
Property: Is trigger group active?
|
|
FBPropertyTriggerSource | Source |
Property: Source of triggering
information. |
|
FBPropertyTriggerMode | Mode |
Property: Motion clip play mode.
|
|
FBPropertyDouble | Speed |
Property: Motion clip speed. |
|
FBPropertyListModel | Nodes |
List: Nodes to be animated (note must
be in a hierarchy). |
|
FBPropertyListTrigger | Triggers |
List: Triggers for the group.
|
|
FBPropertyListMotionClip | MotionClips |
List: Motion clips for the group.
|
FBTriggerGroup | ( | char * | pName = NULL , |
HIObject | pObject =
NULL |
||
) |
Constructor.
pName | Name of the new group. |
pObject | Internal parent object to own trigger. |
IObject_Declare | ( | Implementation | ) |
Reimplemented from FBComponent.
void Synchronize | ( | ) |
Property: Name of trigger group.
Reimplemented from FBComponent.
Definition at line 180 of file fbtrigger.h.
Property: Is trigger group active?
Definition at line 181 of file fbtrigger.h.
FBPropertyTriggerSource Source |
Property: Source of triggering information.
Definition at line 182 of file fbtrigger.h.
FBPropertyTriggerMode Mode |
Property: Motion clip play mode.
Definition at line 183 of file fbtrigger.h.
List: Nodes to be animated (note must be in a hierarchy).
Definition at line 186 of file fbtrigger.h.
List: Triggers for the group.
Definition at line 187 of file fbtrigger.h.
List: Motion clips for the group.
Definition at line 188 of file fbtrigger.h.