Skip to main content

Meta_AssemblyTrack

Module: Metanodes / Definitions

An assembly track is a collection of animations to apply to the transform of a specified node Valid child types: Meta_Animation, Meta_AnimationLink.

#include <meta_importables.hpp>

Public Types

TypeName
enumIDX { Idx_State, Idx_Target, Idx_Body, Idx_TransformMode }
Property index.
enumState { STATE_PLAY_AND_RECORD, STATE_PLAY, STATE_DISABLED, STATE_COUNT }
Values for Idx_State.
enumTransformMode { TRANSFORM_WORLD, TRANSFORM_LOCAL }
Values for Idx_TransformMode.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_StateState (int) - Can this track be recorded into and played, played only, or neither
Idx_Targetlink - A node with a transform to animate
Idx_Bodybool - If true, this track will animate the user's camera
Idx_TransformModeTransformMode (int) - Whether to animate the target in world space or local space (i.e. relativeto its parent)

Property index.

enum State

EnumeratorValueDescription
STATE_PLAY_AND_RECORDTrack can be recorded into and played back (Symbols - C: "StatePlayAndRecord", Lua: __AssemblyTrack_StatePlayAndRecord)
STATE_PLAYTrack can only be played (Symbols - C: "StatePlay", Lua: __AssemblyTrack_StatePlay)
STATE_DISABLEDTrack is disabled and never plays (Symbols - C: "StateDisabled", Lua: __AssemblyTrack_StateDisabled)
STATE_COUNTInternal, total number of states.

Values for Idx_State.

enum TransformMode

EnumeratorValueDescription
TRANSFORM_WORLDAnimates target in world space (Symbols - C: "TransformWorld", Lua: __AssemblyTrack_TransformWorld)
TRANSFORM_LOCALAnimates target in local space (Symbols - C: "TransformLocal", Lua: __AssemblyTrack_TransformLocal)

Values for Idx_TransformMode.