Assembly-CSharp_Attr.cpp 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942
  1. #include "pch-cpp.hpp"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <limits>
  8. #include <stdint.h>
  9. // System.Char[]
  10. struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
  11. // System.Type[]
  12. struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755;
  13. // System.Reflection.Binder
  14. struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30;
  15. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  16. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF;
  17. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  18. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C;
  19. // System.Diagnostics.DebuggableAttribute
  20. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B;
  21. // System.Diagnostics.DebuggerBrowsableAttribute
  22. struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53;
  23. // System.Diagnostics.DebuggerHiddenAttribute
  24. struct DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88;
  25. // UnityEngine.HeaderAttribute
  26. struct HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB;
  27. // UnityEngine.HideInInspector
  28. struct HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA;
  29. // System.Runtime.CompilerServices.IteratorStateMachineAttribute
  30. struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830;
  31. // System.Reflection.MemberFilter
  32. struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81;
  33. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  34. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80;
  35. // System.String
  36. struct String_t;
  37. // System.Type
  38. struct Type_t;
  39. // System.Void
  40. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5;
  41. IL2CPP_EXTERN_C const RuntimeType* U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_0_0_0_var;
  42. IL2CPP_EXTERN_C const RuntimeType* U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_0_0_0_var;
  43. IL2CPP_EXTERN_C_BEGIN
  44. IL2CPP_EXTERN_C_END
  45. #ifdef __clang__
  46. #pragma clang diagnostic push
  47. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  48. #pragma clang diagnostic ignored "-Wunused-variable"
  49. #endif
  50. // System.Object
  51. // System.Attribute
  52. struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject
  53. {
  54. public:
  55. public:
  56. };
  57. // System.Reflection.MemberInfo
  58. struct MemberInfo_t : public RuntimeObject
  59. {
  60. public:
  61. public:
  62. };
  63. // System.String
  64. struct String_t : public RuntimeObject
  65. {
  66. public:
  67. // System.Int32 System.String::m_stringLength
  68. int32_t ___m_stringLength_0;
  69. // System.Char System.String::m_firstChar
  70. Il2CppChar ___m_firstChar_1;
  71. public:
  72. inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
  73. inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
  74. inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
  75. inline void set_m_stringLength_0(int32_t value)
  76. {
  77. ___m_stringLength_0 = value;
  78. }
  79. inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
  80. inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
  81. inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
  82. inline void set_m_firstChar_1(Il2CppChar value)
  83. {
  84. ___m_firstChar_1 = value;
  85. }
  86. };
  87. struct String_t_StaticFields
  88. {
  89. public:
  90. // System.String System.String::Empty
  91. String_t* ___Empty_5;
  92. public:
  93. inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
  94. inline String_t* get_Empty_5() const { return ___Empty_5; }
  95. inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
  96. inline void set_Empty_5(String_t* value)
  97. {
  98. ___Empty_5 = value;
  99. Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
  100. }
  101. };
  102. // System.ValueType
  103. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject
  104. {
  105. public:
  106. public:
  107. };
  108. // Native definition for P/Invoke marshalling of System.ValueType
  109. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke
  110. {
  111. };
  112. // Native definition for COM marshalling of System.ValueType
  113. struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com
  114. {
  115. };
  116. // System.Boolean
  117. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37
  118. {
  119. public:
  120. // System.Boolean System.Boolean::m_value
  121. bool ___m_value_0;
  122. public:
  123. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); }
  124. inline bool get_m_value_0() const { return ___m_value_0; }
  125. inline bool* get_address_of_m_value_0() { return &___m_value_0; }
  126. inline void set_m_value_0(bool value)
  127. {
  128. ___m_value_0 = value;
  129. }
  130. };
  131. struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields
  132. {
  133. public:
  134. // System.String System.Boolean::TrueString
  135. String_t* ___TrueString_5;
  136. // System.String System.Boolean::FalseString
  137. String_t* ___FalseString_6;
  138. public:
  139. inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); }
  140. inline String_t* get_TrueString_5() const { return ___TrueString_5; }
  141. inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
  142. inline void set_TrueString_5(String_t* value)
  143. {
  144. ___TrueString_5 = value;
  145. Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
  146. }
  147. inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); }
  148. inline String_t* get_FalseString_6() const { return ___FalseString_6; }
  149. inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
  150. inline void set_FalseString_6(String_t* value)
  151. {
  152. ___FalseString_6 = value;
  153. Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
  154. }
  155. };
  156. // System.Runtime.CompilerServices.CompilationRelaxationsAttribute
  157. struct CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  158. {
  159. public:
  160. // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::m_relaxations
  161. int32_t ___m_relaxations_0;
  162. public:
  163. inline static int32_t get_offset_of_m_relaxations_0() { return static_cast<int32_t>(offsetof(CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF, ___m_relaxations_0)); }
  164. inline int32_t get_m_relaxations_0() const { return ___m_relaxations_0; }
  165. inline int32_t* get_address_of_m_relaxations_0() { return &___m_relaxations_0; }
  166. inline void set_m_relaxations_0(int32_t value)
  167. {
  168. ___m_relaxations_0 = value;
  169. }
  170. };
  171. // System.Runtime.CompilerServices.CompilerGeneratedAttribute
  172. struct CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  173. {
  174. public:
  175. public:
  176. };
  177. // System.Diagnostics.DebuggerHiddenAttribute
  178. struct DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  179. {
  180. public:
  181. public:
  182. };
  183. // System.Enum
  184. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52
  185. {
  186. public:
  187. public:
  188. };
  189. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields
  190. {
  191. public:
  192. // System.Char[] System.Enum::enumSeperatorCharArray
  193. CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0;
  194. public:
  195. inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); }
  196. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
  197. inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
  198. inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value)
  199. {
  200. ___enumSeperatorCharArray_0 = value;
  201. Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
  202. }
  203. };
  204. // Native definition for P/Invoke marshalling of System.Enum
  205. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke
  206. {
  207. };
  208. // Native definition for COM marshalling of System.Enum
  209. struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com
  210. {
  211. };
  212. // UnityEngine.HideInInspector
  213. struct HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  214. {
  215. public:
  216. public:
  217. };
  218. // System.IntPtr
  219. struct IntPtr_t
  220. {
  221. public:
  222. // System.Void* System.IntPtr::m_value
  223. void* ___m_value_0;
  224. public:
  225. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  226. inline void* get_m_value_0() const { return ___m_value_0; }
  227. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  228. inline void set_m_value_0(void* value)
  229. {
  230. ___m_value_0 = value;
  231. }
  232. };
  233. struct IntPtr_t_StaticFields
  234. {
  235. public:
  236. // System.IntPtr System.IntPtr::Zero
  237. intptr_t ___Zero_1;
  238. public:
  239. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  240. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  241. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  242. inline void set_Zero_1(intptr_t value)
  243. {
  244. ___Zero_1 = value;
  245. }
  246. };
  247. // UnityEngine.PropertyAttribute
  248. struct PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  249. {
  250. public:
  251. public:
  252. };
  253. // System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
  254. struct RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  255. {
  256. public:
  257. // System.Boolean System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::m_wrapNonExceptionThrows
  258. bool ___m_wrapNonExceptionThrows_0;
  259. public:
  260. inline static int32_t get_offset_of_m_wrapNonExceptionThrows_0() { return static_cast<int32_t>(offsetof(RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80, ___m_wrapNonExceptionThrows_0)); }
  261. inline bool get_m_wrapNonExceptionThrows_0() const { return ___m_wrapNonExceptionThrows_0; }
  262. inline bool* get_address_of_m_wrapNonExceptionThrows_0() { return &___m_wrapNonExceptionThrows_0; }
  263. inline void set_m_wrapNonExceptionThrows_0(bool value)
  264. {
  265. ___m_wrapNonExceptionThrows_0 = value;
  266. }
  267. };
  268. // System.Runtime.CompilerServices.StateMachineAttribute
  269. struct StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  270. {
  271. public:
  272. // System.Type System.Runtime.CompilerServices.StateMachineAttribute::<StateMachineType>k__BackingField
  273. Type_t * ___U3CStateMachineTypeU3Ek__BackingField_0;
  274. public:
  275. inline static int32_t get_offset_of_U3CStateMachineTypeU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3, ___U3CStateMachineTypeU3Ek__BackingField_0)); }
  276. inline Type_t * get_U3CStateMachineTypeU3Ek__BackingField_0() const { return ___U3CStateMachineTypeU3Ek__BackingField_0; }
  277. inline Type_t ** get_address_of_U3CStateMachineTypeU3Ek__BackingField_0() { return &___U3CStateMachineTypeU3Ek__BackingField_0; }
  278. inline void set_U3CStateMachineTypeU3Ek__BackingField_0(Type_t * value)
  279. {
  280. ___U3CStateMachineTypeU3Ek__BackingField_0 = value;
  281. Il2CppCodeGenWriteBarrier((void**)(&___U3CStateMachineTypeU3Ek__BackingField_0), (void*)value);
  282. }
  283. };
  284. // System.Void
  285. struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5
  286. {
  287. public:
  288. union
  289. {
  290. struct
  291. {
  292. };
  293. uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1];
  294. };
  295. public:
  296. };
  297. // System.Reflection.BindingFlags
  298. struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733
  299. {
  300. public:
  301. // System.Int32 System.Reflection.BindingFlags::value__
  302. int32_t ___value___2;
  303. public:
  304. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); }
  305. inline int32_t get_value___2() const { return ___value___2; }
  306. inline int32_t* get_address_of_value___2() { return &___value___2; }
  307. inline void set_value___2(int32_t value)
  308. {
  309. ___value___2 = value;
  310. }
  311. };
  312. // System.Diagnostics.DebuggerBrowsableState
  313. struct DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091
  314. {
  315. public:
  316. // System.Int32 System.Diagnostics.DebuggerBrowsableState::value__
  317. int32_t ___value___2;
  318. public:
  319. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggerBrowsableState_t2A824ECEB650CFABB239FD0918FCC88A09B45091, ___value___2)); }
  320. inline int32_t get_value___2() const { return ___value___2; }
  321. inline int32_t* get_address_of_value___2() { return &___value___2; }
  322. inline void set_value___2(int32_t value)
  323. {
  324. ___value___2 = value;
  325. }
  326. };
  327. // UnityEngine.HeaderAttribute
  328. struct HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB : public PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052
  329. {
  330. public:
  331. // System.String UnityEngine.HeaderAttribute::header
  332. String_t* ___header_0;
  333. public:
  334. inline static int32_t get_offset_of_header_0() { return static_cast<int32_t>(offsetof(HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB, ___header_0)); }
  335. inline String_t* get_header_0() const { return ___header_0; }
  336. inline String_t** get_address_of_header_0() { return &___header_0; }
  337. inline void set_header_0(String_t* value)
  338. {
  339. ___header_0 = value;
  340. Il2CppCodeGenWriteBarrier((void**)(&___header_0), (void*)value);
  341. }
  342. };
  343. // System.Runtime.CompilerServices.IteratorStateMachineAttribute
  344. struct IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 : public StateMachineAttribute_tA6E77C77F821508E405473BA1C4C08A69FDA0AC3
  345. {
  346. public:
  347. public:
  348. };
  349. // System.RuntimeTypeHandle
  350. struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9
  351. {
  352. public:
  353. // System.IntPtr System.RuntimeTypeHandle::value
  354. intptr_t ___value_0;
  355. public:
  356. inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); }
  357. inline intptr_t get_value_0() const { return ___value_0; }
  358. inline intptr_t* get_address_of_value_0() { return &___value_0; }
  359. inline void set_value_0(intptr_t value)
  360. {
  361. ___value_0 = value;
  362. }
  363. };
  364. // System.Diagnostics.DebuggableAttribute/DebuggingModes
  365. struct DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8
  366. {
  367. public:
  368. // System.Int32 System.Diagnostics.DebuggableAttribute/DebuggingModes::value__
  369. int32_t ___value___2;
  370. public:
  371. inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_t279D5B9C012ABA935887CB73C5A63A1F46AF08A8, ___value___2)); }
  372. inline int32_t get_value___2() const { return ___value___2; }
  373. inline int32_t* get_address_of_value___2() { return &___value___2; }
  374. inline void set_value___2(int32_t value)
  375. {
  376. ___value___2 = value;
  377. }
  378. };
  379. // System.Diagnostics.DebuggableAttribute
  380. struct DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  381. {
  382. public:
  383. // System.Diagnostics.DebuggableAttribute/DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
  384. int32_t ___m_debuggingModes_0;
  385. public:
  386. inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B, ___m_debuggingModes_0)); }
  387. inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
  388. inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
  389. inline void set_m_debuggingModes_0(int32_t value)
  390. {
  391. ___m_debuggingModes_0 = value;
  392. }
  393. };
  394. // System.Diagnostics.DebuggerBrowsableAttribute
  395. struct DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71
  396. {
  397. public:
  398. // System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerBrowsableAttribute::state
  399. int32_t ___state_0;
  400. public:
  401. inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53, ___state_0)); }
  402. inline int32_t get_state_0() const { return ___state_0; }
  403. inline int32_t* get_address_of_state_0() { return &___state_0; }
  404. inline void set_state_0(int32_t value)
  405. {
  406. ___state_0 = value;
  407. }
  408. };
  409. // System.Type
  410. struct Type_t : public MemberInfo_t
  411. {
  412. public:
  413. // System.RuntimeTypeHandle System.Type::_impl
  414. RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9;
  415. public:
  416. inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
  417. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; }
  418. inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; }
  419. inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value)
  420. {
  421. ____impl_9 = value;
  422. }
  423. };
  424. struct Type_t_StaticFields
  425. {
  426. public:
  427. // System.Reflection.MemberFilter System.Type::FilterAttribute
  428. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0;
  429. // System.Reflection.MemberFilter System.Type::FilterName
  430. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1;
  431. // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
  432. MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2;
  433. // System.Object System.Type::Missing
  434. RuntimeObject * ___Missing_3;
  435. // System.Char System.Type::Delimiter
  436. Il2CppChar ___Delimiter_4;
  437. // System.Type[] System.Type::EmptyTypes
  438. TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5;
  439. // System.Reflection.Binder System.Type::defaultBinder
  440. Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6;
  441. public:
  442. inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
  443. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
  444. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
  445. inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  446. {
  447. ___FilterAttribute_0 = value;
  448. Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
  449. }
  450. inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
  451. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; }
  452. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; }
  453. inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  454. {
  455. ___FilterName_1 = value;
  456. Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
  457. }
  458. inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
  459. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
  460. inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
  461. inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value)
  462. {
  463. ___FilterNameIgnoreCase_2 = value;
  464. Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
  465. }
  466. inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
  467. inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
  468. inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
  469. inline void set_Missing_3(RuntimeObject * value)
  470. {
  471. ___Missing_3 = value;
  472. Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
  473. }
  474. inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
  475. inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
  476. inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
  477. inline void set_Delimiter_4(Il2CppChar value)
  478. {
  479. ___Delimiter_4 = value;
  480. }
  481. inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
  482. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
  483. inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
  484. inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value)
  485. {
  486. ___EmptyTypes_5 = value;
  487. Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
  488. }
  489. inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
  490. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; }
  491. inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
  492. inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value)
  493. {
  494. ___defaultBinder_6 = value;
  495. Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
  496. }
  497. };
  498. #ifdef __clang__
  499. #pragma clang diagnostic pop
  500. #endif
  501. // System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute/DebuggingModes)
  502. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550 (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * __this, int32_t ___modes0, const RuntimeMethod* method);
  503. // System.Void System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32)
  504. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * __this, int32_t ___relaxations0, const RuntimeMethod* method);
  505. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor()
  506. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, const RuntimeMethod* method);
  507. // System.Void System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::set_WrapNonExceptionThrows(System.Boolean)
  508. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method);
  509. // System.Void System.Runtime.CompilerServices.IteratorStateMachineAttribute::.ctor(System.Type)
  510. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481 (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * __this, Type_t * ___stateMachineType0, const RuntimeMethod* method);
  511. // System.Void System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
  512. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35 (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * __this, const RuntimeMethod* method);
  513. // System.Void System.Diagnostics.DebuggerHiddenAttribute::.ctor()
  514. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3 (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * __this, const RuntimeMethod* method);
  515. // System.Void UnityEngine.HideInInspector::.ctor()
  516. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9 (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * __this, const RuntimeMethod* method);
  517. // System.Void UnityEngine.HeaderAttribute::.ctor(System.String)
  518. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * __this, String_t* ___header0, const RuntimeMethod* method);
  519. // System.Void System.Diagnostics.DebuggerBrowsableAttribute::.ctor(System.Diagnostics.DebuggerBrowsableState)
  520. IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5 (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * __this, int32_t ___state0, const RuntimeMethod* method);
  521. static void AssemblyU2DCSharp_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  522. {
  523. {
  524. DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B * tmp = (DebuggableAttribute_tA8054EBD0FC7511695D494B690B5771658E3191B *)cache->attributes[0];
  525. DebuggableAttribute__ctor_m7FF445C8435494A4847123A668D889E692E55550(tmp, 263LL, NULL);
  526. }
  527. {
  528. CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF * tmp = (CompilationRelaxationsAttribute_t661FDDC06629BDA607A42BD660944F039FE03AFF *)cache->attributes[1];
  529. CompilationRelaxationsAttribute__ctor_mAC3079EBC4EEAB474EED8208EF95DB39C922333B(tmp, 8LL, NULL);
  530. }
  531. {
  532. RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * tmp = (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 *)cache->attributes[2];
  533. RuntimeCompatibilityAttribute__ctor_m551DDF1438CE97A984571949723F30F44CF7317C(tmp, NULL);
  534. RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline(tmp, true, NULL);
  535. }
  536. }
  537. static void CameraTest_t563555AD4C8EA0128CEE77E03597BD748F592DF0_CustomAttributesCacheGenerator_CameraTest_OpenCamera_m08D941F0D2A779D0B637E04CE7DBFBDCD8C7FE6D(CustomAttributesCache* cache)
  538. {
  539. static bool s_Il2CppMethodInitialized;
  540. if (!s_Il2CppMethodInitialized)
  541. {
  542. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_0_0_0_var);
  543. s_Il2CppMethodInitialized = true;
  544. }
  545. {
  546. IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * tmp = (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 *)cache->attributes[0];
  547. IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481(tmp, il2cpp_codegen_type_get_object(U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_0_0_0_var), NULL);
  548. }
  549. }
  550. static void U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  551. {
  552. {
  553. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  554. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  555. }
  556. }
  557. static void U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5__ctor_mC6CDDD28E823133C7F4FCF605892971512BC3FDF(CustomAttributesCache* cache)
  558. {
  559. {
  560. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  561. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  562. }
  563. }
  564. static void U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5_System_IDisposable_Dispose_m5E1DEEB7CAD25C2CF9891E4AE1F25068FCC1797D(CustomAttributesCache* cache)
  565. {
  566. {
  567. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  568. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  569. }
  570. }
  571. static void U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5B2F6CBD2A04613586D52CA5245ED5FBD7D07DF5(CustomAttributesCache* cache)
  572. {
  573. {
  574. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  575. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  576. }
  577. }
  578. static void U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5_System_Collections_IEnumerator_Reset_m98A92E227EA73F909A65AB1A464C2F27B7549D2E(CustomAttributesCache* cache)
  579. {
  580. {
  581. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  582. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  583. }
  584. }
  585. static void U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5_System_Collections_IEnumerator_get_Current_m969C694CB00C42B6F4E0A5CC4C3DFCCFA1CC8D04(CustomAttributesCache* cache)
  586. {
  587. {
  588. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  589. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  590. }
  591. }
  592. static void move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  593. {
  594. {
  595. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  596. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  597. }
  598. }
  599. static void move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  600. {
  601. {
  602. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  603. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  604. }
  605. }
  606. static void testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  607. {
  608. {
  609. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  610. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  611. }
  612. }
  613. static void testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_testMove_OnMouseDown_m17EBB24FCFE9C7FB59376C35FCA83B96E1623ABF(CustomAttributesCache* cache)
  614. {
  615. static bool s_Il2CppMethodInitialized;
  616. if (!s_Il2CppMethodInitialized)
  617. {
  618. il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_0_0_0_var);
  619. s_Il2CppMethodInitialized = true;
  620. }
  621. {
  622. IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 * tmp = (IteratorStateMachineAttribute_t6C72F3EC15FB34D08D47727AA7A86AB7FEA27830 *)cache->attributes[0];
  623. IteratorStateMachineAttribute__ctor_m019CD62C4E5301F55EDF4723107B608AE8F12481(tmp, il2cpp_codegen_type_get_object(U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_0_0_0_var), NULL);
  624. }
  625. }
  626. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator(CustomAttributesCache* cache)
  627. {
  628. {
  629. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  630. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  631. }
  632. }
  633. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7__ctor_m8BDEABAD5280CFAD968ED3513A595B120212998B(CustomAttributesCache* cache)
  634. {
  635. {
  636. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  637. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  638. }
  639. }
  640. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_IDisposable_Dispose_m9480DFDBD623284C2677CA5D0BE34AFF19D62C5F(CustomAttributesCache* cache)
  641. {
  642. {
  643. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  644. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  645. }
  646. }
  647. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4620280C15E8D7FED514D138B45E8737C6F342E8(CustomAttributesCache* cache)
  648. {
  649. {
  650. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  651. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  652. }
  653. }
  654. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_Reset_m67C288B6D514937F042ED383C2E3AF230C4D1D19(CustomAttributesCache* cache)
  655. {
  656. {
  657. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  658. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  659. }
  660. }
  661. static void U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_get_Current_m3DBD51E29D7EB6E689B103F333FE3C4E2084A235(CustomAttributesCache* cache)
  662. {
  663. {
  664. DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 * tmp = (DebuggerHiddenAttribute_tD84728997C009D6F540FB29D88F032350E046A88 *)cache->attributes[0];
  665. DebuggerHiddenAttribute__ctor_mB40799BB5DAFE439BEFE895836CF792B8DBEA7F3(tmp, NULL);
  666. }
  667. }
  668. static void MoveCar_t679E06BB9B07502EB6B005535AD15F1B63534004_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  669. {
  670. {
  671. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  672. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  673. }
  674. }
  675. static void MoveCar_t679E06BB9B07502EB6B005535AD15F1B63534004_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  676. {
  677. {
  678. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  679. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  680. }
  681. }
  682. static void MoveComponet_t6A94D329F8181F83EB06907D4CF445854B62294B_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  683. {
  684. {
  685. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  686. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  687. }
  688. }
  689. static void MoveComponet_t6A94D329F8181F83EB06907D4CF445854B62294B_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  690. {
  691. {
  692. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  693. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  694. }
  695. }
  696. static void MoveCurtains_tB4A12D203EB02A502815D31AE771556484B92B0B_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  697. {
  698. {
  699. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  700. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  701. }
  702. }
  703. static void MoveCurtains_tB4A12D203EB02A502815D31AE771556484B92B0B_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  704. {
  705. {
  706. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  707. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  708. }
  709. }
  710. static void MoveDoor_tC7705808A14131F3A31B0A9B82B90E8563CD492C_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  711. {
  712. {
  713. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  714. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  715. }
  716. }
  717. static void MoveDoor_tC7705808A14131F3A31B0A9B82B90E8563CD492C_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  718. {
  719. {
  720. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  721. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  722. }
  723. }
  724. static void MoveNecklace_t16010C1E277A7FE81F828B0C4B3A06FAF734F384_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  725. {
  726. {
  727. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  728. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  729. }
  730. }
  731. static void MoveNecklace_t16010C1E277A7FE81F828B0C4B3A06FAF734F384_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  732. {
  733. {
  734. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  735. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  736. }
  737. }
  738. static void MovePay_tE0B853D8BF479E29A863805D0C30726D704D7E1B_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  739. {
  740. {
  741. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  742. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  743. }
  744. }
  745. static void MovePay_tE0B853D8BF479E29A863805D0C30726D704D7E1B_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  746. {
  747. {
  748. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  749. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  750. }
  751. }
  752. static void MovePolice_tDAB05A5C7448BF6209133939ADC6DEE953691A47_CustomAttributesCacheGenerator_puzzlePlaying(CustomAttributesCache* cache)
  753. {
  754. {
  755. HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA * tmp = (HideInInspector_tDD5B9D3AD8D48C93E23FE6CA3ECDA5589D60CCDA *)cache->attributes[0];
  756. HideInInspector__ctor_mE2B7FB1D206A74BA583C7812CDB4EBDD83EB66F9(tmp, NULL);
  757. }
  758. }
  759. static void MovePolice_tDAB05A5C7448BF6209133939ADC6DEE953691A47_CustomAttributesCacheGenerator_clickSFX(CustomAttributesCache* cache)
  760. {
  761. {
  762. HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB * tmp = (HeaderAttribute_t9B431E6BA0524D46406D9C413D6A71CB5F2DD1AB *)cache->attributes[0];
  763. HeaderAttribute__ctor_m601319E0BCE8C44A9E79B2C0ABAAD0FEF46A9F1E(tmp, il2cpp_codegen_string_new_wrapper("\x53\x46\x58"), NULL);
  764. }
  765. }
  766. static void ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_U3CscnesIndexU3Ek__BackingField(CustomAttributesCache* cache)
  767. {
  768. {
  769. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  770. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  771. }
  772. {
  773. DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 * tmp = (DebuggerBrowsableAttribute_t2FA4793AD1982F5150E07D26822ED5953CD90F53 *)cache->attributes[1];
  774. DebuggerBrowsableAttribute__ctor_mAA8BCC1E418754685F320B14A08AC226E76346E5(tmp, 0LL, NULL);
  775. }
  776. }
  777. static void ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_ScenesArgs_get_scnesIndex_m722268FF39A4F14A36F04F538B25521DE877A3A8(CustomAttributesCache* cache)
  778. {
  779. {
  780. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  781. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  782. }
  783. }
  784. static void ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_ScenesArgs_set_scnesIndex_mD75A7AB3EC906BD3BE8B9617925A23CF6151D5D6(CustomAttributesCache* cache)
  785. {
  786. {
  787. CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C * tmp = (CompilerGeneratedAttribute_t39106AB982658D7A94C27DEF3C48DB2F5F7CD75C *)cache->attributes[0];
  788. CompilerGeneratedAttribute__ctor_m9DC3E4E2DA76FE93948D44199213E2E924DCBE35(tmp, NULL);
  789. }
  790. }
  791. IL2CPP_EXTERN_C const CustomAttributesCacheGenerator g_AssemblyU2DCSharp_AttributeGenerators[];
  792. const CustomAttributesCacheGenerator g_AssemblyU2DCSharp_AttributeGenerators[35] =
  793. {
  794. U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator,
  795. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator,
  796. move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_puzzlePlaying,
  797. move_tF5C934E0EAF4295D46D7DAA6C508AFAB1B699276_CustomAttributesCacheGenerator_clickSFX,
  798. testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_clickSFX,
  799. MoveCar_t679E06BB9B07502EB6B005535AD15F1B63534004_CustomAttributesCacheGenerator_puzzlePlaying,
  800. MoveCar_t679E06BB9B07502EB6B005535AD15F1B63534004_CustomAttributesCacheGenerator_clickSFX,
  801. MoveComponet_t6A94D329F8181F83EB06907D4CF445854B62294B_CustomAttributesCacheGenerator_puzzlePlaying,
  802. MoveComponet_t6A94D329F8181F83EB06907D4CF445854B62294B_CustomAttributesCacheGenerator_clickSFX,
  803. MoveCurtains_tB4A12D203EB02A502815D31AE771556484B92B0B_CustomAttributesCacheGenerator_puzzlePlaying,
  804. MoveCurtains_tB4A12D203EB02A502815D31AE771556484B92B0B_CustomAttributesCacheGenerator_clickSFX,
  805. MoveDoor_tC7705808A14131F3A31B0A9B82B90E8563CD492C_CustomAttributesCacheGenerator_puzzlePlaying,
  806. MoveDoor_tC7705808A14131F3A31B0A9B82B90E8563CD492C_CustomAttributesCacheGenerator_clickSFX,
  807. MoveNecklace_t16010C1E277A7FE81F828B0C4B3A06FAF734F384_CustomAttributesCacheGenerator_puzzlePlaying,
  808. MoveNecklace_t16010C1E277A7FE81F828B0C4B3A06FAF734F384_CustomAttributesCacheGenerator_clickSFX,
  809. MovePay_tE0B853D8BF479E29A863805D0C30726D704D7E1B_CustomAttributesCacheGenerator_puzzlePlaying,
  810. MovePay_tE0B853D8BF479E29A863805D0C30726D704D7E1B_CustomAttributesCacheGenerator_clickSFX,
  811. MovePolice_tDAB05A5C7448BF6209133939ADC6DEE953691A47_CustomAttributesCacheGenerator_puzzlePlaying,
  812. MovePolice_tDAB05A5C7448BF6209133939ADC6DEE953691A47_CustomAttributesCacheGenerator_clickSFX,
  813. ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_U3CscnesIndexU3Ek__BackingField,
  814. CameraTest_t563555AD4C8EA0128CEE77E03597BD748F592DF0_CustomAttributesCacheGenerator_CameraTest_OpenCamera_m08D941F0D2A779D0B637E04CE7DBFBDCD8C7FE6D,
  815. U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5__ctor_mC6CDDD28E823133C7F4FCF605892971512BC3FDF,
  816. U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5_System_IDisposable_Dispose_m5E1DEEB7CAD25C2CF9891E4AE1F25068FCC1797D,
  817. U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5B2F6CBD2A04613586D52CA5245ED5FBD7D07DF5,
  818. U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5_System_Collections_IEnumerator_Reset_m98A92E227EA73F909A65AB1A464C2F27B7549D2E,
  819. U3COpenCameraU3Ed__5_t8613DBC150CB36ABC5194A0BD75AA409412FD22C_CustomAttributesCacheGenerator_U3COpenCameraU3Ed__5_System_Collections_IEnumerator_get_Current_m969C694CB00C42B6F4E0A5CC4C3DFCCFA1CC8D04,
  820. testMove_t871278BC32C5BA39F313F7574A5D026BB0094A1F_CustomAttributesCacheGenerator_testMove_OnMouseDown_m17EBB24FCFE9C7FB59376C35FCA83B96E1623ABF,
  821. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7__ctor_m8BDEABAD5280CFAD968ED3513A595B120212998B,
  822. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_IDisposable_Dispose_m9480DFDBD623284C2677CA5D0BE34AFF19D62C5F,
  823. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4620280C15E8D7FED514D138B45E8737C6F342E8,
  824. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_Reset_m67C288B6D514937F042ED383C2E3AF230C4D1D19,
  825. U3COnMouseDownU3Ed__7_t561295BB3543E052AC433C1858728E088B745B44_CustomAttributesCacheGenerator_U3COnMouseDownU3Ed__7_System_Collections_IEnumerator_get_Current_m3DBD51E29D7EB6E689B103F333FE3C4E2084A235,
  826. ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_ScenesArgs_get_scnesIndex_m722268FF39A4F14A36F04F538B25521DE877A3A8,
  827. ScenesArgs_t5B2D341137D9D69127B252FCFC1F4886A7C760D5_CustomAttributesCacheGenerator_ScenesArgs_set_scnesIndex_mD75A7AB3EC906BD3BE8B9617925A23CF6151D5D6,
  828. AssemblyU2DCSharp_CustomAttributesCacheGenerator,
  829. };
  830. IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows_m8562196F90F3EBCEC23B5708EE0332842883C490_inline (RuntimeCompatibilityAttribute_tFF99AB2963098F9CBCD47A20D9FD3D51C17C1C80 * __this, bool ___value0, const RuntimeMethod* method)
  831. {
  832. {
  833. bool L_0 = ___value0;
  834. __this->set_m_wrapNonExceptionThrows_0(L_0);
  835. return;
  836. }
  837. }