Type Alias bevy::prelude::AnimationNodeIndex

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 crate::AnimationPlayers identify particular animations.

Aliased Typeยง

struct AnimationNodeIndex(/* private fields */);