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

◆ point

Vector2 UnityEngine.RaycastHit2D.point
get

Definition at line 15 of file RaycastHit2D.cs.

16 {
17 get
18 {
19 float x = this.m_Point.x;
20 float y = this.m_Point.y;
21 Vector2 vector;
22 return vector;
23 }
24 }