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

◆ onValueChanged

ScrollRect.ScrollRectEvent UnityEngine.UI.ScrollRect.onValueChanged
getset

Definition at line 357 of file ScrollRect.cs.

358 {
359 get
360 {
361 return this.m_OnValueChanged;
362 }
363 set
364 {
366 }
367 }
class f__AnonymousType0<< Count > j__TPar
ScrollRect.ScrollRectEvent m_OnValueChanged

Referenced by UnityEngine.UI.ScrollRect.LateUpdate(), UnityEngine.UI.ScrollRect.OnDisable(), and UnityEngine.UI.ScrollRect.OnEnable().