Click or drag to resize
SoundPlayerPlay Method
Play sound effect.

Namespace:  GeonBit.Core.Sound
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Play(
	float volumeFactor = 1f
)

Parameters

volumeFactor (Optional)
Type: SystemSingle
Volume factor to multiply with currently set volume.
See Also