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
MultipleDisplayUtilities.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine.UI
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000059")]
10 internal static class MultipleDisplayUtilities
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600035E")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1FCFD38", Offset = "0x1FCFD38", Length = "0x60")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField.<MouseDragOutsideRect>d__194", Member = "MoveNext", ReturnType = typeof(bool))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InputField), Member = "OnDrag", MemberParameters = new object[] { typeof(PointerEventData) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Scrollbar), Member = "UpdateDrag", MemberParameters = new object[] { typeof(PointerEventData) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Slider), Member = "UpdateDrag", MemberParameters = new object[]
19 {
22 }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MultipleDisplayUtilities), Member = "RelativeMouseAtScaled", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(Vector3))]
25 public static bool GetRelativeMousePositionForDrag(PointerEventData eventData, ref Vector2 position)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x600035F")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1FCFD98", Offset = "0x1FCFD98", Length = "0x40C")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GraphicRaycaster), Member = "Raycast", MemberParameters = new object[]
34 {
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MultipleDisplayUtilities), Member = "GetRelativeMousePositionForDrag", MemberParameters = new object[]
39 {
42 }, ReturnType = typeof(bool))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PhysicsRaycaster), Member = "ComputeRayAndDistance", MemberParameters = new object[]
44 {
46 typeof(ref Ray),
47 typeof(ref int),
48 typeof(ref float)
49 }, ReturnType = typeof(bool))]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Display), Member = "get_main", ReturnType = typeof(Display))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Display), Member = "get_renderingWidth", ReturnType = typeof(int))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Display), Member = "get_systemWidth", ReturnType = typeof(int))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Display), Member = "get_renderingHeight", ReturnType = typeof(int))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Display), Member = "get_systemHeight", ReturnType = typeof(int))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Display), Member = "RelativeMouseAt", MemberParameters = new object[] { typeof(Vector3) }, ReturnType = typeof(Vector3))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Screen), Member = "get_fullScreen", ReturnType = typeof(bool))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Screen), Member = "get_width", ReturnType = typeof(int))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Screen), Member = "get_height", ReturnType = typeof(int))]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
61 public static Vector3 RelativeMouseAtScaled(Vector2 position)
62 {
63 throw null;
64 }
65 }
66}
class f__AnonymousType0<< Count > j__TPar
static bool GetRelativeMousePositionForDrag(PointerEventData eventData, ref Vector2 position)
static Vector3 RelativeMouseAtScaled(Vector2 position)