Click or drag to resize
SoundEffect Constructor (String)
Create the Sound Effect component.

Namespace:  GeonBit.ECS.Components.Sound
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SoundEffect(
	string sound
)

Parameters

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