Method CreateAnimatedSprite
CreateAnimatedSprite(string)
Creates a new Animated
Parameters
tagName
stringThe name of the Animation
Tag element in this SpriteSheet to create the AnimatedSprite with.
Returns
- Animated
Sprite The Animated
Sprite that is created by this method.
Exceptions
- Key
Not Found Exception Thrown if this Sprite
Sheet does not contain an AnimationTag element with the specified name.