Click or drag to resize
SoundEffect Constructor (SoundEffect)
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(
	SoundEffect sound
)

Parameters

sound
Type: SoundEffect
Sound effect to play.
See Also