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

◆ Equals() [1/2]

bool UnityEngine.Audio.AudioMixerPlayable.Equals ( AudioMixerPlayable other)
inline

Definition at line 23 of file AudioMixerPlayable.cs.

24 {
25 PlayableHandle handle = this.m_Handle;
26 if (!true)
27 {
28 }
29 bool flag;
30 return flag;
31 }

References UnityEngine.Audio.AudioMixerPlayable.m_Handle.