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

◆ Invoke()

RaycastHit2D UnityEngine.UI.ReflectionMethodsCache.Raycast2DCallback.Invoke ( Vector2 p1,
Vector2 p2,
float f,
int i )
inline

Definition at line 336 of file ReflectionMethodsCache.cs.

337 {
340 IntPtr method = this.method;
341 RaycastHit2D raycastHit2D;
342 return raycastHit2D;
343 }
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371

References System.Delegate.invoke_impl, j__TPar, System.Delegate.method, and System.Delegate.method_code.