Type Alias bevy::animation::AnimationCurves

pub type AnimationCurves = HashMap<AnimationTargetId, Vec<VariableCurve>, NoOpHash>;
Expand description

A mapping from AnimationTargetId (e.g. bone in a skinned mesh) to the animation curves.

Aliased Typeยง

struct AnimationCurves { /* private fields */ }