|
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
|
Inheritance diagram for UnityEngine.Plane:
Collaboration diagram for UnityEngine.Plane:Public Member Functions | |
| Plane (Vector3 inNormal, Vector3 inPoint) | |
| bool | Raycast (Ray ray, out float enter) |
| override string | ToString () |
| string | ToString (string format, IFormatProvider formatProvider) |
| string | ToString (string format, global::System.IFormatProvider formatProvider) |
Properties | |
| Vector3 | normal [get, set] |
Private Attributes | |
| Vector3 | m_Normal |
| float | m_Distance |