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

◆ ApplyStyleSettings()

override void UnityEngine.GUILayoutGroup.ApplyStyleSettings ( GUIStyle style)
inlineprotectedvirtualinherited

Reimplemented from UnityEngine.GUILayoutEntry.

Definition at line 75 of file GUILayoutGroup.cs.

76 {
77 base.ApplyStyleSettings(style);
78 RectOffset margin = style.margin;
79 int left = margin.left;
80 this.m_MarginLeft = left;
81 int right = margin.right;
82 this.m_MarginRight = right;
83 int top = margin.top;
84 this.m_MarginTop = top;
85 int bottom = margin.bottom;
86 this.m_MarginBottom = bottom;
87 }
class f__AnonymousType0<< Count > j__TPar
RectOffset margin
Definition GUIStyle.cs:246

References UnityEngine.RectOffset.bottom, j__TPar, UnityEngine.RectOffset.left, UnityEngine.GUIStyle.margin, UnityEngine.RectOffset.right, and UnityEngine.RectOffset.top.