Click or drag to resize
SpriteControllerAllSprites Method
Return a list of all sprites

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public List<Sprite> AllSprites()

Return Value

Type: ListSprite
A list of all sprites
See Also