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

◆ padding

RectOffset UnityEngine.GUIStyle.padding
get

Definition at line 258 of file GUIStyle.cs.

259 {
260 get
261 {
262 while (this.m_Padding != null)
263 {
264 }
265 throw new MissingMethodException();
266 }
267 }
RectOffset m_Padding
Definition GUIStyle.cs:446