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

◆ SetPan()

void SoundInstance.SetPan ( float pan)
inline

Definition at line 124 of file SoundInstance.cs.

125 {
126 SoundChannel channel = this._channel;
127 if (channel != null)
128 {
131 return;
132 }
133 }
class f__AnonymousType0<< Count > j__TPar
AudioSource AudioSource
SoundChannel _channel

References _channel, SoundChannel.AudioSource, and j__TPar.