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

Collider UnityEngine.RaycastHit.collider
get

Definition at line 16 of file RaycastHit.cs.

17 {
18 get
19 {
20 for (;;)
21 {
22 int num = 1;
23 int collider = this.m_Collider;
24 if (num == 0)
25 {
26 }
27 if (Object.FindObjectFromInstanceID(collider) != null)
28 {
29 return;
30 }
31 }
32 }
33 }