| 
    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 
   | 
 
 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 | 
Definition at line 10 of file SoundManager.cs.