SpriteAnimator.HasAnimation(string) Method
Definition¶
Namespace: Brine2D.Animation
Returns true if an animation clip with the given name has been added.
public bool HasAnimation(string name);
Parameters¶
name System.String
Namespace: Brine2D.Animation
Returns true if an animation clip with the given name has been added.
public bool HasAnimation(string name);
name System.String