AnimationClip
AnimationClip
- events : bevy_utils::hashbrown::HashMap<bevy_animation::AnimationEventTarget, alloc::vec::Vec<bevy_animation::TimedAnimationEvent>, bevy_utils::hashbrown::hash_map::DefaultHashBuilder>
- duration : f32
Description
A list of [
VariableCurve
]s and the [AnimationTargetId
]s to which they apply.Because animation clips refer to targets by UUID, they can target any [
AnimationTarget
] with that ID.