Click or drag to resize

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)
Syntax
C#
public void UnPause(
	SpritePauseType What = SpritePauseType.PauseAll
)

Parameters

What (Optional)
Type: SpriteLibrarySpritePauseType
The SpritePauseType to unpause for all sprites
See Also