Click or drag to resize

SpriteIsPaused Method

Ask if the sprite is paused using the specified sprite type (default is PauseAll)

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public bool IsPaused(
	SpritePauseType What = SpritePauseType.PauseAll
)

Parameters

What (Optional)
Type: SpriteLibrarySpritePauseType
The spritePauseType to see if the sprite is paused with

Return Value

Type: Boolean
True if the sprite is set to pause the specified item, false if not
See Also