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 public SoundEffect(
SoundEffect sound
)
Parameters
- sound
- Type: SoundEffect
Sound effect to play.
See Also