Bulk_Assembly-UnityScript_0.cpp 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651
  1. #include "il2cpp-config.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include <cstring>
  8. #include <string.h>
  9. #include <stdio.h>
  10. #include <cmath>
  11. #include <limits>
  12. #include <assert.h>
  13. #include <stdint.h>
  14. #include "il2cpp-class-internals.h"
  15. #include "codegen/il2cpp-codegen.h"
  16. #include "il2cpp-object-internals.h"
  17. // BakeMaterial
  18. struct BakeMaterial_t96430949;
  19. // UnityEngine.MonoBehaviour
  20. struct MonoBehaviour_t3962482529;
  21. // Light_Flicker
  22. struct Light_Flicker_t315102722;
  23. // UnityEngine.Component
  24. struct Component_t1923634451;
  25. // UnityEngine.Light
  26. struct Light_t3756812086;
  27. // UnityEngine.Object
  28. struct Object_t631007953;
  29. // System.String
  30. struct String_t;
  31. // Scale
  32. struct Scale_t1767969911;
  33. // UnityEngine.ParticleEmitter
  34. struct ParticleEmitter_t3771232109;
  35. // UnityEngine.Transform
  36. struct Transform_t3600365921;
  37. // SimulateParticles
  38. struct SimulateParticles_t2527671166;
  39. // System.Char[]
  40. struct CharU5BU5D_t3528271667;
  41. // System.Void
  42. struct Void_t1185182177;
  43. // UnityEngine.ParticleEmitter[]
  44. struct ParticleEmitterU5BU5D_t3731639360;
  45. // System.Single[]
  46. struct SingleU5BU5D_t1444911251;
  47. // UnityEngine.Vector3[]
  48. struct Vector3U5BU5D_t1718750761;
  49. extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var;
  50. extern const RuntimeMethod* Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var;
  51. extern String_t* _stringLiteral3306691408;
  52. extern const uint32_t Light_Flicker_Start_m1250446623_MetadataUsageId;
  53. extern const uint32_t Light_Flicker_OneLightChange_m4121405234_MetadataUsageId;
  54. extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var;
  55. extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var;
  56. extern RuntimeClass* RuntimeServices_t2098243569_il2cpp_TypeInfo_var;
  57. extern String_t* _stringLiteral1884702267;
  58. extern const uint32_t Light_Flicker_Update_m1609282469_MetadataUsageId;
  59. extern RuntimeClass* SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var;
  60. extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var;
  61. extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var;
  62. extern const uint32_t Scale_UpdateScale_m1274038475_MetadataUsageId;
  63. struct ParticleEmitterU5BU5D_t3731639360;
  64. struct SingleU5BU5D_t1444911251;
  65. struct Vector3U5BU5D_t1718750761;
  66. #ifndef U3CMODULEU3E_T692745562_H
  67. #define U3CMODULEU3E_T692745562_H
  68. #ifdef __clang__
  69. #pragma clang diagnostic push
  70. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  71. #pragma clang diagnostic ignored "-Wunused-variable"
  72. #endif
  73. // <Module>
  74. struct U3CModuleU3E_t692745562
  75. {
  76. public:
  77. public:
  78. };
  79. #ifdef __clang__
  80. #pragma clang diagnostic pop
  81. #endif
  82. #endif // U3CMODULEU3E_T692745562_H
  83. #ifndef RUNTIMEOBJECT_H
  84. #define RUNTIMEOBJECT_H
  85. #ifdef __clang__
  86. #pragma clang diagnostic push
  87. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  88. #pragma clang diagnostic ignored "-Wunused-variable"
  89. #endif
  90. // System.Object
  91. #ifdef __clang__
  92. #pragma clang diagnostic pop
  93. #endif
  94. #endif // RUNTIMEOBJECT_H
  95. struct Il2CppArrayBounds;
  96. #ifndef RUNTIMEARRAY_H
  97. #define RUNTIMEARRAY_H
  98. #ifdef __clang__
  99. #pragma clang diagnostic push
  100. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  101. #pragma clang diagnostic ignored "-Wunused-variable"
  102. #endif
  103. // System.Array
  104. #ifdef __clang__
  105. #pragma clang diagnostic pop
  106. #endif
  107. #endif // RUNTIMEARRAY_H
  108. #ifndef STRING_T_H
  109. #define STRING_T_H
  110. #ifdef __clang__
  111. #pragma clang diagnostic push
  112. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  113. #pragma clang diagnostic ignored "-Wunused-variable"
  114. #endif
  115. // System.String
  116. struct String_t : public RuntimeObject
  117. {
  118. public:
  119. // System.Int32 System.String::length
  120. int32_t ___length_0;
  121. // System.Char System.String::start_char
  122. Il2CppChar ___start_char_1;
  123. public:
  124. inline static int32_t get_offset_of_length_0() { return static_cast<int32_t>(offsetof(String_t, ___length_0)); }
  125. inline int32_t get_length_0() const { return ___length_0; }
  126. inline int32_t* get_address_of_length_0() { return &___length_0; }
  127. inline void set_length_0(int32_t value)
  128. {
  129. ___length_0 = value;
  130. }
  131. inline static int32_t get_offset_of_start_char_1() { return static_cast<int32_t>(offsetof(String_t, ___start_char_1)); }
  132. inline Il2CppChar get_start_char_1() const { return ___start_char_1; }
  133. inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; }
  134. inline void set_start_char_1(Il2CppChar value)
  135. {
  136. ___start_char_1 = value;
  137. }
  138. };
  139. struct String_t_StaticFields
  140. {
  141. public:
  142. // System.String System.String::Empty
  143. String_t* ___Empty_2;
  144. // System.Char[] System.String::WhiteChars
  145. CharU5BU5D_t3528271667* ___WhiteChars_3;
  146. public:
  147. inline static int32_t get_offset_of_Empty_2() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_2)); }
  148. inline String_t* get_Empty_2() const { return ___Empty_2; }
  149. inline String_t** get_address_of_Empty_2() { return &___Empty_2; }
  150. inline void set_Empty_2(String_t* value)
  151. {
  152. ___Empty_2 = value;
  153. Il2CppCodeGenWriteBarrier((&___Empty_2), value);
  154. }
  155. inline static int32_t get_offset_of_WhiteChars_3() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___WhiteChars_3)); }
  156. inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; }
  157. inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; }
  158. inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value)
  159. {
  160. ___WhiteChars_3 = value;
  161. Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value);
  162. }
  163. };
  164. #ifdef __clang__
  165. #pragma clang diagnostic pop
  166. #endif
  167. #endif // STRING_T_H
  168. #ifndef VALUETYPE_T3640485471_H
  169. #define VALUETYPE_T3640485471_H
  170. #ifdef __clang__
  171. #pragma clang diagnostic push
  172. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  173. #pragma clang diagnostic ignored "-Wunused-variable"
  174. #endif
  175. // System.ValueType
  176. struct ValueType_t3640485471 : public RuntimeObject
  177. {
  178. public:
  179. public:
  180. };
  181. #ifdef __clang__
  182. #pragma clang diagnostic pop
  183. #endif
  184. // Native definition for P/Invoke marshalling of System.ValueType
  185. struct ValueType_t3640485471_marshaled_pinvoke
  186. {
  187. };
  188. // Native definition for COM marshalling of System.ValueType
  189. struct ValueType_t3640485471_marshaled_com
  190. {
  191. };
  192. #endif // VALUETYPE_T3640485471_H
  193. #ifndef INT32_T2950945753_H
  194. #define INT32_T2950945753_H
  195. #ifdef __clang__
  196. #pragma clang diagnostic push
  197. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  198. #pragma clang diagnostic ignored "-Wunused-variable"
  199. #endif
  200. // System.Int32
  201. struct Int32_t2950945753
  202. {
  203. public:
  204. // System.Int32 System.Int32::m_value
  205. int32_t ___m_value_2;
  206. public:
  207. inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Int32_t2950945753, ___m_value_2)); }
  208. inline int32_t get_m_value_2() const { return ___m_value_2; }
  209. inline int32_t* get_address_of_m_value_2() { return &___m_value_2; }
  210. inline void set_m_value_2(int32_t value)
  211. {
  212. ___m_value_2 = value;
  213. }
  214. };
  215. #ifdef __clang__
  216. #pragma clang diagnostic pop
  217. #endif
  218. #endif // INT32_T2950945753_H
  219. #ifndef INTPTR_T_H
  220. #define INTPTR_T_H
  221. #ifdef __clang__
  222. #pragma clang diagnostic push
  223. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  224. #pragma clang diagnostic ignored "-Wunused-variable"
  225. #endif
  226. // System.IntPtr
  227. struct IntPtr_t
  228. {
  229. public:
  230. // System.Void* System.IntPtr::m_value
  231. void* ___m_value_0;
  232. public:
  233. inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
  234. inline void* get_m_value_0() const { return ___m_value_0; }
  235. inline void** get_address_of_m_value_0() { return &___m_value_0; }
  236. inline void set_m_value_0(void* value)
  237. {
  238. ___m_value_0 = value;
  239. }
  240. };
  241. struct IntPtr_t_StaticFields
  242. {
  243. public:
  244. // System.IntPtr System.IntPtr::Zero
  245. intptr_t ___Zero_1;
  246. public:
  247. inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
  248. inline intptr_t get_Zero_1() const { return ___Zero_1; }
  249. inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
  250. inline void set_Zero_1(intptr_t value)
  251. {
  252. ___Zero_1 = value;
  253. }
  254. };
  255. #ifdef __clang__
  256. #pragma clang diagnostic pop
  257. #endif
  258. #endif // INTPTR_T_H
  259. #ifndef BOOLEAN_T97287965_H
  260. #define BOOLEAN_T97287965_H
  261. #ifdef __clang__
  262. #pragma clang diagnostic push
  263. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  264. #pragma clang diagnostic ignored "-Wunused-variable"
  265. #endif
  266. // System.Boolean
  267. struct Boolean_t97287965
  268. {
  269. public:
  270. // System.Boolean System.Boolean::m_value
  271. bool ___m_value_2;
  272. public:
  273. inline static int32_t get_offset_of_m_value_2() { return static_cast<int32_t>(offsetof(Boolean_t97287965, ___m_value_2)); }
  274. inline bool get_m_value_2() const { return ___m_value_2; }
  275. inline bool* get_address_of_m_value_2() { return &___m_value_2; }
  276. inline void set_m_value_2(bool value)
  277. {
  278. ___m_value_2 = value;
  279. }
  280. };
  281. struct Boolean_t97287965_StaticFields
  282. {
  283. public:
  284. // System.String System.Boolean::FalseString
  285. String_t* ___FalseString_0;
  286. // System.String System.Boolean::TrueString
  287. String_t* ___TrueString_1;
  288. public:
  289. inline static int32_t get_offset_of_FalseString_0() { return static_cast<int32_t>(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); }
  290. inline String_t* get_FalseString_0() const { return ___FalseString_0; }
  291. inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; }
  292. inline void set_FalseString_0(String_t* value)
  293. {
  294. ___FalseString_0 = value;
  295. Il2CppCodeGenWriteBarrier((&___FalseString_0), value);
  296. }
  297. inline static int32_t get_offset_of_TrueString_1() { return static_cast<int32_t>(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); }
  298. inline String_t* get_TrueString_1() const { return ___TrueString_1; }
  299. inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; }
  300. inline void set_TrueString_1(String_t* value)
  301. {
  302. ___TrueString_1 = value;
  303. Il2CppCodeGenWriteBarrier((&___TrueString_1), value);
  304. }
  305. };
  306. #ifdef __clang__
  307. #pragma clang diagnostic pop
  308. #endif
  309. #endif // BOOLEAN_T97287965_H
  310. #ifndef VECTOR3_T3722313464_H
  311. #define VECTOR3_T3722313464_H
  312. #ifdef __clang__
  313. #pragma clang diagnostic push
  314. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  315. #pragma clang diagnostic ignored "-Wunused-variable"
  316. #endif
  317. // UnityEngine.Vector3
  318. struct Vector3_t3722313464
  319. {
  320. public:
  321. // System.Single UnityEngine.Vector3::x
  322. float ___x_1;
  323. // System.Single UnityEngine.Vector3::y
  324. float ___y_2;
  325. // System.Single UnityEngine.Vector3::z
  326. float ___z_3;
  327. public:
  328. inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector3_t3722313464, ___x_1)); }
  329. inline float get_x_1() const { return ___x_1; }
  330. inline float* get_address_of_x_1() { return &___x_1; }
  331. inline void set_x_1(float value)
  332. {
  333. ___x_1 = value;
  334. }
  335. inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector3_t3722313464, ___y_2)); }
  336. inline float get_y_2() const { return ___y_2; }
  337. inline float* get_address_of_y_2() { return &___y_2; }
  338. inline void set_y_2(float value)
  339. {
  340. ___y_2 = value;
  341. }
  342. inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector3_t3722313464, ___z_3)); }
  343. inline float get_z_3() const { return ___z_3; }
  344. inline float* get_address_of_z_3() { return &___z_3; }
  345. inline void set_z_3(float value)
  346. {
  347. ___z_3 = value;
  348. }
  349. };
  350. struct Vector3_t3722313464_StaticFields
  351. {
  352. public:
  353. // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
  354. Vector3_t3722313464 ___zeroVector_4;
  355. // UnityEngine.Vector3 UnityEngine.Vector3::oneVector
  356. Vector3_t3722313464 ___oneVector_5;
  357. // UnityEngine.Vector3 UnityEngine.Vector3::upVector
  358. Vector3_t3722313464 ___upVector_6;
  359. // UnityEngine.Vector3 UnityEngine.Vector3::downVector
  360. Vector3_t3722313464 ___downVector_7;
  361. // UnityEngine.Vector3 UnityEngine.Vector3::leftVector
  362. Vector3_t3722313464 ___leftVector_8;
  363. // UnityEngine.Vector3 UnityEngine.Vector3::rightVector
  364. Vector3_t3722313464 ___rightVector_9;
  365. // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
  366. Vector3_t3722313464 ___forwardVector_10;
  367. // UnityEngine.Vector3 UnityEngine.Vector3::backVector
  368. Vector3_t3722313464 ___backVector_11;
  369. // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
  370. Vector3_t3722313464 ___positiveInfinityVector_12;
  371. // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
  372. Vector3_t3722313464 ___negativeInfinityVector_13;
  373. public:
  374. inline static int32_t get_offset_of_zeroVector_4() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); }
  375. inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; }
  376. inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; }
  377. inline void set_zeroVector_4(Vector3_t3722313464 value)
  378. {
  379. ___zeroVector_4 = value;
  380. }
  381. inline static int32_t get_offset_of_oneVector_5() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); }
  382. inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; }
  383. inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; }
  384. inline void set_oneVector_5(Vector3_t3722313464 value)
  385. {
  386. ___oneVector_5 = value;
  387. }
  388. inline static int32_t get_offset_of_upVector_6() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); }
  389. inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; }
  390. inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; }
  391. inline void set_upVector_6(Vector3_t3722313464 value)
  392. {
  393. ___upVector_6 = value;
  394. }
  395. inline static int32_t get_offset_of_downVector_7() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); }
  396. inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; }
  397. inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; }
  398. inline void set_downVector_7(Vector3_t3722313464 value)
  399. {
  400. ___downVector_7 = value;
  401. }
  402. inline static int32_t get_offset_of_leftVector_8() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); }
  403. inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; }
  404. inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; }
  405. inline void set_leftVector_8(Vector3_t3722313464 value)
  406. {
  407. ___leftVector_8 = value;
  408. }
  409. inline static int32_t get_offset_of_rightVector_9() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); }
  410. inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; }
  411. inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; }
  412. inline void set_rightVector_9(Vector3_t3722313464 value)
  413. {
  414. ___rightVector_9 = value;
  415. }
  416. inline static int32_t get_offset_of_forwardVector_10() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); }
  417. inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; }
  418. inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; }
  419. inline void set_forwardVector_10(Vector3_t3722313464 value)
  420. {
  421. ___forwardVector_10 = value;
  422. }
  423. inline static int32_t get_offset_of_backVector_11() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); }
  424. inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; }
  425. inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; }
  426. inline void set_backVector_11(Vector3_t3722313464 value)
  427. {
  428. ___backVector_11 = value;
  429. }
  430. inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); }
  431. inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; }
  432. inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; }
  433. inline void set_positiveInfinityVector_12(Vector3_t3722313464 value)
  434. {
  435. ___positiveInfinityVector_12 = value;
  436. }
  437. inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); }
  438. inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; }
  439. inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; }
  440. inline void set_negativeInfinityVector_13(Vector3_t3722313464 value)
  441. {
  442. ___negativeInfinityVector_13 = value;
  443. }
  444. };
  445. #ifdef __clang__
  446. #pragma clang diagnostic pop
  447. #endif
  448. #endif // VECTOR3_T3722313464_H
  449. #ifndef VOID_T1185182177_H
  450. #define VOID_T1185182177_H
  451. #ifdef __clang__
  452. #pragma clang diagnostic push
  453. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  454. #pragma clang diagnostic ignored "-Wunused-variable"
  455. #endif
  456. // System.Void
  457. struct Void_t1185182177
  458. {
  459. public:
  460. public:
  461. };
  462. #ifdef __clang__
  463. #pragma clang diagnostic pop
  464. #endif
  465. #endif // VOID_T1185182177_H
  466. #ifndef SINGLE_T1397266774_H
  467. #define SINGLE_T1397266774_H
  468. #ifdef __clang__
  469. #pragma clang diagnostic push
  470. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  471. #pragma clang diagnostic ignored "-Wunused-variable"
  472. #endif
  473. // System.Single
  474. struct Single_t1397266774
  475. {
  476. public:
  477. // System.Single System.Single::m_value
  478. float ___m_value_7;
  479. public:
  480. inline static int32_t get_offset_of_m_value_7() { return static_cast<int32_t>(offsetof(Single_t1397266774, ___m_value_7)); }
  481. inline float get_m_value_7() const { return ___m_value_7; }
  482. inline float* get_address_of_m_value_7() { return &___m_value_7; }
  483. inline void set_m_value_7(float value)
  484. {
  485. ___m_value_7 = value;
  486. }
  487. };
  488. #ifdef __clang__
  489. #pragma clang diagnostic pop
  490. #endif
  491. #endif // SINGLE_T1397266774_H
  492. #ifndef OBJECT_T631007953_H
  493. #define OBJECT_T631007953_H
  494. #ifdef __clang__
  495. #pragma clang diagnostic push
  496. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  497. #pragma clang diagnostic ignored "-Wunused-variable"
  498. #endif
  499. // UnityEngine.Object
  500. struct Object_t631007953 : public RuntimeObject
  501. {
  502. public:
  503. // System.IntPtr UnityEngine.Object::m_CachedPtr
  504. intptr_t ___m_CachedPtr_0;
  505. public:
  506. inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_t631007953, ___m_CachedPtr_0)); }
  507. inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
  508. inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
  509. inline void set_m_CachedPtr_0(intptr_t value)
  510. {
  511. ___m_CachedPtr_0 = value;
  512. }
  513. };
  514. struct Object_t631007953_StaticFields
  515. {
  516. public:
  517. // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
  518. int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
  519. public:
  520. inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_t631007953_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
  521. inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
  522. inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
  523. inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
  524. {
  525. ___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
  526. }
  527. };
  528. #ifdef __clang__
  529. #pragma clang diagnostic pop
  530. #endif
  531. // Native definition for P/Invoke marshalling of UnityEngine.Object
  532. struct Object_t631007953_marshaled_pinvoke
  533. {
  534. intptr_t ___m_CachedPtr_0;
  535. };
  536. // Native definition for COM marshalling of UnityEngine.Object
  537. struct Object_t631007953_marshaled_com
  538. {
  539. intptr_t ___m_CachedPtr_0;
  540. };
  541. #endif // OBJECT_T631007953_H
  542. #ifndef COMPONENT_T1923634451_H
  543. #define COMPONENT_T1923634451_H
  544. #ifdef __clang__
  545. #pragma clang diagnostic push
  546. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  547. #pragma clang diagnostic ignored "-Wunused-variable"
  548. #endif
  549. // UnityEngine.Component
  550. struct Component_t1923634451 : public Object_t631007953
  551. {
  552. public:
  553. public:
  554. };
  555. #ifdef __clang__
  556. #pragma clang diagnostic pop
  557. #endif
  558. #endif // COMPONENT_T1923634451_H
  559. #ifndef BEHAVIOUR_T1437897464_H
  560. #define BEHAVIOUR_T1437897464_H
  561. #ifdef __clang__
  562. #pragma clang diagnostic push
  563. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  564. #pragma clang diagnostic ignored "-Wunused-variable"
  565. #endif
  566. // UnityEngine.Behaviour
  567. struct Behaviour_t1437897464 : public Component_t1923634451
  568. {
  569. public:
  570. public:
  571. };
  572. #ifdef __clang__
  573. #pragma clang diagnostic pop
  574. #endif
  575. #endif // BEHAVIOUR_T1437897464_H
  576. #ifndef TRANSFORM_T3600365921_H
  577. #define TRANSFORM_T3600365921_H
  578. #ifdef __clang__
  579. #pragma clang diagnostic push
  580. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  581. #pragma clang diagnostic ignored "-Wunused-variable"
  582. #endif
  583. // UnityEngine.Transform
  584. struct Transform_t3600365921 : public Component_t1923634451
  585. {
  586. public:
  587. public:
  588. };
  589. #ifdef __clang__
  590. #pragma clang diagnostic pop
  591. #endif
  592. #endif // TRANSFORM_T3600365921_H
  593. #ifndef PARTICLEEMITTER_T3771232109_H
  594. #define PARTICLEEMITTER_T3771232109_H
  595. #ifdef __clang__
  596. #pragma clang diagnostic push
  597. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  598. #pragma clang diagnostic ignored "-Wunused-variable"
  599. #endif
  600. // UnityEngine.ParticleEmitter
  601. struct ParticleEmitter_t3771232109 : public Component_t1923634451
  602. {
  603. public:
  604. public:
  605. };
  606. #ifdef __clang__
  607. #pragma clang diagnostic pop
  608. #endif
  609. #endif // PARTICLEEMITTER_T3771232109_H
  610. #ifndef MONOBEHAVIOUR_T3962482529_H
  611. #define MONOBEHAVIOUR_T3962482529_H
  612. #ifdef __clang__
  613. #pragma clang diagnostic push
  614. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  615. #pragma clang diagnostic ignored "-Wunused-variable"
  616. #endif
  617. // UnityEngine.MonoBehaviour
  618. struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464
  619. {
  620. public:
  621. public:
  622. };
  623. #ifdef __clang__
  624. #pragma clang diagnostic pop
  625. #endif
  626. #endif // MONOBEHAVIOUR_T3962482529_H
  627. #ifndef LIGHT_T3756812086_H
  628. #define LIGHT_T3756812086_H
  629. #ifdef __clang__
  630. #pragma clang diagnostic push
  631. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  632. #pragma clang diagnostic ignored "-Wunused-variable"
  633. #endif
  634. // UnityEngine.Light
  635. struct Light_t3756812086 : public Behaviour_t1437897464
  636. {
  637. public:
  638. // System.Int32 UnityEngine.Light::m_BakedIndex
  639. int32_t ___m_BakedIndex_2;
  640. public:
  641. inline static int32_t get_offset_of_m_BakedIndex_2() { return static_cast<int32_t>(offsetof(Light_t3756812086, ___m_BakedIndex_2)); }
  642. inline int32_t get_m_BakedIndex_2() const { return ___m_BakedIndex_2; }
  643. inline int32_t* get_address_of_m_BakedIndex_2() { return &___m_BakedIndex_2; }
  644. inline void set_m_BakedIndex_2(int32_t value)
  645. {
  646. ___m_BakedIndex_2 = value;
  647. }
  648. };
  649. #ifdef __clang__
  650. #pragma clang diagnostic pop
  651. #endif
  652. #endif // LIGHT_T3756812086_H
  653. #ifndef SCALE_T1767969911_H
  654. #define SCALE_T1767969911_H
  655. #ifdef __clang__
  656. #pragma clang diagnostic push
  657. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  658. #pragma clang diagnostic ignored "-Wunused-variable"
  659. #endif
  660. // Scale
  661. struct Scale_t1767969911 : public MonoBehaviour_t3962482529
  662. {
  663. public:
  664. // UnityEngine.ParticleEmitter[] Scale::particleEmitters
  665. ParticleEmitterU5BU5D_t3731639360* ___particleEmitters_2;
  666. // System.Single Scale::scale
  667. float ___scale_3;
  668. // System.Single[] Scale::minsize
  669. SingleU5BU5D_t1444911251* ___minsize_4;
  670. // System.Single[] Scale::maxsize
  671. SingleU5BU5D_t1444911251* ___maxsize_5;
  672. // UnityEngine.Vector3[] Scale::worldvelocity
  673. Vector3U5BU5D_t1718750761* ___worldvelocity_6;
  674. // UnityEngine.Vector3[] Scale::localvelocity
  675. Vector3U5BU5D_t1718750761* ___localvelocity_7;
  676. // UnityEngine.Vector3[] Scale::rndvelocity
  677. Vector3U5BU5D_t1718750761* ___rndvelocity_8;
  678. // UnityEngine.Vector3[] Scale::scaleBackUp
  679. Vector3U5BU5D_t1718750761* ___scaleBackUp_9;
  680. // System.Boolean Scale::firstUpdate
  681. bool ___firstUpdate_10;
  682. public:
  683. inline static int32_t get_offset_of_particleEmitters_2() { return static_cast<int32_t>(offsetof(Scale_t1767969911, ___particleEmitters_2)); }
  684. inline ParticleEmitterU5BU5D_t3731639360* get_particleEmitters_2() const { return ___particleEmitters_2; }
  685. inline ParticleEmitterU5BU5D_t3731639360** get_address_of_particleEmitters_2() { return &___particleEmitters_2; }
  686. inline void set_particleEmitters_2(ParticleEmitterU5BU5D_t3731639360* value)
  687. {
  688. ___particleEmitters_2 = value;
  689. Il2CppCodeGenWriteBarrier((&___particleEmitters_2), value);
  690. }
  691. inline static int32_t get_offset_of_scale_3() { return static_cast<int32_t>(offsetof(Scale_t1767969911, ___scale_3)); }
  692. inline float get_scale_3() const { return ___scale_3; }
  693. inline float* get_address_of_scale_3() { return &___scale_3; }
  694. inline void set_scale_3(float value)
  695. {
  696. ___scale_3 = value;
  697. }
  698. inline static int32_t get_offset_of_minsize_4() { return static_cast<int32_t>(offsetof(Scale_t1767969911, ___minsize_4)); }
  699. inline SingleU5BU5D_t1444911251* get_minsize_4() const { return ___minsize_4; }
  700. inline SingleU5BU5D_t1444911251** get_address_of_minsize_4() { return &___minsize_4; }
  701. inline void set_minsize_4(SingleU5BU5D_t1444911251* value)
  702. {
  703. ___minsize_4 = value;
  704. Il2CppCodeGenWriteBarrier((&___minsize_4), value);
  705. }
  706. inline static int32_t get_offset_of_maxsize_5() { return static_cast<int32_t>(offsetof(Scale_t1767969911, ___maxsize_5)); }
  707. inline SingleU5BU5D_t1444911251* get_maxsize_5() const { return ___maxsize_5; }
  708. inline SingleU5BU5D_t1444911251** get_address_of_maxsize_5() { return &___maxsize_5; }
  709. inline void set_maxsize_5(SingleU5BU5D_t1444911251* value)
  710. {
  711. ___maxsize_5 = value;
  712. Il2CppCodeGenWriteBarrier((&___maxsize_5), value);
  713. }
  714. inline static int32_t get_offset_of_worldvelocity_6() { return static_cast<int32_t>(offsetof(Scale_t1767969911, ___worldvelocity_6)); }
  715. inline Vector3U5BU5D_t1718750761* get_worldvelocity_6() const { return ___worldvelocity_6; }
  716. inline Vector3U5BU5D_t1718750761** get_address_of_worldvelocity_6() { return &___worldvelocity_6; }
  717. inline void set_worldvelocity_6(Vector3U5BU5D_t1718750761* value)
  718. {
  719. ___worldvelocity_6 = value;
  720. Il2CppCodeGenWriteBarrier((&___worldvelocity_6), value);
  721. }
  722. inline static int32_t get_offset_of_localvelocity_7() { return static_cast<int32_t>(offsetof(Scale_t1767969911, ___localvelocity_7)); }
  723. inline Vector3U5BU5D_t1718750761* get_localvelocity_7() const { return ___localvelocity_7; }
  724. inline Vector3U5BU5D_t1718750761** get_address_of_localvelocity_7() { return &___localvelocity_7; }
  725. inline void set_localvelocity_7(Vector3U5BU5D_t1718750761* value)
  726. {
  727. ___localvelocity_7 = value;
  728. Il2CppCodeGenWriteBarrier((&___localvelocity_7), value);
  729. }
  730. inline static int32_t get_offset_of_rndvelocity_8() { return static_cast<int32_t>(offsetof(Scale_t1767969911, ___rndvelocity_8)); }
  731. inline Vector3U5BU5D_t1718750761* get_rndvelocity_8() const { return ___rndvelocity_8; }
  732. inline Vector3U5BU5D_t1718750761** get_address_of_rndvelocity_8() { return &___rndvelocity_8; }
  733. inline void set_rndvelocity_8(Vector3U5BU5D_t1718750761* value)
  734. {
  735. ___rndvelocity_8 = value;
  736. Il2CppCodeGenWriteBarrier((&___rndvelocity_8), value);
  737. }
  738. inline static int32_t get_offset_of_scaleBackUp_9() { return static_cast<int32_t>(offsetof(Scale_t1767969911, ___scaleBackUp_9)); }
  739. inline Vector3U5BU5D_t1718750761* get_scaleBackUp_9() const { return ___scaleBackUp_9; }
  740. inline Vector3U5BU5D_t1718750761** get_address_of_scaleBackUp_9() { return &___scaleBackUp_9; }
  741. inline void set_scaleBackUp_9(Vector3U5BU5D_t1718750761* value)
  742. {
  743. ___scaleBackUp_9 = value;
  744. Il2CppCodeGenWriteBarrier((&___scaleBackUp_9), value);
  745. }
  746. inline static int32_t get_offset_of_firstUpdate_10() { return static_cast<int32_t>(offsetof(Scale_t1767969911, ___firstUpdate_10)); }
  747. inline bool get_firstUpdate_10() const { return ___firstUpdate_10; }
  748. inline bool* get_address_of_firstUpdate_10() { return &___firstUpdate_10; }
  749. inline void set_firstUpdate_10(bool value)
  750. {
  751. ___firstUpdate_10 = value;
  752. }
  753. };
  754. #ifdef __clang__
  755. #pragma clang diagnostic pop
  756. #endif
  757. #endif // SCALE_T1767969911_H
  758. #ifndef SIMULATEPARTICLES_T2527671166_H
  759. #define SIMULATEPARTICLES_T2527671166_H
  760. #ifdef __clang__
  761. #pragma clang diagnostic push
  762. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  763. #pragma clang diagnostic ignored "-Wunused-variable"
  764. #endif
  765. // SimulateParticles
  766. struct SimulateParticles_t2527671166 : public MonoBehaviour_t3962482529
  767. {
  768. public:
  769. // System.Single SimulateParticles::warmupTime
  770. float ___warmupTime_2;
  771. // UnityEngine.ParticleEmitter[] SimulateParticles::emitters
  772. ParticleEmitterU5BU5D_t3731639360* ___emitters_3;
  773. public:
  774. inline static int32_t get_offset_of_warmupTime_2() { return static_cast<int32_t>(offsetof(SimulateParticles_t2527671166, ___warmupTime_2)); }
  775. inline float get_warmupTime_2() const { return ___warmupTime_2; }
  776. inline float* get_address_of_warmupTime_2() { return &___warmupTime_2; }
  777. inline void set_warmupTime_2(float value)
  778. {
  779. ___warmupTime_2 = value;
  780. }
  781. inline static int32_t get_offset_of_emitters_3() { return static_cast<int32_t>(offsetof(SimulateParticles_t2527671166, ___emitters_3)); }
  782. inline ParticleEmitterU5BU5D_t3731639360* get_emitters_3() const { return ___emitters_3; }
  783. inline ParticleEmitterU5BU5D_t3731639360** get_address_of_emitters_3() { return &___emitters_3; }
  784. inline void set_emitters_3(ParticleEmitterU5BU5D_t3731639360* value)
  785. {
  786. ___emitters_3 = value;
  787. Il2CppCodeGenWriteBarrier((&___emitters_3), value);
  788. }
  789. };
  790. #ifdef __clang__
  791. #pragma clang diagnostic pop
  792. #endif
  793. #endif // SIMULATEPARTICLES_T2527671166_H
  794. #ifndef BAKEMATERIAL_T96430949_H
  795. #define BAKEMATERIAL_T96430949_H
  796. #ifdef __clang__
  797. #pragma clang diagnostic push
  798. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  799. #pragma clang diagnostic ignored "-Wunused-variable"
  800. #endif
  801. // BakeMaterial
  802. struct BakeMaterial_t96430949 : public MonoBehaviour_t3962482529
  803. {
  804. public:
  805. public:
  806. };
  807. #ifdef __clang__
  808. #pragma clang diagnostic pop
  809. #endif
  810. #endif // BAKEMATERIAL_T96430949_H
  811. #ifndef LIGHT_FLICKER_T315102722_H
  812. #define LIGHT_FLICKER_T315102722_H
  813. #ifdef __clang__
  814. #pragma clang diagnostic push
  815. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  816. #pragma clang diagnostic ignored "-Wunused-variable"
  817. #endif
  818. // Light_Flicker
  819. struct Light_Flicker_t315102722 : public MonoBehaviour_t3962482529
  820. {
  821. public:
  822. // System.Single Light_Flicker::time
  823. float ___time_2;
  824. // System.Single Light_Flicker::min
  825. float ___min_3;
  826. // System.Single Light_Flicker::max
  827. float ___max_4;
  828. // System.Boolean Light_Flicker::useSmooth
  829. bool ___useSmooth_5;
  830. // System.Single Light_Flicker::smoothTime
  831. float ___smoothTime_6;
  832. public:
  833. inline static int32_t get_offset_of_time_2() { return static_cast<int32_t>(offsetof(Light_Flicker_t315102722, ___time_2)); }
  834. inline float get_time_2() const { return ___time_2; }
  835. inline float* get_address_of_time_2() { return &___time_2; }
  836. inline void set_time_2(float value)
  837. {
  838. ___time_2 = value;
  839. }
  840. inline static int32_t get_offset_of_min_3() { return static_cast<int32_t>(offsetof(Light_Flicker_t315102722, ___min_3)); }
  841. inline float get_min_3() const { return ___min_3; }
  842. inline float* get_address_of_min_3() { return &___min_3; }
  843. inline void set_min_3(float value)
  844. {
  845. ___min_3 = value;
  846. }
  847. inline static int32_t get_offset_of_max_4() { return static_cast<int32_t>(offsetof(Light_Flicker_t315102722, ___max_4)); }
  848. inline float get_max_4() const { return ___max_4; }
  849. inline float* get_address_of_max_4() { return &___max_4; }
  850. inline void set_max_4(float value)
  851. {
  852. ___max_4 = value;
  853. }
  854. inline static int32_t get_offset_of_useSmooth_5() { return static_cast<int32_t>(offsetof(Light_Flicker_t315102722, ___useSmooth_5)); }
  855. inline bool get_useSmooth_5() const { return ___useSmooth_5; }
  856. inline bool* get_address_of_useSmooth_5() { return &___useSmooth_5; }
  857. inline void set_useSmooth_5(bool value)
  858. {
  859. ___useSmooth_5 = value;
  860. }
  861. inline static int32_t get_offset_of_smoothTime_6() { return static_cast<int32_t>(offsetof(Light_Flicker_t315102722, ___smoothTime_6)); }
  862. inline float get_smoothTime_6() const { return ___smoothTime_6; }
  863. inline float* get_address_of_smoothTime_6() { return &___smoothTime_6; }
  864. inline void set_smoothTime_6(float value)
  865. {
  866. ___smoothTime_6 = value;
  867. }
  868. };
  869. #ifdef __clang__
  870. #pragma clang diagnostic pop
  871. #endif
  872. #endif // LIGHT_FLICKER_T315102722_H
  873. // UnityEngine.ParticleEmitter[]
  874. struct ParticleEmitterU5BU5D_t3731639360 : public RuntimeArray
  875. {
  876. public:
  877. ALIGN_FIELD (8) ParticleEmitter_t3771232109 * m_Items[1];
  878. public:
  879. inline ParticleEmitter_t3771232109 * GetAt(il2cpp_array_size_t index) const
  880. {
  881. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  882. return m_Items[index];
  883. }
  884. inline ParticleEmitter_t3771232109 ** GetAddressAt(il2cpp_array_size_t index)
  885. {
  886. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  887. return m_Items + index;
  888. }
  889. inline void SetAt(il2cpp_array_size_t index, ParticleEmitter_t3771232109 * value)
  890. {
  891. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  892. m_Items[index] = value;
  893. Il2CppCodeGenWriteBarrier(m_Items + index, value);
  894. }
  895. inline ParticleEmitter_t3771232109 * GetAtUnchecked(il2cpp_array_size_t index) const
  896. {
  897. return m_Items[index];
  898. }
  899. inline ParticleEmitter_t3771232109 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
  900. {
  901. return m_Items + index;
  902. }
  903. inline void SetAtUnchecked(il2cpp_array_size_t index, ParticleEmitter_t3771232109 * value)
  904. {
  905. m_Items[index] = value;
  906. Il2CppCodeGenWriteBarrier(m_Items + index, value);
  907. }
  908. };
  909. // System.Single[]
  910. struct SingleU5BU5D_t1444911251 : public RuntimeArray
  911. {
  912. public:
  913. ALIGN_FIELD (8) float m_Items[1];
  914. public:
  915. inline float GetAt(il2cpp_array_size_t index) const
  916. {
  917. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  918. return m_Items[index];
  919. }
  920. inline float* GetAddressAt(il2cpp_array_size_t index)
  921. {
  922. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  923. return m_Items + index;
  924. }
  925. inline void SetAt(il2cpp_array_size_t index, float value)
  926. {
  927. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  928. m_Items[index] = value;
  929. }
  930. inline float GetAtUnchecked(il2cpp_array_size_t index) const
  931. {
  932. return m_Items[index];
  933. }
  934. inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
  935. {
  936. return m_Items + index;
  937. }
  938. inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
  939. {
  940. m_Items[index] = value;
  941. }
  942. };
  943. // UnityEngine.Vector3[]
  944. struct Vector3U5BU5D_t1718750761 : public RuntimeArray
  945. {
  946. public:
  947. ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1];
  948. public:
  949. inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const
  950. {
  951. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  952. return m_Items[index];
  953. }
  954. inline Vector3_t3722313464 * GetAddressAt(il2cpp_array_size_t index)
  955. {
  956. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  957. return m_Items + index;
  958. }
  959. inline void SetAt(il2cpp_array_size_t index, Vector3_t3722313464 value)
  960. {
  961. IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
  962. m_Items[index] = value;
  963. }
  964. inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const
  965. {
  966. return m_Items[index];
  967. }
  968. inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index)
  969. {
  970. return m_Items + index;
  971. }
  972. inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value)
  973. {
  974. m_Items[index] = value;
  975. }
  976. };
  977. // !!0 UnityEngine.Component::GetComponent<System.Object>()
  978. extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method);
  979. // System.Void UnityEngine.MonoBehaviour::.ctor()
  980. extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method);
  981. // !!0 UnityEngine.Component::GetComponent<UnityEngine.Light>()
  982. #define Component_GetComponent_TisLight_t3756812086_m916313317(__this, method) (( Light_t3756812086 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method)
  983. // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
  984. extern "C" IL2CPP_METHOD_ATTR bool Object_op_Implicit_m3574996620 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method);
  985. // System.Void UnityEngine.MonoBehaviour::InvokeRepeating(System.String,System.Single,System.Single)
  986. extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour_InvokeRepeating_m650519629 (MonoBehaviour_t3962482529 * __this, String_t* p0, float p1, float p2, const RuntimeMethod* method);
  987. // System.Single UnityEngine.Random::Range(System.Single,System.Single)
  988. extern "C" IL2CPP_METHOD_ATTR float Random_Range_m2202990745 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method);
  989. // System.Void UnityEngine.Light::set_intensity(System.Single)
  990. extern "C" IL2CPP_METHOD_ATTR void Light_set_intensity_m2345549762 (Light_t3756812086 * __this, float p0, const RuntimeMethod* method);
  991. // System.Single UnityEngine.Light::get_intensity()
  992. extern "C" IL2CPP_METHOD_ATTR float Light_get_intensity_m767788470 (Light_t3756812086 * __this, const RuntimeMethod* method);
  993. // System.Single UnityEngine.Time::get_deltaTime()
  994. extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method);
  995. // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single)
  996. extern "C" IL2CPP_METHOD_ATTR float Mathf_Lerp_m1004423579 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method);
  997. // System.Boolean Boo.Lang.Runtime.RuntimeServices::EqualityOperator(System.Object,System.Object)
  998. extern "C" IL2CPP_METHOD_ATTR bool RuntimeServices_EqualityOperator_m2384872086 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
  999. // System.Void UnityEngine.MonoBehaviour::print(System.Object)
  1000. extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour_print_m330341231 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method);
  1001. // System.Int32 UnityScript.Lang.Extensions::get_length(System.Array)
  1002. extern "C" IL2CPP_METHOD_ATTR int32_t Extensions_get_length_m2314046232 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, const RuntimeMethod* method);
  1003. // System.Single UnityEngine.ParticleEmitter::get_minSize()
  1004. extern "C" IL2CPP_METHOD_ATTR float ParticleEmitter_get_minSize_m1080006375 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method);
  1005. // System.Single UnityEngine.ParticleEmitter::get_maxSize()
  1006. extern "C" IL2CPP_METHOD_ATTR float ParticleEmitter_get_maxSize_m2222497983 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method);
  1007. // UnityEngine.Vector3 UnityEngine.ParticleEmitter::get_worldVelocity()
  1008. extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ParticleEmitter_get_worldVelocity_m3921545534 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method);
  1009. // UnityEngine.Vector3 UnityEngine.ParticleEmitter::get_localVelocity()
  1010. extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ParticleEmitter_get_localVelocity_m3662444711 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method);
  1011. // UnityEngine.Vector3 UnityEngine.ParticleEmitter::get_rndVelocity()
  1012. extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ParticleEmitter_get_rndVelocity_m944922931 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method);
  1013. // UnityEngine.Transform UnityEngine.Component::get_transform()
  1014. extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method);
  1015. // UnityEngine.Vector3 UnityEngine.Transform::get_localScale()
  1016. extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method);
  1017. // System.Void UnityEngine.ParticleEmitter::set_minSize(System.Single)
  1018. extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_minSize_m3334863040 (ParticleEmitter_t3771232109 * __this, float p0, const RuntimeMethod* method);
  1019. // System.Void UnityEngine.ParticleEmitter::set_maxSize(System.Single)
  1020. extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_maxSize_m2907887050 (ParticleEmitter_t3771232109 * __this, float p0, const RuntimeMethod* method);
  1021. // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
  1022. extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m3376773913 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method);
  1023. // System.Void UnityEngine.ParticleEmitter::set_worldVelocity(UnityEngine.Vector3)
  1024. extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_worldVelocity_m610305474 (ParticleEmitter_t3771232109 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method);
  1025. // System.Void UnityEngine.ParticleEmitter::set_localVelocity(UnityEngine.Vector3)
  1026. extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_localVelocity_m1882028040 (ParticleEmitter_t3771232109 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method);
  1027. // System.Void UnityEngine.ParticleEmitter::set_rndVelocity(UnityEngine.Vector3)
  1028. extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_rndVelocity_m3532636183 (ParticleEmitter_t3771232109 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method);
  1029. // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3)
  1030. extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method);
  1031. // System.Void UnityEngine.ParticleEmitter::Simulate(System.Single)
  1032. extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_Simulate_m4250644317 (ParticleEmitter_t3771232109 * __this, float p0, const RuntimeMethod* method);
  1033. #ifdef __clang__
  1034. #pragma clang diagnostic push
  1035. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1036. #pragma clang diagnostic ignored "-Wunused-variable"
  1037. #endif
  1038. #ifdef __clang__
  1039. #pragma clang diagnostic pop
  1040. #endif
  1041. #ifdef __clang__
  1042. #pragma clang diagnostic push
  1043. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1044. #pragma clang diagnostic ignored "-Wunused-variable"
  1045. #endif
  1046. // System.Void BakeMaterial::.ctor()
  1047. extern "C" IL2CPP_METHOD_ATTR void BakeMaterial__ctor_m1856917963 (BakeMaterial_t96430949 * __this, const RuntimeMethod* method)
  1048. {
  1049. {
  1050. MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL);
  1051. return;
  1052. }
  1053. }
  1054. // System.Void BakeMaterial::Main()
  1055. extern "C" IL2CPP_METHOD_ATTR void BakeMaterial_Main_m776985837 (BakeMaterial_t96430949 * __this, const RuntimeMethod* method)
  1056. {
  1057. {
  1058. return;
  1059. }
  1060. }
  1061. #ifdef __clang__
  1062. #pragma clang diagnostic pop
  1063. #endif
  1064. #ifdef __clang__
  1065. #pragma clang diagnostic push
  1066. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1067. #pragma clang diagnostic ignored "-Wunused-variable"
  1068. #endif
  1069. // System.Void Light_Flicker::.ctor()
  1070. extern "C" IL2CPP_METHOD_ATTR void Light_Flicker__ctor_m700821981 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method)
  1071. {
  1072. {
  1073. MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL);
  1074. __this->set_time_2((0.2f));
  1075. __this->set_min_3((0.5f));
  1076. __this->set_max_4((((float)((float)5))));
  1077. __this->set_smoothTime_6((((float)((float)((int32_t)10)))));
  1078. return;
  1079. }
  1080. }
  1081. // System.Void Light_Flicker::Start()
  1082. extern "C" IL2CPP_METHOD_ATTR void Light_Flicker_Start_m1250446623 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method)
  1083. {
  1084. static bool s_Il2CppMethodInitialized;
  1085. if (!s_Il2CppMethodInitialized)
  1086. {
  1087. il2cpp_codegen_initialize_method (Light_Flicker_Start_m1250446623_MetadataUsageId);
  1088. s_Il2CppMethodInitialized = true;
  1089. }
  1090. {
  1091. bool L_0 = __this->get_useSmooth_5();
  1092. if (L_0)
  1093. {
  1094. goto IL_0032;
  1095. }
  1096. }
  1097. {
  1098. Light_t3756812086 * L_1 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var);
  1099. IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var);
  1100. bool L_2 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
  1101. if (!L_2)
  1102. {
  1103. goto IL_0032;
  1104. }
  1105. }
  1106. {
  1107. float L_3 = __this->get_time_2();
  1108. float L_4 = __this->get_time_2();
  1109. MonoBehaviour_InvokeRepeating_m650519629(__this, _stringLiteral3306691408, L_3, L_4, /*hidden argument*/NULL);
  1110. }
  1111. IL_0032:
  1112. {
  1113. return;
  1114. }
  1115. }
  1116. // System.Void Light_Flicker::OneLightChange()
  1117. extern "C" IL2CPP_METHOD_ATTR void Light_Flicker_OneLightChange_m4121405234 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method)
  1118. {
  1119. static bool s_Il2CppMethodInitialized;
  1120. if (!s_Il2CppMethodInitialized)
  1121. {
  1122. il2cpp_codegen_initialize_method (Light_Flicker_OneLightChange_m4121405234_MetadataUsageId);
  1123. s_Il2CppMethodInitialized = true;
  1124. }
  1125. {
  1126. Light_t3756812086 * L_0 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var);
  1127. float L_1 = __this->get_min_3();
  1128. float L_2 = __this->get_max_4();
  1129. float L_3 = Random_Range_m2202990745(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL);
  1130. NullCheck(L_0);
  1131. Light_set_intensity_m2345549762(L_0, L_3, /*hidden argument*/NULL);
  1132. return;
  1133. }
  1134. }
  1135. // System.Void Light_Flicker::Update()
  1136. extern "C" IL2CPP_METHOD_ATTR void Light_Flicker_Update_m1609282469 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method)
  1137. {
  1138. static bool s_Il2CppMethodInitialized;
  1139. if (!s_Il2CppMethodInitialized)
  1140. {
  1141. il2cpp_codegen_initialize_method (Light_Flicker_Update_m1609282469_MetadataUsageId);
  1142. s_Il2CppMethodInitialized = true;
  1143. }
  1144. {
  1145. bool L_0 = __this->get_useSmooth_5();
  1146. if ((!(((uint32_t)L_0) == ((uint32_t)1))))
  1147. {
  1148. goto IL_0054;
  1149. }
  1150. }
  1151. {
  1152. Light_t3756812086 * L_1 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var);
  1153. IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var);
  1154. bool L_2 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_1, /*hidden argument*/NULL);
  1155. if (!L_2)
  1156. {
  1157. goto IL_0054;
  1158. }
  1159. }
  1160. {
  1161. Light_t3756812086 * L_3 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var);
  1162. Light_t3756812086 * L_4 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var);
  1163. NullCheck(L_4);
  1164. float L_5 = Light_get_intensity_m767788470(L_4, /*hidden argument*/NULL);
  1165. float L_6 = __this->get_min_3();
  1166. float L_7 = __this->get_max_4();
  1167. float L_8 = Random_Range_m2202990745(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL);
  1168. float L_9 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL);
  1169. float L_10 = __this->get_smoothTime_6();
  1170. IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var);
  1171. float L_11 = Mathf_Lerp_m1004423579(NULL /*static, unused*/, L_5, L_8, ((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)), /*hidden argument*/NULL);
  1172. NullCheck(L_3);
  1173. Light_set_intensity_m2345549762(L_3, L_11, /*hidden argument*/NULL);
  1174. }
  1175. IL_0054:
  1176. {
  1177. Light_t3756812086 * L_12 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var);
  1178. bool L_13 = ((bool)0);
  1179. RuntimeObject * L_14 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_13);
  1180. IL2CPP_RUNTIME_CLASS_INIT(RuntimeServices_t2098243569_il2cpp_TypeInfo_var);
  1181. bool L_15 = RuntimeServices_EqualityOperator_m2384872086(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL);
  1182. if (!L_15)
  1183. {
  1184. goto IL_0074;
  1185. }
  1186. }
  1187. {
  1188. MonoBehaviour_print_m330341231(NULL /*static, unused*/, _stringLiteral1884702267, /*hidden argument*/NULL);
  1189. }
  1190. IL_0074:
  1191. {
  1192. return;
  1193. }
  1194. }
  1195. // System.Void Light_Flicker::Main()
  1196. extern "C" IL2CPP_METHOD_ATTR void Light_Flicker_Main_m1808289016 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method)
  1197. {
  1198. {
  1199. return;
  1200. }
  1201. }
  1202. #ifdef __clang__
  1203. #pragma clang diagnostic pop
  1204. #endif
  1205. #ifdef __clang__
  1206. #pragma clang diagnostic push
  1207. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1208. #pragma clang diagnostic ignored "-Wunused-variable"
  1209. #endif
  1210. // System.Void Scale::.ctor()
  1211. extern "C" IL2CPP_METHOD_ATTR void Scale__ctor_m2726443120 (Scale_t1767969911 * __this, const RuntimeMethod* method)
  1212. {
  1213. {
  1214. MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL);
  1215. __this->set_scale_3((((float)((float)1))));
  1216. __this->set_firstUpdate_10((bool)1);
  1217. return;
  1218. }
  1219. }
  1220. // System.Void Scale::UpdateScale()
  1221. extern "C" IL2CPP_METHOD_ATTR void Scale_UpdateScale_m1274038475 (Scale_t1767969911 * __this, const RuntimeMethod* method)
  1222. {
  1223. static bool s_Il2CppMethodInitialized;
  1224. if (!s_Il2CppMethodInitialized)
  1225. {
  1226. il2cpp_codegen_initialize_method (Scale_UpdateScale_m1274038475_MetadataUsageId);
  1227. s_Il2CppMethodInitialized = true;
  1228. }
  1229. int32_t V_0 = 0;
  1230. int32_t V_1 = 0;
  1231. {
  1232. ParticleEmitterU5BU5D_t3731639360* L_0 = __this->get_particleEmitters_2();
  1233. int32_t L_1 = Extensions_get_length_m2314046232(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL);
  1234. V_0 = L_1;
  1235. bool L_2 = __this->get_firstUpdate_10();
  1236. if ((!(((uint32_t)L_2) == ((uint32_t)1))))
  1237. {
  1238. goto IL_0060;
  1239. }
  1240. }
  1241. {
  1242. int32_t L_3 = V_0;
  1243. __this->set_minsize_4(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_3)));
  1244. int32_t L_4 = V_0;
  1245. __this->set_maxsize_5(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_4)));
  1246. int32_t L_5 = V_0;
  1247. __this->set_worldvelocity_6(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_5)));
  1248. int32_t L_6 = V_0;
  1249. __this->set_localvelocity_7(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_6)));
  1250. int32_t L_7 = V_0;
  1251. __this->set_rndvelocity_8(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_7)));
  1252. int32_t L_8 = V_0;
  1253. __this->set_scaleBackUp_9(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_8)));
  1254. }
  1255. IL_0060:
  1256. {
  1257. V_1 = 0;
  1258. V_1 = 0;
  1259. goto IL_0201;
  1260. }
  1261. IL_0069:
  1262. {
  1263. bool L_9 = __this->get_firstUpdate_10();
  1264. if ((!(((uint32_t)L_9) == ((uint32_t)1))))
  1265. {
  1266. goto IL_011c;
  1267. }
  1268. }
  1269. {
  1270. SingleU5BU5D_t1444911251* L_10 = __this->get_minsize_4();
  1271. int32_t L_11 = V_1;
  1272. ParticleEmitterU5BU5D_t3731639360* L_12 = __this->get_particleEmitters_2();
  1273. int32_t L_13 = V_1;
  1274. NullCheck(L_12);
  1275. int32_t L_14 = L_13;
  1276. ParticleEmitter_t3771232109 * L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
  1277. NullCheck(L_15);
  1278. float L_16 = ParticleEmitter_get_minSize_m1080006375(L_15, /*hidden argument*/NULL);
  1279. NullCheck(L_10);
  1280. (L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (float)L_16);
  1281. SingleU5BU5D_t1444911251* L_17 = __this->get_maxsize_5();
  1282. int32_t L_18 = V_1;
  1283. ParticleEmitterU5BU5D_t3731639360* L_19 = __this->get_particleEmitters_2();
  1284. int32_t L_20 = V_1;
  1285. NullCheck(L_19);
  1286. int32_t L_21 = L_20;
  1287. ParticleEmitter_t3771232109 * L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
  1288. NullCheck(L_22);
  1289. float L_23 = ParticleEmitter_get_maxSize_m2222497983(L_22, /*hidden argument*/NULL);
  1290. NullCheck(L_17);
  1291. (L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (float)L_23);
  1292. Vector3U5BU5D_t1718750761* L_24 = __this->get_worldvelocity_6();
  1293. int32_t L_25 = V_1;
  1294. NullCheck(L_24);
  1295. ParticleEmitterU5BU5D_t3731639360* L_26 = __this->get_particleEmitters_2();
  1296. int32_t L_27 = V_1;
  1297. NullCheck(L_26);
  1298. int32_t L_28 = L_27;
  1299. ParticleEmitter_t3771232109 * L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
  1300. NullCheck(L_29);
  1301. Vector3_t3722313464 L_30 = ParticleEmitter_get_worldVelocity_m3921545534(L_29, /*hidden argument*/NULL);
  1302. *(Vector3_t3722313464 *)((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25))) = L_30;
  1303. Vector3U5BU5D_t1718750761* L_31 = __this->get_localvelocity_7();
  1304. int32_t L_32 = V_1;
  1305. NullCheck(L_31);
  1306. ParticleEmitterU5BU5D_t3731639360* L_33 = __this->get_particleEmitters_2();
  1307. int32_t L_34 = V_1;
  1308. NullCheck(L_33);
  1309. int32_t L_35 = L_34;
  1310. ParticleEmitter_t3771232109 * L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
  1311. NullCheck(L_36);
  1312. Vector3_t3722313464 L_37 = ParticleEmitter_get_localVelocity_m3662444711(L_36, /*hidden argument*/NULL);
  1313. *(Vector3_t3722313464 *)((L_31)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_32))) = L_37;
  1314. Vector3U5BU5D_t1718750761* L_38 = __this->get_rndvelocity_8();
  1315. int32_t L_39 = V_1;
  1316. NullCheck(L_38);
  1317. ParticleEmitterU5BU5D_t3731639360* L_40 = __this->get_particleEmitters_2();
  1318. int32_t L_41 = V_1;
  1319. NullCheck(L_40);
  1320. int32_t L_42 = L_41;
  1321. ParticleEmitter_t3771232109 * L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
  1322. NullCheck(L_43);
  1323. Vector3_t3722313464 L_44 = ParticleEmitter_get_rndVelocity_m944922931(L_43, /*hidden argument*/NULL);
  1324. *(Vector3_t3722313464 *)((L_38)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_39))) = L_44;
  1325. Vector3U5BU5D_t1718750761* L_45 = __this->get_scaleBackUp_9();
  1326. int32_t L_46 = V_1;
  1327. NullCheck(L_45);
  1328. ParticleEmitterU5BU5D_t3731639360* L_47 = __this->get_particleEmitters_2();
  1329. int32_t L_48 = V_1;
  1330. NullCheck(L_47);
  1331. int32_t L_49 = L_48;
  1332. ParticleEmitter_t3771232109 * L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
  1333. NullCheck(L_50);
  1334. Transform_t3600365921 * L_51 = Component_get_transform_m3162698980(L_50, /*hidden argument*/NULL);
  1335. NullCheck(L_51);
  1336. Vector3_t3722313464 L_52 = Transform_get_localScale_m129152068(L_51, /*hidden argument*/NULL);
  1337. *(Vector3_t3722313464 *)((L_45)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_46))) = L_52;
  1338. }
  1339. IL_011c:
  1340. {
  1341. ParticleEmitterU5BU5D_t3731639360* L_53 = __this->get_particleEmitters_2();
  1342. int32_t L_54 = V_1;
  1343. NullCheck(L_53);
  1344. int32_t L_55 = L_54;
  1345. ParticleEmitter_t3771232109 * L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
  1346. SingleU5BU5D_t1444911251* L_57 = __this->get_minsize_4();
  1347. int32_t L_58 = V_1;
  1348. NullCheck(L_57);
  1349. int32_t L_59 = L_58;
  1350. float L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
  1351. float L_61 = __this->get_scale_3();
  1352. NullCheck(L_56);
  1353. ParticleEmitter_set_minSize_m3334863040(L_56, ((float)il2cpp_codegen_multiply((float)L_60, (float)L_61)), /*hidden argument*/NULL);
  1354. ParticleEmitterU5BU5D_t3731639360* L_62 = __this->get_particleEmitters_2();
  1355. int32_t L_63 = V_1;
  1356. NullCheck(L_62);
  1357. int32_t L_64 = L_63;
  1358. ParticleEmitter_t3771232109 * L_65 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
  1359. SingleU5BU5D_t1444911251* L_66 = __this->get_maxsize_5();
  1360. int32_t L_67 = V_1;
  1361. NullCheck(L_66);
  1362. int32_t L_68 = L_67;
  1363. float L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
  1364. float L_70 = __this->get_scale_3();
  1365. NullCheck(L_65);
  1366. ParticleEmitter_set_maxSize_m2907887050(L_65, ((float)il2cpp_codegen_multiply((float)L_69, (float)L_70)), /*hidden argument*/NULL);
  1367. ParticleEmitterU5BU5D_t3731639360* L_71 = __this->get_particleEmitters_2();
  1368. int32_t L_72 = V_1;
  1369. NullCheck(L_71);
  1370. int32_t L_73 = L_72;
  1371. ParticleEmitter_t3771232109 * L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
  1372. Vector3U5BU5D_t1718750761* L_75 = __this->get_worldvelocity_6();
  1373. int32_t L_76 = V_1;
  1374. NullCheck(L_75);
  1375. float L_77 = __this->get_scale_3();
  1376. IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var);
  1377. Vector3_t3722313464 L_78 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_75)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_76)))), L_77, /*hidden argument*/NULL);
  1378. NullCheck(L_74);
  1379. ParticleEmitter_set_worldVelocity_m610305474(L_74, L_78, /*hidden argument*/NULL);
  1380. ParticleEmitterU5BU5D_t3731639360* L_79 = __this->get_particleEmitters_2();
  1381. int32_t L_80 = V_1;
  1382. NullCheck(L_79);
  1383. int32_t L_81 = L_80;
  1384. ParticleEmitter_t3771232109 * L_82 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
  1385. Vector3U5BU5D_t1718750761* L_83 = __this->get_localvelocity_7();
  1386. int32_t L_84 = V_1;
  1387. NullCheck(L_83);
  1388. float L_85 = __this->get_scale_3();
  1389. Vector3_t3722313464 L_86 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_83)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_84)))), L_85, /*hidden argument*/NULL);
  1390. NullCheck(L_82);
  1391. ParticleEmitter_set_localVelocity_m1882028040(L_82, L_86, /*hidden argument*/NULL);
  1392. ParticleEmitterU5BU5D_t3731639360* L_87 = __this->get_particleEmitters_2();
  1393. int32_t L_88 = V_1;
  1394. NullCheck(L_87);
  1395. int32_t L_89 = L_88;
  1396. ParticleEmitter_t3771232109 * L_90 = (L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_89));
  1397. Vector3U5BU5D_t1718750761* L_91 = __this->get_rndvelocity_8();
  1398. int32_t L_92 = V_1;
  1399. NullCheck(L_91);
  1400. float L_93 = __this->get_scale_3();
  1401. Vector3_t3722313464 L_94 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_91)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_92)))), L_93, /*hidden argument*/NULL);
  1402. NullCheck(L_90);
  1403. ParticleEmitter_set_rndVelocity_m3532636183(L_90, L_94, /*hidden argument*/NULL);
  1404. ParticleEmitterU5BU5D_t3731639360* L_95 = __this->get_particleEmitters_2();
  1405. int32_t L_96 = V_1;
  1406. NullCheck(L_95);
  1407. int32_t L_97 = L_96;
  1408. ParticleEmitter_t3771232109 * L_98 = (L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
  1409. NullCheck(L_98);
  1410. Transform_t3600365921 * L_99 = Component_get_transform_m3162698980(L_98, /*hidden argument*/NULL);
  1411. Vector3U5BU5D_t1718750761* L_100 = __this->get_scaleBackUp_9();
  1412. int32_t L_101 = V_1;
  1413. NullCheck(L_100);
  1414. float L_102 = __this->get_scale_3();
  1415. Vector3_t3722313464 L_103 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_100)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_101)))), L_102, /*hidden argument*/NULL);
  1416. NullCheck(L_99);
  1417. Transform_set_localScale_m3053443106(L_99, L_103, /*hidden argument*/NULL);
  1418. int32_t L_104 = V_1;
  1419. V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1));
  1420. }
  1421. IL_0201:
  1422. {
  1423. int32_t L_105 = V_1;
  1424. ParticleEmitterU5BU5D_t3731639360* L_106 = __this->get_particleEmitters_2();
  1425. int32_t L_107 = Extensions_get_length_m2314046232(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_106, /*hidden argument*/NULL);
  1426. if ((((int32_t)L_105) < ((int32_t)L_107)))
  1427. {
  1428. goto IL_0069;
  1429. }
  1430. }
  1431. {
  1432. __this->set_firstUpdate_10((bool)0);
  1433. return;
  1434. }
  1435. }
  1436. // System.Void Scale::Main()
  1437. extern "C" IL2CPP_METHOD_ATTR void Scale_Main_m3597326380 (Scale_t1767969911 * __this, const RuntimeMethod* method)
  1438. {
  1439. {
  1440. return;
  1441. }
  1442. }
  1443. #ifdef __clang__
  1444. #pragma clang diagnostic pop
  1445. #endif
  1446. #ifdef __clang__
  1447. #pragma clang diagnostic push
  1448. #pragma clang diagnostic ignored "-Winvalid-offsetof"
  1449. #pragma clang diagnostic ignored "-Wunused-variable"
  1450. #endif
  1451. // System.Void SimulateParticles::.ctor()
  1452. extern "C" IL2CPP_METHOD_ATTR void SimulateParticles__ctor_m2732186709 (SimulateParticles_t2527671166 * __this, const RuntimeMethod* method)
  1453. {
  1454. {
  1455. MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL);
  1456. __this->set_warmupTime_2((((float)((float)((int32_t)10)))));
  1457. return;
  1458. }
  1459. }
  1460. // System.Void SimulateParticles::Start()
  1461. extern "C" IL2CPP_METHOD_ATTR void SimulateParticles_Start_m129553915 (SimulateParticles_t2527671166 * __this, const RuntimeMethod* method)
  1462. {
  1463. int32_t V_0 = 0;
  1464. int32_t V_1 = 0;
  1465. {
  1466. V_0 = 0;
  1467. V_0 = 0;
  1468. goto IL_003a;
  1469. }
  1470. IL_0009:
  1471. {
  1472. V_1 = 0;
  1473. V_1 = 0;
  1474. goto IL_0025;
  1475. }
  1476. IL_0012:
  1477. {
  1478. ParticleEmitterU5BU5D_t3731639360* L_0 = __this->get_emitters_3();
  1479. int32_t L_1 = V_1;
  1480. NullCheck(L_0);
  1481. int32_t L_2 = L_1;
  1482. ParticleEmitter_t3771232109 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
  1483. NullCheck(L_3);
  1484. ParticleEmitter_Simulate_m4250644317(L_3, (((float)((float)1))), /*hidden argument*/NULL);
  1485. int32_t L_4 = V_1;
  1486. V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
  1487. }
  1488. IL_0025:
  1489. {
  1490. int32_t L_5 = V_1;
  1491. ParticleEmitterU5BU5D_t3731639360* L_6 = __this->get_emitters_3();
  1492. int32_t L_7 = Extensions_get_length_m2314046232(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL);
  1493. if ((((int32_t)L_5) < ((int32_t)L_7)))
  1494. {
  1495. goto IL_0012;
  1496. }
  1497. }
  1498. {
  1499. int32_t L_8 = V_0;
  1500. V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
  1501. }
  1502. IL_003a:
  1503. {
  1504. int32_t L_9 = V_0;
  1505. float L_10 = __this->get_warmupTime_2();
  1506. if ((((float)(((float)((float)L_9)))) < ((float)L_10)))
  1507. {
  1508. goto IL_0009;
  1509. }
  1510. }
  1511. {
  1512. return;
  1513. }
  1514. }
  1515. // System.Void SimulateParticles::Main()
  1516. extern "C" IL2CPP_METHOD_ATTR void SimulateParticles_Main_m135726763 (SimulateParticles_t2527671166 * __this, const RuntimeMethod* method)
  1517. {
  1518. {
  1519. return;
  1520. }
  1521. }
  1522. #ifdef __clang__
  1523. #pragma clang diagnostic pop
  1524. #endif