Battle Talent  V11
Static Public Member Functions | Public Attributes | List of all members
CrossLink.SoundTable Class Reference

Inherits Sirenix.OdinInspector.SerializedScriptableObject.

Static Public Member Functions

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)
 

Public Attributes

Dictionary< string, SoundEffectInfosoundInfoDict = new Dictionary<string, SoundEffectInfo>()