terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnityEngine.RaycastHit2D Struct Reference
+ Collaboration diagram for UnityEngine.RaycastHit2D:

Properties

Vector2 point [get, set]
 
Vector2 normal [get, set]
 
float distance [get, set]
 
Collider2D collider [get, set]
 

Private Attributes

Vector2 m_Centroid
 
Vector2 m_Point
 
Vector2 m_Normal
 
float m_Distance
 
float m_Fraction
 
int m_Collider
 

Detailed Description

Definition at line 13 of file RaycastHit2D.cs.


The documentation for this struct was generated from the following file: