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

◆ center

Vector3 UnityEngine.Bounds.center
getset

Definition at line 89 of file Bounds.cs.

90 {
91 get
92 {
93 Vector3 center = this.m_Center;
94 Vector3 vector;
95 return vector;
96 }
97 set
98 {
99 }
100 }
Vector3 center
Definition Bounds.cs:90
Vector3 m_Center
Definition Bounds.cs:232