SpriteAnimator.RemoveAnimation(string) Method
Definition¶
Namespace: Brine2D.Animation
Removes an animation clip by name. If the clip is currently active the animator is stopped. Any queued entries for this clip are also removed.
public bool RemoveAnimation(string name);
Parameters¶
name System.String