A struct used to trigger sounds
More...
|
delegate void | Delegate (AudioClip clipToPlay, AudioMixerGroup audioGroup=null, float volume=1f, float pitch=1f, int priority=128) |
|
|
static void | Register (Delegate callback) |
|
static void | Unregister (Delegate callback) |
|
static void | Trigger (AudioClip clipToPlay, AudioMixerGroup audioGroup=null, float volume=1f, float pitch=1f, int priority=128) |
|
A struct used to trigger sounds
◆ Delegate()
delegate void MoreMountains.Tools.MMSfxEvent.Delegate |
( |
AudioClip |
clipToPlay, |
|
|
AudioMixerGroup |
audioGroup = null , |
|
|
float |
volume = 1f , |
|
|
float |
pitch = 1f , |
|
|
int |
priority = 128 |
|
) |
| |
◆ Register()
static void MoreMountains.Tools.MMSfxEvent.Register |
( |
Delegate |
callback | ) |
|
|
static |
◆ Trigger()
static void MoreMountains.Tools.MMSfxEvent.Trigger |
( |
AudioClip |
clipToPlay, |
|
|
AudioMixerGroup |
audioGroup = null , |
|
|
float |
volume = 1f , |
|
|
float |
pitch = 1f , |
|
|
int |
priority = 128 |
|
) |
| |
|
static |
◆ Unregister()
static void MoreMountains.Tools.MMSfxEvent.Unregister |
( |
Delegate |
callback | ) |
|
|
static |
The documentation for this struct was generated from the following file:
- F:/Github/Store/TopDownEngine/Assets/TopDownEngine/ThirdParty/MoreMountains/MMTools/Core/MMAudio/MMAudioEvents/MMAudioEvents.cs