#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" // BakeMaterial struct BakeMaterial_t96430949; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // Light_Flicker struct Light_Flicker_t315102722; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.Light struct Light_t3756812086; // UnityEngine.Object struct Object_t631007953; // System.String struct String_t; // Scale struct Scale_t1767969911; // UnityEngine.ParticleEmitter struct ParticleEmitter_t3771232109; // UnityEngine.Transform struct Transform_t3600365921; // SimulateParticles struct SimulateParticles_t2527671166; // System.Char[] struct CharU5BU5D_t3528271667; // System.Void struct Void_t1185182177; // UnityEngine.ParticleEmitter[] struct ParticleEmitterU5BU5D_t3731639360; // System.Single[] struct SingleU5BU5D_t1444911251; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var; extern String_t* _stringLiteral3306691408; extern const uint32_t Light_Flicker_Start_m1250446623_MetadataUsageId; extern const uint32_t Light_Flicker_OneLightChange_m4121405234_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeServices_t2098243569_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1884702267; extern const uint32_t Light_Flicker_Update_m1609282469_MetadataUsageId; extern RuntimeClass* SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t Scale_UpdateScale_m1274038475_MetadataUsageId; struct ParticleEmitterU5BU5D_t3731639360; struct SingleU5BU5D_t1444911251; struct Vector3U5BU5D_t1718750761; #ifndef U3CMODULEU3E_T692745562_H #define U3CMODULEU3E_T692745562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745562 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745562_H #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef VECTOR3_T3722313464_H #define VECTOR3_T3722313464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_t3722313464 { public: // System.Single UnityEngine.Vector3::x float ___x_1; // System.Single UnityEngine.Vector3::y float ___y_2; // System.Single UnityEngine.Vector3::z float ___z_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector3_t3722313464, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector3_t3722313464, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector3_t3722313464, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } }; struct Vector3_t3722313464_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t3722313464 ___zeroVector_4; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t3722313464 ___oneVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t3722313464 ___upVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t3722313464 ___downVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t3722313464 ___leftVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t3722313464 ___rightVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t3722313464 ___forwardVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t3722313464 ___backVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t3722313464 ___positiveInfinityVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t3722313464 ___negativeInfinityVector_13; public: inline static int32_t get_offset_of_zeroVector_4() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); } inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; } inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; } inline void set_zeroVector_4(Vector3_t3722313464 value) { ___zeroVector_4 = value; } inline static int32_t get_offset_of_oneVector_5() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); } inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; } inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; } inline void set_oneVector_5(Vector3_t3722313464 value) { ___oneVector_5 = value; } inline static int32_t get_offset_of_upVector_6() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); } inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; } inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; } inline void set_upVector_6(Vector3_t3722313464 value) { ___upVector_6 = value; } inline static int32_t get_offset_of_downVector_7() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); } inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; } inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; } inline void set_downVector_7(Vector3_t3722313464 value) { ___downVector_7 = value; } inline static int32_t get_offset_of_leftVector_8() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); } inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; } inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; } inline void set_leftVector_8(Vector3_t3722313464 value) { ___leftVector_8 = value; } inline static int32_t get_offset_of_rightVector_9() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); } inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; } inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; } inline void set_rightVector_9(Vector3_t3722313464 value) { ___rightVector_9 = value; } inline static int32_t get_offset_of_forwardVector_10() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); } inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; } inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; } inline void set_forwardVector_10(Vector3_t3722313464 value) { ___forwardVector_10 = value; } inline static int32_t get_offset_of_backVector_11() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); } inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; } inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; } inline void set_backVector_11(Vector3_t3722313464 value) { ___backVector_11 = value; } inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); } inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; } inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; } inline void set_positiveInfinityVector_12(Vector3_t3722313464 value) { ___positiveInfinityVector_12 = value; } inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); } inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; } inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; } inline void set_negativeInfinityVector_13(Vector3_t3722313464 value) { ___negativeInfinityVector_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_T3722313464_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef OBJECT_T631007953_H #define OBJECT_T631007953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object struct Object_t631007953 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_t631007953, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_t631007953_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_t631007953_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_t631007953_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_t631007953_marshaled_com { intptr_t ___m_CachedPtr_0; }; #endif // OBJECT_T631007953_H #ifndef COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef BEHAVIOUR_T1437897464_H #define BEHAVIOUR_T1437897464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Behaviour struct Behaviour_t1437897464 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEHAVIOUR_T1437897464_H #ifndef TRANSFORM_T3600365921_H #define TRANSFORM_T3600365921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Transform struct Transform_t3600365921 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORM_T3600365921_H #ifndef PARTICLEEMITTER_T3771232109_H #define PARTICLEEMITTER_T3771232109_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ParticleEmitter struct ParticleEmitter_t3771232109 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARTICLEEMITTER_T3771232109_H #ifndef MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef LIGHT_T3756812086_H #define LIGHT_T3756812086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Light struct Light_t3756812086 : public Behaviour_t1437897464 { public: // System.Int32 UnityEngine.Light::m_BakedIndex int32_t ___m_BakedIndex_2; public: inline static int32_t get_offset_of_m_BakedIndex_2() { return static_cast(offsetof(Light_t3756812086, ___m_BakedIndex_2)); } inline int32_t get_m_BakedIndex_2() const { return ___m_BakedIndex_2; } inline int32_t* get_address_of_m_BakedIndex_2() { return &___m_BakedIndex_2; } inline void set_m_BakedIndex_2(int32_t value) { ___m_BakedIndex_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIGHT_T3756812086_H #ifndef SCALE_T1767969911_H #define SCALE_T1767969911_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Scale struct Scale_t1767969911 : public MonoBehaviour_t3962482529 { public: // UnityEngine.ParticleEmitter[] Scale::particleEmitters ParticleEmitterU5BU5D_t3731639360* ___particleEmitters_2; // System.Single Scale::scale float ___scale_3; // System.Single[] Scale::minsize SingleU5BU5D_t1444911251* ___minsize_4; // System.Single[] Scale::maxsize SingleU5BU5D_t1444911251* ___maxsize_5; // UnityEngine.Vector3[] Scale::worldvelocity Vector3U5BU5D_t1718750761* ___worldvelocity_6; // UnityEngine.Vector3[] Scale::localvelocity Vector3U5BU5D_t1718750761* ___localvelocity_7; // UnityEngine.Vector3[] Scale::rndvelocity Vector3U5BU5D_t1718750761* ___rndvelocity_8; // UnityEngine.Vector3[] Scale::scaleBackUp Vector3U5BU5D_t1718750761* ___scaleBackUp_9; // System.Boolean Scale::firstUpdate bool ___firstUpdate_10; public: inline static int32_t get_offset_of_particleEmitters_2() { return static_cast(offsetof(Scale_t1767969911, ___particleEmitters_2)); } inline ParticleEmitterU5BU5D_t3731639360* get_particleEmitters_2() const { return ___particleEmitters_2; } inline ParticleEmitterU5BU5D_t3731639360** get_address_of_particleEmitters_2() { return &___particleEmitters_2; } inline void set_particleEmitters_2(ParticleEmitterU5BU5D_t3731639360* value) { ___particleEmitters_2 = value; Il2CppCodeGenWriteBarrier((&___particleEmitters_2), value); } inline static int32_t get_offset_of_scale_3() { return static_cast(offsetof(Scale_t1767969911, ___scale_3)); } inline float get_scale_3() const { return ___scale_3; } inline float* get_address_of_scale_3() { return &___scale_3; } inline void set_scale_3(float value) { ___scale_3 = value; } inline static int32_t get_offset_of_minsize_4() { return static_cast(offsetof(Scale_t1767969911, ___minsize_4)); } inline SingleU5BU5D_t1444911251* get_minsize_4() const { return ___minsize_4; } inline SingleU5BU5D_t1444911251** get_address_of_minsize_4() { return &___minsize_4; } inline void set_minsize_4(SingleU5BU5D_t1444911251* value) { ___minsize_4 = value; Il2CppCodeGenWriteBarrier((&___minsize_4), value); } inline static int32_t get_offset_of_maxsize_5() { return static_cast(offsetof(Scale_t1767969911, ___maxsize_5)); } inline SingleU5BU5D_t1444911251* get_maxsize_5() const { return ___maxsize_5; } inline SingleU5BU5D_t1444911251** get_address_of_maxsize_5() { return &___maxsize_5; } inline void set_maxsize_5(SingleU5BU5D_t1444911251* value) { ___maxsize_5 = value; Il2CppCodeGenWriteBarrier((&___maxsize_5), value); } inline static int32_t get_offset_of_worldvelocity_6() { return static_cast(offsetof(Scale_t1767969911, ___worldvelocity_6)); } inline Vector3U5BU5D_t1718750761* get_worldvelocity_6() const { return ___worldvelocity_6; } inline Vector3U5BU5D_t1718750761** get_address_of_worldvelocity_6() { return &___worldvelocity_6; } inline void set_worldvelocity_6(Vector3U5BU5D_t1718750761* value) { ___worldvelocity_6 = value; Il2CppCodeGenWriteBarrier((&___worldvelocity_6), value); } inline static int32_t get_offset_of_localvelocity_7() { return static_cast(offsetof(Scale_t1767969911, ___localvelocity_7)); } inline Vector3U5BU5D_t1718750761* get_localvelocity_7() const { return ___localvelocity_7; } inline Vector3U5BU5D_t1718750761** get_address_of_localvelocity_7() { return &___localvelocity_7; } inline void set_localvelocity_7(Vector3U5BU5D_t1718750761* value) { ___localvelocity_7 = value; Il2CppCodeGenWriteBarrier((&___localvelocity_7), value); } inline static int32_t get_offset_of_rndvelocity_8() { return static_cast(offsetof(Scale_t1767969911, ___rndvelocity_8)); } inline Vector3U5BU5D_t1718750761* get_rndvelocity_8() const { return ___rndvelocity_8; } inline Vector3U5BU5D_t1718750761** get_address_of_rndvelocity_8() { return &___rndvelocity_8; } inline void set_rndvelocity_8(Vector3U5BU5D_t1718750761* value) { ___rndvelocity_8 = value; Il2CppCodeGenWriteBarrier((&___rndvelocity_8), value); } inline static int32_t get_offset_of_scaleBackUp_9() { return static_cast(offsetof(Scale_t1767969911, ___scaleBackUp_9)); } inline Vector3U5BU5D_t1718750761* get_scaleBackUp_9() const { return ___scaleBackUp_9; } inline Vector3U5BU5D_t1718750761** get_address_of_scaleBackUp_9() { return &___scaleBackUp_9; } inline void set_scaleBackUp_9(Vector3U5BU5D_t1718750761* value) { ___scaleBackUp_9 = value; Il2CppCodeGenWriteBarrier((&___scaleBackUp_9), value); } inline static int32_t get_offset_of_firstUpdate_10() { return static_cast(offsetof(Scale_t1767969911, ___firstUpdate_10)); } inline bool get_firstUpdate_10() const { return ___firstUpdate_10; } inline bool* get_address_of_firstUpdate_10() { return &___firstUpdate_10; } inline void set_firstUpdate_10(bool value) { ___firstUpdate_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCALE_T1767969911_H #ifndef SIMULATEPARTICLES_T2527671166_H #define SIMULATEPARTICLES_T2527671166_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SimulateParticles struct SimulateParticles_t2527671166 : public MonoBehaviour_t3962482529 { public: // System.Single SimulateParticles::warmupTime float ___warmupTime_2; // UnityEngine.ParticleEmitter[] SimulateParticles::emitters ParticleEmitterU5BU5D_t3731639360* ___emitters_3; public: inline static int32_t get_offset_of_warmupTime_2() { return static_cast(offsetof(SimulateParticles_t2527671166, ___warmupTime_2)); } inline float get_warmupTime_2() const { return ___warmupTime_2; } inline float* get_address_of_warmupTime_2() { return &___warmupTime_2; } inline void set_warmupTime_2(float value) { ___warmupTime_2 = value; } inline static int32_t get_offset_of_emitters_3() { return static_cast(offsetof(SimulateParticles_t2527671166, ___emitters_3)); } inline ParticleEmitterU5BU5D_t3731639360* get_emitters_3() const { return ___emitters_3; } inline ParticleEmitterU5BU5D_t3731639360** get_address_of_emitters_3() { return &___emitters_3; } inline void set_emitters_3(ParticleEmitterU5BU5D_t3731639360* value) { ___emitters_3 = value; Il2CppCodeGenWriteBarrier((&___emitters_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMULATEPARTICLES_T2527671166_H #ifndef BAKEMATERIAL_T96430949_H #define BAKEMATERIAL_T96430949_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BakeMaterial struct BakeMaterial_t96430949 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BAKEMATERIAL_T96430949_H #ifndef LIGHT_FLICKER_T315102722_H #define LIGHT_FLICKER_T315102722_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Light_Flicker struct Light_Flicker_t315102722 : public MonoBehaviour_t3962482529 { public: // System.Single Light_Flicker::time float ___time_2; // System.Single Light_Flicker::min float ___min_3; // System.Single Light_Flicker::max float ___max_4; // System.Boolean Light_Flicker::useSmooth bool ___useSmooth_5; // System.Single Light_Flicker::smoothTime float ___smoothTime_6; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(Light_Flicker_t315102722, ___time_2)); } inline float get_time_2() const { return ___time_2; } inline float* get_address_of_time_2() { return &___time_2; } inline void set_time_2(float value) { ___time_2 = value; } inline static int32_t get_offset_of_min_3() { return static_cast(offsetof(Light_Flicker_t315102722, ___min_3)); } inline float get_min_3() const { return ___min_3; } inline float* get_address_of_min_3() { return &___min_3; } inline void set_min_3(float value) { ___min_3 = value; } inline static int32_t get_offset_of_max_4() { return static_cast(offsetof(Light_Flicker_t315102722, ___max_4)); } inline float get_max_4() const { return ___max_4; } inline float* get_address_of_max_4() { return &___max_4; } inline void set_max_4(float value) { ___max_4 = value; } inline static int32_t get_offset_of_useSmooth_5() { return static_cast(offsetof(Light_Flicker_t315102722, ___useSmooth_5)); } inline bool get_useSmooth_5() const { return ___useSmooth_5; } inline bool* get_address_of_useSmooth_5() { return &___useSmooth_5; } inline void set_useSmooth_5(bool value) { ___useSmooth_5 = value; } inline static int32_t get_offset_of_smoothTime_6() { return static_cast(offsetof(Light_Flicker_t315102722, ___smoothTime_6)); } inline float get_smoothTime_6() const { return ___smoothTime_6; } inline float* get_address_of_smoothTime_6() { return &___smoothTime_6; } inline void set_smoothTime_6(float value) { ___smoothTime_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIGHT_FLICKER_T315102722_H // UnityEngine.ParticleEmitter[] struct ParticleEmitterU5BU5D_t3731639360 : public RuntimeArray { public: ALIGN_FIELD (8) ParticleEmitter_t3771232109 * m_Items[1]; public: inline ParticleEmitter_t3771232109 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParticleEmitter_t3771232109 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParticleEmitter_t3771232109 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParticleEmitter_t3771232109 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParticleEmitter_t3771232109 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParticleEmitter_t3771232109 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Single[] struct SingleU5BU5D_t1444911251 : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1]; public: inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t3722313464 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value) { m_Items[index] = value; } }; // !!0 UnityEngine.Component::GetComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m2906321015_gshared (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() #define Component_GetComponent_TisLight_t3756812086_m916313317(__this, method) (( Light_t3756812086 * (*) (Component_t1923634451 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m2906321015_gshared)(__this, method) // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Implicit_m3574996620 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::InvokeRepeating(System.String,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour_InvokeRepeating_m650519629 (MonoBehaviour_t3962482529 * __this, String_t* p0, float p1, float p2, const RuntimeMethod* method); // System.Single UnityEngine.Random::Range(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Random_Range_m2202990745 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Void UnityEngine.Light::set_intensity(System.Single) extern "C" IL2CPP_METHOD_ATTR void Light_set_intensity_m2345549762 (Light_t3756812086 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Light::get_intensity() extern "C" IL2CPP_METHOD_ATTR float Light_get_intensity_m767788470 (Light_t3756812086 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Mathf_Lerp_m1004423579 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Boolean Boo.Lang.Runtime.RuntimeServices::EqualityOperator(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool RuntimeServices_EqualityOperator_m2384872086 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::print(System.Object) extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour_print_m330341231 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 UnityScript.Lang.Extensions::get_length(System.Array) extern "C" IL2CPP_METHOD_ATTR int32_t Extensions_get_length_m2314046232 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, const RuntimeMethod* method); // System.Single UnityEngine.ParticleEmitter::get_minSize() extern "C" IL2CPP_METHOD_ATTR float ParticleEmitter_get_minSize_m1080006375 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method); // System.Single UnityEngine.ParticleEmitter::get_maxSize() extern "C" IL2CPP_METHOD_ATTR float ParticleEmitter_get_maxSize_m2222497983 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.ParticleEmitter::get_worldVelocity() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ParticleEmitter_get_worldVelocity_m3921545534 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.ParticleEmitter::get_localVelocity() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ParticleEmitter_get_localVelocity_m3662444711 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.ParticleEmitter::get_rndVelocity() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 ParticleEmitter_get_rndVelocity_m944922931 (ParticleEmitter_t3771232109 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_localScale_m129152068 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.ParticleEmitter::set_minSize(System.Single) extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_minSize_m3334863040 (ParticleEmitter_t3771232109 * __this, float p0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleEmitter::set_maxSize(System.Single) extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_maxSize_m2907887050 (ParticleEmitter_t3771232109 * __this, float p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m3376773913 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method); // System.Void UnityEngine.ParticleEmitter::set_worldVelocity(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_worldVelocity_m610305474 (ParticleEmitter_t3771232109 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleEmitter::set_localVelocity(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_localVelocity_m1882028040 (ParticleEmitter_t3771232109 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleEmitter::set_rndVelocity(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_set_rndVelocity_m3532636183 (ParticleEmitter_t3771232109 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Transform_set_localScale_m3053443106 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleEmitter::Simulate(System.Single) extern "C" IL2CPP_METHOD_ATTR void ParticleEmitter_Simulate_m4250644317 (ParticleEmitter_t3771232109 * __this, float p0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BakeMaterial::.ctor() extern "C" IL2CPP_METHOD_ATTR void BakeMaterial__ctor_m1856917963 (BakeMaterial_t96430949 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); return; } } // System.Void BakeMaterial::Main() extern "C" IL2CPP_METHOD_ATTR void BakeMaterial_Main_m776985837 (BakeMaterial_t96430949 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Light_Flicker::.ctor() extern "C" IL2CPP_METHOD_ATTR void Light_Flicker__ctor_m700821981 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); __this->set_time_2((0.2f)); __this->set_min_3((0.5f)); __this->set_max_4((((float)((float)5)))); __this->set_smoothTime_6((((float)((float)((int32_t)10))))); return; } } // System.Void Light_Flicker::Start() extern "C" IL2CPP_METHOD_ATTR void Light_Flicker_Start_m1250446623 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Light_Flicker_Start_m1250446623_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_useSmooth_5(); if (L_0) { goto IL_0032; } } { Light_t3756812086 * L_1 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0032; } } { float L_3 = __this->get_time_2(); float L_4 = __this->get_time_2(); MonoBehaviour_InvokeRepeating_m650519629(__this, _stringLiteral3306691408, L_3, L_4, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void Light_Flicker::OneLightChange() extern "C" IL2CPP_METHOD_ATTR void Light_Flicker_OneLightChange_m4121405234 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Light_Flicker_OneLightChange_m4121405234_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Light_t3756812086 * L_0 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var); float L_1 = __this->get_min_3(); float L_2 = __this->get_max_4(); float L_3 = Random_Range_m2202990745(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); Light_set_intensity_m2345549762(L_0, L_3, /*hidden argument*/NULL); return; } } // System.Void Light_Flicker::Update() extern "C" IL2CPP_METHOD_ATTR void Light_Flicker_Update_m1609282469 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Light_Flicker_Update_m1609282469_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_useSmooth_5(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0054; } } { Light_t3756812086 * L_1 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Implicit_m3574996620(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0054; } } { Light_t3756812086 * L_3 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var); Light_t3756812086 * L_4 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var); NullCheck(L_4); float L_5 = Light_get_intensity_m767788470(L_4, /*hidden argument*/NULL); float L_6 = __this->get_min_3(); float L_7 = __this->get_max_4(); float L_8 = Random_Range_m2202990745(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); float L_9 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); float L_10 = __this->get_smoothTime_6(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); 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); NullCheck(L_3); Light_set_intensity_m2345549762(L_3, L_11, /*hidden argument*/NULL); } IL_0054: { Light_t3756812086 * L_12 = Component_GetComponent_TisLight_t3756812086_m916313317(__this, /*hidden argument*/Component_GetComponent_TisLight_t3756812086_m916313317_RuntimeMethod_var); bool L_13 = ((bool)0); RuntimeObject * L_14 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_13); IL2CPP_RUNTIME_CLASS_INIT(RuntimeServices_t2098243569_il2cpp_TypeInfo_var); bool L_15 = RuntimeServices_EqualityOperator_m2384872086(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0074; } } { MonoBehaviour_print_m330341231(NULL /*static, unused*/, _stringLiteral1884702267, /*hidden argument*/NULL); } IL_0074: { return; } } // System.Void Light_Flicker::Main() extern "C" IL2CPP_METHOD_ATTR void Light_Flicker_Main_m1808289016 (Light_Flicker_t315102722 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Scale::.ctor() extern "C" IL2CPP_METHOD_ATTR void Scale__ctor_m2726443120 (Scale_t1767969911 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); __this->set_scale_3((((float)((float)1)))); __this->set_firstUpdate_10((bool)1); return; } } // System.Void Scale::UpdateScale() extern "C" IL2CPP_METHOD_ATTR void Scale_UpdateScale_m1274038475 (Scale_t1767969911 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Scale_UpdateScale_m1274038475_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ParticleEmitterU5BU5D_t3731639360* L_0 = __this->get_particleEmitters_2(); int32_t L_1 = Extensions_get_length_m2314046232(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = __this->get_firstUpdate_10(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0060; } } { int32_t L_3 = V_0; __this->set_minsize_4(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_3))); int32_t L_4 = V_0; __this->set_maxsize_5(((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_4))); int32_t L_5 = V_0; __this->set_worldvelocity_6(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_5))); int32_t L_6 = V_0; __this->set_localvelocity_7(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_6))); int32_t L_7 = V_0; __this->set_rndvelocity_8(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_7))); int32_t L_8 = V_0; __this->set_scaleBackUp_9(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_8))); } IL_0060: { V_1 = 0; V_1 = 0; goto IL_0201; } IL_0069: { bool L_9 = __this->get_firstUpdate_10(); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_011c; } } { SingleU5BU5D_t1444911251* L_10 = __this->get_minsize_4(); int32_t L_11 = V_1; ParticleEmitterU5BU5D_t3731639360* L_12 = __this->get_particleEmitters_2(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; ParticleEmitter_t3771232109 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); float L_16 = ParticleEmitter_get_minSize_m1080006375(L_15, /*hidden argument*/NULL); NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (float)L_16); SingleU5BU5D_t1444911251* L_17 = __this->get_maxsize_5(); int32_t L_18 = V_1; ParticleEmitterU5BU5D_t3731639360* L_19 = __this->get_particleEmitters_2(); int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = L_20; ParticleEmitter_t3771232109 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); float L_23 = ParticleEmitter_get_maxSize_m2222497983(L_22, /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (float)L_23); Vector3U5BU5D_t1718750761* L_24 = __this->get_worldvelocity_6(); int32_t L_25 = V_1; NullCheck(L_24); ParticleEmitterU5BU5D_t3731639360* L_26 = __this->get_particleEmitters_2(); int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = L_27; ParticleEmitter_t3771232109 * L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_29); Vector3_t3722313464 L_30 = ParticleEmitter_get_worldVelocity_m3921545534(L_29, /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_24)->GetAddressAt(static_cast(L_25))) = L_30; Vector3U5BU5D_t1718750761* L_31 = __this->get_localvelocity_7(); int32_t L_32 = V_1; NullCheck(L_31); ParticleEmitterU5BU5D_t3731639360* L_33 = __this->get_particleEmitters_2(); int32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = L_34; ParticleEmitter_t3771232109 * L_36 = (L_33)->GetAt(static_cast(L_35)); NullCheck(L_36); Vector3_t3722313464 L_37 = ParticleEmitter_get_localVelocity_m3662444711(L_36, /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_31)->GetAddressAt(static_cast(L_32))) = L_37; Vector3U5BU5D_t1718750761* L_38 = __this->get_rndvelocity_8(); int32_t L_39 = V_1; NullCheck(L_38); ParticleEmitterU5BU5D_t3731639360* L_40 = __this->get_particleEmitters_2(); int32_t L_41 = V_1; NullCheck(L_40); int32_t L_42 = L_41; ParticleEmitter_t3771232109 * L_43 = (L_40)->GetAt(static_cast(L_42)); NullCheck(L_43); Vector3_t3722313464 L_44 = ParticleEmitter_get_rndVelocity_m944922931(L_43, /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_38)->GetAddressAt(static_cast(L_39))) = L_44; Vector3U5BU5D_t1718750761* L_45 = __this->get_scaleBackUp_9(); int32_t L_46 = V_1; NullCheck(L_45); ParticleEmitterU5BU5D_t3731639360* L_47 = __this->get_particleEmitters_2(); int32_t L_48 = V_1; NullCheck(L_47); int32_t L_49 = L_48; ParticleEmitter_t3771232109 * L_50 = (L_47)->GetAt(static_cast(L_49)); NullCheck(L_50); Transform_t3600365921 * L_51 = Component_get_transform_m3162698980(L_50, /*hidden argument*/NULL); NullCheck(L_51); Vector3_t3722313464 L_52 = Transform_get_localScale_m129152068(L_51, /*hidden argument*/NULL); *(Vector3_t3722313464 *)((L_45)->GetAddressAt(static_cast(L_46))) = L_52; } IL_011c: { ParticleEmitterU5BU5D_t3731639360* L_53 = __this->get_particleEmitters_2(); int32_t L_54 = V_1; NullCheck(L_53); int32_t L_55 = L_54; ParticleEmitter_t3771232109 * L_56 = (L_53)->GetAt(static_cast(L_55)); SingleU5BU5D_t1444911251* L_57 = __this->get_minsize_4(); int32_t L_58 = V_1; NullCheck(L_57); int32_t L_59 = L_58; float L_60 = (L_57)->GetAt(static_cast(L_59)); float L_61 = __this->get_scale_3(); NullCheck(L_56); ParticleEmitter_set_minSize_m3334863040(L_56, ((float)il2cpp_codegen_multiply((float)L_60, (float)L_61)), /*hidden argument*/NULL); ParticleEmitterU5BU5D_t3731639360* L_62 = __this->get_particleEmitters_2(); int32_t L_63 = V_1; NullCheck(L_62); int32_t L_64 = L_63; ParticleEmitter_t3771232109 * L_65 = (L_62)->GetAt(static_cast(L_64)); SingleU5BU5D_t1444911251* L_66 = __this->get_maxsize_5(); int32_t L_67 = V_1; NullCheck(L_66); int32_t L_68 = L_67; float L_69 = (L_66)->GetAt(static_cast(L_68)); float L_70 = __this->get_scale_3(); NullCheck(L_65); ParticleEmitter_set_maxSize_m2907887050(L_65, ((float)il2cpp_codegen_multiply((float)L_69, (float)L_70)), /*hidden argument*/NULL); ParticleEmitterU5BU5D_t3731639360* L_71 = __this->get_particleEmitters_2(); int32_t L_72 = V_1; NullCheck(L_71); int32_t L_73 = L_72; ParticleEmitter_t3771232109 * L_74 = (L_71)->GetAt(static_cast(L_73)); Vector3U5BU5D_t1718750761* L_75 = __this->get_worldvelocity_6(); int32_t L_76 = V_1; NullCheck(L_75); float L_77 = __this->get_scale_3(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_78 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_75)->GetAddressAt(static_cast(L_76)))), L_77, /*hidden argument*/NULL); NullCheck(L_74); ParticleEmitter_set_worldVelocity_m610305474(L_74, L_78, /*hidden argument*/NULL); ParticleEmitterU5BU5D_t3731639360* L_79 = __this->get_particleEmitters_2(); int32_t L_80 = V_1; NullCheck(L_79); int32_t L_81 = L_80; ParticleEmitter_t3771232109 * L_82 = (L_79)->GetAt(static_cast(L_81)); Vector3U5BU5D_t1718750761* L_83 = __this->get_localvelocity_7(); int32_t L_84 = V_1; NullCheck(L_83); float L_85 = __this->get_scale_3(); Vector3_t3722313464 L_86 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_83)->GetAddressAt(static_cast(L_84)))), L_85, /*hidden argument*/NULL); NullCheck(L_82); ParticleEmitter_set_localVelocity_m1882028040(L_82, L_86, /*hidden argument*/NULL); ParticleEmitterU5BU5D_t3731639360* L_87 = __this->get_particleEmitters_2(); int32_t L_88 = V_1; NullCheck(L_87); int32_t L_89 = L_88; ParticleEmitter_t3771232109 * L_90 = (L_87)->GetAt(static_cast(L_89)); Vector3U5BU5D_t1718750761* L_91 = __this->get_rndvelocity_8(); int32_t L_92 = V_1; NullCheck(L_91); float L_93 = __this->get_scale_3(); Vector3_t3722313464 L_94 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_91)->GetAddressAt(static_cast(L_92)))), L_93, /*hidden argument*/NULL); NullCheck(L_90); ParticleEmitter_set_rndVelocity_m3532636183(L_90, L_94, /*hidden argument*/NULL); ParticleEmitterU5BU5D_t3731639360* L_95 = __this->get_particleEmitters_2(); int32_t L_96 = V_1; NullCheck(L_95); int32_t L_97 = L_96; ParticleEmitter_t3771232109 * L_98 = (L_95)->GetAt(static_cast(L_97)); NullCheck(L_98); Transform_t3600365921 * L_99 = Component_get_transform_m3162698980(L_98, /*hidden argument*/NULL); Vector3U5BU5D_t1718750761* L_100 = __this->get_scaleBackUp_9(); int32_t L_101 = V_1; NullCheck(L_100); float L_102 = __this->get_scale_3(); Vector3_t3722313464 L_103 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, (*(Vector3_t3722313464 *)((L_100)->GetAddressAt(static_cast(L_101)))), L_102, /*hidden argument*/NULL); NullCheck(L_99); Transform_set_localScale_m3053443106(L_99, L_103, /*hidden argument*/NULL); int32_t L_104 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_0201: { int32_t L_105 = V_1; ParticleEmitterU5BU5D_t3731639360* L_106 = __this->get_particleEmitters_2(); int32_t L_107 = Extensions_get_length_m2314046232(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_106, /*hidden argument*/NULL); if ((((int32_t)L_105) < ((int32_t)L_107))) { goto IL_0069; } } { __this->set_firstUpdate_10((bool)0); return; } } // System.Void Scale::Main() extern "C" IL2CPP_METHOD_ATTR void Scale_Main_m3597326380 (Scale_t1767969911 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SimulateParticles::.ctor() extern "C" IL2CPP_METHOD_ATTR void SimulateParticles__ctor_m2732186709 (SimulateParticles_t2527671166 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__this, /*hidden argument*/NULL); __this->set_warmupTime_2((((float)((float)((int32_t)10))))); return; } } // System.Void SimulateParticles::Start() extern "C" IL2CPP_METHOD_ATTR void SimulateParticles_Start_m129553915 (SimulateParticles_t2527671166 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_0 = 0; goto IL_003a; } IL_0009: { V_1 = 0; V_1 = 0; goto IL_0025; } IL_0012: { ParticleEmitterU5BU5D_t3731639360* L_0 = __this->get_emitters_3(); int32_t L_1 = V_1; NullCheck(L_0); int32_t L_2 = L_1; ParticleEmitter_t3771232109 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); ParticleEmitter_Simulate_m4250644317(L_3, (((float)((float)1))), /*hidden argument*/NULL); int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0025: { int32_t L_5 = V_1; ParticleEmitterU5BU5D_t3731639360* L_6 = __this->get_emitters_3(); int32_t L_7 = Extensions_get_length_m2314046232(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0012; } } { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003a: { int32_t L_9 = V_0; float L_10 = __this->get_warmupTime_2(); if ((((float)(((float)((float)L_9)))) < ((float)L_10))) { goto IL_0009; } } { return; } } // System.Void SimulateParticles::Main() extern "C" IL2CPP_METHOD_ATTR void SimulateParticles_Main_m135726763 (SimulateParticles_t2527671166 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif