terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ movementType

ScrollRect.MovementType UnityEngine.UI.ScrollRect.movementType
getset

Definition at line 75 of file ScrollRect.cs.

76 {
77 [global::Cpp2ILInjected.Token(Token = "0x60003C3")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1FD4D10", Offset = "0x1FD4D10", Length = "0x8")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 get
81 {
82 throw null;
83 }
84 [global::Cpp2ILInjected.Token(Token = "0x60003C4")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1FD4D18", Offset = "0x1FD4D18", Length = "0x8")]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 set
88 {
89 throw null;
90 }
91 }