terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SoundManager Class Reference
+ Inheritance 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]
 
static T Instance [get]
 

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 9 of file SoundManager.cs.


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