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
GUIUtility.cs
Go to the documentation of this file.
1using System;
7
8namespace UnityEngine
9{
10 // Token: 0x02000010 RID: 16
11 [NativeHeader("Runtime/Utilities/CopyPaste.h")]
12 [NativeHeader("Runtime/Camera/RenderLayers/GUITexture.h")]
13 [NativeHeader("Runtime/Input/InputManager.h")]
14 [NativeHeader("Modules/IMGUI/GUIUtility.h")]
15 [NativeHeader("Modules/IMGUI/GUIManager.h")]
16 [NativeHeader("Runtime/Input/InputBindings.h")]
17 public class GUIUtility
18 {
19 // Token: 0x1700001F RID: 31
20 // (get) Token: 0x06000068 RID: 104 RVA: 0x00002FD0 File Offset: 0x000011D0
21 [NativeProperty("GetGUIState().m_PixelsPerPoint", true, TargetType.Field)]
22 internal static float pixelsPerPoint
23 {
24 get
25 {
26 throw new MissingMethodException();
27 }
28 }
29
30 // Token: 0x17000020 RID: 32
31 // (get) Token: 0x06000069 RID: 105 RVA: 0x00002FE4 File Offset: 0x000011E4
32 [NativeProperty("GetGUIState().m_OnGUIDepth", true, TargetType.Field)]
33 internal static int guiDepth
34 {
35 get
36 {
37 throw new MissingMethodException();
38 }
39 }
40
41 // Token: 0x17000021 RID: 33
42 // (set) Token: 0x0600006A RID: 106 RVA: 0x00002FF8 File Offset: 0x000011F8
43 [NativeProperty("GetGUIState().m_CanvasGUIState.m_IsMouseUsed", true, TargetType.Field)]
44 internal static bool mouseUsed
45 {
46 set
47 {
48 throw new MissingMethodException();
49 }
50 }
51
52 // Token: 0x17000022 RID: 34
53 // (get) Token: 0x0600006B RID: 107 RVA: 0x0000300C File Offset: 0x0000120C
54 // (set) Token: 0x0600006C RID: 108 RVA: 0x00003020 File Offset: 0x00001220
55 public static string systemCopyBuffer
56 {
57 [FreeFunction("GetCopyBuffer")]
58 get
59 {
60 throw new MissingMethodException();
61 }
62 [FreeFunction("SetCopyBuffer")]
63 set
64 {
65 throw new MissingMethodException();
66 }
67 }
68
69 // Token: 0x0600006D RID: 109 RVA: 0x00003034 File Offset: 0x00001234
70 [FreeFunction("GetGUIState().GetControlID")]
71 private static int Internal_GetControlID(int hint, FocusType focusType, Rect rect)
72 {
73 throw new MissingMethodException();
74 }
75
76 // Token: 0x0600006E RID: 110 RVA: 0x00003048 File Offset: 0x00001248
77 public static int GetControlID(int hint, FocusType focusType, Rect rect)
78 {
79 int num;
80 return num;
81 }
82
83 // Token: 0x0600006F RID: 111 RVA: 0x00003058 File Offset: 0x00001258
84 private static int Internal_GetHotControl()
85 {
86 throw new MissingMethodException();
87 }
88
89 // Token: 0x06000070 RID: 112 RVA: 0x0000306C File Offset: 0x0000126C
90 private static int Internal_GetKeyboardControl()
91 {
92 throw new MissingMethodException();
93 }
94
95 // Token: 0x06000071 RID: 113 RVA: 0x00003080 File Offset: 0x00001280
96 private static object Internal_GetDefaultSkin(int skinMode)
97 {
98 throw new MissingMethodException();
99 }
100
101 // Token: 0x06000072 RID: 114 RVA: 0x00003094 File Offset: 0x00001294
102 private static void Internal_ExitGUI()
103 {
104 throw new MissingMethodException();
105 }
106
107 // Token: 0x06000073 RID: 115 RVA: 0x000030A8 File Offset: 0x000012A8
109 private static void MarkGUIChanged()
110 {
111 }
112
113 // Token: 0x06000074 RID: 116 RVA: 0x000030B8 File Offset: 0x000012B8
114 public static int GetControlID(int hint, FocusType focus)
115 {
116 Rect zero = Rect.zero;
117 int num;
118 return num;
119 }
120
121 // Token: 0x17000023 RID: 35
122 // (set) Token: 0x06000075 RID: 117 RVA: 0x000030D0 File Offset: 0x000012D0
123 internal static bool guiIsExiting
124 {
126 set
127 {
128 }
129 }
130
131 // Token: 0x17000024 RID: 36
132 // (get) Token: 0x06000076 RID: 118 RVA: 0x000030E0 File Offset: 0x000012E0
133 public static int hotControl
134 {
135 get
136 {
137 throw new MissingMethodException();
138 }
139 }
140
141 // Token: 0x06000077 RID: 119 RVA: 0x000030F4 File Offset: 0x000012F4
143 internal static void TakeCapture()
144 {
145 }
146
147 // Token: 0x06000078 RID: 120 RVA: 0x00003104 File Offset: 0x00001304
149 internal static void RemoveCapture()
150 {
151 }
152
153 // Token: 0x17000025 RID: 37
154 // (get) Token: 0x06000079 RID: 121 RVA: 0x00003114 File Offset: 0x00001314
155 public static int keyboardControl
156 {
157 get
158 {
159 throw new MissingMethodException();
160 }
161 }
162
163 // Token: 0x0600007A RID: 122 RVA: 0x00003128 File Offset: 0x00001328
164 internal static bool HasKeyFocus(int controlID)
165 {
166 throw new MissingMethodException();
167 }
168
169 // Token: 0x0600007B RID: 123 RVA: 0x00003140 File Offset: 0x00001340
170 internal static GUISkin GetDefaultSkin()
171 {
172 throw new MissingMethodException();
173 }
174
175 // Token: 0x0600007C RID: 124 RVA: 0x00003154 File Offset: 0x00001354
177 internal static void ProcessEvent(int instanceID, IntPtr nativeEventPtr, [Out] bool result)
178 {
179 }
180
181 // Token: 0x0600007D RID: 125 RVA: 0x00003164 File Offset: 0x00001364
183 internal static void BeginGUI(int skinMode, int instanceID, int useGUILayout)
184 {
186 if (useGUILayout != 0)
187 {
188 GUILayoutUtility.Begin(instanceID);
189 return;
190 }
191 }
192
193 // Token: 0x0600007E RID: 126 RVA: 0x00003180 File Offset: 0x00001380
195 internal static void EndGUI(int layoutType)
196 {
197 throw new MissingMethodException();
198 }
199
200 // Token: 0x0600007F RID: 127 RVA: 0x000031DC File Offset: 0x000013DC
203 {
204 throw new MissingMethodException();
205 }
206
207 // Token: 0x06000080 RID: 128 RVA: 0x000031F0 File Offset: 0x000013F0
210 {
211 }
212
213 // Token: 0x06000081 RID: 129 RVA: 0x00003200 File Offset: 0x00001400
214 internal static void ResetGlobalState()
215 {
216 if (!true)
217 {
218 }
219 throw new MissingMethodException();
220 }
221
222 // Token: 0x06000082 RID: 130 RVA: 0x0000321C File Offset: 0x0000141C
224 {
225 }
226
227 // Token: 0x06000083 RID: 131 RVA: 0x0000322C File Offset: 0x0000142C
229 {
230 bool flag;
231 return flag;
232 }
233
234 // Token: 0x06000084 RID: 132 RVA: 0x0000323C File Offset: 0x0000143C
235 internal static void CheckOnGUI()
236 {
237 throw new MissingMethodException();
238 }
239
240 // Token: 0x06000085 RID: 133 RVA: 0x00003250 File Offset: 0x00001450
241 internal static bool HitTest(Rect rect, Vector2 point, int offset)
242 {
243 }
244
245 // Token: 0x06000086 RID: 134 RVA: 0x00003260 File Offset: 0x00001460
246 internal static bool HitTest(Rect rect, Vector2 point, bool isDirectManipulationDevice)
247 {
248 bool flag;
249 return flag;
250 }
251
252 // Token: 0x06000087 RID: 135 RVA: 0x00003270 File Offset: 0x00001470
253 internal static bool HitTest(Rect rect, Event evt)
254 {
255 bool flag;
256 return flag;
257 }
258
259 // Token: 0x06000088 RID: 136 RVA: 0x00003280 File Offset: 0x00001480
261 {
262 throw new MissingMethodException();
263 }
264
265 // Token: 0x0400005F RID: 95
266 internal static int s_ControlCount;
267
268 // Token: 0x04000060 RID: 96
269 internal static int s_SkinMode;
270
271 // Token: 0x04000061 RID: 97
272 internal static int s_OriginalID;
273
274 // Token: 0x04000062 RID: 98
275 internal static Action takeCapture;
276
277 // Token: 0x04000063 RID: 99
278 internal static Action releaseCapture;
279
280 // Token: 0x04000064 RID: 100
282
283 // Token: 0x04000065 RID: 101
285
286 // Token: 0x04000066 RID: 102
287 internal static Action guiChanged;
288
289 // Token: 0x04000067 RID: 103
292 private static bool <guiIsExiting>k__BackingField;
293
294 // Token: 0x04000068 RID: 104
296 }
297}
class f__AnonymousType0<< Count > j__TPar
static void Begin(int instanceID)
static int Internal_GetKeyboardControl()
Definition GUIUtility.cs:90
static GUISkin GetDefaultSkin()
static bool EndContainerGUIFromException(Exception exception)
static int s_ControlCount
static Action guiChanged
static bool HitTest(Rect rect, Vector2 point, bool isDirectManipulationDevice)
static int GetControlID(int hint, FocusType focusType, Rect rect)
Definition GUIUtility.cs:77
static void ProcessEvent(int instanceID, IntPtr nativeEventPtr, [Out] bool result)
static bool HitTest(Rect rect, Vector2 point, int offset)
static int keyboardControl
static void Internal_ExitGUI()
static void EndGUI(int layoutType)
static void BeginGUI(int skinMode, int instanceID, int useGUILayout)
static bool EndGUIFromException(Exception exception)
static void TakeCapture()
static object Internal_GetDefaultSkin(int skinMode)
Definition GUIUtility.cs:96
static int Internal_GetControlID_Injected(int hint, FocusType focusType, Rect rect)
static void MarkGUIChanged()
static bool guiIsExiting
static Func< bool > s_HasCurrentWindowKeyFocusFunc
static void CheckOnGUI()
static int Internal_GetControlID(int hint, FocusType focusType, Rect rect)
Definition GUIUtility.cs:71
static Func< int, IntPtr, bool > processEvent
static float pixelsPerPoint
Definition GUIUtility.cs:23
static Func< Exception, bool > endContainerGUIFromException
static void RemoveCapture()
static bool ShouldRethrowException(Exception exception)
static int Internal_GetHotControl()
Definition GUIUtility.cs:84
static Action releaseCapture
static bool IsExitGUIException(Exception exception)
static bool HasKeyFocus(int controlID)
static void ResetGlobalState()
static int GetControlID(int hint, FocusType focus)
static bool mouseUsed
Definition GUIUtility.cs:45
static bool HitTest(Rect rect, Event evt)
static string systemCopyBuffer
Definition GUIUtility.cs:56
static bool< guiIsExiting > k__BackingField
static Action takeCapture
static Rect zero
Definition Rect.cs:28