SpriteControllerUnPause Method |
un-Pause everything. This will send the specified SpritePauseType unpause command
to all sprites.
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntaxpublic void UnPause(
SpritePauseType What = SpritePauseType.PauseAll
)
Parameters
- What (Optional)
- Type: SpriteLibrarySpritePauseType
The SpritePauseType to unpause for all sprites
See Also