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

◆ normal

Vector3 UnityEngine.RaycastHit.normal
get

Definition at line 49 of file RaycastHit.cs.

50 {
51 get
52 {
53 float x = this.m_Normal.x;
54 float y = this.m_Normal.y;
55 float z = this.m_Normal.z;
56 Vector3 vector;
57 return vector;
58 }
59 }