Method RemoveAnimationTag
RemoveAnimationTag(string)
Removes the AnimationTag element with the specified name from this SpriteSheet.
public bool RemoveAnimationTag(string name)
Parameters
name
stringThe name of the AnimationTag element to remove from this SpriteSheet.
Returns
- bool
true if the AnimationTag element was successfully removed from this SpriteSheet; otherwise, false. This method returns false if this SpriteSheet does not contain an AnimationTag element with the specified name.