terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
Ray (Vector3 origin, Vector3 direction) | |
Vector3 | GetPoint (float distance) |
override string | ToString () |
string | ToString (string format, IFormatProvider formatProvider) |
Properties | |
Vector3 | origin [get] |
Vector3 | direction [get] |
Private Attributes | |
Vector3 | m_Origin |
Vector3 | m_Direction |