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
SoundGroup.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x02000051 RID: 81
5public class SoundGroup
6{
7 // Token: 0x1700006F RID: 111
8 // (get) Token: 0x060001AD RID: 429 RVA: 0x00004DD4 File Offset: 0x00002FD4
10 {
11 get
12 {
13 AudioMixerGroup group = this._group;
15 string mixerGroupPath = this.MixerGroupPath;
16 AudioMixerGroup[] array = masterMixer.FindMatchingGroups(mixerGroupPath);
17 return this._group;
18 }
19 }
20
21 // Token: 0x060001AE RID: 430 RVA: 0x00004E04 File Offset: 0x00003004
22 public SoundGroup()
23 {
24 }
25
26 // Token: 0x04000124 RID: 292
27 public string Id;
28
29 // Token: 0x04000125 RID: 293
30 public string MixerGroupPath;
31
32 // Token: 0x04000126 RID: 294
34}
class f__AnonymousType0<< Count > j__TPar
AudioMixerGroup MixerGroup
Definition SoundGroup.cs:10
string MixerGroupPath
Definition SoundGroup.cs:30
string Id
Definition SoundGroup.cs:27
AudioMixerGroup _group
Definition SoundGroup.cs:33
static AudioMixer MasterMixer