AnimationCurves

Type Alias 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ยง

pub struct AnimationCurves(/* private fields */);