Method | Description | |
---|---|---|
FindFolderThatContainsSprite ( int spriteNumber ) : |
Finds the SpriteFolder object for the folder that contains the sprite. Returns null if the sprite is not found.
|
|
FindSpriteByID ( int spriteNumber, bool recursive ) : Sprite |
Finds the Sprite object for the specified sprite number. Returns null if the sprite is not found.
|
|
GetAllSpritesFromAllSubFolders ( ) : IList |
Assembles a list of all the sprites in the current folder and sub-folders
|
|
NotifyClientsOfUpdate ( ) : void |
Causes the SpritesUpdated event to be fired. You should call this if you modify the sprites and need the Sprite Manager window to update to reflect the changes. Only call this on the Root sprite folder.
|
|
SpriteFolder ( |
||
SpriteFolder ( string name ) : System | ||
ToXml ( |
public FindFolderThatContainsSprite ( int spriteNumber ) : |
||
spriteNumber | int | Sprite number to look for |
return |
public FindSpriteByID ( int spriteNumber, bool recursive ) : Sprite | ||
spriteNumber | int | Sprite number to look for |
recursive | bool | Whether to also search sub-folders |
return | Sprite |
public GetAllSpritesFromAllSubFolders ( ) : IList |
||
return | IList |
public SpriteFolder ( |
||
node | ||
return | System |
public ToXml ( |
||
writer | ||
return | void |