Skip to main content

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

TypeName
enumIDX { 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

EnumeratorValueDescription
Idx_StateState (int) - Can this track be recorded into and played, played only, or neither
Idx_Targetlink - A node with a property to animate
Idx_Propertyint - The index of the property to animate

Property index.