Method GetAnimationTag
GetAnimationTag(string)
Gets the AnimationTag element with the specified name in this SpriteSheet.
public AnimationTag GetAnimationTag(string name)Parameters
- namestring
- The name of the AnimationTag to locate. 
Returns
- AnimationTag
- The AnimationTag that was located. 
Exceptions
- KeyNotFoundException
- Thrown if this SpriteSheet does not contain an AnimationTag element with the specified name.