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

◆ min

Vector3 UnityEngine.Bounds.min
get

Definition at line 140 of file Bounds.cs.

141 {
142 get
143 {
144 float z = this.m_Extents.z;
145 Vector3 vector;
146 return vector;
147 }
148 }
Vector3 m_Extents
Definition Bounds.cs:236