SpriteControllerAllNamedSprites Method |
Get a list of all your named sprites. These should just be your template sprites.
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntaxpublic List<Sprite> AllNamedSprites()
Return Value
Type:
ListSpriteA list containing all the named sprites
See Also