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
BaseInputModule.cs
Go to the documentation of this file.
1using System;
6
8{
9 [RequireComponent(typeof(EventSystem))]
10 [global::Cpp2ILInjected.Token(Token = "0x20000B2")]
11 public abstract class BaseInputModule : UIBehaviour
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x170001B4")]
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x600065D")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1FE80BC", Offset = "0x1FE80BC", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
23 [global::Cpp2ILInjected.Token(Token = "0x600065E")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1FE80C4", Offset = "0x1FE80C4", Length = "0xC")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 set
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x170001B5")]
34 {
35 [global::Cpp2ILInjected.Token(Token = "0x600065F")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1FE80D0", Offset = "0x1FE80D0", Length = "0x1F8")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InputField), Member = "get_input", ReturnType = typeof(BaseInput))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PointerInputModule), Member = "StateForMouseButton", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(PointerEventData.FramePressState))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PointerInputModule), Member = "GetMousePointerEventData", MemberParameters = new object[] { typeof(int) }, ReturnType = "UnityEngine.EventSystems.PointerInputModule.MouseState")]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "UpdateModule", ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "ShouldActivateModule", ReturnType = typeof(bool))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "ActivateModule", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "Process", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "ProcessTouchEvents", ReturnType = typeof(bool))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "SendSubmitEventToSelectedObject", ReturnType = typeof(bool))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "GetRawMoveVector", ReturnType = typeof(Vector2))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "UpdateModule", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "IsModuleSupported", ReturnType = typeof(bool))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "ShouldActivateModule", ReturnType = typeof(bool))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "UseFakeInput", ReturnType = typeof(bool))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "Process", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "FakeTouches", ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "ProcessTouchEvents", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "ToString", ReturnType = typeof(string))]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 38)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Inequality", MemberParameters = new object[]
58 {
61 }, ReturnType = typeof(bool))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Equality", MemberParameters = new object[]
63 {
66 }, ReturnType = typeof(bool))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "GetComponents", MemberTypeParameters = new object[] { "T" }, ReturnType = "T[]")]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(Type))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Equality", MemberParameters = new object[]
71 {
72 typeof(Type),
74 }, ReturnType = typeof(bool))]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "get_gameObject", ReturnType = typeof(GameObject))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GameObject), Member = "AddComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
77 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
78 get
79 {
80 throw null;
81 }
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x170001B6")]
86 {
87 [global::Cpp2ILInjected.Token(Token = "0x6000660")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1FE82C8", Offset = "0x1FE82C8", Length = "0x8")]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 get
91 {
92 throw null;
93 }
94 [global::Cpp2ILInjected.Token(Token = "0x6000661")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1FE82D0", Offset = "0x1FE82D0", Length = "0x8")]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
97 set
98 {
99 throw null;
100 }
101 }
102
103 [global::Cpp2ILInjected.Token(Token = "0x170001B7")]
105 {
106 [global::Cpp2ILInjected.Token(Token = "0x6000662")]
107 [global::Cpp2ILInjected.Address(RVA = "0x1FE82D8", Offset = "0x1FE82D8", Length = "0x8")]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
109 get
110 {
111 throw null;
112 }
113 }
114
115 [global::Cpp2ILInjected.Token(Token = "0x6000663")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1FE82E0", Offset = "0x1FE82E0", Length = "0x50")]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "GetComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
119 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSystem), Member = "UpdateModules", ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
121 protected override void OnEnable()
122 {
123 throw null;
124 }
125
126 [global::Cpp2ILInjected.Token(Token = "0x6000664")]
127 [global::Cpp2ILInjected.Address(RVA = "0x1FE8330", Offset = "0x1FE8330", Length = "0x8")]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSystem), Member = "UpdateModules", ReturnType = typeof(void))]
130 protected override void OnDisable()
131 {
132 throw null;
133 }
134
135 [global::Cpp2ILInjected.Token(Token = "0x6000665")]
136 public abstract void Process();
137
138 [global::Cpp2ILInjected.Token(Token = "0x6000666")]
139 [global::Cpp2ILInjected.Address(RVA = "0x1FE8338", Offset = "0x1FE8338", Length = "0x10C")]
140 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PointerInputModule), Member = "GetTouchPointerEventData", MemberParameters = new object[]
142 {
143 typeof(Touch),
144 typeof(ref bool),
145 typeof(ref bool)
146 }, ReturnType = typeof(PointerEventData))]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PointerInputModule), Member = "GetMousePointerEventData", MemberParameters = new object[] { typeof(int) }, ReturnType = "UnityEngine.EventSystems.PointerInputModule.MouseState")]
148 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<RaycastResult>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Equality", MemberParameters = new object[]
151 {
152 typeof(Object),
154 }, ReturnType = typeof(bool))]
155 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
157 {
158 throw null;
159 }
160
161 [global::Cpp2ILInjected.Token(Token = "0x6000667")]
162 [global::Cpp2ILInjected.Address(RVA = "0x1FE8444", Offset = "0x1FE8444", Length = "0x54")]
163 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
164 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
165 protected static MoveDirection DetermineMoveDirection(float x, float y)
166 {
167 throw null;
168 }
169
170 [global::Cpp2ILInjected.Token(Token = "0x6000668")]
171 [global::Cpp2ILInjected.Address(RVA = "0x1FE8498", Offset = "0x1FE8498", Length = "0x50")]
172 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
173 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
174 protected static MoveDirection DetermineMoveDirection(float x, float y, float deadZone)
175 {
176 throw null;
177 }
178
179 [global::Cpp2ILInjected.Token(Token = "0x6000669")]
180 [global::Cpp2ILInjected.Address(RVA = "0x1FE84E8", Offset = "0x1FE84E8", Length = "0x15C")]
181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BaseInputModule), Member = "HandlePointerExitAndEnter", MemberParameters = new object[]
182 {
185 }, ReturnType = typeof(void))]
186 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
187 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Equality", MemberParameters = new object[]
188 {
189 typeof(Object),
191 }, ReturnType = typeof(bool))]
192 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GameObject), Member = "get_transform", ReturnType = typeof(Transform))]
193 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Inequality", MemberParameters = new object[]
194 {
195 typeof(Object),
197 }, ReturnType = typeof(bool))]
198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Transform), Member = "get_parent", ReturnType = typeof(Transform))]
199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "get_gameObject", ReturnType = typeof(GameObject))]
200 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
202 {
203 throw null;
204 }
205
206 [global::Cpp2ILInjected.Token(Token = "0x600066A")]
207 [global::Cpp2ILInjected.Address(RVA = "0x1FE8644", Offset = "0x1FE8644", Length = "0x9F8")]
208 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
209 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InControlInputModule", Member = "ProcessMousePress", MemberParameters = new object[] { typeof(PointerInputModule.MouseButtonEventData) }, ReturnType = typeof(void))]
210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InControlInputModule", Member = "ProcessTouchPress", MemberParameters = new object[]
211 {
212 typeof(PointerEventData),
213 typeof(bool),
214 typeof(bool)
215 }, ReturnType = typeof(void))]
216 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PointerInputModule), Member = "ProcessMove", MemberParameters = new object[] { typeof(PointerEventData) }, ReturnType = typeof(void))]
217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PointerInputModule), Member = "ClearSelection", ReturnType = typeof(void))]
218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "ReleaseMouse", MemberParameters = new object[]
219 {
220 typeof(PointerEventData),
222 }, ReturnType = typeof(void))]
223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "ProcessTouchPress", MemberParameters = new object[]
224 {
225 typeof(PointerEventData),
226 typeof(bool),
227 typeof(bool)
228 }, ReturnType = typeof(void))]
229 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "ProcessTouchPress", MemberParameters = new object[]
230 {
231 typeof(PointerEventData),
232 typeof(bool),
233 typeof(bool)
234 }, ReturnType = typeof(void))]
235 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
236 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Equality", MemberParameters = new object[]
237 {
238 typeof(Object),
240 }, ReturnType = typeof(bool))]
241 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
242 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExecuteEvents), Member = "Execute", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
243 {
245 typeof(BaseEventData),
246 "EventFunction`1<T>"
247 }, ReturnType = typeof(bool))]
248 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clear", MemberParameters = new object[]
249 {
250 typeof(Array),
251 typeof(int),
252 typeof(int)
253 }, ReturnType = typeof(void))]
254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Implicit", MemberParameters = new object[] { typeof(Object) }, ReturnType = typeof(bool))]
255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BaseInputModule), Member = "FindCommonRoot", MemberParameters = new object[]
256 {
259 }, ReturnType = typeof(GameObject))]
260 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GameObject), Member = "GetComponentInParent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
261 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "get_gameObject", ReturnType = typeof(GameObject))]
262 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Inequality", MemberParameters = new object[]
263 {
264 typeof(Object),
266 }, ReturnType = typeof(bool))]
267 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GameObject), Member = "get_transform", ReturnType = typeof(Transform))]
268 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Remove", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
269 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Transform), Member = "get_parent", ReturnType = typeof(Transform))]
270 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GameObject), Member = "GetComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
271 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 52)]
276
277 [global::Cpp2ILInjected.Token(Token = "0x600066B")]
278 [global::Cpp2ILInjected.Address(RVA = "0x1FE903C", Offset = "0x1FE903C", Length = "0xEC")]
279 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
280 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
281 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AxisEventData), Member = ".ctor", MemberParameters = new object[] { typeof(EventSystem) }, ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
283 protected virtual AxisEventData GetAxisEventData(float x, float y, float moveDeadZone)
284 {
285 throw null;
286 }
287
288 [global::Cpp2ILInjected.Token(Token = "0x600066C")]
289 [global::Cpp2ILInjected.Address(RVA = "0x1FE9128", Offset = "0x1FE9128", Length = "0x7C")]
290 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
291 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
292 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
293 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
294 protected virtual BaseEventData GetBaseEventData()
295 {
296 throw null;
297 }
298
299 [global::Cpp2ILInjected.Token(Token = "0x600066D")]
300 [global::Cpp2ILInjected.Address(RVA = "0x1FE91A4", Offset = "0x1FE91A4", Length = "0x8")]
301 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
302 public virtual bool IsPointerOverGameObject(int pointerId)
303 {
304 throw null;
305 }
306
307 [global::Cpp2ILInjected.Token(Token = "0x600066E")]
308 [global::Cpp2ILInjected.Address(RVA = "0x1FE91AC", Offset = "0x1FE91AC", Length = "0x38")]
309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StandaloneInputModule), Member = "ShouldActivateModule", ReturnType = typeof(bool))]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TouchInputModule), Member = "ShouldActivateModule", ReturnType = typeof(bool))]
311 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Behaviour), Member = "get_enabled", ReturnType = typeof(bool))]
313 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "get_gameObject", ReturnType = typeof(GameObject))]
314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GameObject), Member = "get_activeInHierarchy", ReturnType = typeof(bool))]
315 public virtual bool ShouldActivateModule()
316 {
317 throw null;
318 }
319
320 [global::Cpp2ILInjected.Token(Token = "0x600066F")]
321 [global::Cpp2ILInjected.Address(RVA = "0x1FE91E4", Offset = "0x1FE91E4", Length = "0x4")]
322 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
323 public virtual void DeactivateModule()
324 {
325 throw null;
326 }
327
328 [global::Cpp2ILInjected.Token(Token = "0x6000670")]
329 [global::Cpp2ILInjected.Address(RVA = "0x1FE91E8", Offset = "0x1FE91E8", Length = "0x4")]
330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.InControlInputModule", Member = "ActivateModule", ReturnType = typeof(void))]
331 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
332 public virtual void ActivateModule()
333 {
334 throw null;
335 }
336
337 [global::Cpp2ILInjected.Token(Token = "0x6000671")]
338 [global::Cpp2ILInjected.Address(RVA = "0x1FE91EC", Offset = "0x1FE91EC", Length = "0x4")]
339 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
340 public virtual void UpdateModule()
341 {
342 throw null;
343 }
344
345 [global::Cpp2ILInjected.Token(Token = "0x6000672")]
346 [global::Cpp2ILInjected.Address(RVA = "0x1FE91F0", Offset = "0x1FE91F0", Length = "0x8")]
347 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
348 public virtual bool IsModuleSupported()
349 {
350 throw null;
351 }
352
353 [global::Cpp2ILInjected.Token(Token = "0x6000673")]
354 [global::Cpp2ILInjected.Address(RVA = "0x1FE91F8", Offset = "0x1FE91F8", Length = "0x8")]
355 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
357 {
358 throw null;
359 }
360
361 [global::Cpp2ILInjected.Token(Token = "0x6000674")]
362 [global::Cpp2ILInjected.Address(RVA = "0x1FE9200", Offset = "0x1FE9200", Length = "0x84")]
363 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PointerInputModule), Member = ".ctor", ReturnType = typeof(void))]
364 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<RaycastResult>), Member = ".ctor", ReturnType = typeof(void))]
366 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MonoBehaviour), Member = ".ctor", ReturnType = typeof(void))]
367 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
368 protected BaseInputModule()
369 {
370 throw null;
371 }
372
373 [global::Cpp2ILInjected.Token(Token = "0x40002E9")]
374 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
377
379 [global::Cpp2ILInjected.Token(Token = "0x40002EA")]
380 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
382
383 [global::Cpp2ILInjected.Token(Token = "0x40002EB")]
384 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
386
387 [global::Cpp2ILInjected.Token(Token = "0x40002EC")]
388 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
390
391 [global::Cpp2ILInjected.Token(Token = "0x40002ED")]
392 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
394
395 [global::Cpp2ILInjected.Token(Token = "0x40002EE")]
396 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
398
399 [global::Cpp2ILInjected.Token(Token = "0x40002EF")]
400 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
402 }
403}
class f__AnonymousType0<< Count > j__TPar
static MoveDirection DetermineMoveDirection(float x, float y)
void HandlePointerExitAndEnter(PointerEventData currentPointerData, GameObject newEnterTarget)
virtual AxisEventData GetAxisEventData(float x, float y, float moveDeadZone)
static MoveDirection DetermineMoveDirection(float x, float y, float deadZone)
static GameObject FindCommonRoot(GameObject g1, GameObject g2)
virtual int ConvertUIToolkitPointerId(PointerEventData sourcePointerData)
static RaycastResult FindFirstRaycast(List< RaycastResult > candidates)
virtual bool IsPointerOverGameObject(int pointerId)