Inherits Sirenix.OdinInspector.SerializedScriptableObject.
|
static SoundTable | GetSoundTable () |
|
static SoundEffectInfo | GetSound (string name) |
|
static void | AddSoundAsTemplate (SoundEffectInfo se) |
|
static AudioInfo | PlaySound (string name) |
|
static AudioInfo | PlaySound (string name, bool loop) |
|
static AudioInfo | PlaySound (string name, Vector3 pos, float force, float pitch) |
|
static AudioInfo | PlaySound (string name, Vector3 pos, float force=1) |
|
static AudioInfo | PlaySound (string name, Vector3 pos, bool loop) |
|
static void | GiveBack (AudioInfo au) |
|
static void | GiveBackAndLerpToZero (AudioInfo au, float lerp=0.2f) |
|