Table of Contents

Method RemoveAnimationTag

Namespace
MonoGame.Aseprite
Assembly
MonoGame.Aseprite.dll

RemoveAnimationTag(string)

Removes the AnimationTag element with the specified name from this SpriteSheet.

public bool RemoveAnimationTag(string name)

Parameters

name string

The 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.