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

◆ SetVolume()

void SoundInstance.SetVolume ( float volume)
inline

Definition at line 112 of file SoundInstance.cs.

113 {
114 SoundChannel channel = this._channel;
115 if (channel != null)
116 {
119 return;
120 }
121 }
class f__AnonymousType0<< Count > j__TPar
AudioSource AudioSource
SoundChannel _channel

References _channel, SoundChannel.AudioSource, and j__TPar.