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

◆ size

Vector3 UnityEngine.Bounds.size
getset

Definition at line 105 of file Bounds.cs.

106 {
107 get
108 {
109 float x = this.m_Extents.x;
110 float y = this.m_Extents.y;
111 float z = this.m_Extents.z;
112 Vector3 vector;
113 return vector;
114 }
115 set
116 {
117 }
118 }
Vector3 m_Extents
Definition Bounds.cs:236

Referenced by UnityEngine.UI.Image.GenerateSprite(), InControl.TouchSprite.ScaleSpriteInPercent(), and InControl.TouchSprite.ScaleSpriteInPixels().