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

◆ SetPitch()

void SoundInstance.SetPitch ( float pitch)
inline

Definition at line 136 of file SoundInstance.cs.

137 {
138 SoundChannel channel = this._channel;
139 if (channel != null)
140 {
143 return;
144 }
145 }
class f__AnonymousType0<< Count > j__TPar
AudioSource AudioSource
SoundChannel _channel

References _channel, SoundChannel.AudioSource, and j__TPar.