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

◆ extents

Vector3 UnityEngine.Bounds.extents
getset

Definition at line 123 of file Bounds.cs.

124 {
125 get
126 {
127 float x = this.m_Extents.x;
128 float y = this.m_Extents.y;
129 float z = this.m_Extents.z;
130 Vector3 vector;
131 return vector;
132 }
133 set
134 {
135 }
136 }
Vector3 m_Extents
Definition Bounds.cs:236