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
Gizmos.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine
8{
9 [StaticAccessor("GizmoBindings", StaticAccessorType.DoubleColon)]
10 [NativeHeader("Runtime/Export/Gizmos/Gizmos.bindings.h")]
11 [global::Cpp2ILInjected.Token(Token = "0x20000D9")]
12 public sealed class Gizmos
13 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000474")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1F841B4", Offset = "0x1F841B4", Length = "0x50")]
17 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "DrawCircleGizmo", MemberParameters = new object[]
19 {
21 typeof(float)
22 }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "DrawOvalGizmo", MemberParameters = new object[]
24 {
27 }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "DrawRectGizmo", MemberParameters = new object[] { typeof(Rect) }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "DrawRectGizmo", MemberParameters = new object[]
30 {
33 }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "OnDrawGizmos", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
37 public static void DrawLine(Vector3 from, Vector3 to)
38 {
39 throw null;
40 }
41
43 [global::Cpp2ILInjected.Token(Token = "0x6000475")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1F84248", Offset = "0x1F84248", Length = "0x54")]
45 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "OnDrawGizmos", ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
49 public static void DrawSphere(Vector3 center, float radius)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x170000E2")]
55 public static Color color
56 {
57 [global::Cpp2ILInjected.Token(Token = "0x6000476")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1F842E8", Offset = "0x1F842E8", Length = "0x44")]
59 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "DrawCircleGizmo", MemberParameters = new object[]
61 {
63 typeof(float),
65 }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "DrawOvalGizmo", MemberParameters = new object[]
67 {
71 }, ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "DrawRectGizmo", MemberParameters = new object[]
73 {
74 typeof(Rect),
76 }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.Utility", Member = "DrawRectGizmo", MemberParameters = new object[]
78 {
82 }, ReturnType = typeof(void))]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = "OnDrawGizmos", ReturnType = typeof(void))]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
85 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
86 set
87 {
88 throw null;
89 }
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x6000477")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1F84204", Offset = "0x1F84204", Length = "0x44")]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
95 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
96 [MethodImpl(4096)]
97 private static extern void DrawLine_Injected(ref Vector3 from, ref Vector3 to);
98
99 [global::Cpp2ILInjected.Token(Token = "0x6000478")]
100 [global::Cpp2ILInjected.Address(RVA = "0x1F8429C", Offset = "0x1F8429C", Length = "0x4C")]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
102 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
103 [MethodImpl(4096)]
104 private static extern void DrawSphere_Injected(ref Vector3 center, float radius);
105
106 [global::Cpp2ILInjected.Token(Token = "0x6000479")]
107 [global::Cpp2ILInjected.Address(RVA = "0x1F8432C", Offset = "0x1F8432C", Length = "0x3C")]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
109 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
110 [MethodImpl(4096)]
111 private static extern void set_color_Injected(ref Color value);
112 }
113}
class f__AnonymousType0<< Count > j__TPar
static void set_color_Injected(ref Color value)
static void DrawLine_Injected(ref Vector3 from, ref Vector3 to)
static void DrawSphere(Vector3 center, float radius)
Definition Gizmos.cs:49
static void DrawLine(Vector3 from, Vector3 to)
Definition Gizmos.cs:37
static void DrawSphere_Injected(ref Vector3 center, float radius)