removeAnimationClip method
Unregisters clip from this node's animation player so it no longer
contributes to the blend. No-op when clip is not registered here.
Implementation
void removeAnimationClip(AnimationClip clip) =>
_animationPlayer?.removeClip(clip);