Skip to content

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

Returns

System.Boolean