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/3]

bool UnityEngine.AnimationCurve.Equals ( AnimationCurve other)
inline

Definition at line 112 of file AnimationCurve.cs.

113 {
114 if (other != null)
115 {
116 IntPtr ptr = other.m_Ptr;
117 }
118 IntPtr ptr2 = other.m_Ptr;
119 throw new MissingMethodException();
120 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.