SpriteControllerSpriteToFront Method |
Change the display order of the specified sprite so it goes in front of all other sprites.
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntaxpublic void SpriteToFront(
Sprite What
)
Parameters
- What
- Type: SpriteLibrarySprite
The sprite we want to show up in front
See Also