Type Alias AnimationNodeIndex

Source
pub type AnimationNodeIndex = NodeIndex;
Expand description

The index of either an animation or blend node in the animation graph.

These indices are the way that animation players identify each animation.

Aliased Typeยง

pub struct AnimationNodeIndex(/* private fields */);