Click or drag to resize

SpriteDatabaseSpriteInfoList Field

This is the list of SpriteInfo records that the database knows about. You can create your own list, modify this list, or whatever. The database has some reasonable functions for loading and saving a sprite database.

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

Field Value

Type: ListSpriteInfo
See Also