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ยง
pub struct AnimationNodeIndex(/* private fields */);