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
MonoBehaviour.cs
Go to the documentation of this file.
1using System;
9
10namespace UnityEngine
11{
14 [NativeHeader("Runtime/Scripting/DelayedCallUtility.h")]
15 [NativeHeader("Runtime/Mono/MonoBehaviour.h")]
16 [global::Cpp2ILInjected.Token(Token = "0x20000B8")]
17 public class MonoBehaviour : Behaviour
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x6000326")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1F7CCE8", Offset = "0x1F7CCE8", Length = "0x3C")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
23 public bool IsInvoking()
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000327")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1F7CD60", Offset = "0x1F7CD60", Length = "0x3C")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
32 public void CancelInvoke()
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6000328")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1F7CDD8", Offset = "0x1F7CDD8", Length = "0x58")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
41 public void Invoke(string methodName, float time)
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6000329")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1F7CE8C", Offset = "0x1F7CE8C", Length = "0xB8")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
52 public void InvokeRepeating(string methodName, float time, float repeatRate)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x600032A")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1F7CF44", Offset = "0x1F7CF44", Length = "0x44")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
61 public void CancelInvoke(string methodName)
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x600032B")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1F7CFCC", Offset = "0x1F7CFCC", Length = "0x44")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
70 public bool IsInvoking(string methodName)
71 {
72 throw null;
73 }
74
76 [global::Cpp2ILInjected.Token(Token = "0x600032C")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1F7D054", Offset = "0x1F7D054", Length = "0x8")]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 public Coroutine StartCoroutine(string methodName)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x600032D")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1F7D05C", Offset = "0x1F7D05C", Length = "0x10C")]
86 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NullReferenceException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
92 public Coroutine StartCoroutine(string methodName, [DefaultValue("null")] object value)
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x600032E")]
98 [global::Cpp2ILInjected.Address(RVA = "0x1F7D1F8", Offset = "0x1F7D1F8", Length = "0xF0")]
99 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TouchManager", Member = "Update", ReturnType = typeof(void))]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MonoBehaviour), Member = "StartCoroutine_Auto", MemberParameters = new object[] { typeof(IEnumerator) }, ReturnType = typeof(Coroutine))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Button", Member = "OnSubmit", MemberParameters = new object[] { "UnityEngine.EventSystems.BaseEventData" }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Dropdown", Member = "Hide", ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "SetCaretActive", ReturnType = typeof(void))]
105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.InputField", Member = "OnDrag", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData" }, ReturnType = typeof(void))]
106 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.LayoutGroup", Member = "SetDirty", ReturnType = typeof(void))]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Scrollbar", Member = "OnPointerDown", MemberParameters = new object[] { "UnityEngine.EventSystems.PointerEventData" }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.CoroutineTween.TweenRunner`1", Member = "StartTween", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NullReferenceException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
114 {
115 throw null;
116 }
117
118 [Obsolete("StartCoroutine_Auto has been deprecated. Use StartCoroutine instead (UnityUpgradable) -> StartCoroutine([mscorlib] System.Collections.IEnumerator)", false)]
119 [global::Cpp2ILInjected.Token(Token = "0x600032F")]
120 [global::Cpp2ILInjected.Address(RVA = "0x1F7D32C", Offset = "0x1F7D32C", Length = "0x4")]
121 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MonoBehaviour), Member = "StartCoroutine", MemberParameters = new object[] { typeof(IEnumerator) }, ReturnType = typeof(Coroutine))]
124 {
125 throw null;
126 }
127
128 [global::Cpp2ILInjected.Token(Token = "0x6000330")]
129 [global::Cpp2ILInjected.Address(RVA = "0x1F7D330", Offset = "0x1F7D330", Length = "0xF0")]
130 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.CoroutineTween.TweenRunner`1", Member = "StopTween", ReturnType = typeof(void))]
132 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
133 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NullReferenceException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
135 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
137 {
138 throw null;
139 }
140
141 [global::Cpp2ILInjected.Token(Token = "0x6000331")]
142 [global::Cpp2ILInjected.Address(RVA = "0x1F7D464", Offset = "0x1F7D464", Length = "0xF0")]
143 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Scrollbar.<ClickRepeat>d__58", Member = "MoveNext", ReturnType = typeof(bool))]
145 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
146 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NullReferenceException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
147 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
148 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
150 {
151 throw null;
152 }
153
154 [global::Cpp2ILInjected.Token(Token = "0x6000332")]
155 [global::Cpp2ILInjected.Address(RVA = "0x1F7D598", Offset = "0x1F7D598", Length = "0x44")]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
157 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
158 [MethodImpl(4096)]
159 public extern void StopCoroutine(string methodName);
160
161 [global::Cpp2ILInjected.Token(Token = "0x6000333")]
162 [global::Cpp2ILInjected.Address(RVA = "0x1F7D5DC", Offset = "0x1F7D5DC", Length = "0x3C")]
163 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
164 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
165 [MethodImpl(4096)]
166 public extern void StopAllCoroutines();
167
168 [global::Cpp2ILInjected.Token(Token = "0x170000B1")]
169 public extern bool useGUILayout
170 {
171 [global::Cpp2ILInjected.Token(Token = "0x6000334")]
172 [global::Cpp2ILInjected.Address(RVA = "0x1F7D618", Offset = "0x1F7D618", Length = "0x3C")]
173 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
174 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
175 [MethodImpl(4096)]
176 get;
177 [global::Cpp2ILInjected.Token(Token = "0x6000335")]
178 [global::Cpp2ILInjected.Address(RVA = "0x1F7D654", Offset = "0x1F7D654", Length = "0x44")]
179 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
180 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
181 [MethodImpl(4096)]
182 set;
183 }
184
185 [global::Cpp2ILInjected.Token(Token = "0x6000336")]
186 [global::Cpp2ILInjected.Address(RVA = "0x1F7D698", Offset = "0x1F7D698", Length = "0x54")]
187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "Log", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
189 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
190 public static void print(object message)
191 {
192 throw null;
193 }
194
195 [FreeFunction("CancelInvoke")]
196 [global::Cpp2ILInjected.Token(Token = "0x6000337")]
197 [global::Cpp2ILInjected.Address(RVA = "0x1F7CD9C", Offset = "0x1F7CD9C", Length = "0x3C")]
198 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
199 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
200 [MethodImpl(4096)]
201 private static extern void Internal_CancelInvokeAll([NotNull("NullExceptionObject")] MonoBehaviour self);
202
203 [FreeFunction("IsInvoking")]
204 [global::Cpp2ILInjected.Token(Token = "0x6000338")]
205 [global::Cpp2ILInjected.Address(RVA = "0x1F7CD24", Offset = "0x1F7CD24", Length = "0x3C")]
206 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
207 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
208 [MethodImpl(4096)]
209 private static extern bool Internal_IsInvokingAll([NotNull("NullExceptionObject")] MonoBehaviour self);
210
212 [global::Cpp2ILInjected.Token(Token = "0x6000339")]
213 [global::Cpp2ILInjected.Address(RVA = "0x1F7CE30", Offset = "0x1F7CE30", Length = "0x5C")]
214 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
215 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
216 [MethodImpl(4096)]
217 private static extern void InvokeDelayed([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName, float time, float repeatRate);
218
220 [global::Cpp2ILInjected.Token(Token = "0x600033A")]
221 [global::Cpp2ILInjected.Address(RVA = "0x1F7CF88", Offset = "0x1F7CF88", Length = "0x44")]
222 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
223 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
224 [MethodImpl(4096)]
225 private static extern void CancelInvoke([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName);
226
228 [global::Cpp2ILInjected.Token(Token = "0x600033B")]
229 [global::Cpp2ILInjected.Address(RVA = "0x1F7D010", Offset = "0x1F7D010", Length = "0x44")]
230 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
231 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
232 [MethodImpl(4096)]
233 private static extern bool IsInvoking([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName);
234
236 [global::Cpp2ILInjected.Token(Token = "0x600033C")]
237 [global::Cpp2ILInjected.Address(RVA = "0x1F7D168", Offset = "0x1F7D168", Length = "0x3C")]
238 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
239 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
240 [MethodImpl(4096)]
241 private static extern bool IsObjectMonoBehaviour([NotNull("NullExceptionObject")] Object obj);
242
243 [global::Cpp2ILInjected.Token(Token = "0x600033D")]
244 [global::Cpp2ILInjected.Address(RVA = "0x1F7D1A4", Offset = "0x1F7D1A4", Length = "0x54")]
245 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
246 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
247 [MethodImpl(4096)]
248 private extern Coroutine StartCoroutineManaged(string methodName, object value);
249
250 [global::Cpp2ILInjected.Token(Token = "0x600033E")]
251 [global::Cpp2ILInjected.Address(RVA = "0x1F7D2E8", Offset = "0x1F7D2E8", Length = "0x44")]
252 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
253 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
254 [MethodImpl(4096)]
255 private extern Coroutine StartCoroutineManaged2(IEnumerator enumerator);
256
257 [global::Cpp2ILInjected.Token(Token = "0x600033F")]
258 [global::Cpp2ILInjected.Address(RVA = "0x1F7D554", Offset = "0x1F7D554", Length = "0x44")]
259 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
260 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
261 [MethodImpl(4096)]
263
264 [global::Cpp2ILInjected.Token(Token = "0x6000340")]
265 [global::Cpp2ILInjected.Address(RVA = "0x1F7D420", Offset = "0x1F7D420", Length = "0x44")]
266 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
267 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
268 [MethodImpl(4096)]
270
271 [global::Cpp2ILInjected.Token(Token = "0x6000341")]
272 [global::Cpp2ILInjected.Address(RVA = "0x1F7D6EC", Offset = "0x1F7D6EC", Length = "0x3C")]
273 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
274 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
275 [MethodImpl(4096)]
276 internal extern string GetScriptClassName();
277
278 [global::Cpp2ILInjected.Token(Token = "0x6000342")]
279 [global::Cpp2ILInjected.Address(RVA = "0x1F7D728", Offset = "0x1F7D728", Length = "0x4")]
280 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AlertDelayer", Member = ".ctor", ReturnType = typeof(void))]
281 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "DrPlatformEditorData", Member = ".ctor", ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "StackTraceSnapshot", Member = ".ctor", ReturnType = typeof(void))]
283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIControllerHardwareProfileControlsType", Member = ".ctor", ReturnType = typeof(void))]
284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "NewBehaviourScript", Member = ".ctor", ReturnType = typeof(void))]
285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "DistortionRenderTargetManager", Member = ".ctor", ReturnType = typeof(void))]
286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ScreenPostProcessor", Member = ".ctor", ReturnType = typeof(void))]
287 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ScreenshotTool", Member = ".ctor", ReturnType = typeof(void))]
288 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "WaterRenderTargetManager", Member = ".ctor", ReturnType = typeof(void))]
289 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "XNAUnityRunner", Member = ".ctor", ReturnType = typeof(void))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TouchButtonControl", Member = ".ctor", ReturnType = typeof(void))]
291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TouchStickControl", Member = ".ctor", ReturnType = typeof(void))]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TouchSwipeControl", Member = ".ctor", ReturnType = typeof(void))]
293 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TouchTrackControl", Member = ".ctor", ReturnType = typeof(void))]
294 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TouchControl", Member = ".ctor", ReturnType = typeof(void))]
295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.SingletonMonoBehavior`1", Member = ".ctor", ReturnType = typeof(void))]
296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InControl.TestInputManager", Member = ".ctor", ReturnType = typeof(void))]
297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Dropdown.DropdownItem", Member = ".ctor", ReturnType = typeof(void))]
298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.EventSystem", Member = ".ctor", ReturnType = typeof(void))]
299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.EventTrigger", Member = ".ctor", ReturnType = typeof(void))]
300 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.BaseInput", Member = ".ctor", ReturnType = typeof(void))]
301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.BaseInputModule", Member = ".ctor", ReturnType = typeof(void))]
302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.BaseRaycaster", Member = ".ctor", ReturnType = typeof(void))]
303 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.Physics2DRaycaster", Member = ".ctor", ReturnType = typeof(void))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.PhysicsRaycaster", Member = ".ctor", ReturnType = typeof(void))]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.EventSystems.UIBehaviour", Member = ".ctor", ReturnType = typeof(void))]
306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "VirtualDeviceExample.VirtualDeviceExample", Member = ".ctor", ReturnType = typeof(void))]
307 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "TouchExample.CubeController", Member = ".ctor", ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "MultiplayerWithBindingsExample.Player", Member = ".ctor", ReturnType = typeof(void))]
309 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "MultiplayerWithBindingsExample.PlayerManager", Member = ".ctor", ReturnType = typeof(void))]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "MultiplayerBasicExample.Player", Member = ".ctor", ReturnType = typeof(void))]
311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "MultiplayerBasicExample.PlayerManager", Member = ".ctor", ReturnType = typeof(void))]
312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InterfaceMovement.Button", Member = ".ctor", ReturnType = typeof(void))]
313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InterfaceMovement.ButtonFocus", Member = ".ctor", ReturnType = typeof(void))]
314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "InterfaceMovement.ButtonManager", Member = ".ctor", ReturnType = typeof(void))]
315 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "BindingsExample.BindingsExample", Member = ".ctor", ReturnType = typeof(void))]
316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "BasicExample.BasicExample", Member = ".ctor", ReturnType = typeof(void))]
317 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 37)]
318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = ".ctor", ReturnType = typeof(void))]
320 {
321 throw null;
322 }
323 }
324}
class f__AnonymousType0<< Count > j__TPar
void Invoke(string methodName, float time)
Coroutine StartCoroutineManaged2(IEnumerator enumerator)
static void CancelInvoke([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName)
void StopCoroutine(IEnumerator routine)
Coroutine StartCoroutine(string methodName)
static bool IsInvoking([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName)
static bool IsObjectMonoBehaviour([NotNull("NullExceptionObject")] Object obj)
static void Internal_CancelInvokeAll([NotNull("NullExceptionObject")] MonoBehaviour self)
static bool Internal_IsInvokingAll([NotNull("NullExceptionObject")] MonoBehaviour self)
Coroutine StartCoroutine(IEnumerator routine)
Coroutine StartCoroutine_Auto(IEnumerator routine)
static void InvokeDelayed([NotNull("NullExceptionObject")] MonoBehaviour self, string methodName, float time, float repeatRate)
void StopCoroutine(Coroutine routine)
void StopCoroutine(string methodName)
void StopCoroutineManaged(Coroutine routine)
bool IsInvoking(string methodName)
Coroutine StartCoroutine(string methodName, [DefaultValue("null")] object value)
Coroutine StartCoroutineManaged(string methodName, object value)
static void print(object message)
void StopCoroutineFromEnumeratorManaged(IEnumerator routine)
void InvokeRepeating(string methodName, float time, float repeatRate)
void CancelInvoke(string methodName)