Function bevy::animation::prelude::expire_completed_transitions
source · pub fn expire_completed_transitions(
query: Query<'_, '_, (&mut AnimationTransitions, &mut AnimationPlayer)>
)
Expand description
A system that removed transitions that have completed from the
AnimationTransitions
object.