pub type AnimationEntityMut<'w, 's> = EntityMutExcept<'w, 's, (AnimationTarget, AnimationPlayer, AnimationGraphHandle)>;Expand description
A type alias for EntityMutExcept as used in animation.
Aliased Typeยง
pub struct AnimationEntityMut<'w, 's> { /* private fields */ }