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.Plane Struct Reference
+ 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
 

Detailed Description

Definition at line 11 of file Plane.cs.


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