Click or drag to resize
SoundPlayer Constructor (String)
Create the sound player from asset path.

Namespace:  GeonBit.Core.Sound
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SoundPlayer(
	string path
)

Parameters

path
Type: SystemString
Path of the sound effect to load.
See Also