Click or drag to resize
ResourcesManagerGetSound Method
Get a sound effect.

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

Parameters

path
Type: SystemString
Asset path / name.

Return Value

Type: SoundEffect
Sound effect instance.
See Also