Meta_PropertyTrack
Module: Metanodes / Definitions
A property track is a collection of animations to apply to a property of a specified node. More...
#include <meta_division.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_State, Idx_Target, Idx_Property } Property index. |
Detailed Description
struct Meta_PropertyTrack;
A property track is a collection of animations to apply to a property of a specified node.
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_Target | link - A node with a property to animate | |
Idx_Property | int - The index of the property to animate |
Property index.