AnimatorComponent.StopAllLayers() Method
Definition¶
Namespace: Brine2D.Animation
Stops the primary Animator and every layer animator simultaneously, clearing the active clip on each. No-op for animators that are already stopped.
public void StopAllLayers();