SpriteControllerSoundIsFinished Method |
Check to see if the specified sound has finished playing
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntaxpublic bool SoundIsFinished(
string Name
)
Parameters
- Name
- Type: SystemString
The name of the sound
Return Value
Type:
BooleanTrue if the sound is not currently playing. False if it is currently playing.
See Also