Method ContainsAnimationTag
ContainsAnimationTag(string)
Returns a value that indicates whether this SpriteSheet contains an AnimationTag with the specified name.
public bool ContainsAnimationTag(string name)
Parameters
name
stringThe name of the AnimationTag element to locate.
Returns
- bool
true if this SpriteSheet contains an AnimationTag with the specified name; otherwise, false.