Click or drag to resize

SpriteDatabaseSpriteNames Method

Return a list of the SpriteNames that this Database knows how to create.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public List<string> SpriteNames()

Return Value

Type: ListString
A list of strings, each one is the name of a sprite
See Also