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

◆ Set()

void UnityEngine.UI.Scrollbar.Set ( float input,
bool sendCallback = true )
inlineprivate

Definition at line 242 of file Scrollbar.cs.

243 {
244 float value = this.m_Value;
245 float value2 = this.value;
246 this.UpdateVisuals();
247 UISystemProfilerApi.AddMarker("Scrollbar.value", this);
249 float value3 = this.value;
250 }
class f__AnonymousType0<< Count > j__TPar
Scrollbar.ScrollEvent m_OnValueChanged
Definition Scrollbar.cs:548
Scrollbar.ScrollEvent onValueChanged
Definition Scrollbar.cs:149

References UnityEngine.UISystemProfilerApi.AddMarker(), j__TPar, UnityEngine.UI.Scrollbar.m_OnValueChanged, UnityEngine.UI.Scrollbar.m_Value, UnityEngine.UI.Scrollbar.onValueChanged, UnityEngine.UI.Scrollbar.UpdateVisuals(), and UnityEngine.UI.Scrollbar.value.

Referenced by UnityEngine.UI.Scrollbar.SetValueWithoutNotify().