Enum ToggleAudio.Mode
Define how the script will behaviour to play an audio file.
Namespace: GGL.Audio
Assembly: GGL.dll
Syntax
protected enum ToggleAudio.Mode
Fields
Name | Description |
---|---|
CUSTOM | In this mode, the button will play an associated AudioSource. |
DEFAULT | In this mode, the button will play an audio file using the SoundPlayer Singleton. |