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

◆ Encapsulate()

void UnityEngine.Bounds.Encapsulate ( Vector3 point)
inline

Definition at line 201 of file Bounds.cs.

202 {
203 float z = this.m_Extents.z;
204 }
Vector3 m_Extents
Definition Bounds.cs:236

References UnityEngine.Bounds.m_Extents, and UnityEngine.Vector3.z.