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

◆ collider

Collider2D UnityEngine.RaycastHit2D.collider
get

Definition at line 69 of file RaycastHit2D.cs.

70 {
71 get
72 {
73 for (;;)
74 {
75 int num = 1;
76 int collider = this.m_Collider;
77 if (num == 0)
78 {
79 }
80 if (Object.FindObjectFromInstanceID(collider) != null)
81 {
82 return;
83 }
84 }
85 }
86 }