SpriteControllerSpriteForwards Method |
Change the display order of the specified sprite so it is more likely to go in front of other sprites
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntaxpublic void SpriteForwards(
Sprite What
)
Parameters
- What
- Type: SpriteLibrarySprite
The sprite to send behind all other sprites
See Also