Skip to main content

Meta_SequenceTrack

Module: Metanodes / Definitions

A sequence track permits a sequence to be played at a specified time in another sequence.

#include <meta_importables.hpp>

Public Types

TypeName
enumIDX { Idx_State, Idx_Target, Idx_PlayCount, Idx_RelStart, Idx_Reverse }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_StateState (int) - Can this track be recorded into and played, played only, or neither
Idx_Targetlink - A Meta_Sequence node to be linked to by this track
Idx_PlayCountint - The number of times to play the target sequence
Idx_RelStartfloat - The time in seconds to start playing the target sequence, relative to the parent sequence of this track
Idx_Reversebool - If true, the target sequence will be played backwards

Property index.