Interface IFModSound
- Namespace
- Nautilus.FMod.Interfaces
- Assembly
- Nautilus.dll
This interface is used to integrate with CustomSoundHandler.
public interface IFModSound
- Extension Methods
Methods
TryPlaySound(out Channel)
Defines how to play sound in this object.
bool TryPlaySound(out Channel channel)
Parameters
channel
Channel- The channel on which the sound was created.
Returns
- bool
- If the sound was reported as played.