Click or drag to resize
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
C#
public SoundPlayer(
	SoundEffect sound
)

Parameters

sound
Type: SoundEffect
Sound effect to play.
See Also