Type Alias bevy_animation::AnimationCurves
source · 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 */ }