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
get
set
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
}
UnityEngine.Bounds.m_Extents
Vector3 m_Extents
Definition
Bounds.cs:236
UnityEngine.Vector3.y
float y
Definition
Vector3.cs:500
UnityEngine.Vector3.z
float z
Definition
Vector3.cs:503
UnityEngine.Vector3.x
float x
Definition
Vector3.cs:497
UnityEngine
Bounds
Generated by
1.10.0