Meta_SequenceTrack
A sequence track permits a sequence to be played at a specified time in another sequence.
Public Types
Property index.
Idx_State | State (int) - Can this track be recorded into and played, played only, or neither |
Idx_Target | link - A Meta_Sequence node to be linked to by this track |
Idx_PlayCount | int - The number of times to play the target sequence |
Idx_RelStart | float - The time in seconds to start playing the target sequence, relative to the parent sequence of this track |
Idx_Reverse | bool - If true, the target sequence will be played backwards |