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
}
Microsoft.Xna.Framework.Graphics.SurfaceFormat.Vector2
@ Vector2
UnityEngine.RaycastHit2D.m_Point
Vector2 m_Point
Definition
RaycastHit2D.cs:94
UnityEngine.Vector2.x
float x
Definition
Vector2.cs:403
UnityEngine.Vector2.y
float y
Definition
Vector2.cs:406
UnityEngine
RaycastHit2D
Generated by
1.10.0