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

◆ max

Vector3 UnityEngine.Bounds.max
get

Definition at line 152 of file Bounds.cs.

153 {
154 get
155 {
156 float z = this.m_Extents.z;
157 Vector3 vector;
158 return vector;
159 }
160 }
Vector3 m_Extents
Definition Bounds.cs:236