terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SoundManager Class Reference
+ Inheritance diagram for SoundManager:
+ Collaboration diagram for SoundManager:

Public Member Functions

override void Init ()
 
override void Shutdown ()
 
void SetupChannels (int numChannels)
 
SoundChannel GetChannel (SoundDefinition soundDefinition)
 
void StopAllSoundsOnChannels (string channelId)
 
bool IsPlaying (SoundDefinition soundDefinition)
 
 SoundManager ()
 

Static Public Member Functions

static void Create ()
 
static void Create (string resourceId)
 
static void Destroy ()
 

Public Attributes

AnimationCurve VolumeFalloff
 

Properties

static AudioMixer MasterMixer [get, set]
 
static T Instance [get, set]
 

Private Member Functions

void OnEnable ()
 
void OnDisable ()
 

Static Private Member Functions

static void CreateOnMainThread (object resourceId)
 
static void Cleanup ()
 

Private Attributes

GameObject _soundRoot
 
List< SoundChannel_channels
 

Static Private Attributes

static AudioMixer _mixer
 
static T _instance
 
static bool _initialised
 

Detailed Description

Definition at line 10 of file SoundManager.cs.


The documentation for this class was generated from the following file: