TSShape::Trigger
When time on a sequence advances past a certain point, a trigger takes effect and changes one of the state variables to on or off.
Public Types
enum
TriggerStates { StateOn = BIT(31) InvertOnReverse = BIT(30) StateMask = BIT(30)-1 }
Detailed Description
When time on a sequence advances past a certain point, a trigger takes effect and changes one of the state variables to on or off.
(State variables found in TSShapeInstance::mTriggerStates)