Click or drag to resize

SpriteUnPause Method

unpause the sprite.

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
Which aspects of the sprite you want to unpause.
See Also