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