Meta_ComponentTrack
Module: Metanodes / Definitions
A component track is a collection of animations to apply to a component of a vector property. More...
#include <meta_division.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_State, Idx_Component } Property index. |
Detailed Description
struct Meta_ComponentTrack;
A component track is a collection of animations to apply to a component of a vector property.
Valid child types: Meta_Animation, Meta_AnimationLink
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_State | State (int) - Can this track be recorded into and played, played only, or neither | |
Idx_Component | int - The index of the vector component to animate |
Property index.