Click or drag to resize

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)
Syntax
C#
public List<Sprite> AllNamedSprites()

Return Value

Type: ListSprite
A list containing all the named sprites
See Also