Type Alias bevy::prelude::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 crate::AnimationPlayer
s identify
particular animations.
Aliased Type§
struct AnimationNodeIndex(/* private fields */);