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

◆ velocity

Vector2 UnityEngine.UI.ScrollRect.velocity
getset

Definition at line 383 of file ScrollRect.cs.

384 {
385 [global::Cpp2ILInjected.Token(Token = "0x60003DE")]
386 [global::Cpp2ILInjected.Address(RVA = "0x1FD52C0", Offset = "0x1FD52C0", Length = "0x8")]
387 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
388 get
389 {
390 throw null;
391 }
392 [global::Cpp2ILInjected.Token(Token = "0x60003DF")]
393 [global::Cpp2ILInjected.Address(RVA = "0x1FD52C8", Offset = "0x1FD52C8", Length = "0x8")]
394 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
395 set
396 {
397 throw null;
398 }
399 }