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

◆ horizontalScrollbar

Scrollbar UnityEngine.UI.ScrollRect.horizontalScrollbar
getset

Definition at line 203 of file ScrollRect.cs.

204 {
205 get
206 {
207 return this.m_HorizontalScrollbar;
208 }
209 set
210 {
212 if (!true)
213 {
214 }
215 bool flag = horizontalScrollbar;
219 if (horizontalScrollbar2 == null)
220 {
221 }
222 bool flag2 = value;
224 this.SetDirtyCaching();
225 }
226 }
class f__AnonymousType0<< Count > j__TPar
ScrollRect.ScrollRectEvent m_OnValueChanged
ScrollRect.ScrollRectEvent onValueChanged
Scrollbar.ScrollEvent m_OnValueChanged
Definition Scrollbar.cs:548

Referenced by UnityEngine.UI.ScrollRect.OnDisable(), UnityEngine.UI.ScrollRect.OnEnable(), UnityEngine.UI.ScrollRect.UpdateCachedData(), UnityEngine.UI.ScrollRect.UpdateScrollbarLayout(), UnityEngine.UI.ScrollRect.UpdateScrollbars(), and UnityEngine.UI.ScrollRect.UpdateScrollbarVisibility().