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

◆ margin

RectOffset UnityEngine.GUIStyle.margin
get

Definition at line 245 of file GUIStyle.cs.

246 {
247 get
248 {
249 while (this.m_Margin != null)
250 {
251 }
252 throw new MissingMethodException();
253 }
254 }
RectOffset m_Margin
Definition GUIStyle.cs:450

Referenced by UnityEngine.GUILayoutGroup.ApplyStyleSettings().