Meta_AnimationLink
Module: Metanodes / Definitions
An animation link permits a Meta_Animation node to be inserted into a track at a specified time. This level of indirection is necessary in order to reuse a single animation in multiple places.
#include <meta_importables.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Animation, Idx_RelStart } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Animation | link - A Meta_Animation node to play | |
Idx_RelStart | float - The time in seconds to start the animation relative to the parent sequence |
Property index.