SoundPlayer Constructor (SoundEffect) |
Create the sound player.
Namespace:
GeonBit.Core.Sound
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SoundPlayer(
SoundEffect sound
)
Parameters
- sound
- Type: SoundEffect
Sound effect to play.
See Also