Click or drag to resize

SpriteControllerSoundIsFinished Method

Check to see if the specified sound has finished playing

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public bool SoundIsFinished(
	string Name
)

Parameters

Name
Type: SystemString
The name of the sound

Return Value

Type: Boolean
True if the sound is not currently playing. False if it is currently playing.
See Also