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

◆ SetVertical()

override void UnityEngine.GUIScrollGroup.SetVertical ( float y,
float height )
inlinevirtual

Reimplemented from UnityEngine.GUILayoutGroup.

Definition at line 86 of file GUIScrollGroup.cs.

87 {
89 {
90 GUIStyle guistyle = this.horizontalScrollbar;
91 throw new MissingMethodException();
92 }
93 if (!this.allowVerticalScroll)
94 {
95 float num;
96 base.SetVertical(y, num);
97 return;
98 }
99 float num2 = this.calcMinHeight;
101 {
102 GUIStyle guistyle2 = this.verticalScrollbar;
103 throw new MissingMethodException();
104 }
105 float num3 = this.calcMaxHeight;
106 float minHeight = this.minHeight;
107 Rect rect = this.rect;
108 float num4;
111 base.SetVertical(y, height);
113 this.rect = rect;
114 float num5 = this.calcMinHeight;
116 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.GUIScrollGroup.allowVerticalScroll, UnityEngine.GUIScrollGroup.calcMaxHeight, UnityEngine.GUIScrollGroup.calcMinHeight, UnityEngine.GUIScrollGroup.horizontalScrollbar, j__TPar, UnityEngine.GUILayoutEntry.minHeight, UnityEngine.GUIScrollGroup.needsHorizontalScrollbar, UnityEngine.GUIScrollGroup.needsVerticalScrollbar, UnityEngine.GUILayoutEntry.rect, and UnityEngine.GUIScrollGroup.verticalScrollbar.