#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" // Mono.Unity.UnityTls/unitytls_tlsctx_read_callback struct unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5; // Mono.Unity.UnityTls/unitytls_tlsctx_write_callback struct unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.Boolean[] struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.List`1 struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226; // System.Collections.Generic.List`1 struct List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15; // System.Collections.Generic.List`1 struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2; // System.String struct String_t; // System.Threading.CancellationTokenSource struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE; // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01; // System.Type struct Type_t; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // UnityEngine.Events.UnityAction struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F; // UnityEngine.Mesh struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C; // UnityEngine.MeshCollider struct MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE; // UnityEngine.Networking.NetworkConnection struct NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA; // UnityEngine.ParticleSystem struct ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D; // UnityEngine.ReflectionProbe struct ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C; // UnityEngine.UIElements.Focusable struct Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B; // UnityEngine.UIElements.VisualElement struct VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // FairyGUI.Margin struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E { public: // System.Int32 FairyGUI.Margin::left int32_t ___left_0; // System.Int32 FairyGUI.Margin::right int32_t ___right_1; // System.Int32 FairyGUI.Margin::top int32_t ___top_2; // System.Int32 FairyGUI.Margin::bottom int32_t ___bottom_3; public: inline static int32_t get_offset_of_left_0() { return static_cast(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___left_0)); } inline int32_t get_left_0() const { return ___left_0; } inline int32_t* get_address_of_left_0() { return &___left_0; } inline void set_left_0(int32_t value) { ___left_0 = value; } inline static int32_t get_offset_of_right_1() { return static_cast(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___right_1)); } inline int32_t get_right_1() const { return ___right_1; } inline int32_t* get_address_of_right_1() { return &___right_1; } inline void set_right_1(int32_t value) { ___right_1 = value; } inline static int32_t get_offset_of_top_2() { return static_cast(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___top_2)); } inline int32_t get_top_2() const { return ___top_2; } inline int32_t* get_address_of_top_2() { return &___top_2; } inline void set_top_2(int32_t value) { ___top_2 = value; } inline static int32_t get_offset_of_bottom_3() { return static_cast(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___bottom_3)); } inline int32_t get_bottom_3() const { return ___bottom_3; } inline int32_t* get_address_of_bottom_3() { return &___bottom_3; } inline void set_bottom_3(int32_t value) { ___bottom_3 = value; } }; // FairyGUI.TextField_CharPosition struct CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 { public: // System.Int32 FairyGUI.TextField_CharPosition::charIndex int32_t ___charIndex_0; // System.Int16 FairyGUI.TextField_CharPosition::lineIndex int16_t ___lineIndex_1; // System.Int32 FairyGUI.TextField_CharPosition::offsetX int32_t ___offsetX_2; // System.Int16 FairyGUI.TextField_CharPosition::vertCount int16_t ___vertCount_3; public: inline static int32_t get_offset_of_charIndex_0() { return static_cast(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___charIndex_0)); } inline int32_t get_charIndex_0() const { return ___charIndex_0; } inline int32_t* get_address_of_charIndex_0() { return &___charIndex_0; } inline void set_charIndex_0(int32_t value) { ___charIndex_0 = value; } inline static int32_t get_offset_of_lineIndex_1() { return static_cast(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___lineIndex_1)); } inline int16_t get_lineIndex_1() const { return ___lineIndex_1; } inline int16_t* get_address_of_lineIndex_1() { return &___lineIndex_1; } inline void set_lineIndex_1(int16_t value) { ___lineIndex_1 = value; } inline static int32_t get_offset_of_offsetX_2() { return static_cast(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___offsetX_2)); } inline int32_t get_offsetX_2() const { return ___offsetX_2; } inline int32_t* get_address_of_offsetX_2() { return &___offsetX_2; } inline void set_offsetX_2(int32_t value) { ___offsetX_2 = value; } inline static int32_t get_offset_of_vertCount_3() { return static_cast(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___vertCount_3)); } inline int16_t get_vertCount_3() const { return ___vertCount_3; } inline int16_t* get_address_of_vertCount_3() { return &___vertCount_3; } inline void set_vertCount_3(int16_t value) { ___vertCount_3 = value; } }; // LuaInterface.LuaByteBuffer struct LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E { public: // System.Byte[] LuaInterface.LuaByteBuffer::buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_0; // System.Int32 LuaInterface.LuaByteBuffer::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E, ___buffer_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } inline static int32_t get_offset_of_U3CLengthU3Ek__BackingField_1() { return static_cast(offsetof(LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E, ___U3CLengthU3Ek__BackingField_1)); } inline int32_t get_U3CLengthU3Ek__BackingField_1() const { return ___U3CLengthU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CLengthU3Ek__BackingField_1() { return &___U3CLengthU3Ek__BackingField_1; } inline void set_U3CLengthU3Ek__BackingField_1(int32_t value) { ___U3CLengthU3Ek__BackingField_1 = value; } }; // Native definition for P/Invoke marshalling of LuaInterface.LuaByteBuffer struct LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___buffer_0; int32_t ___U3CLengthU3Ek__BackingField_1; }; // Native definition for COM marshalling of LuaInterface.LuaByteBuffer struct LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E_marshaled_com { Il2CppSafeArray/*NONE*/* ___buffer_0; int32_t ___U3CLengthU3Ek__BackingField_1; }; // LuaInterface.LuaDictEntry`2 struct LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 { public: // K LuaInterface.LuaDictEntry`2::k__BackingField RuntimeObject * ___U3CKeyU3Ek__BackingField_0; // V LuaInterface.LuaDictEntry`2::k__BackingField RuntimeObject * ___U3CValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CKeyU3Ek__BackingField_0() { return static_cast(offsetof(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5, ___U3CKeyU3Ek__BackingField_0)); } inline RuntimeObject * get_U3CKeyU3Ek__BackingField_0() const { return ___U3CKeyU3Ek__BackingField_0; } inline RuntimeObject ** get_address_of_U3CKeyU3Ek__BackingField_0() { return &___U3CKeyU3Ek__BackingField_0; } inline void set_U3CKeyU3Ek__BackingField_0(RuntimeObject * value) { ___U3CKeyU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CKeyU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast(offsetof(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5, ___U3CValueU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; } inline void set_U3CValueU3Ek__BackingField_1(RuntimeObject * value) { ___U3CValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_1), (void*)value); } }; // LuaInterface.nil struct nil_t8F6CD76487668B36C4D9EDB976DE57619FC9FD0A { public: union { struct { }; uint8_t nil_t8F6CD76487668B36C4D9EDB976DE57619FC9FD0A__padding[1]; }; public: }; // Mono.Unity.UnityTls_unitytls_key_ref struct unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B { public: // System.UInt64 Mono.Unity.UnityTls_unitytls_key_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; // Mono.Unity.UnityTls_unitytls_tlsctx_callbacks struct unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 { public: // Mono.Unity.UnityTls_unitytls_tlsctx_read_callback Mono.Unity.UnityTls_unitytls_tlsctx_callbacks::read unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * ___read_0; // Mono.Unity.UnityTls_unitytls_tlsctx_write_callback Mono.Unity.UnityTls_unitytls_tlsctx_callbacks::write unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * ___write_1; // System.Void* Mono.Unity.UnityTls_unitytls_tlsctx_callbacks::data void* ___data_2; public: inline static int32_t get_offset_of_read_0() { return static_cast(offsetof(unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2, ___read_0)); } inline unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * get_read_0() const { return ___read_0; } inline unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 ** get_address_of_read_0() { return &___read_0; } inline void set_read_0(unitytls_tlsctx_read_callback_tD85E7923018681355C1D851137CEC527F04093F5 * value) { ___read_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___read_0), (void*)value); } inline static int32_t get_offset_of_write_1() { return static_cast(offsetof(unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2, ___write_1)); } inline unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * get_write_1() const { return ___write_1; } inline unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 ** get_address_of_write_1() { return &___write_1; } inline void set_write_1(unitytls_tlsctx_write_callback_tBDF40F27E011F577C3E834B14788491861F870D6 * value) { ___write_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___write_1), (void*)value); } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2, ___data_2)); } inline void* get_data_2() const { return ___data_2; } inline void** get_address_of_data_2() { return &___data_2; } inline void set_data_2(void* value) { ___data_2 = value; } }; // Native definition for P/Invoke marshalling of Mono.Unity.UnityTls/unitytls_tlsctx_callbacks struct unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2_marshaled_pinvoke { Il2CppMethodPointer ___read_0; Il2CppMethodPointer ___write_1; void* ___data_2; }; // Native definition for COM marshalling of Mono.Unity.UnityTls/unitytls_tlsctx_callbacks struct unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2_marshaled_com { Il2CppMethodPointer ___read_0; Il2CppMethodPointer ___write_1; void* ___data_2; }; // Mono.Unity.UnityTls_unitytls_x509_ref struct unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 { public: // System.UInt64 Mono.Unity.UnityTls_unitytls_x509_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; // Mono.Unity.UnityTls_unitytls_x509list_ref struct unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 { public: // System.UInt64 Mono.Unity.UnityTls_unitytls_x509list_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; // System.ArraySegment`1 struct ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA { public: // T[] System.ArraySegment`1::_array ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____array_0; // System.Int32 System.ArraySegment`1::_offset int32_t ____offset_1; // System.Int32 System.ArraySegment`1::_count int32_t ____count_2; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____array_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__array_0() const { return ____array_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__offset_1() { return static_cast(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____offset_1)); } inline int32_t get__offset_1() const { return ____offset_1; } inline int32_t* get_address_of__offset_1() { return &____offset_1; } inline void set__offset_1(int32_t value) { ____offset_1 = value; } inline static int32_t get_offset_of__count_2() { return static_cast(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____count_2)); } inline int32_t get__count_2() const { return ____count_2; } inline int32_t* get_address_of__count_2() { return &____count_2; } inline void set__count_2(int32_t value) { ____count_2 = value; } }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A { public: // TKey System.Collections.Generic.KeyValuePair`2::key int16_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A, ___key_0)); } inline int16_t get_key_0() const { return ___key_0; } inline int16_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int16_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int64_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2, ___value_1)); } inline int64_t get_value_1() const { return ___value_1; } inline int64_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int64_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearPositiveZero_13 = value; } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } }; // System.IO.Stream_ReadWriteParameters struct ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F { public: // System.Byte[] System.IO.Stream_ReadWriteParameters::Buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Buffer_0; // System.Int32 System.IO.Stream_ReadWriteParameters::Offset int32_t ___Offset_1; // System.Int32 System.IO.Stream_ReadWriteParameters::Count int32_t ___Count_2; public: inline static int32_t get_offset_of_Buffer_0() { return static_cast(offsetof(ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F, ___Buffer_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Buffer_0() const { return ___Buffer_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Buffer_0() { return &___Buffer_0; } inline void set_Buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_0), (void*)value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F, ___Offset_1)); } inline int32_t get_Offset_1() const { return ___Offset_1; } inline int32_t* get_address_of_Offset_1() { return &___Offset_1; } inline void set_Offset_1(int32_t value) { ___Offset_1 = value; } inline static int32_t get_offset_of_Count_2() { return static_cast(offsetof(ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F, ___Count_2)); } inline int32_t get_Count_2() const { return ___Count_2; } inline int32_t* get_address_of_Count_2() { return &___Count_2; } inline void set_Count_2(int32_t value) { ___Count_2 = value; } }; // Native definition for P/Invoke marshalling of System.IO.Stream/ReadWriteParameters struct ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Buffer_0; int32_t ___Offset_1; int32_t ___Count_2; }; // Native definition for COM marshalling of System.IO.Stream/ReadWriteParameters struct ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F_marshaled_com { Il2CppSafeArray/*NONE*/* ___Buffer_0; int32_t ___Offset_1; int32_t ___Count_2; }; // 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; } }; // System.Nullable`1 struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 { public: // T System.Nullable`1::value uint8_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6, ___value_0)); } inline uint8_t get_value_0() const { return ___value_0; } inline uint8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 { public: // T System.Nullable`1::value Il2CppChar ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81, ___value_0)); } inline Il2CppChar get_value_0() const { return ___value_0; } inline Il2CppChar* get_address_of_value_0() { return &___value_0; } inline void set_value_0(Il2CppChar value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 { public: // T System.Nullable`1::value double ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5, ___value_0)); } inline double get_value_0() const { return ___value_0; } inline double* get_address_of_value_0() { return &___value_0; } inline void set_value_0(double value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 { public: // T System.Nullable`1::value int16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12, ___value_0)); } inline int16_t get_value_0() const { return ___value_0; } inline int16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B { public: // T System.Nullable`1::value int64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B, ___value_0)); } inline int64_t get_value_0() const { return ___value_0; } inline int64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 { public: // T System.Nullable`1::value int8_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41, ___value_0)); } inline int8_t get_value_0() const { return ___value_0; } inline int8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 { public: // T System.Nullable`1::value float ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777, ___value_0)); } inline float get_value_0() const { return ___value_0; } inline float* get_address_of_value_0() { return &___value_0; } inline void set_value_0(float value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 { public: // T System.Nullable`1::value uint16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1, ___value_0)); } inline uint16_t get_value_0() const { return ___value_0; } inline uint16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 { public: // T System.Nullable`1::value uint32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043, ___value_0)); } inline uint32_t get_value_0() const { return ___value_0; } inline uint32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 { public: // T System.Nullable`1::value uint64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1, ___value_0)); } inline uint64_t get_value_0() const { return ___value_0; } inline uint64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 { public: // System.Type System.Reflection.CustomAttributeTypedArgument::argumentType Type_t * ___argumentType_0; // System.Object System.Reflection.CustomAttributeTypedArgument::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_argumentType_0() { return static_cast(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___argumentType_0)); } inline Type_t * get_argumentType_0() const { return ___argumentType_0; } inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; } inline void set_argumentType_0(Type_t * value) { ___argumentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___argumentType_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // System.Reflection.InterfaceMapping struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B { public: // System.Type System.Reflection.InterfaceMapping::TargetType Type_t * ___TargetType_0; // System.Type System.Reflection.InterfaceMapping::InterfaceType Type_t * ___InterfaceType_1; // System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::TargetMethods MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2; // System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::InterfaceMethods MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3; public: inline static int32_t get_offset_of_TargetType_0() { return static_cast(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetType_0)); } inline Type_t * get_TargetType_0() const { return ___TargetType_0; } inline Type_t ** get_address_of_TargetType_0() { return &___TargetType_0; } inline void set_TargetType_0(Type_t * value) { ___TargetType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetType_0), (void*)value); } inline static int32_t get_offset_of_InterfaceType_1() { return static_cast(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceType_1)); } inline Type_t * get_InterfaceType_1() const { return ___InterfaceType_1; } inline Type_t ** get_address_of_InterfaceType_1() { return &___InterfaceType_1; } inline void set_InterfaceType_1(Type_t * value) { ___InterfaceType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___InterfaceType_1), (void*)value); } inline static int32_t get_offset_of_TargetMethods_2() { return static_cast(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetMethods_2)); } inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_TargetMethods_2() const { return ___TargetMethods_2; } inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_TargetMethods_2() { return &___TargetMethods_2; } inline void set_TargetMethods_2(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value) { ___TargetMethods_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetMethods_2), (void*)value); } inline static int32_t get_offset_of_InterfaceMethods_3() { return static_cast(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceMethods_3)); } inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_InterfaceMethods_3() const { return ___InterfaceMethods_3; } inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_InterfaceMethods_3() { return &___InterfaceMethods_3; } inline void set_InterfaceMethods_3(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value) { ___InterfaceMethods_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___InterfaceMethods_3), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.InterfaceMapping struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_pinvoke { Type_t * ___TargetType_0; Type_t * ___InterfaceType_1; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3; }; // Native definition for COM marshalling of System.Reflection.InterfaceMapping struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_com { Type_t * ___TargetType_0; Type_t * ___InterfaceType_1; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2; MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3; }; // System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com { int32_t* ____byRef_0; }; // System.Resources.ResourceLocator struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C { public: // System.Object System.Resources.ResourceLocator::_value RuntimeObject * ____value_0; // System.Int32 System.Resources.ResourceLocator::_dataPos int32_t ____dataPos_1; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____value_0)); } inline RuntimeObject * get__value_0() const { return ____value_0; } inline RuntimeObject ** get_address_of__value_0() { return &____value_0; } inline void set__value_0(RuntimeObject * value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_0), (void*)value); } inline static int32_t get_offset_of__dataPos_1() { return static_cast(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____dataPos_1)); } inline int32_t get__dataPos_1() const { return ____dataPos_1; } inline int32_t* get_address_of__dataPos_1() { return &____dataPos_1; } inline void set__dataPos_1(int32_t value) { ____dataPos_1 = value; } }; // Native definition for P/Invoke marshalling of System.Resources.ResourceLocator struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_pinvoke { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // Native definition for COM marshalling of System.Resources.ResourceLocator struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_com { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // System.Security.Cryptography.DSAParameters struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 { public: // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___P_0; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Q_1; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___G_2; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Y_3; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___J_4; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___X_5; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Seed_6; // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___P_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_P_0() const { return ___P_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Q_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_1), (void*)value); } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___G_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_G_2() const { return ___G_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_G_2() { return &___G_2; } inline void set_G_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___G_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___G_2), (void*)value); } inline static int32_t get_offset_of_Y_3() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Y_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Y_3() const { return ___Y_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Y_3() { return &___Y_3; } inline void set_Y_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Y_3), (void*)value); } inline static int32_t get_offset_of_J_4() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___J_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_J_4() const { return ___J_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_J_4() { return &___J_4; } inline void set_J_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___J_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___J_4), (void*)value); } inline static int32_t get_offset_of_X_5() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___X_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_X_5() const { return ___X_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_X_5() { return &___X_5; } inline void set_X_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___X_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_5), (void*)value); } inline static int32_t get_offset_of_Seed_6() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Seed_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Seed_6() const { return ___Seed_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Seed_6() { return &___Seed_6; } inline void set_Seed_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Seed_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Seed_6), (void*)value); } inline static int32_t get_offset_of_Counter_7() { return static_cast(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Counter_7)); } inline int32_t get_Counter_7() const { return ___Counter_7; } inline int32_t* get_address_of_Counter_7() { return &___Counter_7; } inline void set_Counter_7(int32_t value) { ___Counter_7 = value; } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_com { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // System.Security.Cryptography.HashAlgorithmName struct HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F { public: // System.String System.Security.Cryptography.HashAlgorithmName::_name String_t* ____name_0; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F, ____name_0)); } inline String_t* get__name_0() const { return ____name_0; } inline String_t** get_address_of__name_0() { return &____name_0; } inline void set__name_0(String_t* value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.HashAlgorithmName struct HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_pinvoke { char* ____name_0; }; // Native definition for COM marshalling of System.Security.Cryptography.HashAlgorithmName struct HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_com { Il2CppChar* ____name_0; }; // System.Security.Cryptography.RSAParameters struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Exponent_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Modulus_1; // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___P_2; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Q_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___DP_4; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___DQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___InverseQ_6; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___D_7; public: inline static int32_t get_offset_of_Exponent_0() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Exponent_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Exponent_0() const { return ___Exponent_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Exponent_0() { return &___Exponent_0; } inline void set_Exponent_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Exponent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Exponent_0), (void*)value); } inline static int32_t get_offset_of_Modulus_1() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Modulus_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Modulus_1() const { return ___Modulus_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Modulus_1() { return &___Modulus_1; } inline void set_Modulus_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Modulus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Modulus_1), (void*)value); } inline static int32_t get_offset_of_P_2() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___P_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_P_2() const { return ___P_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_P_2() { return &___P_2; } inline void set_P_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___P_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_2), (void*)value); } inline static int32_t get_offset_of_Q_3() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Q_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Q_3() const { return ___Q_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Q_3() { return &___Q_3; } inline void set_Q_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_3), (void*)value); } inline static int32_t get_offset_of_DP_4() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___DP_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_DP_4() const { return ___DP_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_DP_4() { return &___DP_4; } inline void set_DP_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___DP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DP_4), (void*)value); } inline static int32_t get_offset_of_DQ_5() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___DQ_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_DQ_5() const { return ___DQ_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_DQ_5() { return &___DQ_5; } inline void set_DQ_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___DQ_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DQ_5), (void*)value); } inline static int32_t get_offset_of_InverseQ_6() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___InverseQ_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_InverseQ_6() const { return ___InverseQ_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_InverseQ_6() { return &___InverseQ_6; } inline void set_InverseQ_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___InverseQ_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InverseQ_6), (void*)value); } inline static int32_t get_offset_of_D_7() { return static_cast(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___D_7)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_D_7() const { return ___D_7; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_D_7() { return &___D_7; } inline void set_D_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___D_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___D_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717_marshaled_com { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // System.Threading.AsyncLocalValueChangedArgs`1 struct AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D { public: // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField RuntimeObject * ___U3CPreviousValueU3Ek__BackingField_0; // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField RuntimeObject * ___U3CCurrentValueU3Ek__BackingField_1; // System.Boolean System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField bool ___U3CThreadContextChangedU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPreviousValueU3Ek__BackingField_0() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D, ___U3CPreviousValueU3Ek__BackingField_0)); } inline RuntimeObject * get_U3CPreviousValueU3Ek__BackingField_0() const { return ___U3CPreviousValueU3Ek__BackingField_0; } inline RuntimeObject ** get_address_of_U3CPreviousValueU3Ek__BackingField_0() { return &___U3CPreviousValueU3Ek__BackingField_0; } inline void set_U3CPreviousValueU3Ek__BackingField_0(RuntimeObject * value) { ___U3CPreviousValueU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPreviousValueU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CCurrentValueU3Ek__BackingField_1() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D, ___U3CCurrentValueU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CCurrentValueU3Ek__BackingField_1() const { return ___U3CCurrentValueU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CCurrentValueU3Ek__BackingField_1() { return &___U3CCurrentValueU3Ek__BackingField_1; } inline void set_U3CCurrentValueU3Ek__BackingField_1(RuntimeObject * value) { ___U3CCurrentValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CThreadContextChangedU3Ek__BackingField_2() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D, ___U3CThreadContextChangedU3Ek__BackingField_2)); } inline bool get_U3CThreadContextChangedU3Ek__BackingField_2() const { return ___U3CThreadContextChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CThreadContextChangedU3Ek__BackingField_2() { return &___U3CThreadContextChangedU3Ek__BackingField_2; } inline void set_U3CThreadContextChangedU3Ek__BackingField_2(bool value) { ___U3CThreadContextChangedU3Ek__BackingField_2 = value; } }; // System.Threading.CancellationToken struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com { CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0; }; // System.Threading.Tasks.VoidTaskResult struct VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 { public: union { struct { }; uint8_t VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40__padding[1]; }; public: }; // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 bool ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264, ___Item2_1)); } inline bool get_Item2_1() const { return ___Item2_1; } inline bool* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(bool value) { ___Item2_1 = value; } }; // UnityEngine.AccelerationEvent struct AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 { public: // System.Single UnityEngine.AccelerationEvent::x float ___x_0; // System.Single UnityEngine.AccelerationEvent::y float ___y_1; // System.Single UnityEngine.AccelerationEvent::z float ___z_2; // System.Single UnityEngine.AccelerationEvent::m_TimeDelta float ___m_TimeDelta_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_m_TimeDelta_3() { return static_cast(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___m_TimeDelta_3)); } inline float get_m_TimeDelta_3() const { return ___m_TimeDelta_3; } inline float* get_address_of_m_TimeDelta_3() { return &___m_TimeDelta_3; } inline void set_m_TimeDelta_3(float value) { ___m_TimeDelta_3 = value; } }; // UnityEngine.AnimatorClipInfo struct AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 { public: // System.Int32 UnityEngine.AnimatorClipInfo::m_ClipInstanceID int32_t ___m_ClipInstanceID_0; // System.Single UnityEngine.AnimatorClipInfo::m_Weight float ___m_Weight_1; public: inline static int32_t get_offset_of_m_ClipInstanceID_0() { return static_cast(offsetof(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180, ___m_ClipInstanceID_0)); } inline int32_t get_m_ClipInstanceID_0() const { return ___m_ClipInstanceID_0; } inline int32_t* get_address_of_m_ClipInstanceID_0() { return &___m_ClipInstanceID_0; } inline void set_m_ClipInstanceID_0(int32_t value) { ___m_ClipInstanceID_0 = value; } inline static int32_t get_offset_of_m_Weight_1() { return static_cast(offsetof(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180, ___m_Weight_1)); } inline float get_m_Weight_1() const { return ___m_Weight_1; } inline float* get_address_of_m_Weight_1() { return &___m_Weight_1; } inline void set_m_Weight_1(float value) { ___m_Weight_1 = value; } }; // UnityEngine.AnimatorStateInfo struct AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 { public: // System.Int32 UnityEngine.AnimatorStateInfo::m_Name int32_t ___m_Name_0; // System.Int32 UnityEngine.AnimatorStateInfo::m_Path int32_t ___m_Path_1; // System.Int32 UnityEngine.AnimatorStateInfo::m_FullPath int32_t ___m_FullPath_2; // System.Single UnityEngine.AnimatorStateInfo::m_NormalizedTime float ___m_NormalizedTime_3; // System.Single UnityEngine.AnimatorStateInfo::m_Length float ___m_Length_4; // System.Single UnityEngine.AnimatorStateInfo::m_Speed float ___m_Speed_5; // System.Single UnityEngine.AnimatorStateInfo::m_SpeedMultiplier float ___m_SpeedMultiplier_6; // System.Int32 UnityEngine.AnimatorStateInfo::m_Tag int32_t ___m_Tag_7; // System.Int32 UnityEngine.AnimatorStateInfo::m_Loop int32_t ___m_Loop_8; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Name_0)); } inline int32_t get_m_Name_0() const { return ___m_Name_0; } inline int32_t* get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(int32_t value) { ___m_Name_0 = value; } inline static int32_t get_offset_of_m_Path_1() { return static_cast(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Path_1)); } inline int32_t get_m_Path_1() const { return ___m_Path_1; } inline int32_t* get_address_of_m_Path_1() { return &___m_Path_1; } inline void set_m_Path_1(int32_t value) { ___m_Path_1 = value; } inline static int32_t get_offset_of_m_FullPath_2() { return static_cast(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_FullPath_2)); } inline int32_t get_m_FullPath_2() const { return ___m_FullPath_2; } inline int32_t* get_address_of_m_FullPath_2() { return &___m_FullPath_2; } inline void set_m_FullPath_2(int32_t value) { ___m_FullPath_2 = value; } inline static int32_t get_offset_of_m_NormalizedTime_3() { return static_cast(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_NormalizedTime_3)); } inline float get_m_NormalizedTime_3() const { return ___m_NormalizedTime_3; } inline float* get_address_of_m_NormalizedTime_3() { return &___m_NormalizedTime_3; } inline void set_m_NormalizedTime_3(float value) { ___m_NormalizedTime_3 = value; } inline static int32_t get_offset_of_m_Length_4() { return static_cast(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Length_4)); } inline float get_m_Length_4() const { return ___m_Length_4; } inline float* get_address_of_m_Length_4() { return &___m_Length_4; } inline void set_m_Length_4(float value) { ___m_Length_4 = value; } inline static int32_t get_offset_of_m_Speed_5() { return static_cast(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Speed_5)); } inline float get_m_Speed_5() const { return ___m_Speed_5; } inline float* get_address_of_m_Speed_5() { return &___m_Speed_5; } inline void set_m_Speed_5(float value) { ___m_Speed_5 = value; } inline static int32_t get_offset_of_m_SpeedMultiplier_6() { return static_cast(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_SpeedMultiplier_6)); } inline float get_m_SpeedMultiplier_6() const { return ___m_SpeedMultiplier_6; } inline float* get_address_of_m_SpeedMultiplier_6() { return &___m_SpeedMultiplier_6; } inline void set_m_SpeedMultiplier_6(float value) { ___m_SpeedMultiplier_6 = value; } inline static int32_t get_offset_of_m_Tag_7() { return static_cast(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Tag_7)); } inline int32_t get_m_Tag_7() const { return ___m_Tag_7; } inline int32_t* get_address_of_m_Tag_7() { return &___m_Tag_7; } inline void set_m_Tag_7(int32_t value) { ___m_Tag_7 = value; } inline static int32_t get_offset_of_m_Loop_8() { return static_cast(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Loop_8)); } inline int32_t get_m_Loop_8() const { return ___m_Loop_8; } inline int32_t* get_address_of_m_Loop_8() { return &___m_Loop_8; } inline void set_m_Loop_8(int32_t value) { ___m_Loop_8 = value; } }; // UnityEngine.AnimatorTransitionInfo struct AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B { public: // System.Int32 UnityEngine.AnimatorTransitionInfo::m_FullPath int32_t ___m_FullPath_0; // System.Int32 UnityEngine.AnimatorTransitionInfo::m_UserName int32_t ___m_UserName_1; // System.Int32 UnityEngine.AnimatorTransitionInfo::m_Name int32_t ___m_Name_2; // System.Boolean UnityEngine.AnimatorTransitionInfo::m_HasFixedDuration bool ___m_HasFixedDuration_3; // System.Single UnityEngine.AnimatorTransitionInfo::m_Duration float ___m_Duration_4; // System.Single UnityEngine.AnimatorTransitionInfo::m_NormalizedTime float ___m_NormalizedTime_5; // System.Boolean UnityEngine.AnimatorTransitionInfo::m_AnyState bool ___m_AnyState_6; // System.Int32 UnityEngine.AnimatorTransitionInfo::m_TransitionType int32_t ___m_TransitionType_7; public: inline static int32_t get_offset_of_m_FullPath_0() { return static_cast(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_FullPath_0)); } inline int32_t get_m_FullPath_0() const { return ___m_FullPath_0; } inline int32_t* get_address_of_m_FullPath_0() { return &___m_FullPath_0; } inline void set_m_FullPath_0(int32_t value) { ___m_FullPath_0 = value; } inline static int32_t get_offset_of_m_UserName_1() { return static_cast(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_UserName_1)); } inline int32_t get_m_UserName_1() const { return ___m_UserName_1; } inline int32_t* get_address_of_m_UserName_1() { return &___m_UserName_1; } inline void set_m_UserName_1(int32_t value) { ___m_UserName_1 = value; } inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_Name_2)); } inline int32_t get_m_Name_2() const { return ___m_Name_2; } inline int32_t* get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(int32_t value) { ___m_Name_2 = value; } inline static int32_t get_offset_of_m_HasFixedDuration_3() { return static_cast(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_HasFixedDuration_3)); } inline bool get_m_HasFixedDuration_3() const { return ___m_HasFixedDuration_3; } inline bool* get_address_of_m_HasFixedDuration_3() { return &___m_HasFixedDuration_3; } inline void set_m_HasFixedDuration_3(bool value) { ___m_HasFixedDuration_3 = value; } inline static int32_t get_offset_of_m_Duration_4() { return static_cast(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_Duration_4)); } inline float get_m_Duration_4() const { return ___m_Duration_4; } inline float* get_address_of_m_Duration_4() { return &___m_Duration_4; } inline void set_m_Duration_4(float value) { ___m_Duration_4 = value; } inline static int32_t get_offset_of_m_NormalizedTime_5() { return static_cast(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_NormalizedTime_5)); } inline float get_m_NormalizedTime_5() const { return ___m_NormalizedTime_5; } inline float* get_address_of_m_NormalizedTime_5() { return &___m_NormalizedTime_5; } inline void set_m_NormalizedTime_5(float value) { ___m_NormalizedTime_5 = value; } inline static int32_t get_offset_of_m_AnyState_6() { return static_cast(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_AnyState_6)); } inline bool get_m_AnyState_6() const { return ___m_AnyState_6; } inline bool* get_address_of_m_AnyState_6() { return &___m_AnyState_6; } inline void set_m_AnyState_6(bool value) { ___m_AnyState_6 = value; } inline static int32_t get_offset_of_m_TransitionType_7() { return static_cast(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_TransitionType_7)); } inline int32_t get_m_TransitionType_7() const { return ___m_TransitionType_7; } inline int32_t* get_address_of_m_TransitionType_7() { return &___m_TransitionType_7; } inline void set_m_TransitionType_7(int32_t value) { ___m_TransitionType_7 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.AnimatorTransitionInfo struct AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_marshaled_pinvoke { int32_t ___m_FullPath_0; int32_t ___m_UserName_1; int32_t ___m_Name_2; int32_t ___m_HasFixedDuration_3; float ___m_Duration_4; float ___m_NormalizedTime_5; int32_t ___m_AnyState_6; int32_t ___m_TransitionType_7; }; // Native definition for COM marshalling of UnityEngine.AnimatorTransitionInfo struct AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_marshaled_com { int32_t ___m_FullPath_0; int32_t ___m_UserName_1; int32_t ___m_Name_2; int32_t ___m_HasFixedDuration_3; float ___m_Duration_4; float ___m_NormalizedTime_5; int32_t ___m_AnyState_6; int32_t ___m_TransitionType_7; }; // UnityEngine.BeforeRenderHelper_OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 { public: // System.Int32 UnityEngine.BeforeRenderHelper_OrderBlock::order int32_t ___order_0; // UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper_OrderBlock::callback UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback_1; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } inline static int32_t get_offset_of_callback_1() { return static_cast(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___callback_1)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_callback_1() const { return ___callback_1; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_pinvoke { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_com { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // UnityEngine.Color struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // UnityEngine.CullingGroupEvent struct CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 { public: // System.Int32 UnityEngine.CullingGroupEvent::m_Index int32_t ___m_Index_0; // System.Byte UnityEngine.CullingGroupEvent::m_PrevState uint8_t ___m_PrevState_1; // System.Byte UnityEngine.CullingGroupEvent::m_ThisState uint8_t ___m_ThisState_2; public: inline static int32_t get_offset_of_m_Index_0() { return static_cast(offsetof(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85, ___m_Index_0)); } inline int32_t get_m_Index_0() const { return ___m_Index_0; } inline int32_t* get_address_of_m_Index_0() { return &___m_Index_0; } inline void set_m_Index_0(int32_t value) { ___m_Index_0 = value; } inline static int32_t get_offset_of_m_PrevState_1() { return static_cast(offsetof(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85, ___m_PrevState_1)); } inline uint8_t get_m_PrevState_1() const { return ___m_PrevState_1; } inline uint8_t* get_address_of_m_PrevState_1() { return &___m_PrevState_1; } inline void set_m_PrevState_1(uint8_t value) { ___m_PrevState_1 = value; } inline static int32_t get_offset_of_m_ThisState_2() { return static_cast(offsetof(CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85, ___m_ThisState_2)); } inline uint8_t get_m_ThisState_2() const { return ___m_ThisState_2; } inline uint8_t* get_address_of_m_ThisState_2() { return &___m_ThisState_2; } inline void set_m_ThisState_2(uint8_t value) { ___m_ThisState_2 = value; } }; // UnityEngine.EventInterests struct EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 { public: // System.Boolean UnityEngine.EventInterests::k__BackingField bool ___U3CwantsMouseMoveU3Ek__BackingField_0; // System.Boolean UnityEngine.EventInterests::k__BackingField bool ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CwantsMouseMoveU3Ek__BackingField_0() { return static_cast(offsetof(EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94, ___U3CwantsMouseMoveU3Ek__BackingField_0)); } inline bool get_U3CwantsMouseMoveU3Ek__BackingField_0() const { return ___U3CwantsMouseMoveU3Ek__BackingField_0; } inline bool* get_address_of_U3CwantsMouseMoveU3Ek__BackingField_0() { return &___U3CwantsMouseMoveU3Ek__BackingField_0; } inline void set_U3CwantsMouseMoveU3Ek__BackingField_0(bool value) { ___U3CwantsMouseMoveU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1() { return static_cast(offsetof(EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94, ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1)); } inline bool get_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1() const { return ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; } inline bool* get_address_of_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1() { return &___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; } inline void set_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1(bool value) { ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventInterests struct EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_pinvoke { int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0; int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.EventInterests struct EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_com { int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0; int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; }; // UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord struct TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA { public: // System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord::tileX int32_t ___tileX_0; // System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord::tileZ int32_t ___tileZ_1; public: inline static int32_t get_offset_of_tileX_0() { return static_cast(offsetof(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA, ___tileX_0)); } inline int32_t get_tileX_0() const { return ___tileX_0; } inline int32_t* get_address_of_tileX_0() { return &___tileX_0; } inline void set_tileX_0(int32_t value) { ___tileX_0 = value; } inline static int32_t get_offset_of_tileZ_1() { return static_cast(offsetof(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA, ___tileZ_1)); } inline int32_t get_tileZ_1() const { return ___tileZ_1; } inline int32_t* get_address_of_tileZ_1() { return &___tileZ_1; } inline void set_tileZ_1(int32_t value) { ___tileZ_1 = value; } }; // UnityEngine.Hash128 struct Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 { public: // System.UInt32 UnityEngine.Hash128::m_u32_0 uint32_t ___m_u32_0_0; // System.UInt32 UnityEngine.Hash128::m_u32_1 uint32_t ___m_u32_1_1; // System.UInt32 UnityEngine.Hash128::m_u32_2 uint32_t ___m_u32_2_2; // System.UInt32 UnityEngine.Hash128::m_u32_3 uint32_t ___m_u32_3_3; public: inline static int32_t get_offset_of_m_u32_0_0() { return static_cast(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_0_0)); } inline uint32_t get_m_u32_0_0() const { return ___m_u32_0_0; } inline uint32_t* get_address_of_m_u32_0_0() { return &___m_u32_0_0; } inline void set_m_u32_0_0(uint32_t value) { ___m_u32_0_0 = value; } inline static int32_t get_offset_of_m_u32_1_1() { return static_cast(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_1_1)); } inline uint32_t get_m_u32_1_1() const { return ___m_u32_1_1; } inline uint32_t* get_address_of_m_u32_1_1() { return &___m_u32_1_1; } inline void set_m_u32_1_1(uint32_t value) { ___m_u32_1_1 = value; } inline static int32_t get_offset_of_m_u32_2_2() { return static_cast(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_2_2)); } inline uint32_t get_m_u32_2_2() const { return ___m_u32_2_2; } inline uint32_t* get_address_of_m_u32_2_2() { return &___m_u32_2_2; } inline void set_m_u32_2_2(uint32_t value) { ___m_u32_2_2 = value; } inline static int32_t get_offset_of_m_u32_3_3() { return static_cast(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_3_3)); } inline uint32_t get_m_u32_3_3() const { return ___m_u32_3_3; } inline uint32_t* get_address_of_m_u32_3_3() { return &___m_u32_3_3; } inline void set_m_u32_3_3(uint32_t value) { ___m_u32_3_3 = value; } }; // UnityEngine.LayerMask struct LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; // UnityEngine.Matrix4x4 struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___identityMatrix_17 = value; } }; // UnityEngine.Networking.ChannelPacket struct ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D { public: // System.Int32 UnityEngine.Networking.ChannelPacket::m_Position int32_t ___m_Position_0; // System.Byte[] UnityEngine.Networking.ChannelPacket::m_Buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_Buffer_1; // System.Boolean UnityEngine.Networking.ChannelPacket::m_IsReliable bool ___m_IsReliable_2; public: inline static int32_t get_offset_of_m_Position_0() { return static_cast(offsetof(ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D, ___m_Position_0)); } inline int32_t get_m_Position_0() const { return ___m_Position_0; } inline int32_t* get_address_of_m_Position_0() { return &___m_Position_0; } inline void set_m_Position_0(int32_t value) { ___m_Position_0 = value; } inline static int32_t get_offset_of_m_Buffer_1() { return static_cast(offsetof(ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D, ___m_Buffer_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_Buffer_1() const { return ___m_Buffer_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_Buffer_1() { return &___m_Buffer_1; } inline void set_m_Buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_Buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Buffer_1), (void*)value); } inline static int32_t get_offset_of_m_IsReliable_2() { return static_cast(offsetof(ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D, ___m_IsReliable_2)); } inline bool get_m_IsReliable_2() const { return ___m_IsReliable_2; } inline bool* get_address_of_m_IsReliable_2() { return &___m_IsReliable_2; } inline void set_m_IsReliable_2(bool value) { ___m_IsReliable_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.ChannelPacket struct ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_marshaled_pinvoke { int32_t ___m_Position_0; Il2CppSafeArray/*NONE*/* ___m_Buffer_1; int32_t ___m_IsReliable_2; }; // Native definition for COM marshalling of UnityEngine.Networking.ChannelPacket struct ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D_marshaled_com { int32_t ___m_Position_0; Il2CppSafeArray/*NONE*/* ___m_Buffer_1; int32_t ___m_IsReliable_2; }; // UnityEngine.Networking.LocalClient_InternalMsg struct InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 { public: // System.Byte[] UnityEngine.Networking.LocalClient_InternalMsg::buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_0; // System.Int32 UnityEngine.Networking.LocalClient_InternalMsg::channelId int32_t ___channelId_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0, ___buffer_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } inline static int32_t get_offset_of_channelId_1() { return static_cast(offsetof(InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0, ___channelId_1)); } inline int32_t get_channelId_1() const { return ___channelId_1; } inline int32_t* get_address_of_channelId_1() { return &___channelId_1; } inline void set_channelId_1(int32_t value) { ___channelId_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.LocalClient/InternalMsg struct InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___buffer_0; int32_t ___channelId_1; }; // Native definition for COM marshalling of UnityEngine.Networking.LocalClient/InternalMsg struct InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0_marshaled_com { Il2CppSafeArray/*NONE*/* ___buffer_0; int32_t ___channelId_1; }; // UnityEngine.Networking.NetworkBroadcastResult struct NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 { public: // System.String UnityEngine.Networking.NetworkBroadcastResult::serverAddress String_t* ___serverAddress_0; // System.Byte[] UnityEngine.Networking.NetworkBroadcastResult::broadcastData ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___broadcastData_1; public: inline static int32_t get_offset_of_serverAddress_0() { return static_cast(offsetof(NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6, ___serverAddress_0)); } inline String_t* get_serverAddress_0() const { return ___serverAddress_0; } inline String_t** get_address_of_serverAddress_0() { return &___serverAddress_0; } inline void set_serverAddress_0(String_t* value) { ___serverAddress_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverAddress_0), (void*)value); } inline static int32_t get_offset_of_broadcastData_1() { return static_cast(offsetof(NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6, ___broadcastData_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_broadcastData_1() const { return ___broadcastData_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_broadcastData_1() { return &___broadcastData_1; } inline void set_broadcastData_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___broadcastData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___broadcastData_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkBroadcastResult struct NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_marshaled_pinvoke { char* ___serverAddress_0; Il2CppSafeArray/*NONE*/* ___broadcastData_1; }; // Native definition for COM marshalling of UnityEngine.Networking.NetworkBroadcastResult struct NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6_marshaled_com { Il2CppChar* ___serverAddress_0; Il2CppSafeArray/*NONE*/* ___broadcastData_1; }; // UnityEngine.Networking.NetworkHash128 struct NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C { public: // System.Byte UnityEngine.Networking.NetworkHash128::i0 uint8_t ___i0_0; // System.Byte UnityEngine.Networking.NetworkHash128::i1 uint8_t ___i1_1; // System.Byte UnityEngine.Networking.NetworkHash128::i2 uint8_t ___i2_2; // System.Byte UnityEngine.Networking.NetworkHash128::i3 uint8_t ___i3_3; // System.Byte UnityEngine.Networking.NetworkHash128::i4 uint8_t ___i4_4; // System.Byte UnityEngine.Networking.NetworkHash128::i5 uint8_t ___i5_5; // System.Byte UnityEngine.Networking.NetworkHash128::i6 uint8_t ___i6_6; // System.Byte UnityEngine.Networking.NetworkHash128::i7 uint8_t ___i7_7; // System.Byte UnityEngine.Networking.NetworkHash128::i8 uint8_t ___i8_8; // System.Byte UnityEngine.Networking.NetworkHash128::i9 uint8_t ___i9_9; // System.Byte UnityEngine.Networking.NetworkHash128::i10 uint8_t ___i10_10; // System.Byte UnityEngine.Networking.NetworkHash128::i11 uint8_t ___i11_11; // System.Byte UnityEngine.Networking.NetworkHash128::i12 uint8_t ___i12_12; // System.Byte UnityEngine.Networking.NetworkHash128::i13 uint8_t ___i13_13; // System.Byte UnityEngine.Networking.NetworkHash128::i14 uint8_t ___i14_14; // System.Byte UnityEngine.Networking.NetworkHash128::i15 uint8_t ___i15_15; public: inline static int32_t get_offset_of_i0_0() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i0_0)); } inline uint8_t get_i0_0() const { return ___i0_0; } inline uint8_t* get_address_of_i0_0() { return &___i0_0; } inline void set_i0_0(uint8_t value) { ___i0_0 = value; } inline static int32_t get_offset_of_i1_1() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i1_1)); } inline uint8_t get_i1_1() const { return ___i1_1; } inline uint8_t* get_address_of_i1_1() { return &___i1_1; } inline void set_i1_1(uint8_t value) { ___i1_1 = value; } inline static int32_t get_offset_of_i2_2() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i2_2)); } inline uint8_t get_i2_2() const { return ___i2_2; } inline uint8_t* get_address_of_i2_2() { return &___i2_2; } inline void set_i2_2(uint8_t value) { ___i2_2 = value; } inline static int32_t get_offset_of_i3_3() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i3_3)); } inline uint8_t get_i3_3() const { return ___i3_3; } inline uint8_t* get_address_of_i3_3() { return &___i3_3; } inline void set_i3_3(uint8_t value) { ___i3_3 = value; } inline static int32_t get_offset_of_i4_4() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i4_4)); } inline uint8_t get_i4_4() const { return ___i4_4; } inline uint8_t* get_address_of_i4_4() { return &___i4_4; } inline void set_i4_4(uint8_t value) { ___i4_4 = value; } inline static int32_t get_offset_of_i5_5() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i5_5)); } inline uint8_t get_i5_5() const { return ___i5_5; } inline uint8_t* get_address_of_i5_5() { return &___i5_5; } inline void set_i5_5(uint8_t value) { ___i5_5 = value; } inline static int32_t get_offset_of_i6_6() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i6_6)); } inline uint8_t get_i6_6() const { return ___i6_6; } inline uint8_t* get_address_of_i6_6() { return &___i6_6; } inline void set_i6_6(uint8_t value) { ___i6_6 = value; } inline static int32_t get_offset_of_i7_7() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i7_7)); } inline uint8_t get_i7_7() const { return ___i7_7; } inline uint8_t* get_address_of_i7_7() { return &___i7_7; } inline void set_i7_7(uint8_t value) { ___i7_7 = value; } inline static int32_t get_offset_of_i8_8() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i8_8)); } inline uint8_t get_i8_8() const { return ___i8_8; } inline uint8_t* get_address_of_i8_8() { return &___i8_8; } inline void set_i8_8(uint8_t value) { ___i8_8 = value; } inline static int32_t get_offset_of_i9_9() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i9_9)); } inline uint8_t get_i9_9() const { return ___i9_9; } inline uint8_t* get_address_of_i9_9() { return &___i9_9; } inline void set_i9_9(uint8_t value) { ___i9_9 = value; } inline static int32_t get_offset_of_i10_10() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i10_10)); } inline uint8_t get_i10_10() const { return ___i10_10; } inline uint8_t* get_address_of_i10_10() { return &___i10_10; } inline void set_i10_10(uint8_t value) { ___i10_10 = value; } inline static int32_t get_offset_of_i11_11() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i11_11)); } inline uint8_t get_i11_11() const { return ___i11_11; } inline uint8_t* get_address_of_i11_11() { return &___i11_11; } inline void set_i11_11(uint8_t value) { ___i11_11 = value; } inline static int32_t get_offset_of_i12_12() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i12_12)); } inline uint8_t get_i12_12() const { return ___i12_12; } inline uint8_t* get_address_of_i12_12() { return &___i12_12; } inline void set_i12_12(uint8_t value) { ___i12_12 = value; } inline static int32_t get_offset_of_i13_13() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i13_13)); } inline uint8_t get_i13_13() const { return ___i13_13; } inline uint8_t* get_address_of_i13_13() { return &___i13_13; } inline void set_i13_13(uint8_t value) { ___i13_13 = value; } inline static int32_t get_offset_of_i14_14() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i14_14)); } inline uint8_t get_i14_14() const { return ___i14_14; } inline uint8_t* get_address_of_i14_14() { return &___i14_14; } inline void set_i14_14(uint8_t value) { ___i14_14 = value; } inline static int32_t get_offset_of_i15_15() { return static_cast(offsetof(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C, ___i15_15)); } inline uint8_t get_i15_15() const { return ___i15_15; } inline uint8_t* get_address_of_i15_15() { return &___i15_15; } inline void set_i15_15(uint8_t value) { ___i15_15 = value; } }; // UnityEngine.Networking.NetworkInstanceId struct NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 { public: // System.UInt32 UnityEngine.Networking.NetworkInstanceId::m_Value uint32_t ___m_Value_0; public: inline static int32_t get_offset_of_m_Value_0() { return static_cast(offsetof(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615, ___m_Value_0)); } inline uint32_t get_m_Value_0() const { return ___m_Value_0; } inline uint32_t* get_address_of_m_Value_0() { return &___m_Value_0; } inline void set_m_Value_0(uint32_t value) { ___m_Value_0 = value; } }; struct NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_StaticFields { public: // UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.NetworkInstanceId::Invalid NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___Invalid_1; // UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.NetworkInstanceId::Zero NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___Zero_2; public: inline static int32_t get_offset_of_Invalid_1() { return static_cast(offsetof(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_StaticFields, ___Invalid_1)); } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_Invalid_1() const { return ___Invalid_1; } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_Invalid_1() { return &___Invalid_1; } inline void set_Invalid_1(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value) { ___Invalid_1 = value; } inline static int32_t get_offset_of_Zero_2() { return static_cast(offsetof(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615_StaticFields, ___Zero_2)); } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_Zero_2() const { return ___Zero_2; } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_Zero_2() { return &___Zero_2; } inline void set_Zero_2(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value) { ___Zero_2 = value; } }; // UnityEngine.Networking.NetworkLobbyManager_PendingPlayer struct PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 { public: // UnityEngine.Networking.NetworkConnection UnityEngine.Networking.NetworkLobbyManager_PendingPlayer::conn NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * ___conn_0; // UnityEngine.GameObject UnityEngine.Networking.NetworkLobbyManager_PendingPlayer::lobbyPlayer GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___lobbyPlayer_1; public: inline static int32_t get_offset_of_conn_0() { return static_cast(offsetof(PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090, ___conn_0)); } inline NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * get_conn_0() const { return ___conn_0; } inline NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA ** get_address_of_conn_0() { return &___conn_0; } inline void set_conn_0(NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * value) { ___conn_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___conn_0), (void*)value); } inline static int32_t get_offset_of_lobbyPlayer_1() { return static_cast(offsetof(PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090, ___lobbyPlayer_1)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_lobbyPlayer_1() const { return ___lobbyPlayer_1; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_lobbyPlayer_1() { return &___lobbyPlayer_1; } inline void set_lobbyPlayer_1(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___lobbyPlayer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lobbyPlayer_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkLobbyManager/PendingPlayer struct PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_marshaled_pinvoke { NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * ___conn_0; GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___lobbyPlayer_1; }; // Native definition for COM marshalling of UnityEngine.Networking.NetworkLobbyManager/PendingPlayer struct PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090_marshaled_com { NetworkConnection_t56E90DAE06B07A4A3233611CC9C0CBCD0A1CAFBA * ___conn_0; GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___lobbyPlayer_1; }; // UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers struct ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 { public: // System.Collections.Generic.List`1 UnityEngine.Networking.NetworkMigrationManager_ConnectionPendingPlayers::players List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * ___players_0; public: inline static int32_t get_offset_of_players_0() { return static_cast(offsetof(ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9, ___players_0)); } inline List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * get_players_0() const { return ___players_0; } inline List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 ** get_address_of_players_0() { return &___players_0; } inline void set_players_0(List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * value) { ___players_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___players_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers struct ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_marshaled_pinvoke { List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * ___players_0; }; // Native definition for COM marshalling of UnityEngine.Networking.NetworkMigrationManager/ConnectionPendingPlayers struct ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9_marshaled_com { List_1_t94849CBA01D2F81C11C02B4B78BA4FF504028B15 * ___players_0; }; // UnityEngine.Networking.NetworkSceneId struct NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 { public: // System.UInt32 UnityEngine.Networking.NetworkSceneId::m_Value uint32_t ___m_Value_0; public: inline static int32_t get_offset_of_m_Value_0() { return static_cast(offsetof(NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340, ___m_Value_0)); } inline uint32_t get_m_Value_0() const { return ___m_Value_0; } inline uint32_t* get_address_of_m_Value_0() { return &___m_Value_0; } inline void set_m_Value_0(uint32_t value) { ___m_Value_0 = value; } }; // UnityEngine.Networking.NetworkSystem.CRCMessageEntry struct CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 { public: // System.String UnityEngine.Networking.NetworkSystem.CRCMessageEntry::name String_t* ___name_0; // System.Byte UnityEngine.Networking.NetworkSystem.CRCMessageEntry::channel uint8_t ___channel_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_channel_1() { return static_cast(offsetof(CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118, ___channel_1)); } inline uint8_t get_channel_1() const { return ___channel_1; } inline uint8_t* get_address_of_channel_1() { return &___channel_1; } inline void set_channel_1(uint8_t value) { ___channel_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkSystem.CRCMessageEntry struct CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_marshaled_pinvoke { char* ___name_0; uint8_t ___channel_1; }; // Native definition for COM marshalling of UnityEngine.Networking.NetworkSystem.CRCMessageEntry struct CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118_marshaled_com { Il2CppChar* ___name_0; uint8_t ___channel_1; }; // UnityEngine.ParticleSystem_CollisionModule struct CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_CollisionModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/CollisionModule struct CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/CollisionModule struct CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_ColorBySpeedModule struct ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ColorBySpeedModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ColorBySpeedModule struct ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/ColorBySpeedModule struct ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_ColorOverLifetimeModule struct ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ColorOverLifetimeModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ColorOverLifetimeModule struct ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/ColorOverLifetimeModule struct ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_CustomDataModule struct CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_CustomDataModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/CustomDataModule struct CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/CustomDataModule struct CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_EmissionModule struct EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_EmissionModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_ExternalForcesModule struct ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ExternalForcesModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ExternalForcesModule struct ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/ExternalForcesModule struct ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_ForceOverLifetimeModule struct ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ForceOverLifetimeModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ForceOverLifetimeModule struct ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/ForceOverLifetimeModule struct ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_InheritVelocityModule struct InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_InheritVelocityModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/InheritVelocityModule struct InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/InheritVelocityModule struct InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_LightsModule struct LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_LightsModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/LightsModule struct LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/LightsModule struct LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_LimitVelocityOverLifetimeModule struct LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_LimitVelocityOverLifetimeModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule struct LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/LimitVelocityOverLifetimeModule struct LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_MainModule struct MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_MainModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_NoiseModule struct NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_NoiseModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/NoiseModule struct NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/NoiseModule struct NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_PlaybackState_Noise struct Noise_t19FB1036002F892E759F691B282B9CC168704E1F { public: // System.Single UnityEngine.ParticleSystem_PlaybackState_Noise::m_ScrollOffset float ___m_ScrollOffset_0; public: inline static int32_t get_offset_of_m_ScrollOffset_0() { return static_cast(offsetof(Noise_t19FB1036002F892E759F691B282B9CC168704E1F, ___m_ScrollOffset_0)); } inline float get_m_ScrollOffset_0() const { return ___m_ScrollOffset_0; } inline float* get_address_of_m_ScrollOffset_0() { return &___m_ScrollOffset_0; } inline void set_m_ScrollOffset_0(float value) { ___m_ScrollOffset_0 = value; } }; // UnityEngine.ParticleSystem_PlaybackState_Seed struct Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 { public: // System.UInt32 UnityEngine.ParticleSystem_PlaybackState_Seed::x uint32_t ___x_0; // System.UInt32 UnityEngine.ParticleSystem_PlaybackState_Seed::y uint32_t ___y_1; // System.UInt32 UnityEngine.ParticleSystem_PlaybackState_Seed::z uint32_t ___z_2; // System.UInt32 UnityEngine.ParticleSystem_PlaybackState_Seed::w uint32_t ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67, ___x_0)); } inline uint32_t get_x_0() const { return ___x_0; } inline uint32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(uint32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67, ___y_1)); } inline uint32_t get_y_1() const { return ___y_1; } inline uint32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(uint32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67, ___z_2)); } inline uint32_t get_z_2() const { return ___z_2; } inline uint32_t* get_address_of_z_2() { return &___z_2; } inline void set_z_2(uint32_t value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67, ___w_3)); } inline uint32_t get_w_3() const { return ___w_3; } inline uint32_t* get_address_of_w_3() { return &___w_3; } inline void set_w_3(uint32_t value) { ___w_3 = value; } }; // UnityEngine.ParticleSystem_PlaybackState_Trail struct Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6 { public: // System.Single UnityEngine.ParticleSystem_PlaybackState_Trail::m_Timer float ___m_Timer_0; public: inline static int32_t get_offset_of_m_Timer_0() { return static_cast(offsetof(Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6, ___m_Timer_0)); } inline float get_m_Timer_0() const { return ___m_Timer_0; } inline float* get_address_of_m_Timer_0() { return &___m_Timer_0; } inline void set_m_Timer_0(float value) { ___m_Timer_0 = value; } }; // UnityEngine.ParticleSystem_RotationBySpeedModule struct RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_RotationBySpeedModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/RotationBySpeedModule struct RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/RotationBySpeedModule struct RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_RotationOverLifetimeModule struct RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_RotationOverLifetimeModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/RotationOverLifetimeModule struct RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/RotationOverLifetimeModule struct RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_ShapeModule struct ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_ShapeModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/ShapeModule struct ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/ShapeModule struct ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_SizeBySpeedModule struct SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_SizeBySpeedModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/SizeBySpeedModule struct SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/SizeBySpeedModule struct SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_SizeOverLifetimeModule struct SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_SizeOverLifetimeModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/SizeOverLifetimeModule struct SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/SizeOverLifetimeModule struct SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_TextureSheetAnimationModule struct TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_TextureSheetAnimationModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/TextureSheetAnimationModule struct TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/TextureSheetAnimationModule struct TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_TrailModule struct TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_TrailModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/TrailModule struct TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/TrailModule struct TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_Trails struct Trails_t734E04C138B1814CF8513CB588283296442633A6 { public: // System.Collections.Generic.List`1 UnityEngine.ParticleSystem_Trails::positions List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___positions_0; // System.Collections.Generic.List`1 UnityEngine.ParticleSystem_Trails::frontPositions List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___frontPositions_1; // System.Collections.Generic.List`1 UnityEngine.ParticleSystem_Trails::backPositions List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___backPositions_2; // System.Collections.Generic.List`1 UnityEngine.ParticleSystem_Trails::positionCounts List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___positionCounts_3; // System.Int32 UnityEngine.ParticleSystem_Trails::maxTrailCount int32_t ___maxTrailCount_4; // System.Int32 UnityEngine.ParticleSystem_Trails::maxPositionsPerTrailCount int32_t ___maxPositionsPerTrailCount_5; public: inline static int32_t get_offset_of_positions_0() { return static_cast(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___positions_0)); } inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * get_positions_0() const { return ___positions_0; } inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 ** get_address_of_positions_0() { return &___positions_0; } inline void set_positions_0(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * value) { ___positions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___positions_0), (void*)value); } inline static int32_t get_offset_of_frontPositions_1() { return static_cast(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___frontPositions_1)); } inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_frontPositions_1() const { return ___frontPositions_1; } inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_frontPositions_1() { return &___frontPositions_1; } inline void set_frontPositions_1(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value) { ___frontPositions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frontPositions_1), (void*)value); } inline static int32_t get_offset_of_backPositions_2() { return static_cast(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___backPositions_2)); } inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_backPositions_2() const { return ___backPositions_2; } inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_backPositions_2() { return &___backPositions_2; } inline void set_backPositions_2(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value) { ___backPositions_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___backPositions_2), (void*)value); } inline static int32_t get_offset_of_positionCounts_3() { return static_cast(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___positionCounts_3)); } inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_positionCounts_3() const { return ___positionCounts_3; } inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_positionCounts_3() { return &___positionCounts_3; } inline void set_positionCounts_3(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value) { ___positionCounts_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___positionCounts_3), (void*)value); } inline static int32_t get_offset_of_maxTrailCount_4() { return static_cast(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___maxTrailCount_4)); } inline int32_t get_maxTrailCount_4() const { return ___maxTrailCount_4; } inline int32_t* get_address_of_maxTrailCount_4() { return &___maxTrailCount_4; } inline void set_maxTrailCount_4(int32_t value) { ___maxTrailCount_4 = value; } inline static int32_t get_offset_of_maxPositionsPerTrailCount_5() { return static_cast(offsetof(Trails_t734E04C138B1814CF8513CB588283296442633A6, ___maxPositionsPerTrailCount_5)); } inline int32_t get_maxPositionsPerTrailCount_5() const { return ___maxPositionsPerTrailCount_5; } inline int32_t* get_address_of_maxPositionsPerTrailCount_5() { return &___maxPositionsPerTrailCount_5; } inline void set_maxPositionsPerTrailCount_5(int32_t value) { ___maxPositionsPerTrailCount_5 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/Trails struct Trails_t734E04C138B1814CF8513CB588283296442633A6_marshaled_pinvoke { List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___positions_0; List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___frontPositions_1; List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___backPositions_2; List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___positionCounts_3; int32_t ___maxTrailCount_4; int32_t ___maxPositionsPerTrailCount_5; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/Trails struct Trails_t734E04C138B1814CF8513CB588283296442633A6_marshaled_com { List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___positions_0; List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___frontPositions_1; List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___backPositions_2; List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___positionCounts_3; int32_t ___maxTrailCount_4; int32_t ___maxPositionsPerTrailCount_5; }; // UnityEngine.ParticleSystem_TriggerModule struct TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_TriggerModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/TriggerModule struct TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/TriggerModule struct TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem_VelocityOverLifetimeModule struct VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem_VelocityOverLifetimeModule::m_ParticleSystem ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7, ___m_ParticleSystem_0)); } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/VelocityOverLifetimeModule struct VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7_marshaled_pinvoke { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/VelocityOverLifetimeModule struct VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7_marshaled_com { ParticleSystem_t45DA87A3E83E738DA3FDAA5A48A133F1A1247C3D * ___m_ParticleSystem_0; }; // UnityEngine.PhysicsScene struct PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 { public: // System.Int32 UnityEngine.PhysicsScene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // UnityEngine.Quaternion struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Rect struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // UnityEngine.RectInt struct RectInt_t595A63F7EE2BC91A4D2DE5403C5FE94D3C3A6F7A { public: // System.Int32 UnityEngine.RectInt::m_XMin int32_t ___m_XMin_0; // System.Int32 UnityEngine.RectInt::m_YMin int32_t ___m_YMin_1; // System.Int32 UnityEngine.RectInt::m_Width int32_t ___m_Width_2; // System.Int32 UnityEngine.RectInt::m_Height int32_t ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(RectInt_t595A63F7EE2BC91A4D2DE5403C5FE94D3C3A6F7A, ___m_XMin_0)); } inline int32_t get_m_XMin_0() const { return ___m_XMin_0; } inline int32_t* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(int32_t value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(RectInt_t595A63F7EE2BC91A4D2DE5403C5FE94D3C3A6F7A, ___m_YMin_1)); } inline int32_t get_m_YMin_1() const { return ___m_YMin_1; } inline int32_t* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(int32_t value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(RectInt_t595A63F7EE2BC91A4D2DE5403C5FE94D3C3A6F7A, ___m_Width_2)); } inline int32_t get_m_Width_2() const { return ___m_Width_2; } inline int32_t* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(int32_t value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(RectInt_t595A63F7EE2BC91A4D2DE5403C5FE94D3C3A6F7A, ___m_Height_3)); } inline int32_t get_m_Height_3() const { return ___m_Height_3; } inline int32_t* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(int32_t value) { ___m_Height_3 = value; } }; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer struct U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 { public: union { struct { // System.Single UnityEngine.Rendering.CameraProperties_e__FixedBuffer::FixedElementField float ___FixedElementField_0; }; uint8_t U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292__padding[128]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292, ___FixedElementField_0)); } inline float get_FixedElementField_0() const { return ___FixedElementField_0; } inline float* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(float value) { ___FixedElementField_0 = value; } }; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer struct U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 { public: union { struct { // System.Byte UnityEngine.Rendering.CameraProperties_e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06__padding[96]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer struct U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C { public: union { struct { // System.Byte UnityEngine.Rendering.CameraProperties_e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C__padding[96]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.Rendering.CoreCameraValues struct CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC { public: // System.Int32 UnityEngine.Rendering.CoreCameraValues::filterMode int32_t ___filterMode_0; // System.UInt32 UnityEngine.Rendering.CoreCameraValues::cullingMask uint32_t ___cullingMask_1; // System.Int32 UnityEngine.Rendering.CoreCameraValues::instanceID int32_t ___instanceID_2; // System.Int32 UnityEngine.Rendering.CoreCameraValues::renderImmediateObjects int32_t ___renderImmediateObjects_3; public: inline static int32_t get_offset_of_filterMode_0() { return static_cast(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___filterMode_0)); } inline int32_t get_filterMode_0() const { return ___filterMode_0; } inline int32_t* get_address_of_filterMode_0() { return &___filterMode_0; } inline void set_filterMode_0(int32_t value) { ___filterMode_0 = value; } inline static int32_t get_offset_of_cullingMask_1() { return static_cast(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___cullingMask_1)); } inline uint32_t get_cullingMask_1() const { return ___cullingMask_1; } inline uint32_t* get_address_of_cullingMask_1() { return &___cullingMask_1; } inline void set_cullingMask_1(uint32_t value) { ___cullingMask_1 = value; } inline static int32_t get_offset_of_instanceID_2() { return static_cast(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___instanceID_2)); } inline int32_t get_instanceID_2() const { return ___instanceID_2; } inline int32_t* get_address_of_instanceID_2() { return &___instanceID_2; } inline void set_instanceID_2(int32_t value) { ___instanceID_2 = value; } inline static int32_t get_offset_of_renderImmediateObjects_3() { return static_cast(offsetof(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC, ___renderImmediateObjects_3)); } inline int32_t get_renderImmediateObjects_3() const { return ___renderImmediateObjects_3; } inline int32_t* get_address_of_renderImmediateObjects_3() { return &___renderImmediateObjects_3; } inline void set_renderImmediateObjects_3(int32_t value) { ___renderImmediateObjects_3 = value; } }; // UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F { public: // UnityEngine.ReflectionProbe UnityEngine.Rendering.ReflectionProbeBlendInfo::probe ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * ___probe_0; // System.Single UnityEngine.Rendering.ReflectionProbeBlendInfo::weight float ___weight_1; public: inline static int32_t get_offset_of_probe_0() { return static_cast(offsetof(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F, ___probe_0)); } inline ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * get_probe_0() const { return ___probe_0; } inline ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C ** get_address_of_probe_0() { return &___probe_0; } inline void set_probe_0(ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * value) { ___probe_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___probe_0), (void*)value); } inline static int32_t get_offset_of_weight_1() { return static_cast(offsetof(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F, ___weight_1)); } inline float get_weight_1() const { return ___weight_1; } inline float* get_address_of_weight_1() { return &___weight_1; } inline void set_weight_1(float value) { ___weight_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_marshaled_pinvoke { ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * ___probe_0; float ___weight_1; }; // Native definition for COM marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_marshaled_com { ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * ___probe_0; float ___weight_1; }; // UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer struct U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC { public: union { struct { // System.Byte UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC__padding[160]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer struct U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E { public: union { struct { // System.Single UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer::FixedElementField float ___FixedElementField_0; }; uint8_t U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E__padding[128]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E, ___FixedElementField_0)); } inline float get_FixedElementField_0() const { return ___FixedElementField_0; } inline float* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(float value) { ___FixedElementField_0 = value; } }; // UnityEngine.Rendering.ShaderTagId struct ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 { public: // System.Int32 UnityEngine.Rendering.ShaderTagId::m_Id int32_t ___m_Id_1; public: inline static int32_t get_offset_of_m_Id_1() { return static_cast(offsetof(ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940, ___m_Id_1)); } inline int32_t get_m_Id_1() const { return ___m_Id_1; } inline int32_t* get_address_of_m_Id_1() { return &___m_Id_1; } inline void set_m_Id_1(int32_t value) { ___m_Id_1 = value; } }; struct ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940_StaticFields { public: // UnityEngine.Rendering.ShaderTagId UnityEngine.Rendering.ShaderTagId::none ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 ___none_0; public: inline static int32_t get_offset_of_none_0() { return static_cast(offsetof(ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940_StaticFields, ___none_0)); } inline ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 get_none_0() const { return ___none_0; } inline ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 * get_address_of_none_0() { return &___none_0; } inline void set_none_0(ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 value) { ___none_0 = value; } }; // UnityEngine.Rendering.SphericalHarmonicsL2 struct SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E { public: // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr0 float ___shr0_0; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr1 float ___shr1_1; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr2 float ___shr2_2; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr3 float ___shr3_3; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr4 float ___shr4_4; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr5 float ___shr5_5; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr6 float ___shr6_6; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr7 float ___shr7_7; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shr8 float ___shr8_8; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg0 float ___shg0_9; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg1 float ___shg1_10; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg2 float ___shg2_11; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg3 float ___shg3_12; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg4 float ___shg4_13; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg5 float ___shg5_14; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg6 float ___shg6_15; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg7 float ___shg7_16; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shg8 float ___shg8_17; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb0 float ___shb0_18; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb1 float ___shb1_19; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb2 float ___shb2_20; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb3 float ___shb3_21; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb4 float ___shb4_22; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb5 float ___shb5_23; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb6 float ___shb6_24; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb7 float ___shb7_25; // System.Single UnityEngine.Rendering.SphericalHarmonicsL2::shb8 float ___shb8_26; public: inline static int32_t get_offset_of_shr0_0() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr0_0)); } inline float get_shr0_0() const { return ___shr0_0; } inline float* get_address_of_shr0_0() { return &___shr0_0; } inline void set_shr0_0(float value) { ___shr0_0 = value; } inline static int32_t get_offset_of_shr1_1() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr1_1)); } inline float get_shr1_1() const { return ___shr1_1; } inline float* get_address_of_shr1_1() { return &___shr1_1; } inline void set_shr1_1(float value) { ___shr1_1 = value; } inline static int32_t get_offset_of_shr2_2() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr2_2)); } inline float get_shr2_2() const { return ___shr2_2; } inline float* get_address_of_shr2_2() { return &___shr2_2; } inline void set_shr2_2(float value) { ___shr2_2 = value; } inline static int32_t get_offset_of_shr3_3() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr3_3)); } inline float get_shr3_3() const { return ___shr3_3; } inline float* get_address_of_shr3_3() { return &___shr3_3; } inline void set_shr3_3(float value) { ___shr3_3 = value; } inline static int32_t get_offset_of_shr4_4() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr4_4)); } inline float get_shr4_4() const { return ___shr4_4; } inline float* get_address_of_shr4_4() { return &___shr4_4; } inline void set_shr4_4(float value) { ___shr4_4 = value; } inline static int32_t get_offset_of_shr5_5() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr5_5)); } inline float get_shr5_5() const { return ___shr5_5; } inline float* get_address_of_shr5_5() { return &___shr5_5; } inline void set_shr5_5(float value) { ___shr5_5 = value; } inline static int32_t get_offset_of_shr6_6() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr6_6)); } inline float get_shr6_6() const { return ___shr6_6; } inline float* get_address_of_shr6_6() { return &___shr6_6; } inline void set_shr6_6(float value) { ___shr6_6 = value; } inline static int32_t get_offset_of_shr7_7() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr7_7)); } inline float get_shr7_7() const { return ___shr7_7; } inline float* get_address_of_shr7_7() { return &___shr7_7; } inline void set_shr7_7(float value) { ___shr7_7 = value; } inline static int32_t get_offset_of_shr8_8() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shr8_8)); } inline float get_shr8_8() const { return ___shr8_8; } inline float* get_address_of_shr8_8() { return &___shr8_8; } inline void set_shr8_8(float value) { ___shr8_8 = value; } inline static int32_t get_offset_of_shg0_9() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg0_9)); } inline float get_shg0_9() const { return ___shg0_9; } inline float* get_address_of_shg0_9() { return &___shg0_9; } inline void set_shg0_9(float value) { ___shg0_9 = value; } inline static int32_t get_offset_of_shg1_10() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg1_10)); } inline float get_shg1_10() const { return ___shg1_10; } inline float* get_address_of_shg1_10() { return &___shg1_10; } inline void set_shg1_10(float value) { ___shg1_10 = value; } inline static int32_t get_offset_of_shg2_11() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg2_11)); } inline float get_shg2_11() const { return ___shg2_11; } inline float* get_address_of_shg2_11() { return &___shg2_11; } inline void set_shg2_11(float value) { ___shg2_11 = value; } inline static int32_t get_offset_of_shg3_12() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg3_12)); } inline float get_shg3_12() const { return ___shg3_12; } inline float* get_address_of_shg3_12() { return &___shg3_12; } inline void set_shg3_12(float value) { ___shg3_12 = value; } inline static int32_t get_offset_of_shg4_13() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg4_13)); } inline float get_shg4_13() const { return ___shg4_13; } inline float* get_address_of_shg4_13() { return &___shg4_13; } inline void set_shg4_13(float value) { ___shg4_13 = value; } inline static int32_t get_offset_of_shg5_14() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg5_14)); } inline float get_shg5_14() const { return ___shg5_14; } inline float* get_address_of_shg5_14() { return &___shg5_14; } inline void set_shg5_14(float value) { ___shg5_14 = value; } inline static int32_t get_offset_of_shg6_15() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg6_15)); } inline float get_shg6_15() const { return ___shg6_15; } inline float* get_address_of_shg6_15() { return &___shg6_15; } inline void set_shg6_15(float value) { ___shg6_15 = value; } inline static int32_t get_offset_of_shg7_16() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg7_16)); } inline float get_shg7_16() const { return ___shg7_16; } inline float* get_address_of_shg7_16() { return &___shg7_16; } inline void set_shg7_16(float value) { ___shg7_16 = value; } inline static int32_t get_offset_of_shg8_17() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shg8_17)); } inline float get_shg8_17() const { return ___shg8_17; } inline float* get_address_of_shg8_17() { return &___shg8_17; } inline void set_shg8_17(float value) { ___shg8_17 = value; } inline static int32_t get_offset_of_shb0_18() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb0_18)); } inline float get_shb0_18() const { return ___shb0_18; } inline float* get_address_of_shb0_18() { return &___shb0_18; } inline void set_shb0_18(float value) { ___shb0_18 = value; } inline static int32_t get_offset_of_shb1_19() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb1_19)); } inline float get_shb1_19() const { return ___shb1_19; } inline float* get_address_of_shb1_19() { return &___shb1_19; } inline void set_shb1_19(float value) { ___shb1_19 = value; } inline static int32_t get_offset_of_shb2_20() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb2_20)); } inline float get_shb2_20() const { return ___shb2_20; } inline float* get_address_of_shb2_20() { return &___shb2_20; } inline void set_shb2_20(float value) { ___shb2_20 = value; } inline static int32_t get_offset_of_shb3_21() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb3_21)); } inline float get_shb3_21() const { return ___shb3_21; } inline float* get_address_of_shb3_21() { return &___shb3_21; } inline void set_shb3_21(float value) { ___shb3_21 = value; } inline static int32_t get_offset_of_shb4_22() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb4_22)); } inline float get_shb4_22() const { return ___shb4_22; } inline float* get_address_of_shb4_22() { return &___shb4_22; } inline void set_shb4_22(float value) { ___shb4_22 = value; } inline static int32_t get_offset_of_shb5_23() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb5_23)); } inline float get_shb5_23() const { return ___shb5_23; } inline float* get_address_of_shb5_23() { return &___shb5_23; } inline void set_shb5_23(float value) { ___shb5_23 = value; } inline static int32_t get_offset_of_shb6_24() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb6_24)); } inline float get_shb6_24() const { return ___shb6_24; } inline float* get_address_of_shb6_24() { return &___shb6_24; } inline void set_shb6_24(float value) { ___shb6_24 = value; } inline static int32_t get_offset_of_shb7_25() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb7_25)); } inline float get_shb7_25() const { return ___shb7_25; } inline float* get_address_of_shb7_25() { return &___shb7_25; } inline void set_shb7_25(float value) { ___shb7_25 = value; } inline static int32_t get_offset_of_shb8_26() { return static_cast(offsetof(SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E, ___shb8_26)); } inline float get_shb8_26() const { return ___shb8_26; } inline float* get_address_of_shb8_26() { return &___shb8_26; } inline void set_shb8_26(float value) { ___shb8_26 = value; } }; // UnityEngine.Resolution struct Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 { public: // System.Int32 UnityEngine.Resolution::m_Width int32_t ___m_Width_0; // System.Int32 UnityEngine.Resolution::m_Height int32_t ___m_Height_1; // System.Int32 UnityEngine.Resolution::m_RefreshRate int32_t ___m_RefreshRate_2; public: inline static int32_t get_offset_of_m_Width_0() { return static_cast(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_Width_0)); } inline int32_t get_m_Width_0() const { return ___m_Width_0; } inline int32_t* get_address_of_m_Width_0() { return &___m_Width_0; } inline void set_m_Width_0(int32_t value) { ___m_Width_0 = value; } inline static int32_t get_offset_of_m_Height_1() { return static_cast(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_Height_1)); } inline int32_t get_m_Height_1() const { return ___m_Height_1; } inline int32_t* get_address_of_m_Height_1() { return &___m_Height_1; } inline void set_m_Height_1(int32_t value) { ___m_Height_1 = value; } inline static int32_t get_offset_of_m_RefreshRate_2() { return static_cast(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_RefreshRate_2)); } inline int32_t get_m_RefreshRate_2() const { return ___m_RefreshRate_2; } inline int32_t* get_address_of_m_RefreshRate_2() { return &___m_RefreshRate_2; } inline void set_m_RefreshRate_2(int32_t value) { ___m_RefreshRate_2 = value; } }; // UnityEngine.SceneManagement.Scene struct Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // UnityEngine.SocialPlatforms.Range struct Range_t2332F6C6E1E19A355F5C1A93FF4434B92FBDBABC { public: // System.Int32 UnityEngine.SocialPlatforms.Range::from int32_t ___from_0; // System.Int32 UnityEngine.SocialPlatforms.Range::count int32_t ___count_1; public: inline static int32_t get_offset_of_from_0() { return static_cast(offsetof(Range_t2332F6C6E1E19A355F5C1A93FF4434B92FBDBABC, ___from_0)); } inline int32_t get_from_0() const { return ___from_0; } inline int32_t* get_address_of_from_0() { return &___from_0; } inline void set_from_0(int32_t value) { ___from_0 = value; } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Range_t2332F6C6E1E19A355F5C1A93FF4434B92FBDBABC, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; // UnityEngine.UIElements.FocusController_FocusedElement struct FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 { public: // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.FocusController_FocusedElement::m_SubTreeRoot VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_SubTreeRoot_0; // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController_FocusedElement::m_FocusedElement Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * ___m_FocusedElement_1; public: inline static int32_t get_offset_of_m_SubTreeRoot_0() { return static_cast(offsetof(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070, ___m_SubTreeRoot_0)); } inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * get_m_SubTreeRoot_0() const { return ___m_SubTreeRoot_0; } inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 ** get_address_of_m_SubTreeRoot_0() { return &___m_SubTreeRoot_0; } inline void set_m_SubTreeRoot_0(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * value) { ___m_SubTreeRoot_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SubTreeRoot_0), (void*)value); } inline static int32_t get_offset_of_m_FocusedElement_1() { return static_cast(offsetof(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070, ___m_FocusedElement_1)); } inline Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * get_m_FocusedElement_1() const { return ___m_FocusedElement_1; } inline Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B ** get_address_of_m_FocusedElement_1() { return &___m_FocusedElement_1; } inline void set_m_FocusedElement_1(Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * value) { ___m_FocusedElement_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FocusedElement_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.FocusController/FocusedElement struct FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_marshaled_pinvoke { VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_SubTreeRoot_0; Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * ___m_FocusedElement_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.FocusController/FocusedElement struct FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_marshaled_com { VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_SubTreeRoot_0; Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * ___m_FocusedElement_1; }; // UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey struct SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 { public: // System.Int32 UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey::sheetInstanceID int32_t ___sheetInstanceID_0; // System.Int32 UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey::index int32_t ___index_1; public: inline static int32_t get_offset_of_sheetInstanceID_0() { return static_cast(offsetof(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0, ___sheetInstanceID_0)); } inline int32_t get_sheetInstanceID_0() const { return ___sheetInstanceID_0; } inline int32_t* get_address_of_sheetInstanceID_0() { return &___sheetInstanceID_0; } inline void set_sheetInstanceID_0(int32_t value) { ___sheetInstanceID_0 = value; } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } }; // UnityEngine.UnitySynchronizationContext_WorkRequest struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 { public: // System.Threading.SendOrPostCallback UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateCallback SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___m_DelagateCallback_0; // System.Object UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateState RuntimeObject * ___m_DelagateState_1; // System.Threading.ManualResetEvent UnityEngine.UnitySynchronizationContext_WorkRequest::m_WaitHandle ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2; public: inline static int32_t get_offset_of_m_DelagateCallback_0() { return static_cast(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_DelagateCallback_0)); } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_m_DelagateCallback_0() const { return ___m_DelagateCallback_0; } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ** get_address_of_m_DelagateCallback_0() { return &___m_DelagateCallback_0; } inline void set_m_DelagateCallback_0(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value) { ___m_DelagateCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateCallback_0), (void*)value); } inline static int32_t get_offset_of_m_DelagateState_1() { return static_cast(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_DelagateState_1)); } inline RuntimeObject * get_m_DelagateState_1() const { return ___m_DelagateState_1; } inline RuntimeObject ** get_address_of_m_DelagateState_1() { return &___m_DelagateState_1; } inline void set_m_DelagateState_1(RuntimeObject * value) { ___m_DelagateState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateState_1), (void*)value); } inline static int32_t get_offset_of_m_WaitHandle_2() { return static_cast(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_WaitHandle_2)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_WaitHandle_2() const { return ___m_WaitHandle_2; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_WaitHandle_2() { return &___m_WaitHandle_2; } inline void set_m_WaitHandle_2(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___m_WaitHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitHandle_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_pinvoke { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2; }; // Native definition for COM marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_com { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2; }; // UnityEngine.Vector2 struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector3Int struct Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 { public: // System.Int32 UnityEngine.Vector3Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector3Int::m_Y int32_t ___m_Y_1; // System.Int32 UnityEngine.Vector3Int::m_Z int32_t ___m_Z_2; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } inline static int32_t get_offset_of_m_Z_2() { return static_cast(offsetof(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4, ___m_Z_2)); } inline int32_t get_m_Z_2() const { return ___m_Z_2; } inline int32_t* get_address_of_m_Z_2() { return &___m_Z_2; } inline void set_m_Z_2(int32_t value) { ___m_Z_2 = value; } }; struct Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields { public: // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Zero Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Zero_3; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_One Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_One_4; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Up Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Up_5; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Down Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Down_6; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Left Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Left_7; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Right Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___s_Right_8; public: inline static int32_t get_offset_of_s_Zero_3() { return static_cast(offsetof(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields, ___s_Zero_3)); } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Zero_3() const { return ___s_Zero_3; } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Zero_3() { return &___s_Zero_3; } inline void set_s_Zero_3(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value) { ___s_Zero_3 = value; } inline static int32_t get_offset_of_s_One_4() { return static_cast(offsetof(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields, ___s_One_4)); } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_One_4() const { return ___s_One_4; } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_One_4() { return &___s_One_4; } inline void set_s_One_4(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value) { ___s_One_4 = value; } inline static int32_t get_offset_of_s_Up_5() { return static_cast(offsetof(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields, ___s_Up_5)); } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Up_5() const { return ___s_Up_5; } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Up_5() { return &___s_Up_5; } inline void set_s_Up_5(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value) { ___s_Up_5 = value; } inline static int32_t get_offset_of_s_Down_6() { return static_cast(offsetof(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields, ___s_Down_6)); } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Down_6() const { return ___s_Down_6; } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Down_6() { return &___s_Down_6; } inline void set_s_Down_6(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value) { ___s_Down_6 = value; } inline static int32_t get_offset_of_s_Left_7() { return static_cast(offsetof(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields, ___s_Left_7)); } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Left_7() const { return ___s_Left_7; } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Left_7() { return &___s_Left_7; } inline void set_s_Left_7(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value) { ___s_Left_7 = value; } inline static int32_t get_offset_of_s_Right_8() { return static_cast(offsetof(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4_StaticFields, ___s_Right_8)); } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 get_s_Right_8() const { return ___s_Right_8; } inline Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 * get_address_of_s_Right_8() { return &___s_Right_8; } inline void set_s_Right_8(Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 value) { ___s_Right_8 = value; } }; // UnityEngine.Vector4 struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___negativeInfinityVector_8 = value; } }; // UnityEngine.XR.InputDevice struct InputDevice_tF13BD967109BAB2CF49E1304EDFDA255067A2CDC { public: // System.UInt64 UnityEngine.XR.InputDevice::m_DeviceId uint64_t ___m_DeviceId_0; // System.Boolean UnityEngine.XR.InputDevice::m_Initialized bool ___m_Initialized_1; public: inline static int32_t get_offset_of_m_DeviceId_0() { return static_cast(offsetof(InputDevice_tF13BD967109BAB2CF49E1304EDFDA255067A2CDC, ___m_DeviceId_0)); } inline uint64_t get_m_DeviceId_0() const { return ___m_DeviceId_0; } inline uint64_t* get_address_of_m_DeviceId_0() { return &___m_DeviceId_0; } inline void set_m_DeviceId_0(uint64_t value) { ___m_DeviceId_0 = value; } inline static int32_t get_offset_of_m_Initialized_1() { return static_cast(offsetof(InputDevice_tF13BD967109BAB2CF49E1304EDFDA255067A2CDC, ___m_Initialized_1)); } inline bool get_m_Initialized_1() const { return ___m_Initialized_1; } inline bool* get_address_of_m_Initialized_1() { return &___m_Initialized_1; } inline void set_m_Initialized_1(bool value) { ___m_Initialized_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputDevice struct InputDevice_tF13BD967109BAB2CF49E1304EDFDA255067A2CDC_marshaled_pinvoke { uint64_t ___m_DeviceId_0; int32_t ___m_Initialized_1; }; // Native definition for COM marshalling of UnityEngine.XR.InputDevice struct InputDevice_tF13BD967109BAB2CF49E1304EDFDA255067A2CDC_marshaled_com { uint64_t ___m_DeviceId_0; int32_t ___m_Initialized_1; }; // UnityEngine.XR.MeshId struct MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A { public: // System.UInt64 UnityEngine.XR.MeshId::m_SubId1 uint64_t ___m_SubId1_1; // System.UInt64 UnityEngine.XR.MeshId::m_SubId2 uint64_t ___m_SubId2_2; public: inline static int32_t get_offset_of_m_SubId1_1() { return static_cast(offsetof(MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A, ___m_SubId1_1)); } inline uint64_t get_m_SubId1_1() const { return ___m_SubId1_1; } inline uint64_t* get_address_of_m_SubId1_1() { return &___m_SubId1_1; } inline void set_m_SubId1_1(uint64_t value) { ___m_SubId1_1 = value; } inline static int32_t get_offset_of_m_SubId2_2() { return static_cast(offsetof(MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A, ___m_SubId2_2)); } inline uint64_t get_m_SubId2_2() const { return ___m_SubId2_2; } inline uint64_t* get_address_of_m_SubId2_2() { return &___m_SubId2_2; } inline void set_m_SubId2_2(uint64_t value) { ___m_SubId2_2 = value; } }; struct MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A_StaticFields { public: // UnityEngine.XR.MeshId UnityEngine.XR.MeshId::s_InvalidId MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A ___s_InvalidId_0; public: inline static int32_t get_offset_of_s_InvalidId_0() { return static_cast(offsetof(MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A_StaticFields, ___s_InvalidId_0)); } inline MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A get_s_InvalidId_0() const { return ___s_InvalidId_0; } inline MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A * get_address_of_s_InvalidId_0() { return &___s_InvalidId_0; } inline void set_s_InvalidId_0(MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A value) { ___s_InvalidId_0 = value; } }; // UnityEngine.Yoga.YogaSize struct YogaSize_t0F2077727A4CBD4C36F3DC0CBE1FB0A67D9EAD23 { public: // System.Single UnityEngine.Yoga.YogaSize::width float ___width_0; // System.Single UnityEngine.Yoga.YogaSize::height float ___height_1; public: inline static int32_t get_offset_of_width_0() { return static_cast(offsetof(YogaSize_t0F2077727A4CBD4C36F3DC0CBE1FB0A67D9EAD23, ___width_0)); } inline float get_width_0() const { return ___width_0; } inline float* get_address_of_width_0() { return &___width_0; } inline void set_width_0(float value) { ___width_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(YogaSize_t0F2077727A4CBD4C36F3DC0CBE1FB0A67D9EAD23, ___height_1)); } inline float get_height_1() const { return ___height_1; } inline float* get_address_of_height_1() { return &___height_1; } inline void set_height_1(float value) { ___height_1 = value; } }; // securityConnection struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B { public: // System.String securityConnection::ip String_t* ___ip_0; // System.Int32 securityConnection::port int32_t ___port_1; public: inline static int32_t get_offset_of_ip_0() { return static_cast(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___ip_0)); } inline String_t* get_ip_0() const { return ___ip_0; } inline String_t** get_address_of_ip_0() { return &___ip_0; } inline void set_ip_0(String_t* value) { ___ip_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ip_0), (void*)value); } inline static int32_t get_offset_of_port_1() { return static_cast(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___port_1)); } inline int32_t get_port_1() const { return ___port_1; } inline int32_t* get_address_of_port_1() { return &___port_1; } inline void set_port_1(int32_t value) { ___port_1 = value; } }; // Native definition for P/Invoke marshalling of securityConnection struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_pinvoke { char ___ip_0[32]; int32_t ___port_1; }; // Native definition for COM marshalling of securityConnection struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_com { char ___ip_0[32]; int32_t ___port_1; }; // FairyGUI.GPathPoint_CurveType struct CurveType_tDAB604D46AA4709AD45913B7B78E0F857011D685 { public: // System.Int32 FairyGUI.GPathPoint_CurveType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CurveType_tDAB604D46AA4709AD45913B7B78E0F857011D685, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.GlyphInfo struct GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE { public: // UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMin Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMin_0; // UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMax Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMax_1; // UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomLeft Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomLeft_2; // UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopLeft Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopLeft_3; // UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopRight Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopRight_4; // UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomRight Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomRight_5; // System.Single FairyGUI.GlyphInfo::width float ___width_6; // System.Single FairyGUI.GlyphInfo::height float ___height_7; public: inline static int32_t get_offset_of_vertMin_0() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMin_0)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMin_0() const { return ___vertMin_0; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMin_0() { return &___vertMin_0; } inline void set_vertMin_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___vertMin_0 = value; } inline static int32_t get_offset_of_vertMax_1() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMax_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMax_1() const { return ___vertMax_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMax_1() { return &___vertMax_1; } inline void set_vertMax_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___vertMax_1 = value; } inline static int32_t get_offset_of_uvBottomLeft_2() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomLeft_2)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomLeft_2() const { return ___uvBottomLeft_2; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomLeft_2() { return &___uvBottomLeft_2; } inline void set_uvBottomLeft_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___uvBottomLeft_2 = value; } inline static int32_t get_offset_of_uvTopLeft_3() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopLeft_3)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopLeft_3() const { return ___uvTopLeft_3; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopLeft_3() { return &___uvTopLeft_3; } inline void set_uvTopLeft_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___uvTopLeft_3 = value; } inline static int32_t get_offset_of_uvTopRight_4() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopRight_4)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopRight_4() const { return ___uvTopRight_4; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopRight_4() { return &___uvTopRight_4; } inline void set_uvTopRight_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___uvTopRight_4 = value; } inline static int32_t get_offset_of_uvBottomRight_5() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomRight_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomRight_5() const { return ___uvBottomRight_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomRight_5() { return &___uvBottomRight_5; } inline void set_uvBottomRight_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___uvBottomRight_5 = value; } inline static int32_t get_offset_of_width_6() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___width_6)); } inline float get_width_6() const { return ___width_6; } inline float* get_address_of_width_6() { return &___width_6; } inline void set_width_6(float value) { ___width_6 = value; } inline static int32_t get_offset_of_height_7() { return static_cast(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___height_7)); } inline float get_height_7() const { return ___height_7; } inline float* get_address_of_height_7() { return &___height_7; } inline void set_height_7(float value) { ___height_7 = value; } }; // Mono.Unity.UnityTls_unitytls_error_code struct unitytls_error_code_tA9272A71D51F7FE555C03185AE244FB01EAF998F { public: // System.UInt32 Mono.Unity.UnityTls_unitytls_error_code::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_error_code_tA9272A71D51F7FE555C03185AE244FB01EAF998F, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // Mono.Unity.UnityTls_unitytls_protocol struct unitytls_protocol_t4E7BF0D3D575EDD09EA7BF6593AAB40BBAC60DF8 { public: // System.UInt32 Mono.Unity.UnityTls_unitytls_protocol::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_protocol_t4E7BF0D3D575EDD09EA7BF6593AAB40BBAC60DF8, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B, ___key_0)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_key_0() const { return ___key_0; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 { public: // TKey System.Collections.Generic.KeyValuePair`2::key Guid_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78, ___key_0)); } inline Guid_t get_key_0() const { return ___key_0; } inline Guid_t * get_address_of_key_0() { return &___key_0; } inline void set_key_0(Guid_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF, ___value_1)); } inline ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 get_value_1() const { return ___value_1; } inline ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___players_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 { public: // TKey System.Collections.Generic.KeyValuePair`2::key intptr_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8, ___key_0)); } inline intptr_t get_key_0() const { return ___key_0; } inline intptr_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(intptr_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___value_1)); } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C get_value_1() const { return ___value_1; } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->____value_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5, ___value_1)); } inline NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 get_value_1() const { return ___value_1; } inline NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___serverAddress_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___broadcastData_1), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 { public: // TKey System.Collections.Generic.KeyValuePair`2::key TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342, ___key_0)); } inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA get_key_0() const { return ___key_0; } inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA * get_address_of_key_0() { return &___key_0; } inline void set_key_0(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 { public: // TKey System.Collections.Generic.KeyValuePair`2::key NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0, ___key_0)); } inline NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C get_key_0() const { return ___key_0; } inline NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C * get_address_of_key_0() { return &___key_0; } inline void set_key_0(NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 { public: // TKey System.Collections.Generic.KeyValuePair`2::key NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500, ___key_0)); } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_key_0() const { return ___key_0; } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 { public: // TKey System.Collections.Generic.KeyValuePair`2::key NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411, ___key_0)); } inline NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 get_key_0() const { return ___key_0; } inline NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 { public: // TKey System.Collections.Generic.KeyValuePair`2::key SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96, ___key_0)); } inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_0() const { return ___key_0; } inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA { public: // TKey System.Collections.Generic.KeyValuePair`2::key SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA, ___key_0)); } inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_0() const { return ___key_0; } inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.ConsoleKey struct ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C { public: // System.Int32 System.ConsoleKey::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ConsoleModifiers struct ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34 { public: // System.Int32 System.ConsoleModifiers::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Nullable`1 struct Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 { public: // T System.Nullable`1::value Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4, ___value_0)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_value_0() const { return ___value_0; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 { public: // T System.Nullable`1::value Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60, ___value_0)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_value_0() const { return ___value_0; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 { public: // T System.Nullable`1::value LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3, ___value_0)); } inline LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 get_value_0() const { return ___value_0; } inline LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 { public: // T System.Nullable`1::value Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41, ___value_0)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_value_0() const { return ___value_0; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF { public: // T System.Nullable`1::value Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF, ___value_0)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_value_0() const { return ___value_0; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 { public: // T System.Nullable`1::value Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___value_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_0() const { return ___value_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 { public: // T System.Nullable`1::value Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___value_0)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_value_0() const { return ___value_0; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E { public: // System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 ___typedArgument_0; // System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo MemberInfo_t * ___memberInfo_1; public: inline static int32_t get_offset_of_typedArgument_0() { return static_cast(offsetof(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E, ___typedArgument_0)); } inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 get_typedArgument_0() const { return ___typedArgument_0; } inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * get_address_of_typedArgument_0() { return &___typedArgument_0; } inline void set_typedArgument_0(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 value) { ___typedArgument_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_memberInfo_1() { return static_cast(offsetof(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E, ___memberInfo_1)); } inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; } inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; } inline void set_memberInfo_1(MemberInfo_t * value) { ___memberInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberInfo_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_marshaled_pinvoke { CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_pinvoke ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_marshaled_com { CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_com ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeMethodHandle struct RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F { public: // System.IntPtr System.RuntimeMethodHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.TimeSpan struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.UInt64Enum struct UInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8 { public: // System.UInt64 System.UInt64Enum::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UInt64Enum_tEAD217F175F60689A664303784384DEF759D24C8, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // Unity.Collections.Allocator struct Allocator_t62A091275262E7067EAAD565B67764FA877D58D6 { public: // System.Int32 Unity.Collections.Allocator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Allocator_t62A091275262E7067EAAD565B67764FA877D58D6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Unity.Jobs.JobHandle struct JobHandle_tDA498A2E49AEDE014468F416A8A98A6B258D73D1 { public: // System.IntPtr Unity.Jobs.JobHandle::jobGroup intptr_t ___jobGroup_0; // System.Int32 Unity.Jobs.JobHandle::version int32_t ___version_1; public: inline static int32_t get_offset_of_jobGroup_0() { return static_cast(offsetof(JobHandle_tDA498A2E49AEDE014468F416A8A98A6B258D73D1, ___jobGroup_0)); } inline intptr_t get_jobGroup_0() const { return ___jobGroup_0; } inline intptr_t* get_address_of_jobGroup_0() { return &___jobGroup_0; } inline void set_jobGroup_0(intptr_t value) { ___jobGroup_0 = value; } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(JobHandle_tDA498A2E49AEDE014468F416A8A98A6B258D73D1, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } }; // Unity.Profiling.ProfilerMarker struct ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 { public: // System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // UnityEngine.Bounds struct Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Center_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Extents_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Extents_1 = value; } }; // UnityEngine.CachedAssetBundle struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 { public: // System.String UnityEngine.CachedAssetBundle::m_Name String_t* ___m_Name_0; // UnityEngine.Hash128 UnityEngine.CachedAssetBundle::m_Hash Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_Hash_1() { return static_cast(offsetof(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3, ___m_Hash_1)); } inline Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 get_m_Hash_1() const { return ___m_Hash_1; } inline Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * get_address_of_m_Hash_1() { return &___m_Hash_1; } inline void set_m_Hash_1(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 value) { ___m_Hash_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.CachedAssetBundle struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_pinvoke { char* ___m_Name_0; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1; }; // Native definition for COM marshalling of UnityEngine.CachedAssetBundle struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_com { Il2CppChar* ___m_Name_0; Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1; }; // UnityEngine.Camera_GateFitMode struct GateFitMode_tB6297A6394E8D409AB76FB3A9A89DFA170B8839F { public: // System.Int32 UnityEngine.Camera_GateFitMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GateFitMode_tB6297A6394E8D409AB76FB3A9A89DFA170B8839F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.CompressionLevel struct CompressionLevel_tDAA56164FB274784F91D7E987FDB06588D35BB8C { public: // System.Int32 UnityEngine.CompressionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionLevel_tDAA56164FB274784F91D7E987FDB06588D35BB8C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.CompressionType struct CompressionType_t97EF97A111EED392C01D4EFF4BAAB9A7BF6B37F7 { public: // System.Int32 UnityEngine.CompressionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionType_t97EF97A111EED392C01D4EFF4BAAB9A7BF6B37F7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.Rendering.GraphicsFormat struct GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181 { public: // System.Int32 UnityEngine.Experimental.Rendering.GraphicsFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.LightmapBakeType struct LightmapBakeType_tE25771860DE24FF67A6C12EBF0277B1018C48C22 { public: // System.Int32 UnityEngine.LightmapBakeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightmapBakeType_tE25771860DE24FF67A6C12EBF0277B1018C48C22, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.MatchTargetWeightMask struct MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B { public: // UnityEngine.Vector3 UnityEngine.MatchTargetWeightMask::m_PositionXYZWeight Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_PositionXYZWeight_0; // System.Single UnityEngine.MatchTargetWeightMask::m_RotationWeight float ___m_RotationWeight_1; public: inline static int32_t get_offset_of_m_PositionXYZWeight_0() { return static_cast(offsetof(MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B, ___m_PositionXYZWeight_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_PositionXYZWeight_0() const { return ___m_PositionXYZWeight_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_PositionXYZWeight_0() { return &___m_PositionXYZWeight_0; } inline void set_m_PositionXYZWeight_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_PositionXYZWeight_0 = value; } inline static int32_t get_offset_of_m_RotationWeight_1() { return static_cast(offsetof(MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B, ___m_RotationWeight_1)); } inline float get_m_RotationWeight_1() const { return ___m_RotationWeight_1; } inline float* get_address_of_m_RotationWeight_1() { return &___m_RotationWeight_1; } inline void set_m_RotationWeight_1(float value) { ___m_RotationWeight_1 = value; } }; // UnityEngine.MixedLightingMode struct MixedLightingMode_tD50D086A6C9F7CC6A40199CA74FCED3FAAF7150C { public: // System.Int32 UnityEngine.MixedLightingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MixedLightingMode_tD50D086A6C9F7CC6A40199CA74FCED3FAAF7150C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Networking.ClientScene_PendingOwner struct PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 { public: // UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.ClientScene_PendingOwner::netId NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0; // System.Int16 UnityEngine.Networking.ClientScene_PendingOwner::playerControllerId int16_t ___playerControllerId_1; public: inline static int32_t get_offset_of_netId_0() { return static_cast(offsetof(PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369, ___netId_0)); } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_netId_0() const { return ___netId_0; } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_netId_0() { return &___netId_0; } inline void set_netId_0(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value) { ___netId_0 = value; } inline static int32_t get_offset_of_playerControllerId_1() { return static_cast(offsetof(PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369, ___playerControllerId_1)); } inline int16_t get_playerControllerId_1() const { return ___playerControllerId_1; } inline int16_t* get_address_of_playerControllerId_1() { return &___playerControllerId_1; } inline void set_playerControllerId_1(int16_t value) { ___playerControllerId_1 = value; } }; // UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo struct PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC { public: // UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo::netId NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0; // System.Int16 UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo::playerControllerId int16_t ___playerControllerId_1; // UnityEngine.GameObject UnityEngine.Networking.NetworkMigrationManager_PendingPlayerInfo::obj GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___obj_2; public: inline static int32_t get_offset_of_netId_0() { return static_cast(offsetof(PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC, ___netId_0)); } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_netId_0() const { return ___netId_0; } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_netId_0() { return &___netId_0; } inline void set_netId_0(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value) { ___netId_0 = value; } inline static int32_t get_offset_of_playerControllerId_1() { return static_cast(offsetof(PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC, ___playerControllerId_1)); } inline int16_t get_playerControllerId_1() const { return ___playerControllerId_1; } inline int16_t* get_address_of_playerControllerId_1() { return &___playerControllerId_1; } inline void set_playerControllerId_1(int16_t value) { ___playerControllerId_1 = value; } inline static int32_t get_offset_of_obj_2() { return static_cast(offsetof(PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC, ___obj_2)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_obj_2() const { return ___obj_2; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_obj_2() { return &___obj_2; } inline void set_obj_2(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___obj_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.NetworkMigrationManager/PendingPlayerInfo struct PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_marshaled_pinvoke { NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0; int16_t ___playerControllerId_1; GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___obj_2; }; // Native definition for COM marshalling of UnityEngine.Networking.NetworkMigrationManager/PendingPlayerInfo struct PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC_marshaled_com { NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0; int16_t ___playerControllerId_1; GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___obj_2; }; // UnityEngine.Networking.NetworkSystem.PeerInfoPlayer struct PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B { public: // UnityEngine.Networking.NetworkInstanceId UnityEngine.Networking.NetworkSystem.PeerInfoPlayer::netId NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___netId_0; // System.Int16 UnityEngine.Networking.NetworkSystem.PeerInfoPlayer::playerControllerId int16_t ___playerControllerId_1; public: inline static int32_t get_offset_of_netId_0() { return static_cast(offsetof(PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B, ___netId_0)); } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 get_netId_0() const { return ___netId_0; } inline NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 * get_address_of_netId_0() { return &___netId_0; } inline void set_netId_0(NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 value) { ___netId_0 = value; } inline static int32_t get_offset_of_playerControllerId_1() { return static_cast(offsetof(PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B, ___playerControllerId_1)); } inline int16_t get_playerControllerId_1() const { return ___playerControllerId_1; } inline int16_t* get_address_of_playerControllerId_1() { return &___playerControllerId_1; } inline void set_playerControllerId_1(int16_t value) { ___playerControllerId_1 = value; } }; // UnityEngine.ParticleSystem_Particle struct Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E { public: // UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Position_0; // UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Velocity Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Velocity_1; // UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AnimatedVelocity Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AnimatedVelocity_2; // UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_InitialVelocity Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_InitialVelocity_3; // UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AxisOfRotation Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AxisOfRotation_4; // UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Rotation Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Rotation_5; // UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AngularVelocity Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AngularVelocity_6; // UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_StartSize Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_StartSize_7; // UnityEngine.Color32 UnityEngine.ParticleSystem_Particle::m_StartColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_StartColor_8; // System.UInt32 UnityEngine.ParticleSystem_Particle::m_RandomSeed uint32_t ___m_RandomSeed_9; // System.UInt32 UnityEngine.ParticleSystem_Particle::m_ParentRandomSeed uint32_t ___m_ParentRandomSeed_10; // System.Single UnityEngine.ParticleSystem_Particle::m_Lifetime float ___m_Lifetime_11; // System.Single UnityEngine.ParticleSystem_Particle::m_StartLifetime float ___m_StartLifetime_12; // System.Int32 UnityEngine.ParticleSystem_Particle::m_MeshIndex int32_t ___m_MeshIndex_13; // System.Single UnityEngine.ParticleSystem_Particle::m_EmitAccumulator0 float ___m_EmitAccumulator0_14; // System.Single UnityEngine.ParticleSystem_Particle::m_EmitAccumulator1 float ___m_EmitAccumulator1_15; // System.UInt32 UnityEngine.ParticleSystem_Particle::m_Flags uint32_t ___m_Flags_16; public: inline static int32_t get_offset_of_m_Position_0() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Position_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Position_0() const { return ___m_Position_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Position_0() { return &___m_Position_0; } inline void set_m_Position_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Position_0 = value; } inline static int32_t get_offset_of_m_Velocity_1() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Velocity_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Velocity_1() const { return ___m_Velocity_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Velocity_1() { return &___m_Velocity_1; } inline void set_m_Velocity_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Velocity_1 = value; } inline static int32_t get_offset_of_m_AnimatedVelocity_2() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AnimatedVelocity_2)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AnimatedVelocity_2() const { return ___m_AnimatedVelocity_2; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AnimatedVelocity_2() { return &___m_AnimatedVelocity_2; } inline void set_m_AnimatedVelocity_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_AnimatedVelocity_2 = value; } inline static int32_t get_offset_of_m_InitialVelocity_3() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_InitialVelocity_3)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_InitialVelocity_3() const { return ___m_InitialVelocity_3; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_InitialVelocity_3() { return &___m_InitialVelocity_3; } inline void set_m_InitialVelocity_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_InitialVelocity_3 = value; } inline static int32_t get_offset_of_m_AxisOfRotation_4() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AxisOfRotation_4)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AxisOfRotation_4() const { return ___m_AxisOfRotation_4; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AxisOfRotation_4() { return &___m_AxisOfRotation_4; } inline void set_m_AxisOfRotation_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_AxisOfRotation_4 = value; } inline static int32_t get_offset_of_m_Rotation_5() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Rotation_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Rotation_5() const { return ___m_Rotation_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Rotation_5() { return &___m_Rotation_5; } inline void set_m_Rotation_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Rotation_5 = value; } inline static int32_t get_offset_of_m_AngularVelocity_6() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AngularVelocity_6)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AngularVelocity_6() const { return ___m_AngularVelocity_6; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AngularVelocity_6() { return &___m_AngularVelocity_6; } inline void set_m_AngularVelocity_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_AngularVelocity_6 = value; } inline static int32_t get_offset_of_m_StartSize_7() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartSize_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_StartSize_7() const { return ___m_StartSize_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_StartSize_7() { return &___m_StartSize_7; } inline void set_m_StartSize_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_StartSize_7 = value; } inline static int32_t get_offset_of_m_StartColor_8() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartColor_8)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_StartColor_8() const { return ___m_StartColor_8; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_StartColor_8() { return &___m_StartColor_8; } inline void set_m_StartColor_8(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___m_StartColor_8 = value; } inline static int32_t get_offset_of_m_RandomSeed_9() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_RandomSeed_9)); } inline uint32_t get_m_RandomSeed_9() const { return ___m_RandomSeed_9; } inline uint32_t* get_address_of_m_RandomSeed_9() { return &___m_RandomSeed_9; } inline void set_m_RandomSeed_9(uint32_t value) { ___m_RandomSeed_9 = value; } inline static int32_t get_offset_of_m_ParentRandomSeed_10() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_ParentRandomSeed_10)); } inline uint32_t get_m_ParentRandomSeed_10() const { return ___m_ParentRandomSeed_10; } inline uint32_t* get_address_of_m_ParentRandomSeed_10() { return &___m_ParentRandomSeed_10; } inline void set_m_ParentRandomSeed_10(uint32_t value) { ___m_ParentRandomSeed_10 = value; } inline static int32_t get_offset_of_m_Lifetime_11() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Lifetime_11)); } inline float get_m_Lifetime_11() const { return ___m_Lifetime_11; } inline float* get_address_of_m_Lifetime_11() { return &___m_Lifetime_11; } inline void set_m_Lifetime_11(float value) { ___m_Lifetime_11 = value; } inline static int32_t get_offset_of_m_StartLifetime_12() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartLifetime_12)); } inline float get_m_StartLifetime_12() const { return ___m_StartLifetime_12; } inline float* get_address_of_m_StartLifetime_12() { return &___m_StartLifetime_12; } inline void set_m_StartLifetime_12(float value) { ___m_StartLifetime_12 = value; } inline static int32_t get_offset_of_m_MeshIndex_13() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_MeshIndex_13)); } inline int32_t get_m_MeshIndex_13() const { return ___m_MeshIndex_13; } inline int32_t* get_address_of_m_MeshIndex_13() { return &___m_MeshIndex_13; } inline void set_m_MeshIndex_13(int32_t value) { ___m_MeshIndex_13 = value; } inline static int32_t get_offset_of_m_EmitAccumulator0_14() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_EmitAccumulator0_14)); } inline float get_m_EmitAccumulator0_14() const { return ___m_EmitAccumulator0_14; } inline float* get_address_of_m_EmitAccumulator0_14() { return &___m_EmitAccumulator0_14; } inline void set_m_EmitAccumulator0_14(float value) { ___m_EmitAccumulator0_14 = value; } inline static int32_t get_offset_of_m_EmitAccumulator1_15() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_EmitAccumulator1_15)); } inline float get_m_EmitAccumulator1_15() const { return ___m_EmitAccumulator1_15; } inline float* get_address_of_m_EmitAccumulator1_15() { return &___m_EmitAccumulator1_15; } inline void set_m_EmitAccumulator1_15(float value) { ___m_EmitAccumulator1_15 = value; } inline static int32_t get_offset_of_m_Flags_16() { return static_cast(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Flags_16)); } inline uint32_t get_m_Flags_16() const { return ___m_Flags_16; } inline uint32_t* get_address_of_m_Flags_16() { return &___m_Flags_16; } inline void set_m_Flags_16(uint32_t value) { ___m_Flags_16 = value; } }; // UnityEngine.ParticleSystem_PlaybackState_Emission struct Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583 { public: // System.Single UnityEngine.ParticleSystem_PlaybackState_Emission::m_ParticleSpacing float ___m_ParticleSpacing_0; // System.Single UnityEngine.ParticleSystem_PlaybackState_Emission::m_ToEmitAccumulator float ___m_ToEmitAccumulator_1; // UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Emission::m_Random Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___m_Random_2; public: inline static int32_t get_offset_of_m_ParticleSpacing_0() { return static_cast(offsetof(Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583, ___m_ParticleSpacing_0)); } inline float get_m_ParticleSpacing_0() const { return ___m_ParticleSpacing_0; } inline float* get_address_of_m_ParticleSpacing_0() { return &___m_ParticleSpacing_0; } inline void set_m_ParticleSpacing_0(float value) { ___m_ParticleSpacing_0 = value; } inline static int32_t get_offset_of_m_ToEmitAccumulator_1() { return static_cast(offsetof(Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583, ___m_ToEmitAccumulator_1)); } inline float get_m_ToEmitAccumulator_1() const { return ___m_ToEmitAccumulator_1; } inline float* get_address_of_m_ToEmitAccumulator_1() { return &___m_ToEmitAccumulator_1; } inline void set_m_ToEmitAccumulator_1(float value) { ___m_ToEmitAccumulator_1 = value; } inline static int32_t get_offset_of_m_Random_2() { return static_cast(offsetof(Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583, ___m_Random_2)); } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_m_Random_2() const { return ___m_Random_2; } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_m_Random_2() { return &___m_Random_2; } inline void set_m_Random_2(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value) { ___m_Random_2 = value; } }; // UnityEngine.ParticleSystem_PlaybackState_Lights struct Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5 { public: // UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Lights::m_Random Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___m_Random_0; // System.Single UnityEngine.ParticleSystem_PlaybackState_Lights::m_ParticleEmissionCounter float ___m_ParticleEmissionCounter_1; public: inline static int32_t get_offset_of_m_Random_0() { return static_cast(offsetof(Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5, ___m_Random_0)); } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_m_Random_0() const { return ___m_Random_0; } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_m_Random_0() { return &___m_Random_0; } inline void set_m_Random_0(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value) { ___m_Random_0 = value; } inline static int32_t get_offset_of_m_ParticleEmissionCounter_1() { return static_cast(offsetof(Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5, ___m_ParticleEmissionCounter_1)); } inline float get_m_ParticleEmissionCounter_1() const { return ___m_ParticleEmissionCounter_1; } inline float* get_address_of_m_ParticleEmissionCounter_1() { return &___m_ParticleEmissionCounter_1; } inline void set_m_ParticleEmissionCounter_1(float value) { ___m_ParticleEmissionCounter_1 = value; } }; // UnityEngine.ParticleSystem_PlaybackState_Seed4 struct Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D { public: // UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Seed4::x Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___x_0; // UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Seed4::y Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___y_1; // UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Seed4::z Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___z_2; // UnityEngine.ParticleSystem_PlaybackState_Seed UnityEngine.ParticleSystem_PlaybackState_Seed4::w Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D, ___x_0)); } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_x_0() const { return ___x_0; } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_x_0() { return &___x_0; } inline void set_x_0(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D, ___y_1)); } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_y_1() const { return ___y_1; } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_y_1() { return &___y_1; } inline void set_y_1(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D, ___z_2)); } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_z_2() const { return ___z_2; } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_z_2() { return &___z_2; } inline void set_z_2(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D, ___w_3)); } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 get_w_3() const { return ___w_3; } inline Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 * get_address_of_w_3() { return &___w_3; } inline void set_w_3(Seed_t286EF89A6A6BE370B2ABFA4B323C9019AF44FE67 value) { ___w_3 = value; } }; // UnityEngine.Playables.PlayableGraph struct PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA { public: // System.IntPtr UnityEngine.Playables.PlayableGraph::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableGraph::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 { public: // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableHandle::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; struct PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_StaticFields { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.PlayableHandle::m_Null PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 ___m_Null_2; public: inline static int32_t get_offset_of_m_Null_2() { return static_cast(offsetof(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182_StaticFields, ___m_Null_2)); } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 get_m_Null_2() const { return ___m_Null_2; } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * get_address_of_m_Null_2() { return &___m_Null_2; } inline void set_m_Null_2(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 value) { ___m_Null_2 = value; } }; // UnityEngine.Playables.PlayableOutputHandle struct PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 { public: // System.IntPtr UnityEngine.Playables.PlayableOutputHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableOutputHandle::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; struct PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922_StaticFields { public: // UnityEngine.Playables.PlayableOutputHandle UnityEngine.Playables.PlayableOutputHandle::m_Null PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 ___m_Null_2; public: inline static int32_t get_offset_of_m_Null_2() { return static_cast(offsetof(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922_StaticFields, ___m_Null_2)); } inline PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 get_m_Null_2() const { return ___m_Null_2; } inline PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 * get_address_of_m_Null_2() { return &___m_Null_2; } inline void set_m_Null_2(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 value) { ___m_Null_2 = value; } }; // UnityEngine.Ray struct Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Origin_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Direction_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Direction_1 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.RaycastHit2D struct RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE { public: // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Centroid_0; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Point_1; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Normal_2; // System.Single UnityEngine.RaycastHit2D::m_Distance float ___m_Distance_3; // System.Single UnityEngine.RaycastHit2D::m_Fraction float ___m_Fraction_4; // System.Int32 UnityEngine.RaycastHit2D::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Centroid_0() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Centroid_0)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Centroid_0() const { return ___m_Centroid_0; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Centroid_0() { return &___m_Centroid_0; } inline void set_m_Centroid_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_Centroid_0 = value; } inline static int32_t get_offset_of_m_Point_1() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Point_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Point_1() const { return ___m_Point_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Point_1() { return &___m_Point_1; } inline void set_m_Point_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_Point_1 = value; } inline static int32_t get_offset_of_m_Normal_2() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Normal_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Normal_2() const { return ___m_Normal_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Normal_2() { return &___m_Normal_2; } inline void set_m_Normal_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_Normal_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_Fraction_4() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Fraction_4)); } inline float get_m_Fraction_4() const { return ___m_Fraction_4; } inline float* get_address_of_m_Fraction_4() { return &___m_Fraction_4; } inline void set_m_Fraction_4(float value) { ___m_Fraction_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.RenderBuffer struct RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 { public: // System.Int32 UnityEngine.RenderBuffer::m_RenderTextureInstanceID int32_t ___m_RenderTextureInstanceID_0; // System.IntPtr UnityEngine.RenderBuffer::m_BufferPtr intptr_t ___m_BufferPtr_1; public: inline static int32_t get_offset_of_m_RenderTextureInstanceID_0() { return static_cast(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_RenderTextureInstanceID_0)); } inline int32_t get_m_RenderTextureInstanceID_0() const { return ___m_RenderTextureInstanceID_0; } inline int32_t* get_address_of_m_RenderTextureInstanceID_0() { return &___m_RenderTextureInstanceID_0; } inline void set_m_RenderTextureInstanceID_0(int32_t value) { ___m_RenderTextureInstanceID_0 = value; } inline static int32_t get_offset_of_m_BufferPtr_1() { return static_cast(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_BufferPtr_1)); } inline intptr_t get_m_BufferPtr_1() const { return ___m_BufferPtr_1; } inline intptr_t* get_address_of_m_BufferPtr_1() { return &___m_BufferPtr_1; } inline void set_m_BufferPtr_1(intptr_t value) { ___m_BufferPtr_1 = value; } }; // UnityEngine.RenderTextureCreationFlags struct RenderTextureCreationFlags_tF63E06301E4BB4746F7E07759B359872BD4BFB1E { public: // System.Int32 UnityEngine.RenderTextureCreationFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureCreationFlags_tF63E06301E4BB4746F7E07759B359872BD4BFB1E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.RenderTextureMemoryless struct RenderTextureMemoryless_t19E37ADD57C1F00D67146A2BB4521D06F370D2E9 { public: // System.Int32 UnityEngine.RenderTextureMemoryless::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureMemoryless_t19E37ADD57C1F00D67146A2BB4521D06F370D2E9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.CameraProperties struct CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 { public: // UnityEngine.Rect UnityEngine.Rendering.CameraProperties::screenRect Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___screenRect_0; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::viewDir Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___viewDir_1; // System.Single UnityEngine.Rendering.CameraProperties::projectionNear float ___projectionNear_2; // System.Single UnityEngine.Rendering.CameraProperties::projectionFar float ___projectionFar_3; // System.Single UnityEngine.Rendering.CameraProperties::cameraNear float ___cameraNear_4; // System.Single UnityEngine.Rendering.CameraProperties::cameraFar float ___cameraFar_5; // System.Single UnityEngine.Rendering.CameraProperties::cameraAspect float ___cameraAspect_6; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::cameraToWorld Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___cameraToWorld_7; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::actualWorldToClip Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___actualWorldToClip_8; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::cameraClipToWorld Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___cameraClipToWorld_9; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::cameraWorldToClip Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___cameraWorldToClip_10; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::implicitProjection Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___implicitProjection_11; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::stereoWorldToClipLeft Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___stereoWorldToClipLeft_12; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::stereoWorldToClipRight Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___stereoWorldToClipRight_13; // UnityEngine.Matrix4x4 UnityEngine.Rendering.CameraProperties::worldToCamera Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___worldToCamera_14; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::up Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___up_15; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::right Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___right_16; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::transformDirection Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___transformDirection_17; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::cameraEuler Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___cameraEuler_18; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::velocity Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___velocity_19; // System.Single UnityEngine.Rendering.CameraProperties::farPlaneWorldSpaceLength float ___farPlaneWorldSpaceLength_20; // System.UInt32 UnityEngine.Rendering.CameraProperties::rendererCount uint32_t ___rendererCount_21; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer UnityEngine.Rendering.CameraProperties::m_ShadowCullPlanes U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C ___m_ShadowCullPlanes_22; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer UnityEngine.Rendering.CameraProperties::m_CameraCullPlanes U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 ___m_CameraCullPlanes_23; // System.Single UnityEngine.Rendering.CameraProperties::baseFarDistance float ___baseFarDistance_24; // UnityEngine.Vector3 UnityEngine.Rendering.CameraProperties::shadowCullCenter Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___shadowCullCenter_25; // UnityEngine.Rendering.CameraProperties_e__FixedBuffer UnityEngine.Rendering.CameraProperties::layerCullDistances U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 ___layerCullDistances_26; // System.Int32 UnityEngine.Rendering.CameraProperties::layerCullSpherical int32_t ___layerCullSpherical_27; // UnityEngine.Rendering.CoreCameraValues UnityEngine.Rendering.CameraProperties::coreCameraValues CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC ___coreCameraValues_28; // System.UInt32 UnityEngine.Rendering.CameraProperties::cameraType uint32_t ___cameraType_29; // System.Int32 UnityEngine.Rendering.CameraProperties::projectionIsOblique int32_t ___projectionIsOblique_30; // System.Int32 UnityEngine.Rendering.CameraProperties::isImplicitProjectionMatrix int32_t ___isImplicitProjectionMatrix_31; public: inline static int32_t get_offset_of_screenRect_0() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___screenRect_0)); } inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_screenRect_0() const { return ___screenRect_0; } inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_screenRect_0() { return &___screenRect_0; } inline void set_screenRect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value) { ___screenRect_0 = value; } inline static int32_t get_offset_of_viewDir_1() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___viewDir_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_viewDir_1() const { return ___viewDir_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_viewDir_1() { return &___viewDir_1; } inline void set_viewDir_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___viewDir_1 = value; } inline static int32_t get_offset_of_projectionNear_2() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___projectionNear_2)); } inline float get_projectionNear_2() const { return ___projectionNear_2; } inline float* get_address_of_projectionNear_2() { return &___projectionNear_2; } inline void set_projectionNear_2(float value) { ___projectionNear_2 = value; } inline static int32_t get_offset_of_projectionFar_3() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___projectionFar_3)); } inline float get_projectionFar_3() const { return ___projectionFar_3; } inline float* get_address_of_projectionFar_3() { return &___projectionFar_3; } inline void set_projectionFar_3(float value) { ___projectionFar_3 = value; } inline static int32_t get_offset_of_cameraNear_4() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraNear_4)); } inline float get_cameraNear_4() const { return ___cameraNear_4; } inline float* get_address_of_cameraNear_4() { return &___cameraNear_4; } inline void set_cameraNear_4(float value) { ___cameraNear_4 = value; } inline static int32_t get_offset_of_cameraFar_5() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraFar_5)); } inline float get_cameraFar_5() const { return ___cameraFar_5; } inline float* get_address_of_cameraFar_5() { return &___cameraFar_5; } inline void set_cameraFar_5(float value) { ___cameraFar_5 = value; } inline static int32_t get_offset_of_cameraAspect_6() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraAspect_6)); } inline float get_cameraAspect_6() const { return ___cameraAspect_6; } inline float* get_address_of_cameraAspect_6() { return &___cameraAspect_6; } inline void set_cameraAspect_6(float value) { ___cameraAspect_6 = value; } inline static int32_t get_offset_of_cameraToWorld_7() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraToWorld_7)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_cameraToWorld_7() const { return ___cameraToWorld_7; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_cameraToWorld_7() { return &___cameraToWorld_7; } inline void set_cameraToWorld_7(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___cameraToWorld_7 = value; } inline static int32_t get_offset_of_actualWorldToClip_8() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___actualWorldToClip_8)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_actualWorldToClip_8() const { return ___actualWorldToClip_8; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_actualWorldToClip_8() { return &___actualWorldToClip_8; } inline void set_actualWorldToClip_8(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___actualWorldToClip_8 = value; } inline static int32_t get_offset_of_cameraClipToWorld_9() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraClipToWorld_9)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_cameraClipToWorld_9() const { return ___cameraClipToWorld_9; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_cameraClipToWorld_9() { return &___cameraClipToWorld_9; } inline void set_cameraClipToWorld_9(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___cameraClipToWorld_9 = value; } inline static int32_t get_offset_of_cameraWorldToClip_10() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraWorldToClip_10)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_cameraWorldToClip_10() const { return ___cameraWorldToClip_10; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_cameraWorldToClip_10() { return &___cameraWorldToClip_10; } inline void set_cameraWorldToClip_10(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___cameraWorldToClip_10 = value; } inline static int32_t get_offset_of_implicitProjection_11() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___implicitProjection_11)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_implicitProjection_11() const { return ___implicitProjection_11; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_implicitProjection_11() { return &___implicitProjection_11; } inline void set_implicitProjection_11(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___implicitProjection_11 = value; } inline static int32_t get_offset_of_stereoWorldToClipLeft_12() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___stereoWorldToClipLeft_12)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_stereoWorldToClipLeft_12() const { return ___stereoWorldToClipLeft_12; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_stereoWorldToClipLeft_12() { return &___stereoWorldToClipLeft_12; } inline void set_stereoWorldToClipLeft_12(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___stereoWorldToClipLeft_12 = value; } inline static int32_t get_offset_of_stereoWorldToClipRight_13() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___stereoWorldToClipRight_13)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_stereoWorldToClipRight_13() const { return ___stereoWorldToClipRight_13; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_stereoWorldToClipRight_13() { return &___stereoWorldToClipRight_13; } inline void set_stereoWorldToClipRight_13(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___stereoWorldToClipRight_13 = value; } inline static int32_t get_offset_of_worldToCamera_14() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___worldToCamera_14)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_worldToCamera_14() const { return ___worldToCamera_14; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_worldToCamera_14() { return &___worldToCamera_14; } inline void set_worldToCamera_14(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___worldToCamera_14 = value; } inline static int32_t get_offset_of_up_15() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___up_15)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_up_15() const { return ___up_15; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_up_15() { return &___up_15; } inline void set_up_15(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___up_15 = value; } inline static int32_t get_offset_of_right_16() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___right_16)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_right_16() const { return ___right_16; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_right_16() { return &___right_16; } inline void set_right_16(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___right_16 = value; } inline static int32_t get_offset_of_transformDirection_17() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___transformDirection_17)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_transformDirection_17() const { return ___transformDirection_17; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_transformDirection_17() { return &___transformDirection_17; } inline void set_transformDirection_17(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___transformDirection_17 = value; } inline static int32_t get_offset_of_cameraEuler_18() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraEuler_18)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_cameraEuler_18() const { return ___cameraEuler_18; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_cameraEuler_18() { return &___cameraEuler_18; } inline void set_cameraEuler_18(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___cameraEuler_18 = value; } inline static int32_t get_offset_of_velocity_19() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___velocity_19)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_velocity_19() const { return ___velocity_19; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_velocity_19() { return &___velocity_19; } inline void set_velocity_19(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___velocity_19 = value; } inline static int32_t get_offset_of_farPlaneWorldSpaceLength_20() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___farPlaneWorldSpaceLength_20)); } inline float get_farPlaneWorldSpaceLength_20() const { return ___farPlaneWorldSpaceLength_20; } inline float* get_address_of_farPlaneWorldSpaceLength_20() { return &___farPlaneWorldSpaceLength_20; } inline void set_farPlaneWorldSpaceLength_20(float value) { ___farPlaneWorldSpaceLength_20 = value; } inline static int32_t get_offset_of_rendererCount_21() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___rendererCount_21)); } inline uint32_t get_rendererCount_21() const { return ___rendererCount_21; } inline uint32_t* get_address_of_rendererCount_21() { return &___rendererCount_21; } inline void set_rendererCount_21(uint32_t value) { ___rendererCount_21 = value; } inline static int32_t get_offset_of_m_ShadowCullPlanes_22() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___m_ShadowCullPlanes_22)); } inline U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C get_m_ShadowCullPlanes_22() const { return ___m_ShadowCullPlanes_22; } inline U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C * get_address_of_m_ShadowCullPlanes_22() { return &___m_ShadowCullPlanes_22; } inline void set_m_ShadowCullPlanes_22(U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_t1B4ECD6EAD772DF978866C6FCE6A5255331D232C value) { ___m_ShadowCullPlanes_22 = value; } inline static int32_t get_offset_of_m_CameraCullPlanes_23() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___m_CameraCullPlanes_23)); } inline U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 get_m_CameraCullPlanes_23() const { return ___m_CameraCullPlanes_23; } inline U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 * get_address_of_m_CameraCullPlanes_23() { return &___m_CameraCullPlanes_23; } inline void set_m_CameraCullPlanes_23(U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t1A62DFE611627903BB19B4211C0598DE5A2DDE06 value) { ___m_CameraCullPlanes_23 = value; } inline static int32_t get_offset_of_baseFarDistance_24() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___baseFarDistance_24)); } inline float get_baseFarDistance_24() const { return ___baseFarDistance_24; } inline float* get_address_of_baseFarDistance_24() { return &___baseFarDistance_24; } inline void set_baseFarDistance_24(float value) { ___baseFarDistance_24 = value; } inline static int32_t get_offset_of_shadowCullCenter_25() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___shadowCullCenter_25)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_shadowCullCenter_25() const { return ___shadowCullCenter_25; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_shadowCullCenter_25() { return &___shadowCullCenter_25; } inline void set_shadowCullCenter_25(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___shadowCullCenter_25 = value; } inline static int32_t get_offset_of_layerCullDistances_26() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___layerCullDistances_26)); } inline U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 get_layerCullDistances_26() const { return ___layerCullDistances_26; } inline U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 * get_address_of_layerCullDistances_26() { return &___layerCullDistances_26; } inline void set_layerCullDistances_26(U3ClayerCullDistancesU3Ee__FixedBuffer_tFAC7CA74AD66A5859EB0280A5BABECD1C8D07292 value) { ___layerCullDistances_26 = value; } inline static int32_t get_offset_of_layerCullSpherical_27() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___layerCullSpherical_27)); } inline int32_t get_layerCullSpherical_27() const { return ___layerCullSpherical_27; } inline int32_t* get_address_of_layerCullSpherical_27() { return &___layerCullSpherical_27; } inline void set_layerCullSpherical_27(int32_t value) { ___layerCullSpherical_27 = value; } inline static int32_t get_offset_of_coreCameraValues_28() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___coreCameraValues_28)); } inline CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC get_coreCameraValues_28() const { return ___coreCameraValues_28; } inline CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC * get_address_of_coreCameraValues_28() { return &___coreCameraValues_28; } inline void set_coreCameraValues_28(CoreCameraValues_t2826967BC8164159C72774A1C73FFDDCB872EFDC value) { ___coreCameraValues_28 = value; } inline static int32_t get_offset_of_cameraType_29() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___cameraType_29)); } inline uint32_t get_cameraType_29() const { return ___cameraType_29; } inline uint32_t* get_address_of_cameraType_29() { return &___cameraType_29; } inline void set_cameraType_29(uint32_t value) { ___cameraType_29 = value; } inline static int32_t get_offset_of_projectionIsOblique_30() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___projectionIsOblique_30)); } inline int32_t get_projectionIsOblique_30() const { return ___projectionIsOblique_30; } inline int32_t* get_address_of_projectionIsOblique_30() { return &___projectionIsOblique_30; } inline void set_projectionIsOblique_30(int32_t value) { ___projectionIsOblique_30 = value; } inline static int32_t get_offset_of_isImplicitProjectionMatrix_31() { return static_cast(offsetof(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7, ___isImplicitProjectionMatrix_31)); } inline int32_t get_isImplicitProjectionMatrix_31() const { return ___isImplicitProjectionMatrix_31; } inline int32_t* get_address_of_isImplicitProjectionMatrix_31() { return &___isImplicitProjectionMatrix_31; } inline void set_isImplicitProjectionMatrix_31(int32_t value) { ___isImplicitProjectionMatrix_31 = value; } }; // UnityEngine.Rendering.CullingOptions struct CullingOptions_tFB17482412500C1641E9A7D5C2492DBACCF56241 { public: // System.Int32 UnityEngine.Rendering.CullingOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CullingOptions_tFB17482412500C1641E9A7D5C2492DBACCF56241, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.LODParameters struct LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 { public: // System.Int32 UnityEngine.Rendering.LODParameters::m_IsOrthographic int32_t ___m_IsOrthographic_0; // UnityEngine.Vector3 UnityEngine.Rendering.LODParameters::m_CameraPosition Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_CameraPosition_1; // System.Single UnityEngine.Rendering.LODParameters::m_FieldOfView float ___m_FieldOfView_2; // System.Single UnityEngine.Rendering.LODParameters::m_OrthoSize float ___m_OrthoSize_3; // System.Int32 UnityEngine.Rendering.LODParameters::m_CameraPixelHeight int32_t ___m_CameraPixelHeight_4; public: inline static int32_t get_offset_of_m_IsOrthographic_0() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_IsOrthographic_0)); } inline int32_t get_m_IsOrthographic_0() const { return ___m_IsOrthographic_0; } inline int32_t* get_address_of_m_IsOrthographic_0() { return &___m_IsOrthographic_0; } inline void set_m_IsOrthographic_0(int32_t value) { ___m_IsOrthographic_0 = value; } inline static int32_t get_offset_of_m_CameraPosition_1() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_CameraPosition_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_CameraPosition_1() const { return ___m_CameraPosition_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_CameraPosition_1() { return &___m_CameraPosition_1; } inline void set_m_CameraPosition_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_CameraPosition_1 = value; } inline static int32_t get_offset_of_m_FieldOfView_2() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_FieldOfView_2)); } inline float get_m_FieldOfView_2() const { return ___m_FieldOfView_2; } inline float* get_address_of_m_FieldOfView_2() { return &___m_FieldOfView_2; } inline void set_m_FieldOfView_2(float value) { ___m_FieldOfView_2 = value; } inline static int32_t get_offset_of_m_OrthoSize_3() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_OrthoSize_3)); } inline float get_m_OrthoSize_3() const { return ___m_OrthoSize_3; } inline float* get_address_of_m_OrthoSize_3() { return &___m_OrthoSize_3; } inline void set_m_OrthoSize_3(float value) { ___m_OrthoSize_3 = value; } inline static int32_t get_offset_of_m_CameraPixelHeight_4() { return static_cast(offsetof(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960, ___m_CameraPixelHeight_4)); } inline int32_t get_m_CameraPixelHeight_4() const { return ___m_CameraPixelHeight_4; } inline int32_t* get_address_of_m_CameraPixelHeight_4() { return &___m_CameraPixelHeight_4; } inline void set_m_CameraPixelHeight_4(int32_t value) { ___m_CameraPixelHeight_4 = value; } }; // UnityEngine.Rendering.ReflectionProbeSortingCriteria struct ReflectionProbeSortingCriteria_tC1C3E81B34A812E5516C397C8C29BD5722CA9794 { public: // System.Int32 UnityEngine.Rendering.ReflectionProbeSortingCriteria::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReflectionProbeSortingCriteria_tC1C3E81B34A812E5516C397C8C29BD5722CA9794, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.ScriptableRenderContext struct ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B { public: // System.IntPtr UnityEngine.Rendering.ScriptableRenderContext::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // UnityEngine.Rendering.ShadowSamplingMode struct ShadowSamplingMode_t585A9BDECAC505FF19FF785F55CDD403A2E5DA73 { public: // System.Int32 UnityEngine.Rendering.ShadowSamplingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ShadowSamplingMode_t585A9BDECAC505FF19FF785F55CDD403A2E5DA73, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.TextureDimension struct TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C { public: // System.Int32 UnityEngine.Rendering.TextureDimension::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TextureFormat struct TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TouchPhase struct TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6 { public: // System.Int32 UnityEngine.TouchPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TouchType struct TouchType_tBBD83025576FC017B10484014B5C396613A02B8E { public: // System.Int32 UnityEngine.TouchType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchType_tBBD83025576FC017B10484014B5C396613A02B8E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.LengthUnit struct LengthUnit_t72096DC46DF6AE7521ACB61C839C57915F7282BC { public: // System.Int32 UnityEngine.UIElements.LengthUnit::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LengthUnit_t72096DC46DF6AE7521ACB61C839C57915F7282BC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.VRTextureUsage struct VRTextureUsage_t2D7C2397ABF03DD28086B969100F7D91DDD978A0 { public: // System.Int32 UnityEngine.VRTextureUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VRTextureUsage_t2D7C2397ABF03DD28086B969100F7D91DDD978A0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.AvailableTrackingData struct AvailableTrackingData_tF1140FC398AFB5CA7E9FBBBC8ECB242E91E86AAD { public: // System.Int32 UnityEngine.XR.AvailableTrackingData::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AvailableTrackingData_tF1140FC398AFB5CA7E9FBBBC8ECB242E91E86AAD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.MeshGenerationStatus struct MeshGenerationStatus_t9EF07FCDC3FA6CC1951DDDED08F361AC02486D73 { public: // System.Int32 UnityEngine.XR.MeshGenerationStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshGenerationStatus_t9EF07FCDC3FA6CC1951DDDED08F361AC02486D73, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.MeshVertexAttributes struct MeshVertexAttributes_t108D1D0898F30028DA0D36251BCB889FF471FF58 { public: // System.Int32 UnityEngine.XR.MeshVertexAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshVertexAttributes_t108D1D0898F30028DA0D36251BCB889FF471FF58, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.XRNode struct XRNode_tC8909A28AC7B1B4D71839715DDC1011895BA5F5F { public: // System.Int32 UnityEngine.XR.XRNode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XRNode_tC8909A28AC7B1B4D71839715DDC1011895BA5F5F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.GPath_Segment struct Segment_t4D7158441370F573F35DB59A882D986F1269B61A { public: // FairyGUI.GPathPoint_CurveType FairyGUI.GPath_Segment::type int32_t ___type_0; // System.Single FairyGUI.GPath_Segment::length float ___length_1; // System.Int32 FairyGUI.GPath_Segment::ptStart int32_t ___ptStart_2; // System.Int32 FairyGUI.GPath_Segment::ptCount int32_t ___ptCount_3; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___length_1)); } inline float get_length_1() const { return ___length_1; } inline float* get_address_of_length_1() { return &___length_1; } inline void set_length_1(float value) { ___length_1 = value; } inline static int32_t get_offset_of_ptStart_2() { return static_cast(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___ptStart_2)); } inline int32_t get_ptStart_2() const { return ___ptStart_2; } inline int32_t* get_address_of_ptStart_2() { return &___ptStart_2; } inline void set_ptStart_2(int32_t value) { ___ptStart_2 = value; } inline static int32_t get_offset_of_ptCount_3() { return static_cast(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___ptCount_3)); } inline int32_t get_ptCount_3() const { return ___ptCount_3; } inline int32_t* get_address_of_ptCount_3() { return &___ptCount_3; } inline void set_ptCount_3(int32_t value) { ___ptCount_3 = value; } }; // FairyGUI.GPathPoint struct GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE { public: // UnityEngine.Vector3 FairyGUI.GPathPoint::pos Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos_0; // UnityEngine.Vector3 FairyGUI.GPathPoint::control1 Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control1_1; // UnityEngine.Vector3 FairyGUI.GPathPoint::control2 Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control2_2; // FairyGUI.GPathPoint_CurveType FairyGUI.GPathPoint::curveType int32_t ___curveType_3; public: inline static int32_t get_offset_of_pos_0() { return static_cast(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___pos_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_pos_0() const { return ___pos_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_pos_0() { return &___pos_0; } inline void set_pos_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___pos_0 = value; } inline static int32_t get_offset_of_control1_1() { return static_cast(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___control1_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_control1_1() const { return ___control1_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_control1_1() { return &___control1_1; } inline void set_control1_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___control1_1 = value; } inline static int32_t get_offset_of_control2_2() { return static_cast(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___control2_2)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_control2_2() const { return ___control2_2; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_control2_2() { return &___control2_2; } inline void set_control2_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___control2_2 = value; } inline static int32_t get_offset_of_curveType_3() { return static_cast(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___curveType_3)); } inline int32_t get_curveType_3() const { return ___curveType_3; } inline int32_t* get_address_of_curveType_3() { return &___curveType_3; } inline void set_curveType_3(int32_t value) { ___curveType_3 = value; } }; // Mono.Unity.UnityTls_unitytls_errorstate struct unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 { public: // System.UInt32 Mono.Unity.UnityTls_unitytls_errorstate::magic uint32_t ___magic_0; // Mono.Unity.UnityTls_unitytls_error_code Mono.Unity.UnityTls_unitytls_errorstate::code uint32_t ___code_1; // System.UInt64 Mono.Unity.UnityTls_unitytls_errorstate::reserved uint64_t ___reserved_2; public: inline static int32_t get_offset_of_magic_0() { return static_cast(offsetof(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6, ___magic_0)); } inline uint32_t get_magic_0() const { return ___magic_0; } inline uint32_t* get_address_of_magic_0() { return &___magic_0; } inline void set_magic_0(uint32_t value) { ___magic_0 = value; } inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6, ___code_1)); } inline uint32_t get_code_1() const { return ___code_1; } inline uint32_t* get_address_of_code_1() { return &___code_1; } inline void set_code_1(uint32_t value) { ___code_1 = value; } inline static int32_t get_offset_of_reserved_2() { return static_cast(offsetof(unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6, ___reserved_2)); } inline uint64_t get_reserved_2() const { return ___reserved_2; } inline uint64_t* get_address_of_reserved_2() { return &___reserved_2; } inline void set_reserved_2(uint64_t value) { ___reserved_2 = value; } }; // Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange struct unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 { public: // Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange::min uint32_t ___min_0; // Mono.Unity.UnityTls_unitytls_protocol Mono.Unity.UnityTls_unitytls_tlsctx_protocolrange::max uint32_t ___max_1; public: inline static int32_t get_offset_of_min_0() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47, ___min_0)); } inline uint32_t get_min_0() const { return ___min_0; } inline uint32_t* get_address_of_min_0() { return &___min_0; } inline void set_min_0(uint32_t value) { ___min_0 = value; } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47, ___max_1)); } inline uint32_t get_max_1() const { return ___max_1; } inline uint32_t* get_address_of_max_1() { return &___max_1; } inline void set_max_1(uint32_t value) { ___max_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA, ___key_0)); } inline uint64_t get_key_0() const { return ___key_0; } inline uint64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.ConsoleKeyInfo struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 { public: // System.Char System.ConsoleKeyInfo::_keyChar Il2CppChar ____keyChar_0; // System.ConsoleKey System.ConsoleKeyInfo::_key int32_t ____key_1; // System.ConsoleModifiers System.ConsoleKeyInfo::_mods int32_t ____mods_2; public: inline static int32_t get_offset_of__keyChar_0() { return static_cast(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____keyChar_0)); } inline Il2CppChar get__keyChar_0() const { return ____keyChar_0; } inline Il2CppChar* get_address_of__keyChar_0() { return &____keyChar_0; } inline void set__keyChar_0(Il2CppChar value) { ____keyChar_0 = value; } inline static int32_t get_offset_of__key_1() { return static_cast(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____key_1)); } inline int32_t get__key_1() const { return ____key_1; } inline int32_t* get_address_of__key_1() { return &____key_1; } inline void set__key_1(int32_t value) { ____key_1 = value; } inline static int32_t get_offset_of__mods_2() { return static_cast(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____mods_2)); } inline int32_t get__mods_2() const { return ____mods_2; } inline int32_t* get_address_of__mods_2() { return &____mods_2; } inline void set__mods_2(int32_t value) { ____mods_2 = value; } }; // Native definition for P/Invoke marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke { uint8_t ____keyChar_0; int32_t ____key_1; int32_t ____mods_2; }; // Native definition for COM marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com { uint8_t ____keyChar_0; int32_t ____key_1; int32_t ____mods_2; }; // System.Nullable`1 struct Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 { public: // T System.Nullable`1::value Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9, ___value_0)); } inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 get_value_0() const { return ___value_0; } inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 { public: // T System.Nullable`1::value Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779, ___value_0)); } inline Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 get_value_0() const { return ___value_0; } inline Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 { public: // T System.Nullable`1::value RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29, ___value_0)); } inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 get_value_0() const { return ___value_0; } inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.TypedReference struct TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 { public: // System.RuntimeTypeHandle System.TypedReference::type RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___type_0; // System.IntPtr System.TypedReference::Value intptr_t ___Value_1; // System.IntPtr System.TypedReference::Type intptr_t ___Type_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8, ___type_0)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get_type_0() const { return ___type_0; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of_type_0() { return &___type_0; } inline void set_type_0(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ___type_0 = value; } inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8, ___Value_1)); } inline intptr_t get_Value_1() const { return ___Value_1; } inline intptr_t* get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(intptr_t value) { ___Value_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8, ___Type_2)); } inline intptr_t get_Type_2() const { return ___Type_2; } inline intptr_t* get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(intptr_t value) { ___Type_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t83B803BC075802611FE185566F7FE576D1B85F52 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t83B803BC075802611FE185566F7FE576D1B85F52, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t83B803BC075802611FE185566F7FE576D1B85F52, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t83B803BC075802611FE185566F7FE576D1B85F52, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t1D9423FECCE6FE0EBBFAB0CF4124B39FF8B66520 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t1D9423FECCE6FE0EBBFAB0CF4124B39FF8B66520, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t1D9423FECCE6FE0EBBFAB0CF4124B39FF8B66520, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t1D9423FECCE6FE0EBBFAB0CF4124B39FF8B66520, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // UnityEngine.BuildCompression struct BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C { public: // UnityEngine.CompressionType UnityEngine.BuildCompression::_compression int32_t ____compression_5; // UnityEngine.CompressionLevel UnityEngine.BuildCompression::_level int32_t ____level_6; // System.UInt32 UnityEngine.BuildCompression::_blockSize uint32_t ____blockSize_7; public: inline static int32_t get_offset_of__compression_5() { return static_cast(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C, ____compression_5)); } inline int32_t get__compression_5() const { return ____compression_5; } inline int32_t* get_address_of__compression_5() { return &____compression_5; } inline void set__compression_5(int32_t value) { ____compression_5 = value; } inline static int32_t get_offset_of__level_6() { return static_cast(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C, ____level_6)); } inline int32_t get__level_6() const { return ____level_6; } inline int32_t* get_address_of__level_6() { return &____level_6; } inline void set__level_6(int32_t value) { ____level_6 = value; } inline static int32_t get_offset_of__blockSize_7() { return static_cast(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C, ____blockSize_7)); } inline uint32_t get__blockSize_7() const { return ____blockSize_7; } inline uint32_t* get_address_of__blockSize_7() { return &____blockSize_7; } inline void set__blockSize_7(uint32_t value) { ____blockSize_7 = value; } }; struct BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields { public: // UnityEngine.BuildCompression UnityEngine.BuildCompression::Uncompressed BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___Uncompressed_0; // UnityEngine.BuildCompression UnityEngine.BuildCompression::LZ4 BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___LZ4_1; // UnityEngine.BuildCompression UnityEngine.BuildCompression::LZMA BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___LZMA_2; // UnityEngine.BuildCompression UnityEngine.BuildCompression::UncompressedRuntime BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___UncompressedRuntime_3; // UnityEngine.BuildCompression UnityEngine.BuildCompression::LZ4Runtime BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___LZ4Runtime_4; public: inline static int32_t get_offset_of_Uncompressed_0() { return static_cast(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___Uncompressed_0)); } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_Uncompressed_0() const { return ___Uncompressed_0; } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_Uncompressed_0() { return &___Uncompressed_0; } inline void set_Uncompressed_0(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value) { ___Uncompressed_0 = value; } inline static int32_t get_offset_of_LZ4_1() { return static_cast(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___LZ4_1)); } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_LZ4_1() const { return ___LZ4_1; } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_LZ4_1() { return &___LZ4_1; } inline void set_LZ4_1(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value) { ___LZ4_1 = value; } inline static int32_t get_offset_of_LZMA_2() { return static_cast(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___LZMA_2)); } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_LZMA_2() const { return ___LZMA_2; } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_LZMA_2() { return &___LZMA_2; } inline void set_LZMA_2(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value) { ___LZMA_2 = value; } inline static int32_t get_offset_of_UncompressedRuntime_3() { return static_cast(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___UncompressedRuntime_3)); } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_UncompressedRuntime_3() const { return ___UncompressedRuntime_3; } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_UncompressedRuntime_3() { return &___UncompressedRuntime_3; } inline void set_UncompressedRuntime_3(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value) { ___UncompressedRuntime_3 = value; } inline static int32_t get_offset_of_LZ4Runtime_4() { return static_cast(offsetof(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C_StaticFields, ___LZ4Runtime_4)); } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C get_LZ4Runtime_4() const { return ___LZ4Runtime_4; } inline BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C * get_address_of_LZ4Runtime_4() { return &___LZ4Runtime_4; } inline void set_LZ4Runtime_4(BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C value) { ___LZ4Runtime_4 = value; } }; // UnityEngine.Camera_GateFitParameters struct GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 { public: // UnityEngine.Camera_GateFitMode UnityEngine.Camera_GateFitParameters::k__BackingField int32_t ___U3CmodeU3Ek__BackingField_0; // System.Single UnityEngine.Camera_GateFitParameters::k__BackingField float ___U3CaspectU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CmodeU3Ek__BackingField_0() { return static_cast(offsetof(GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604, ___U3CmodeU3Ek__BackingField_0)); } inline int32_t get_U3CmodeU3Ek__BackingField_0() const { return ___U3CmodeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CmodeU3Ek__BackingField_0() { return &___U3CmodeU3Ek__BackingField_0; } inline void set_U3CmodeU3Ek__BackingField_0(int32_t value) { ___U3CmodeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CaspectU3Ek__BackingField_1() { return static_cast(offsetof(GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604, ___U3CaspectU3Ek__BackingField_1)); } inline float get_U3CaspectU3Ek__BackingField_1() const { return ___U3CaspectU3Ek__BackingField_1; } inline float* get_address_of_U3CaspectU3Ek__BackingField_1() { return &___U3CaspectU3Ek__BackingField_1; } inline void set_U3CaspectU3Ek__BackingField_1(float value) { ___U3CaspectU3Ek__BackingField_1 = value; } }; // UnityEngine.LightBakingOutput struct LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 { public: // System.Int32 UnityEngine.LightBakingOutput::probeOcclusionLightIndex int32_t ___probeOcclusionLightIndex_0; // System.Int32 UnityEngine.LightBakingOutput::occlusionMaskChannel int32_t ___occlusionMaskChannel_1; // UnityEngine.LightmapBakeType UnityEngine.LightBakingOutput::lightmapBakeType int32_t ___lightmapBakeType_2; // UnityEngine.MixedLightingMode UnityEngine.LightBakingOutput::mixedLightingMode int32_t ___mixedLightingMode_3; // System.Boolean UnityEngine.LightBakingOutput::isBaked bool ___isBaked_4; public: inline static int32_t get_offset_of_probeOcclusionLightIndex_0() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___probeOcclusionLightIndex_0)); } inline int32_t get_probeOcclusionLightIndex_0() const { return ___probeOcclusionLightIndex_0; } inline int32_t* get_address_of_probeOcclusionLightIndex_0() { return &___probeOcclusionLightIndex_0; } inline void set_probeOcclusionLightIndex_0(int32_t value) { ___probeOcclusionLightIndex_0 = value; } inline static int32_t get_offset_of_occlusionMaskChannel_1() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___occlusionMaskChannel_1)); } inline int32_t get_occlusionMaskChannel_1() const { return ___occlusionMaskChannel_1; } inline int32_t* get_address_of_occlusionMaskChannel_1() { return &___occlusionMaskChannel_1; } inline void set_occlusionMaskChannel_1(int32_t value) { ___occlusionMaskChannel_1 = value; } inline static int32_t get_offset_of_lightmapBakeType_2() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___lightmapBakeType_2)); } inline int32_t get_lightmapBakeType_2() const { return ___lightmapBakeType_2; } inline int32_t* get_address_of_lightmapBakeType_2() { return &___lightmapBakeType_2; } inline void set_lightmapBakeType_2(int32_t value) { ___lightmapBakeType_2 = value; } inline static int32_t get_offset_of_mixedLightingMode_3() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___mixedLightingMode_3)); } inline int32_t get_mixedLightingMode_3() const { return ___mixedLightingMode_3; } inline int32_t* get_address_of_mixedLightingMode_3() { return &___mixedLightingMode_3; } inline void set_mixedLightingMode_3(int32_t value) { ___mixedLightingMode_3 = value; } inline static int32_t get_offset_of_isBaked_4() { return static_cast(offsetof(LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4, ___isBaked_4)); } inline bool get_isBaked_4() const { return ___isBaked_4; } inline bool* get_address_of_isBaked_4() { return &___isBaked_4; } inline void set_isBaked_4(bool value) { ___isBaked_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.LightBakingOutput struct LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_pinvoke { int32_t ___probeOcclusionLightIndex_0; int32_t ___occlusionMaskChannel_1; int32_t ___lightmapBakeType_2; int32_t ___mixedLightingMode_3; int32_t ___isBaked_4; }; // Native definition for COM marshalling of UnityEngine.LightBakingOutput struct LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4_marshaled_com { int32_t ___probeOcclusionLightIndex_0; int32_t ___occlusionMaskChannel_1; int32_t ___lightmapBakeType_2; int32_t ___mixedLightingMode_3; int32_t ___isBaked_4; }; // UnityEngine.ParticleSystem_EmitParams struct EmitParams_t03557E552852EC6B71876CD05C4098733702A219 { public: // UnityEngine.ParticleSystem_Particle UnityEngine.ParticleSystem_EmitParams::m_Particle Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___m_Particle_0; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_PositionSet bool ___m_PositionSet_1; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_VelocitySet bool ___m_VelocitySet_2; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_AxisOfRotationSet bool ___m_AxisOfRotationSet_3; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_RotationSet bool ___m_RotationSet_4; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_AngularVelocitySet bool ___m_AngularVelocitySet_5; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_StartSizeSet bool ___m_StartSizeSet_6; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_StartColorSet bool ___m_StartColorSet_7; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_RandomSeedSet bool ___m_RandomSeedSet_8; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_StartLifetimeSet bool ___m_StartLifetimeSet_9; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_MeshIndexSet bool ___m_MeshIndexSet_10; // System.Boolean UnityEngine.ParticleSystem_EmitParams::m_ApplyShapeToPosition bool ___m_ApplyShapeToPosition_11; public: inline static int32_t get_offset_of_m_Particle_0() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_Particle_0)); } inline Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E get_m_Particle_0() const { return ___m_Particle_0; } inline Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E * get_address_of_m_Particle_0() { return &___m_Particle_0; } inline void set_m_Particle_0(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E value) { ___m_Particle_0 = value; } inline static int32_t get_offset_of_m_PositionSet_1() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_PositionSet_1)); } inline bool get_m_PositionSet_1() const { return ___m_PositionSet_1; } inline bool* get_address_of_m_PositionSet_1() { return &___m_PositionSet_1; } inline void set_m_PositionSet_1(bool value) { ___m_PositionSet_1 = value; } inline static int32_t get_offset_of_m_VelocitySet_2() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_VelocitySet_2)); } inline bool get_m_VelocitySet_2() const { return ___m_VelocitySet_2; } inline bool* get_address_of_m_VelocitySet_2() { return &___m_VelocitySet_2; } inline void set_m_VelocitySet_2(bool value) { ___m_VelocitySet_2 = value; } inline static int32_t get_offset_of_m_AxisOfRotationSet_3() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_AxisOfRotationSet_3)); } inline bool get_m_AxisOfRotationSet_3() const { return ___m_AxisOfRotationSet_3; } inline bool* get_address_of_m_AxisOfRotationSet_3() { return &___m_AxisOfRotationSet_3; } inline void set_m_AxisOfRotationSet_3(bool value) { ___m_AxisOfRotationSet_3 = value; } inline static int32_t get_offset_of_m_RotationSet_4() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_RotationSet_4)); } inline bool get_m_RotationSet_4() const { return ___m_RotationSet_4; } inline bool* get_address_of_m_RotationSet_4() { return &___m_RotationSet_4; } inline void set_m_RotationSet_4(bool value) { ___m_RotationSet_4 = value; } inline static int32_t get_offset_of_m_AngularVelocitySet_5() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_AngularVelocitySet_5)); } inline bool get_m_AngularVelocitySet_5() const { return ___m_AngularVelocitySet_5; } inline bool* get_address_of_m_AngularVelocitySet_5() { return &___m_AngularVelocitySet_5; } inline void set_m_AngularVelocitySet_5(bool value) { ___m_AngularVelocitySet_5 = value; } inline static int32_t get_offset_of_m_StartSizeSet_6() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_StartSizeSet_6)); } inline bool get_m_StartSizeSet_6() const { return ___m_StartSizeSet_6; } inline bool* get_address_of_m_StartSizeSet_6() { return &___m_StartSizeSet_6; } inline void set_m_StartSizeSet_6(bool value) { ___m_StartSizeSet_6 = value; } inline static int32_t get_offset_of_m_StartColorSet_7() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_StartColorSet_7)); } inline bool get_m_StartColorSet_7() const { return ___m_StartColorSet_7; } inline bool* get_address_of_m_StartColorSet_7() { return &___m_StartColorSet_7; } inline void set_m_StartColorSet_7(bool value) { ___m_StartColorSet_7 = value; } inline static int32_t get_offset_of_m_RandomSeedSet_8() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_RandomSeedSet_8)); } inline bool get_m_RandomSeedSet_8() const { return ___m_RandomSeedSet_8; } inline bool* get_address_of_m_RandomSeedSet_8() { return &___m_RandomSeedSet_8; } inline void set_m_RandomSeedSet_8(bool value) { ___m_RandomSeedSet_8 = value; } inline static int32_t get_offset_of_m_StartLifetimeSet_9() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_StartLifetimeSet_9)); } inline bool get_m_StartLifetimeSet_9() const { return ___m_StartLifetimeSet_9; } inline bool* get_address_of_m_StartLifetimeSet_9() { return &___m_StartLifetimeSet_9; } inline void set_m_StartLifetimeSet_9(bool value) { ___m_StartLifetimeSet_9 = value; } inline static int32_t get_offset_of_m_MeshIndexSet_10() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_MeshIndexSet_10)); } inline bool get_m_MeshIndexSet_10() const { return ___m_MeshIndexSet_10; } inline bool* get_address_of_m_MeshIndexSet_10() { return &___m_MeshIndexSet_10; } inline void set_m_MeshIndexSet_10(bool value) { ___m_MeshIndexSet_10 = value; } inline static int32_t get_offset_of_m_ApplyShapeToPosition_11() { return static_cast(offsetof(EmitParams_t03557E552852EC6B71876CD05C4098733702A219, ___m_ApplyShapeToPosition_11)); } inline bool get_m_ApplyShapeToPosition_11() const { return ___m_ApplyShapeToPosition_11; } inline bool* get_address_of_m_ApplyShapeToPosition_11() { return &___m_ApplyShapeToPosition_11; } inline void set_m_ApplyShapeToPosition_11(bool value) { ___m_ApplyShapeToPosition_11 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/EmitParams struct EmitParams_t03557E552852EC6B71876CD05C4098733702A219_marshaled_pinvoke { Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___m_Particle_0; int32_t ___m_PositionSet_1; int32_t ___m_VelocitySet_2; int32_t ___m_AxisOfRotationSet_3; int32_t ___m_RotationSet_4; int32_t ___m_AngularVelocitySet_5; int32_t ___m_StartSizeSet_6; int32_t ___m_StartColorSet_7; int32_t ___m_RandomSeedSet_8; int32_t ___m_StartLifetimeSet_9; int32_t ___m_MeshIndexSet_10; int32_t ___m_ApplyShapeToPosition_11; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/EmitParams struct EmitParams_t03557E552852EC6B71876CD05C4098733702A219_marshaled_com { Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___m_Particle_0; int32_t ___m_PositionSet_1; int32_t ___m_VelocitySet_2; int32_t ___m_AxisOfRotationSet_3; int32_t ___m_RotationSet_4; int32_t ___m_AngularVelocitySet_5; int32_t ___m_StartSizeSet_6; int32_t ___m_StartColorSet_7; int32_t ___m_RandomSeedSet_8; int32_t ___m_StartLifetimeSet_9; int32_t ___m_MeshIndexSet_10; int32_t ___m_ApplyShapeToPosition_11; }; // UnityEngine.ParticleSystem_PlaybackState_Collision struct Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664 { public: // UnityEngine.ParticleSystem_PlaybackState_Seed4 UnityEngine.ParticleSystem_PlaybackState_Collision::m_Random Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D ___m_Random_0; public: inline static int32_t get_offset_of_m_Random_0() { return static_cast(offsetof(Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664, ___m_Random_0)); } inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D get_m_Random_0() const { return ___m_Random_0; } inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D * get_address_of_m_Random_0() { return &___m_Random_0; } inline void set_m_Random_0(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D value) { ___m_Random_0 = value; } }; // UnityEngine.ParticleSystem_PlaybackState_Force struct Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD { public: // UnityEngine.ParticleSystem_PlaybackState_Seed4 UnityEngine.ParticleSystem_PlaybackState_Force::m_Random Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D ___m_Random_0; public: inline static int32_t get_offset_of_m_Random_0() { return static_cast(offsetof(Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD, ___m_Random_0)); } inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D get_m_Random_0() const { return ___m_Random_0; } inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D * get_address_of_m_Random_0() { return &___m_Random_0; } inline void set_m_Random_0(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D value) { ___m_Random_0 = value; } }; // UnityEngine.ParticleSystem_PlaybackState_Initial struct Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695 { public: // UnityEngine.ParticleSystem_PlaybackState_Seed4 UnityEngine.ParticleSystem_PlaybackState_Initial::m_Random Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D ___m_Random_0; public: inline static int32_t get_offset_of_m_Random_0() { return static_cast(offsetof(Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695, ___m_Random_0)); } inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D get_m_Random_0() const { return ___m_Random_0; } inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D * get_address_of_m_Random_0() { return &___m_Random_0; } inline void set_m_Random_0(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D value) { ___m_Random_0 = value; } }; // UnityEngine.ParticleSystem_PlaybackState_Shape struct Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5 { public: // UnityEngine.ParticleSystem_PlaybackState_Seed4 UnityEngine.ParticleSystem_PlaybackState_Shape::m_Random Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D ___m_Random_0; // System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_RadiusTimer float ___m_RadiusTimer_1; // System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_RadiusTimerPrev float ___m_RadiusTimerPrev_2; // System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_ArcTimer float ___m_ArcTimer_3; // System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_ArcTimerPrev float ___m_ArcTimerPrev_4; // System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_MeshSpawnTimer float ___m_MeshSpawnTimer_5; // System.Single UnityEngine.ParticleSystem_PlaybackState_Shape::m_MeshSpawnTimerPrev float ___m_MeshSpawnTimerPrev_6; // System.Int32 UnityEngine.ParticleSystem_PlaybackState_Shape::m_OrderedMeshVertexIndex int32_t ___m_OrderedMeshVertexIndex_7; public: inline static int32_t get_offset_of_m_Random_0() { return static_cast(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_Random_0)); } inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D get_m_Random_0() const { return ___m_Random_0; } inline Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D * get_address_of_m_Random_0() { return &___m_Random_0; } inline void set_m_Random_0(Seed4_t26CA39C329A0B555E4B7C37B25928408AFA8C67D value) { ___m_Random_0 = value; } inline static int32_t get_offset_of_m_RadiusTimer_1() { return static_cast(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_RadiusTimer_1)); } inline float get_m_RadiusTimer_1() const { return ___m_RadiusTimer_1; } inline float* get_address_of_m_RadiusTimer_1() { return &___m_RadiusTimer_1; } inline void set_m_RadiusTimer_1(float value) { ___m_RadiusTimer_1 = value; } inline static int32_t get_offset_of_m_RadiusTimerPrev_2() { return static_cast(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_RadiusTimerPrev_2)); } inline float get_m_RadiusTimerPrev_2() const { return ___m_RadiusTimerPrev_2; } inline float* get_address_of_m_RadiusTimerPrev_2() { return &___m_RadiusTimerPrev_2; } inline void set_m_RadiusTimerPrev_2(float value) { ___m_RadiusTimerPrev_2 = value; } inline static int32_t get_offset_of_m_ArcTimer_3() { return static_cast(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_ArcTimer_3)); } inline float get_m_ArcTimer_3() const { return ___m_ArcTimer_3; } inline float* get_address_of_m_ArcTimer_3() { return &___m_ArcTimer_3; } inline void set_m_ArcTimer_3(float value) { ___m_ArcTimer_3 = value; } inline static int32_t get_offset_of_m_ArcTimerPrev_4() { return static_cast(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_ArcTimerPrev_4)); } inline float get_m_ArcTimerPrev_4() const { return ___m_ArcTimerPrev_4; } inline float* get_address_of_m_ArcTimerPrev_4() { return &___m_ArcTimerPrev_4; } inline void set_m_ArcTimerPrev_4(float value) { ___m_ArcTimerPrev_4 = value; } inline static int32_t get_offset_of_m_MeshSpawnTimer_5() { return static_cast(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_MeshSpawnTimer_5)); } inline float get_m_MeshSpawnTimer_5() const { return ___m_MeshSpawnTimer_5; } inline float* get_address_of_m_MeshSpawnTimer_5() { return &___m_MeshSpawnTimer_5; } inline void set_m_MeshSpawnTimer_5(float value) { ___m_MeshSpawnTimer_5 = value; } inline static int32_t get_offset_of_m_MeshSpawnTimerPrev_6() { return static_cast(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_MeshSpawnTimerPrev_6)); } inline float get_m_MeshSpawnTimerPrev_6() const { return ___m_MeshSpawnTimerPrev_6; } inline float* get_address_of_m_MeshSpawnTimerPrev_6() { return &___m_MeshSpawnTimerPrev_6; } inline void set_m_MeshSpawnTimerPrev_6(float value) { ___m_MeshSpawnTimerPrev_6 = value; } inline static int32_t get_offset_of_m_OrderedMeshVertexIndex_7() { return static_cast(offsetof(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5, ___m_OrderedMeshVertexIndex_7)); } inline int32_t get_m_OrderedMeshVertexIndex_7() const { return ___m_OrderedMeshVertexIndex_7; } inline int32_t* get_address_of_m_OrderedMeshVertexIndex_7() { return &___m_OrderedMeshVertexIndex_7; } inline void set_m_OrderedMeshVertexIndex_7(int32_t value) { ___m_OrderedMeshVertexIndex_7 = value; } }; // UnityEngine.Playables.Playable struct Playable_t4ABB910C374FCAB6B926DA4D34A85857A59950D0 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::m_Handle PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Playable_t4ABB910C374FCAB6B926DA4D34A85857A59950D0, ___m_Handle_0)); } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t9D3B4E540D4413CED81DDD6A24C5373BEFA1D182 value) { ___m_Handle_0 = value; } }; struct Playable_t4ABB910C374FCAB6B926DA4D34A85857A59950D0_StaticFields { public: // UnityEngine.Playables.Playable UnityEngine.Playables.Playable::m_NullPlayable Playable_t4ABB910C374FCAB6B926DA4D34A85857A59950D0 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(Playable_t4ABB910C374FCAB6B926DA4D34A85857A59950D0_StaticFields, ___m_NullPlayable_1)); } inline Playable_t4ABB910C374FCAB6B926DA4D34A85857A59950D0 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline Playable_t4ABB910C374FCAB6B926DA4D34A85857A59950D0 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(Playable_t4ABB910C374FCAB6B926DA4D34A85857A59950D0 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Playables.PlayableOutput struct PlayableOutput_t5E024C3D28C983782CD4FDB2FA5AD23998D21345 { public: // UnityEngine.Playables.PlayableOutputHandle UnityEngine.Playables.PlayableOutput::m_Handle PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableOutput_t5E024C3D28C983782CD4FDB2FA5AD23998D21345, ___m_Handle_0)); } inline PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableOutputHandle_t0D0C9D8ACC1A4061BD4EAEB61F3EE0357052F922 value) { ___m_Handle_0 = value; } }; struct PlayableOutput_t5E024C3D28C983782CD4FDB2FA5AD23998D21345_StaticFields { public: // UnityEngine.Playables.PlayableOutput UnityEngine.Playables.PlayableOutput::m_NullPlayableOutput PlayableOutput_t5E024C3D28C983782CD4FDB2FA5AD23998D21345 ___m_NullPlayableOutput_1; public: inline static int32_t get_offset_of_m_NullPlayableOutput_1() { return static_cast(offsetof(PlayableOutput_t5E024C3D28C983782CD4FDB2FA5AD23998D21345_StaticFields, ___m_NullPlayableOutput_1)); } inline PlayableOutput_t5E024C3D28C983782CD4FDB2FA5AD23998D21345 get_m_NullPlayableOutput_1() const { return ___m_NullPlayableOutput_1; } inline PlayableOutput_t5E024C3D28C983782CD4FDB2FA5AD23998D21345 * get_address_of_m_NullPlayableOutput_1() { return &___m_NullPlayableOutput_1; } inline void set_m_NullPlayableOutput_1(PlayableOutput_t5E024C3D28C983782CD4FDB2FA5AD23998D21345 value) { ___m_NullPlayableOutput_1 = value; } }; // UnityEngine.RenderTextureDescriptor struct RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E { public: // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CwidthU3Ek__BackingField_0; // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CheightU3Ek__BackingField_1; // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CmsaaSamplesU3Ek__BackingField_2; // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CvolumeDepthU3Ek__BackingField_3; // System.Int32 UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CmipCountU3Ek__BackingField_4; // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.RenderTextureDescriptor::_graphicsFormat int32_t ____graphicsFormat_5; // UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CstencilFormatU3Ek__BackingField_6; // System.Int32 UnityEngine.RenderTextureDescriptor::_depthBufferBits int32_t ____depthBufferBits_7; // UnityEngine.Rendering.TextureDimension UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CdimensionU3Ek__BackingField_9; // UnityEngine.Rendering.ShadowSamplingMode UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CshadowSamplingModeU3Ek__BackingField_10; // UnityEngine.VRTextureUsage UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CvrUsageU3Ek__BackingField_11; // UnityEngine.RenderTextureCreationFlags UnityEngine.RenderTextureDescriptor::_flags int32_t ____flags_12; // UnityEngine.RenderTextureMemoryless UnityEngine.RenderTextureDescriptor::k__BackingField int32_t ___U3CmemorylessU3Ek__BackingField_13; public: inline static int32_t get_offset_of_U3CwidthU3Ek__BackingField_0() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CwidthU3Ek__BackingField_0)); } inline int32_t get_U3CwidthU3Ek__BackingField_0() const { return ___U3CwidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CwidthU3Ek__BackingField_0() { return &___U3CwidthU3Ek__BackingField_0; } inline void set_U3CwidthU3Ek__BackingField_0(int32_t value) { ___U3CwidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CheightU3Ek__BackingField_1() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CheightU3Ek__BackingField_1)); } inline int32_t get_U3CheightU3Ek__BackingField_1() const { return ___U3CheightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CheightU3Ek__BackingField_1() { return &___U3CheightU3Ek__BackingField_1; } inline void set_U3CheightU3Ek__BackingField_1(int32_t value) { ___U3CheightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CmsaaSamplesU3Ek__BackingField_2() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CmsaaSamplesU3Ek__BackingField_2)); } inline int32_t get_U3CmsaaSamplesU3Ek__BackingField_2() const { return ___U3CmsaaSamplesU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CmsaaSamplesU3Ek__BackingField_2() { return &___U3CmsaaSamplesU3Ek__BackingField_2; } inline void set_U3CmsaaSamplesU3Ek__BackingField_2(int32_t value) { ___U3CmsaaSamplesU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CvolumeDepthU3Ek__BackingField_3() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CvolumeDepthU3Ek__BackingField_3)); } inline int32_t get_U3CvolumeDepthU3Ek__BackingField_3() const { return ___U3CvolumeDepthU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CvolumeDepthU3Ek__BackingField_3() { return &___U3CvolumeDepthU3Ek__BackingField_3; } inline void set_U3CvolumeDepthU3Ek__BackingField_3(int32_t value) { ___U3CvolumeDepthU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CmipCountU3Ek__BackingField_4() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CmipCountU3Ek__BackingField_4)); } inline int32_t get_U3CmipCountU3Ek__BackingField_4() const { return ___U3CmipCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CmipCountU3Ek__BackingField_4() { return &___U3CmipCountU3Ek__BackingField_4; } inline void set_U3CmipCountU3Ek__BackingField_4(int32_t value) { ___U3CmipCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of__graphicsFormat_5() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ____graphicsFormat_5)); } inline int32_t get__graphicsFormat_5() const { return ____graphicsFormat_5; } inline int32_t* get_address_of__graphicsFormat_5() { return &____graphicsFormat_5; } inline void set__graphicsFormat_5(int32_t value) { ____graphicsFormat_5 = value; } inline static int32_t get_offset_of_U3CstencilFormatU3Ek__BackingField_6() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CstencilFormatU3Ek__BackingField_6)); } inline int32_t get_U3CstencilFormatU3Ek__BackingField_6() const { return ___U3CstencilFormatU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CstencilFormatU3Ek__BackingField_6() { return &___U3CstencilFormatU3Ek__BackingField_6; } inline void set_U3CstencilFormatU3Ek__BackingField_6(int32_t value) { ___U3CstencilFormatU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of__depthBufferBits_7() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ____depthBufferBits_7)); } inline int32_t get__depthBufferBits_7() const { return ____depthBufferBits_7; } inline int32_t* get_address_of__depthBufferBits_7() { return &____depthBufferBits_7; } inline void set__depthBufferBits_7(int32_t value) { ____depthBufferBits_7 = value; } inline static int32_t get_offset_of_U3CdimensionU3Ek__BackingField_9() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CdimensionU3Ek__BackingField_9)); } inline int32_t get_U3CdimensionU3Ek__BackingField_9() const { return ___U3CdimensionU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CdimensionU3Ek__BackingField_9() { return &___U3CdimensionU3Ek__BackingField_9; } inline void set_U3CdimensionU3Ek__BackingField_9(int32_t value) { ___U3CdimensionU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CshadowSamplingModeU3Ek__BackingField_10() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CshadowSamplingModeU3Ek__BackingField_10)); } inline int32_t get_U3CshadowSamplingModeU3Ek__BackingField_10() const { return ___U3CshadowSamplingModeU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CshadowSamplingModeU3Ek__BackingField_10() { return &___U3CshadowSamplingModeU3Ek__BackingField_10; } inline void set_U3CshadowSamplingModeU3Ek__BackingField_10(int32_t value) { ___U3CshadowSamplingModeU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CvrUsageU3Ek__BackingField_11() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CvrUsageU3Ek__BackingField_11)); } inline int32_t get_U3CvrUsageU3Ek__BackingField_11() const { return ___U3CvrUsageU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CvrUsageU3Ek__BackingField_11() { return &___U3CvrUsageU3Ek__BackingField_11; } inline void set_U3CvrUsageU3Ek__BackingField_11(int32_t value) { ___U3CvrUsageU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of__flags_12() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ____flags_12)); } inline int32_t get__flags_12() const { return ____flags_12; } inline int32_t* get_address_of__flags_12() { return &____flags_12; } inline void set__flags_12(int32_t value) { ____flags_12 = value; } inline static int32_t get_offset_of_U3CmemorylessU3Ek__BackingField_13() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E, ___U3CmemorylessU3Ek__BackingField_13)); } inline int32_t get_U3CmemorylessU3Ek__BackingField_13() const { return ___U3CmemorylessU3Ek__BackingField_13; } inline int32_t* get_address_of_U3CmemorylessU3Ek__BackingField_13() { return &___U3CmemorylessU3Ek__BackingField_13; } inline void set_U3CmemorylessU3Ek__BackingField_13(int32_t value) { ___U3CmemorylessU3Ek__BackingField_13 = value; } }; struct RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E_StaticFields { public: // System.Int32[] UnityEngine.RenderTextureDescriptor::depthFormatBits Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___depthFormatBits_8; public: inline static int32_t get_offset_of_depthFormatBits_8() { return static_cast(offsetof(RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E_StaticFields, ___depthFormatBits_8)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_depthFormatBits_8() const { return ___depthFormatBits_8; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_depthFormatBits_8() { return &___depthFormatBits_8; } inline void set_depthFormatBits_8(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___depthFormatBits_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___depthFormatBits_8), (void*)value); } }; // UnityEngine.Rendering.ScriptableCullingParameters struct ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D { public: // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_IsOrthographic int32_t ___m_IsOrthographic_0; // UnityEngine.Rendering.LODParameters UnityEngine.Rendering.ScriptableCullingParameters::m_LODParameters LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 ___m_LODParameters_1; // UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer UnityEngine.Rendering.ScriptableCullingParameters::m_CullingPlanes U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC ___m_CullingPlanes_3; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_CullingPlaneCount int32_t ___m_CullingPlaneCount_4; // System.UInt32 UnityEngine.Rendering.ScriptableCullingParameters::m_CullingMask uint32_t ___m_CullingMask_5; // System.UInt64 UnityEngine.Rendering.ScriptableCullingParameters::m_SceneMask uint64_t ___m_SceneMask_6; // UnityEngine.Rendering.ScriptableCullingParameters_e__FixedBuffer UnityEngine.Rendering.ScriptableCullingParameters::m_LayerFarCullDistances U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E ___m_LayerFarCullDistances_8; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_LayerCull int32_t ___m_LayerCull_9; // UnityEngine.Matrix4x4 UnityEngine.Rendering.ScriptableCullingParameters::m_CullingMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_CullingMatrix_10; // UnityEngine.Vector3 UnityEngine.Rendering.ScriptableCullingParameters::m_Origin Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_11; // System.Single UnityEngine.Rendering.ScriptableCullingParameters::m_ShadowDistance float ___m_ShadowDistance_12; // UnityEngine.Rendering.CullingOptions UnityEngine.Rendering.ScriptableCullingParameters::m_CullingOptions int32_t ___m_CullingOptions_13; // UnityEngine.Rendering.ReflectionProbeSortingCriteria UnityEngine.Rendering.ScriptableCullingParameters::m_ReflectionProbeSortingCriteria int32_t ___m_ReflectionProbeSortingCriteria_14; // UnityEngine.Rendering.CameraProperties UnityEngine.Rendering.ScriptableCullingParameters::m_CameraProperties CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 ___m_CameraProperties_15; // System.Single UnityEngine.Rendering.ScriptableCullingParameters::m_AccurateOcclusionThreshold float ___m_AccurateOcclusionThreshold_16; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_MaximumPortalCullingJobs int32_t ___m_MaximumPortalCullingJobs_17; // UnityEngine.Matrix4x4 UnityEngine.Rendering.ScriptableCullingParameters::m_StereoViewMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_StereoViewMatrix_18; // UnityEngine.Matrix4x4 UnityEngine.Rendering.ScriptableCullingParameters::m_StereoProjectionMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_StereoProjectionMatrix_19; // System.Single UnityEngine.Rendering.ScriptableCullingParameters::m_StereoSeparationDistance float ___m_StereoSeparationDistance_20; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::m_maximumVisibleLights int32_t ___m_maximumVisibleLights_21; public: inline static int32_t get_offset_of_m_IsOrthographic_0() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_IsOrthographic_0)); } inline int32_t get_m_IsOrthographic_0() const { return ___m_IsOrthographic_0; } inline int32_t* get_address_of_m_IsOrthographic_0() { return &___m_IsOrthographic_0; } inline void set_m_IsOrthographic_0(int32_t value) { ___m_IsOrthographic_0 = value; } inline static int32_t get_offset_of_m_LODParameters_1() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_LODParameters_1)); } inline LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 get_m_LODParameters_1() const { return ___m_LODParameters_1; } inline LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 * get_address_of_m_LODParameters_1() { return &___m_LODParameters_1; } inline void set_m_LODParameters_1(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 value) { ___m_LODParameters_1 = value; } inline static int32_t get_offset_of_m_CullingPlanes_3() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingPlanes_3)); } inline U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC get_m_CullingPlanes_3() const { return ___m_CullingPlanes_3; } inline U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC * get_address_of_m_CullingPlanes_3() { return &___m_CullingPlanes_3; } inline void set_m_CullingPlanes_3(U3Cm_CullingPlanesU3Ee__FixedBuffer_t743D259743B8BD771EDBE1E750AA9383A142D5BC value) { ___m_CullingPlanes_3 = value; } inline static int32_t get_offset_of_m_CullingPlaneCount_4() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingPlaneCount_4)); } inline int32_t get_m_CullingPlaneCount_4() const { return ___m_CullingPlaneCount_4; } inline int32_t* get_address_of_m_CullingPlaneCount_4() { return &___m_CullingPlaneCount_4; } inline void set_m_CullingPlaneCount_4(int32_t value) { ___m_CullingPlaneCount_4 = value; } inline static int32_t get_offset_of_m_CullingMask_5() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingMask_5)); } inline uint32_t get_m_CullingMask_5() const { return ___m_CullingMask_5; } inline uint32_t* get_address_of_m_CullingMask_5() { return &___m_CullingMask_5; } inline void set_m_CullingMask_5(uint32_t value) { ___m_CullingMask_5 = value; } inline static int32_t get_offset_of_m_SceneMask_6() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_SceneMask_6)); } inline uint64_t get_m_SceneMask_6() const { return ___m_SceneMask_6; } inline uint64_t* get_address_of_m_SceneMask_6() { return &___m_SceneMask_6; } inline void set_m_SceneMask_6(uint64_t value) { ___m_SceneMask_6 = value; } inline static int32_t get_offset_of_m_LayerFarCullDistances_8() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_LayerFarCullDistances_8)); } inline U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E get_m_LayerFarCullDistances_8() const { return ___m_LayerFarCullDistances_8; } inline U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E * get_address_of_m_LayerFarCullDistances_8() { return &___m_LayerFarCullDistances_8; } inline void set_m_LayerFarCullDistances_8(U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_t782513EA334523B06CE5D2370344404C09351C8E value) { ___m_LayerFarCullDistances_8 = value; } inline static int32_t get_offset_of_m_LayerCull_9() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_LayerCull_9)); } inline int32_t get_m_LayerCull_9() const { return ___m_LayerCull_9; } inline int32_t* get_address_of_m_LayerCull_9() { return &___m_LayerCull_9; } inline void set_m_LayerCull_9(int32_t value) { ___m_LayerCull_9 = value; } inline static int32_t get_offset_of_m_CullingMatrix_10() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingMatrix_10)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_CullingMatrix_10() const { return ___m_CullingMatrix_10; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_CullingMatrix_10() { return &___m_CullingMatrix_10; } inline void set_m_CullingMatrix_10(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___m_CullingMatrix_10 = value; } inline static int32_t get_offset_of_m_Origin_11() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_Origin_11)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_11() const { return ___m_Origin_11; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_11() { return &___m_Origin_11; } inline void set_m_Origin_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Origin_11 = value; } inline static int32_t get_offset_of_m_ShadowDistance_12() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_ShadowDistance_12)); } inline float get_m_ShadowDistance_12() const { return ___m_ShadowDistance_12; } inline float* get_address_of_m_ShadowDistance_12() { return &___m_ShadowDistance_12; } inline void set_m_ShadowDistance_12(float value) { ___m_ShadowDistance_12 = value; } inline static int32_t get_offset_of_m_CullingOptions_13() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CullingOptions_13)); } inline int32_t get_m_CullingOptions_13() const { return ___m_CullingOptions_13; } inline int32_t* get_address_of_m_CullingOptions_13() { return &___m_CullingOptions_13; } inline void set_m_CullingOptions_13(int32_t value) { ___m_CullingOptions_13 = value; } inline static int32_t get_offset_of_m_ReflectionProbeSortingCriteria_14() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_ReflectionProbeSortingCriteria_14)); } inline int32_t get_m_ReflectionProbeSortingCriteria_14() const { return ___m_ReflectionProbeSortingCriteria_14; } inline int32_t* get_address_of_m_ReflectionProbeSortingCriteria_14() { return &___m_ReflectionProbeSortingCriteria_14; } inline void set_m_ReflectionProbeSortingCriteria_14(int32_t value) { ___m_ReflectionProbeSortingCriteria_14 = value; } inline static int32_t get_offset_of_m_CameraProperties_15() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_CameraProperties_15)); } inline CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 get_m_CameraProperties_15() const { return ___m_CameraProperties_15; } inline CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 * get_address_of_m_CameraProperties_15() { return &___m_CameraProperties_15; } inline void set_m_CameraProperties_15(CameraProperties_tCE5FE6146B237B7AE90D993E368204BC27E60AA7 value) { ___m_CameraProperties_15 = value; } inline static int32_t get_offset_of_m_AccurateOcclusionThreshold_16() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_AccurateOcclusionThreshold_16)); } inline float get_m_AccurateOcclusionThreshold_16() const { return ___m_AccurateOcclusionThreshold_16; } inline float* get_address_of_m_AccurateOcclusionThreshold_16() { return &___m_AccurateOcclusionThreshold_16; } inline void set_m_AccurateOcclusionThreshold_16(float value) { ___m_AccurateOcclusionThreshold_16 = value; } inline static int32_t get_offset_of_m_MaximumPortalCullingJobs_17() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_MaximumPortalCullingJobs_17)); } inline int32_t get_m_MaximumPortalCullingJobs_17() const { return ___m_MaximumPortalCullingJobs_17; } inline int32_t* get_address_of_m_MaximumPortalCullingJobs_17() { return &___m_MaximumPortalCullingJobs_17; } inline void set_m_MaximumPortalCullingJobs_17(int32_t value) { ___m_MaximumPortalCullingJobs_17 = value; } inline static int32_t get_offset_of_m_StereoViewMatrix_18() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_StereoViewMatrix_18)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_StereoViewMatrix_18() const { return ___m_StereoViewMatrix_18; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_StereoViewMatrix_18() { return &___m_StereoViewMatrix_18; } inline void set_m_StereoViewMatrix_18(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___m_StereoViewMatrix_18 = value; } inline static int32_t get_offset_of_m_StereoProjectionMatrix_19() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_StereoProjectionMatrix_19)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_StereoProjectionMatrix_19() const { return ___m_StereoProjectionMatrix_19; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_StereoProjectionMatrix_19() { return &___m_StereoProjectionMatrix_19; } inline void set_m_StereoProjectionMatrix_19(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___m_StereoProjectionMatrix_19 = value; } inline static int32_t get_offset_of_m_StereoSeparationDistance_20() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_StereoSeparationDistance_20)); } inline float get_m_StereoSeparationDistance_20() const { return ___m_StereoSeparationDistance_20; } inline float* get_address_of_m_StereoSeparationDistance_20() { return &___m_StereoSeparationDistance_20; } inline void set_m_StereoSeparationDistance_20(float value) { ___m_StereoSeparationDistance_20 = value; } inline static int32_t get_offset_of_m_maximumVisibleLights_21() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D, ___m_maximumVisibleLights_21)); } inline int32_t get_m_maximumVisibleLights_21() const { return ___m_maximumVisibleLights_21; } inline int32_t* get_address_of_m_maximumVisibleLights_21() { return &___m_maximumVisibleLights_21; } inline void set_m_maximumVisibleLights_21(int32_t value) { ___m_maximumVisibleLights_21 = value; } }; struct ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D_StaticFields { public: // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::maximumCullingPlaneCount int32_t ___maximumCullingPlaneCount_2; // System.Int32 UnityEngine.Rendering.ScriptableCullingParameters::layerCount int32_t ___layerCount_7; public: inline static int32_t get_offset_of_maximumCullingPlaneCount_2() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D_StaticFields, ___maximumCullingPlaneCount_2)); } inline int32_t get_maximumCullingPlaneCount_2() const { return ___maximumCullingPlaneCount_2; } inline int32_t* get_address_of_maximumCullingPlaneCount_2() { return &___maximumCullingPlaneCount_2; } inline void set_maximumCullingPlaneCount_2(int32_t value) { ___maximumCullingPlaneCount_2 = value; } inline static int32_t get_offset_of_layerCount_7() { return static_cast(offsetof(ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D_StaticFields, ___layerCount_7)); } inline int32_t get_layerCount_7() const { return ___layerCount_7; } inline int32_t* get_address_of_layerCount_7() { return &___layerCount_7; } inline void set_layerCount_7(int32_t value) { ___layerCount_7 = value; } }; // UnityEngine.Touch struct Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 { public: // System.Int32 UnityEngine.Touch::m_FingerId int32_t ___m_FingerId_0; // UnityEngine.Vector2 UnityEngine.Touch::m_Position Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Position_1; // UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_RawPosition_2; // UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_PositionDelta_3; // System.Single UnityEngine.Touch::m_TimeDelta float ___m_TimeDelta_4; // System.Int32 UnityEngine.Touch::m_TapCount int32_t ___m_TapCount_5; // UnityEngine.TouchPhase UnityEngine.Touch::m_Phase int32_t ___m_Phase_6; // UnityEngine.TouchType UnityEngine.Touch::m_Type int32_t ___m_Type_7; // System.Single UnityEngine.Touch::m_Pressure float ___m_Pressure_8; // System.Single UnityEngine.Touch::m_maximumPossiblePressure float ___m_maximumPossiblePressure_9; // System.Single UnityEngine.Touch::m_Radius float ___m_Radius_10; // System.Single UnityEngine.Touch::m_RadiusVariance float ___m_RadiusVariance_11; // System.Single UnityEngine.Touch::m_AltitudeAngle float ___m_AltitudeAngle_12; // System.Single UnityEngine.Touch::m_AzimuthAngle float ___m_AzimuthAngle_13; public: inline static int32_t get_offset_of_m_FingerId_0() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_FingerId_0)); } inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; } inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; } inline void set_m_FingerId_0(int32_t value) { ___m_FingerId_0 = value; } inline static int32_t get_offset_of_m_Position_1() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Position_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Position_1() const { return ___m_Position_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Position_1() { return &___m_Position_1; } inline void set_m_Position_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_Position_1 = value; } inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RawPosition_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_RawPosition_2() const { return ___m_RawPosition_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; } inline void set_m_RawPosition_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_RawPosition_2 = value; } inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_PositionDelta_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_PositionDelta_3() const { return ___m_PositionDelta_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; } inline void set_m_PositionDelta_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_PositionDelta_3 = value; } inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TimeDelta_4)); } inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; } inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; } inline void set_m_TimeDelta_4(float value) { ___m_TimeDelta_4 = value; } inline static int32_t get_offset_of_m_TapCount_5() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TapCount_5)); } inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; } inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; } inline void set_m_TapCount_5(int32_t value) { ___m_TapCount_5 = value; } inline static int32_t get_offset_of_m_Phase_6() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Phase_6)); } inline int32_t get_m_Phase_6() const { return ___m_Phase_6; } inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; } inline void set_m_Phase_6(int32_t value) { ___m_Phase_6 = value; } inline static int32_t get_offset_of_m_Type_7() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Type_7)); } inline int32_t get_m_Type_7() const { return ___m_Type_7; } inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; } inline void set_m_Type_7(int32_t value) { ___m_Type_7 = value; } inline static int32_t get_offset_of_m_Pressure_8() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Pressure_8)); } inline float get_m_Pressure_8() const { return ___m_Pressure_8; } inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; } inline void set_m_Pressure_8(float value) { ___m_Pressure_8 = value; } inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_maximumPossiblePressure_9)); } inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; } inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; } inline void set_m_maximumPossiblePressure_9(float value) { ___m_maximumPossiblePressure_9 = value; } inline static int32_t get_offset_of_m_Radius_10() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Radius_10)); } inline float get_m_Radius_10() const { return ___m_Radius_10; } inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; } inline void set_m_Radius_10(float value) { ___m_Radius_10 = value; } inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RadiusVariance_11)); } inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; } inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; } inline void set_m_RadiusVariance_11(float value) { ___m_RadiusVariance_11 = value; } inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AltitudeAngle_12)); } inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; } inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; } inline void set_m_AltitudeAngle_12(float value) { ___m_AltitudeAngle_12 = value; } inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AzimuthAngle_13)); } inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; } inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; } inline void set_m_AzimuthAngle_13(float value) { ___m_AzimuthAngle_13 = value; } }; // UnityEngine.UIElements.Length struct Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 { public: // System.Single UnityEngine.UIElements.Length::m_Value float ___m_Value_0; // UnityEngine.UIElements.LengthUnit UnityEngine.UIElements.Length::m_Unit int32_t ___m_Unit_1; public: inline static int32_t get_offset_of_m_Value_0() { return static_cast(offsetof(Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300, ___m_Value_0)); } inline float get_m_Value_0() const { return ___m_Value_0; } inline float* get_address_of_m_Value_0() { return &___m_Value_0; } inline void set_m_Value_0(float value) { ___m_Value_0 = value; } inline static int32_t get_offset_of_m_Unit_1() { return static_cast(offsetof(Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300, ___m_Unit_1)); } inline int32_t get_m_Unit_1() const { return ___m_Unit_1; } inline int32_t* get_address_of_m_Unit_1() { return &___m_Unit_1; } inline void set_m_Unit_1(int32_t value) { ___m_Unit_1 = value; } }; // UnityEngine.XR.MeshGenerationResult struct MeshGenerationResult_tC1C81EF3BAD05FB75B6F182C0EFCFB53236FB42A { public: // UnityEngine.XR.MeshId UnityEngine.XR.MeshGenerationResult::k__BackingField MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A ___U3CMeshIdU3Ek__BackingField_0; // UnityEngine.Mesh UnityEngine.XR.MeshGenerationResult::k__BackingField Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___U3CMeshU3Ek__BackingField_1; // UnityEngine.MeshCollider UnityEngine.XR.MeshGenerationResult::k__BackingField MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * ___U3CMeshColliderU3Ek__BackingField_2; // UnityEngine.XR.MeshGenerationStatus UnityEngine.XR.MeshGenerationResult::k__BackingField int32_t ___U3CStatusU3Ek__BackingField_3; // UnityEngine.XR.MeshVertexAttributes UnityEngine.XR.MeshGenerationResult::k__BackingField int32_t ___U3CAttributesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CMeshIdU3Ek__BackingField_0() { return static_cast(offsetof(MeshGenerationResult_tC1C81EF3BAD05FB75B6F182C0EFCFB53236FB42A, ___U3CMeshIdU3Ek__BackingField_0)); } inline MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A get_U3CMeshIdU3Ek__BackingField_0() const { return ___U3CMeshIdU3Ek__BackingField_0; } inline MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A * get_address_of_U3CMeshIdU3Ek__BackingField_0() { return &___U3CMeshIdU3Ek__BackingField_0; } inline void set_U3CMeshIdU3Ek__BackingField_0(MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A value) { ___U3CMeshIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMeshU3Ek__BackingField_1() { return static_cast(offsetof(MeshGenerationResult_tC1C81EF3BAD05FB75B6F182C0EFCFB53236FB42A, ___U3CMeshU3Ek__BackingField_1)); } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_U3CMeshU3Ek__BackingField_1() const { return ___U3CMeshU3Ek__BackingField_1; } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_U3CMeshU3Ek__BackingField_1() { return &___U3CMeshU3Ek__BackingField_1; } inline void set_U3CMeshU3Ek__BackingField_1(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value) { ___U3CMeshU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMeshU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMeshColliderU3Ek__BackingField_2() { return static_cast(offsetof(MeshGenerationResult_tC1C81EF3BAD05FB75B6F182C0EFCFB53236FB42A, ___U3CMeshColliderU3Ek__BackingField_2)); } inline MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * get_U3CMeshColliderU3Ek__BackingField_2() const { return ___U3CMeshColliderU3Ek__BackingField_2; } inline MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE ** get_address_of_U3CMeshColliderU3Ek__BackingField_2() { return &___U3CMeshColliderU3Ek__BackingField_2; } inline void set_U3CMeshColliderU3Ek__BackingField_2(MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * value) { ___U3CMeshColliderU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMeshColliderU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStatusU3Ek__BackingField_3() { return static_cast(offsetof(MeshGenerationResult_tC1C81EF3BAD05FB75B6F182C0EFCFB53236FB42A, ___U3CStatusU3Ek__BackingField_3)); } inline int32_t get_U3CStatusU3Ek__BackingField_3() const { return ___U3CStatusU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CStatusU3Ek__BackingField_3() { return &___U3CStatusU3Ek__BackingField_3; } inline void set_U3CStatusU3Ek__BackingField_3(int32_t value) { ___U3CStatusU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CAttributesU3Ek__BackingField_4() { return static_cast(offsetof(MeshGenerationResult_tC1C81EF3BAD05FB75B6F182C0EFCFB53236FB42A, ___U3CAttributesU3Ek__BackingField_4)); } inline int32_t get_U3CAttributesU3Ek__BackingField_4() const { return ___U3CAttributesU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CAttributesU3Ek__BackingField_4() { return &___U3CAttributesU3Ek__BackingField_4; } inline void set_U3CAttributesU3Ek__BackingField_4(int32_t value) { ___U3CAttributesU3Ek__BackingField_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.MeshGenerationResult struct MeshGenerationResult_tC1C81EF3BAD05FB75B6F182C0EFCFB53236FB42A_marshaled_pinvoke { MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A ___U3CMeshIdU3Ek__BackingField_0; Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___U3CMeshU3Ek__BackingField_1; MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * ___U3CMeshColliderU3Ek__BackingField_2; int32_t ___U3CStatusU3Ek__BackingField_3; int32_t ___U3CAttributesU3Ek__BackingField_4; }; // Native definition for COM marshalling of UnityEngine.XR.MeshGenerationResult struct MeshGenerationResult_tC1C81EF3BAD05FB75B6F182C0EFCFB53236FB42A_marshaled_com { MeshId_t8674C6A14E469B2507FCDEBBE7F77ACC3CA37C1A ___U3CMeshIdU3Ek__BackingField_0; Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___U3CMeshU3Ek__BackingField_1; MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * ___U3CMeshColliderU3Ek__BackingField_2; int32_t ___U3CStatusU3Ek__BackingField_3; int32_t ___U3CAttributesU3Ek__BackingField_4; }; // UnityEngine.XR.XRNodeState struct XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A { public: // UnityEngine.XR.XRNode UnityEngine.XR.XRNodeState::m_Type int32_t ___m_Type_0; // UnityEngine.XR.AvailableTrackingData UnityEngine.XR.XRNodeState::m_AvailableFields int32_t ___m_AvailableFields_1; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Position_2; // UnityEngine.Quaternion UnityEngine.XR.XRNodeState::m_Rotation Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___m_Rotation_3; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Velocity Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Velocity_4; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularVelocity Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AngularVelocity_5; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Acceleration Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Acceleration_6; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularAcceleration Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AngularAcceleration_7; // System.Int32 UnityEngine.XR.XRNodeState::m_Tracked int32_t ___m_Tracked_8; // System.UInt64 UnityEngine.XR.XRNodeState::m_UniqueID uint64_t ___m_UniqueID_9; public: inline static int32_t get_offset_of_m_Type_0() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_Type_0)); } inline int32_t get_m_Type_0() const { return ___m_Type_0; } inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; } inline void set_m_Type_0(int32_t value) { ___m_Type_0 = value; } inline static int32_t get_offset_of_m_AvailableFields_1() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_AvailableFields_1)); } inline int32_t get_m_AvailableFields_1() const { return ___m_AvailableFields_1; } inline int32_t* get_address_of_m_AvailableFields_1() { return &___m_AvailableFields_1; } inline void set_m_AvailableFields_1(int32_t value) { ___m_AvailableFields_1 = value; } inline static int32_t get_offset_of_m_Position_2() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_Position_2)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Position_2() const { return ___m_Position_2; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Position_2() { return &___m_Position_2; } inline void set_m_Position_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Position_2 = value; } inline static int32_t get_offset_of_m_Rotation_3() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_Rotation_3)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_m_Rotation_3() const { return ___m_Rotation_3; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_m_Rotation_3() { return &___m_Rotation_3; } inline void set_m_Rotation_3(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___m_Rotation_3 = value; } inline static int32_t get_offset_of_m_Velocity_4() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_Velocity_4)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Velocity_4() const { return ___m_Velocity_4; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Velocity_4() { return &___m_Velocity_4; } inline void set_m_Velocity_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Velocity_4 = value; } inline static int32_t get_offset_of_m_AngularVelocity_5() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_AngularVelocity_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AngularVelocity_5() const { return ___m_AngularVelocity_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AngularVelocity_5() { return &___m_AngularVelocity_5; } inline void set_m_AngularVelocity_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_AngularVelocity_5 = value; } inline static int32_t get_offset_of_m_Acceleration_6() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_Acceleration_6)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Acceleration_6() const { return ___m_Acceleration_6; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Acceleration_6() { return &___m_Acceleration_6; } inline void set_m_Acceleration_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Acceleration_6 = value; } inline static int32_t get_offset_of_m_AngularAcceleration_7() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_AngularAcceleration_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AngularAcceleration_7() const { return ___m_AngularAcceleration_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AngularAcceleration_7() { return &___m_AngularAcceleration_7; } inline void set_m_AngularAcceleration_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_AngularAcceleration_7 = value; } inline static int32_t get_offset_of_m_Tracked_8() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_Tracked_8)); } inline int32_t get_m_Tracked_8() const { return ___m_Tracked_8; } inline int32_t* get_address_of_m_Tracked_8() { return &___m_Tracked_8; } inline void set_m_Tracked_8(int32_t value) { ___m_Tracked_8 = value; } inline static int32_t get_offset_of_m_UniqueID_9() { return static_cast(offsetof(XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A, ___m_UniqueID_9)); } inline uint64_t get_m_UniqueID_9() const { return ___m_UniqueID_9; } inline uint64_t* get_address_of_m_UniqueID_9() { return &___m_UniqueID_9; } inline void set_m_UniqueID_9(uint64_t value) { ___m_UniqueID_9 = value; } }; // System.Collections.Generic.KeyValuePair`2> struct KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A, ___value_1)); } inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 get_value_1() const { return ___value_1; } inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 value) { ___value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 { public: // T System.Nullable`1::value Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280, ___value_0)); } inline Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 get_value_0() const { return ___value_0; } inline Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // UnityEngine.ParticleSystem_PlaybackState struct PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 { public: // System.Single UnityEngine.ParticleSystem_PlaybackState::m_AccumulatedDt float ___m_AccumulatedDt_0; // System.Single UnityEngine.ParticleSystem_PlaybackState::m_StartDelay float ___m_StartDelay_1; // System.Single UnityEngine.ParticleSystem_PlaybackState::m_PlaybackTime float ___m_PlaybackTime_2; // System.Int32 UnityEngine.ParticleSystem_PlaybackState::m_RingBufferIndex int32_t ___m_RingBufferIndex_3; // UnityEngine.ParticleSystem_PlaybackState_Emission UnityEngine.ParticleSystem_PlaybackState::m_Emission Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583 ___m_Emission_4; // UnityEngine.ParticleSystem_PlaybackState_Initial UnityEngine.ParticleSystem_PlaybackState::m_Initial Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695 ___m_Initial_5; // UnityEngine.ParticleSystem_PlaybackState_Shape UnityEngine.ParticleSystem_PlaybackState::m_Shape Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5 ___m_Shape_6; // UnityEngine.ParticleSystem_PlaybackState_Force UnityEngine.ParticleSystem_PlaybackState::m_Force Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD ___m_Force_7; // UnityEngine.ParticleSystem_PlaybackState_Collision UnityEngine.ParticleSystem_PlaybackState::m_Collision Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664 ___m_Collision_8; // UnityEngine.ParticleSystem_PlaybackState_Noise UnityEngine.ParticleSystem_PlaybackState::m_Noise Noise_t19FB1036002F892E759F691B282B9CC168704E1F ___m_Noise_9; // UnityEngine.ParticleSystem_PlaybackState_Lights UnityEngine.ParticleSystem_PlaybackState::m_Lights Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5 ___m_Lights_10; // UnityEngine.ParticleSystem_PlaybackState_Trail UnityEngine.ParticleSystem_PlaybackState::m_Trail Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6 ___m_Trail_11; public: inline static int32_t get_offset_of_m_AccumulatedDt_0() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_AccumulatedDt_0)); } inline float get_m_AccumulatedDt_0() const { return ___m_AccumulatedDt_0; } inline float* get_address_of_m_AccumulatedDt_0() { return &___m_AccumulatedDt_0; } inline void set_m_AccumulatedDt_0(float value) { ___m_AccumulatedDt_0 = value; } inline static int32_t get_offset_of_m_StartDelay_1() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_StartDelay_1)); } inline float get_m_StartDelay_1() const { return ___m_StartDelay_1; } inline float* get_address_of_m_StartDelay_1() { return &___m_StartDelay_1; } inline void set_m_StartDelay_1(float value) { ___m_StartDelay_1 = value; } inline static int32_t get_offset_of_m_PlaybackTime_2() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_PlaybackTime_2)); } inline float get_m_PlaybackTime_2() const { return ___m_PlaybackTime_2; } inline float* get_address_of_m_PlaybackTime_2() { return &___m_PlaybackTime_2; } inline void set_m_PlaybackTime_2(float value) { ___m_PlaybackTime_2 = value; } inline static int32_t get_offset_of_m_RingBufferIndex_3() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_RingBufferIndex_3)); } inline int32_t get_m_RingBufferIndex_3() const { return ___m_RingBufferIndex_3; } inline int32_t* get_address_of_m_RingBufferIndex_3() { return &___m_RingBufferIndex_3; } inline void set_m_RingBufferIndex_3(int32_t value) { ___m_RingBufferIndex_3 = value; } inline static int32_t get_offset_of_m_Emission_4() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Emission_4)); } inline Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583 get_m_Emission_4() const { return ___m_Emission_4; } inline Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583 * get_address_of_m_Emission_4() { return &___m_Emission_4; } inline void set_m_Emission_4(Emission_t390D19B4B5B78C2B477175DFE303BD83906A2583 value) { ___m_Emission_4 = value; } inline static int32_t get_offset_of_m_Initial_5() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Initial_5)); } inline Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695 get_m_Initial_5() const { return ___m_Initial_5; } inline Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695 * get_address_of_m_Initial_5() { return &___m_Initial_5; } inline void set_m_Initial_5(Initial_t6301B7F05CB514104319FC2E293907BAD6FC7695 value) { ___m_Initial_5 = value; } inline static int32_t get_offset_of_m_Shape_6() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Shape_6)); } inline Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5 get_m_Shape_6() const { return ___m_Shape_6; } inline Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5 * get_address_of_m_Shape_6() { return &___m_Shape_6; } inline void set_m_Shape_6(Shape_tB1566ECA9D55FD114D51CE4874266AF1F9F5CAF5 value) { ___m_Shape_6 = value; } inline static int32_t get_offset_of_m_Force_7() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Force_7)); } inline Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD get_m_Force_7() const { return ___m_Force_7; } inline Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD * get_address_of_m_Force_7() { return &___m_Force_7; } inline void set_m_Force_7(Force_t58F8F82B7213136D90E2E160F5145BBAB5DE0EBD value) { ___m_Force_7 = value; } inline static int32_t get_offset_of_m_Collision_8() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Collision_8)); } inline Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664 get_m_Collision_8() const { return ___m_Collision_8; } inline Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664 * get_address_of_m_Collision_8() { return &___m_Collision_8; } inline void set_m_Collision_8(Collision_tBAA128729A7D9B2DEA8C97A5CE470F6EBD465664 value) { ___m_Collision_8 = value; } inline static int32_t get_offset_of_m_Noise_9() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Noise_9)); } inline Noise_t19FB1036002F892E759F691B282B9CC168704E1F get_m_Noise_9() const { return ___m_Noise_9; } inline Noise_t19FB1036002F892E759F691B282B9CC168704E1F * get_address_of_m_Noise_9() { return &___m_Noise_9; } inline void set_m_Noise_9(Noise_t19FB1036002F892E759F691B282B9CC168704E1F value) { ___m_Noise_9 = value; } inline static int32_t get_offset_of_m_Lights_10() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Lights_10)); } inline Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5 get_m_Lights_10() const { return ___m_Lights_10; } inline Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5 * get_address_of_m_Lights_10() { return &___m_Lights_10; } inline void set_m_Lights_10(Lights_t634819F8EE1F2D53ABC28EBF3E7DB7F321B659B5 value) { ___m_Lights_10 = value; } inline static int32_t get_offset_of_m_Trail_11() { return static_cast(offsetof(PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96, ___m_Trail_11)); } inline Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6 get_m_Trail_11() const { return ___m_Trail_11; } inline Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6 * get_address_of_m_Trail_11() { return &___m_Trail_11; } inline void set_m_Trail_11(Trail_t00AC95B5C40177E7B9FC53EA05C0B07E310DA4E6 value) { ___m_Trail_11 = value; } }; // UnityEngine.Profiling.Experimental.DebugScreenCapture struct DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 { public: // Unity.Collections.NativeArray`1 UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___U3CrawImageDataReferenceU3Ek__BackingField_0; // UnityEngine.TextureFormat UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField int32_t ___U3CimageFormatU3Ek__BackingField_1; // System.Int32 UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField int32_t ___U3CwidthU3Ek__BackingField_2; // System.Int32 UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField int32_t ___U3CheightU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CrawImageDataReferenceU3Ek__BackingField_0() { return static_cast(offsetof(DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2, ___U3CrawImageDataReferenceU3Ek__BackingField_0)); } inline NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 get_U3CrawImageDataReferenceU3Ek__BackingField_0() const { return ___U3CrawImageDataReferenceU3Ek__BackingField_0; } inline NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 * get_address_of_U3CrawImageDataReferenceU3Ek__BackingField_0() { return &___U3CrawImageDataReferenceU3Ek__BackingField_0; } inline void set_U3CrawImageDataReferenceU3Ek__BackingField_0(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 value) { ___U3CrawImageDataReferenceU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CimageFormatU3Ek__BackingField_1() { return static_cast(offsetof(DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2, ___U3CimageFormatU3Ek__BackingField_1)); } inline int32_t get_U3CimageFormatU3Ek__BackingField_1() const { return ___U3CimageFormatU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CimageFormatU3Ek__BackingField_1() { return &___U3CimageFormatU3Ek__BackingField_1; } inline void set_U3CimageFormatU3Ek__BackingField_1(int32_t value) { ___U3CimageFormatU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CwidthU3Ek__BackingField_2() { return static_cast(offsetof(DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2, ___U3CwidthU3Ek__BackingField_2)); } inline int32_t get_U3CwidthU3Ek__BackingField_2() const { return ___U3CwidthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CwidthU3Ek__BackingField_2() { return &___U3CwidthU3Ek__BackingField_2; } inline void set_U3CwidthU3Ek__BackingField_2(int32_t value) { ___U3CwidthU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CheightU3Ek__BackingField_3() { return static_cast(offsetof(DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2, ___U3CheightU3Ek__BackingField_3)); } inline int32_t get_U3CheightU3Ek__BackingField_3() const { return ___U3CheightU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CheightU3Ek__BackingField_3() { return &___U3CheightU3Ek__BackingField_3; } inline void set_U3CheightU3Ek__BackingField_3(int32_t value) { ___U3CheightU3Ek__BackingField_3 = value; } }; // UnityEngine.Rendering.BatchCullingContext struct BatchCullingContext_t63E5CFC913AA7026C975A8A79778ACC6D06E965F { public: // Unity.Collections.NativeArray`1 UnityEngine.Rendering.BatchCullingContext::cullingPlanes NativeArray_1_t83B803BC075802611FE185566F7FE576D1B85F52 ___cullingPlanes_0; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.BatchCullingContext::batchVisibility NativeArray_1_t1D9423FECCE6FE0EBBFAB0CF4124B39FF8B66520 ___batchVisibility_1; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.BatchCullingContext::visibleIndices NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF ___visibleIndices_2; // UnityEngine.Rendering.LODParameters UnityEngine.Rendering.BatchCullingContext::lodParameters LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 ___lodParameters_3; public: inline static int32_t get_offset_of_cullingPlanes_0() { return static_cast(offsetof(BatchCullingContext_t63E5CFC913AA7026C975A8A79778ACC6D06E965F, ___cullingPlanes_0)); } inline NativeArray_1_t83B803BC075802611FE185566F7FE576D1B85F52 get_cullingPlanes_0() const { return ___cullingPlanes_0; } inline NativeArray_1_t83B803BC075802611FE185566F7FE576D1B85F52 * get_address_of_cullingPlanes_0() { return &___cullingPlanes_0; } inline void set_cullingPlanes_0(NativeArray_1_t83B803BC075802611FE185566F7FE576D1B85F52 value) { ___cullingPlanes_0 = value; } inline static int32_t get_offset_of_batchVisibility_1() { return static_cast(offsetof(BatchCullingContext_t63E5CFC913AA7026C975A8A79778ACC6D06E965F, ___batchVisibility_1)); } inline NativeArray_1_t1D9423FECCE6FE0EBBFAB0CF4124B39FF8B66520 get_batchVisibility_1() const { return ___batchVisibility_1; } inline NativeArray_1_t1D9423FECCE6FE0EBBFAB0CF4124B39FF8B66520 * get_address_of_batchVisibility_1() { return &___batchVisibility_1; } inline void set_batchVisibility_1(NativeArray_1_t1D9423FECCE6FE0EBBFAB0CF4124B39FF8B66520 value) { ___batchVisibility_1 = value; } inline static int32_t get_offset_of_visibleIndices_2() { return static_cast(offsetof(BatchCullingContext_t63E5CFC913AA7026C975A8A79778ACC6D06E965F, ___visibleIndices_2)); } inline NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF get_visibleIndices_2() const { return ___visibleIndices_2; } inline NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF * get_address_of_visibleIndices_2() { return &___visibleIndices_2; } inline void set_visibleIndices_2(NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF value) { ___visibleIndices_2 = value; } inline static int32_t get_offset_of_lodParameters_3() { return static_cast(offsetof(BatchCullingContext_t63E5CFC913AA7026C975A8A79778ACC6D06E965F, ___lodParameters_3)); } inline LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 get_lodParameters_3() const { return ___lodParameters_3; } inline LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 * get_address_of_lodParameters_3() { return &___lodParameters_3; } inline void set_lodParameters_3(LODParameters_t8CBE0C157487BE3E860DA9478FB46F80D3D1D960 value) { ___lodParameters_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif static RuntimeObject * UnresolvedVirtualCall_0 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_1 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_2 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_3 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_4 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_5 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_6 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_7 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_8 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static intptr_t UnresolvedVirtualCall_9 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_10 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_11 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int16_t UnresolvedVirtualCall_12 (RuntimeObject * __this, int16_t ___Int161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_13 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_14 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_15 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_16 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_17 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_18 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_19 (RuntimeObject * __this, RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 ___RSAParameters1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_20 (RuntimeObject * __this, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ___DSAParameters1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 UnresolvedVirtualCall_21 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 UnresolvedVirtualCall_22 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_23 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_24 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_25 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, RuntimeObject * ___Object4, int32_t ___Int325, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_26 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_27 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_28 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_29 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_30 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_31 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_32 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_33 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_34 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_35 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_36 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 UnresolvedVirtualCall_37 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int16_t UnresolvedVirtualCall_38 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint8_t UnresolvedVirtualCall_39 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint16_t UnresolvedVirtualCall_40 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_41 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_42 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint64_t UnresolvedVirtualCall_43 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_44 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static double UnresolvedVirtualCall_45 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 UnresolvedVirtualCall_46 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 UnresolvedVirtualCall_47 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_48 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 UnresolvedVirtualCall_49 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, int32_t ___Int324, int32_t ___Int325, int32_t ___Int326, int32_t ___Int327, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_50 (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___DateTime1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_51 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, RuntimeObject * ___Object4, int32_t ___Int325, int32_t ___Int326, int32_t ___Int327, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_52 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_53 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_54 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, int32_t ___Int324, int32_t ___Int325, int32_t ___Int326, int32_t ___Int327, int32_t ___Int328, RuntimeObject * ___Object9, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_55 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Guid_t UnresolvedVirtualCall_56 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_57 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 UnresolvedVirtualCall_58 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, int32_t ___Int324, int32_t ___Int325, int32_t ___Int326, int32_t ___Int327, int32_t ___Int328, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 UnresolvedVirtualCall_59 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_60 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_61 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_62 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_63 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB UnresolvedVirtualCall_64 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_65 (RuntimeObject * __this, int64_t ___Int641, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_66 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_67 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, int32_t ___Int324, int8_t ___SByte5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_68 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_69 (RuntimeObject * __this, int64_t ___Int641, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint8_t UnresolvedVirtualCall_70 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_71 (RuntimeObject * __this, uint8_t ___Byte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_72 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, RuntimeObject * ___Object4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_73 (RuntimeObject * __this, int64_t ___Int641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_74 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___CancellationToken4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_75 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, RuntimeObject * ___Object4, int32_t ___Int325, int8_t ___SByte6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_76 (RuntimeObject * __this, int16_t ___Int161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_77 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static double UnresolvedVirtualCall_78 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_79 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_80 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 UnresolvedVirtualCall_81 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E UnresolvedVirtualCall_82 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_83 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, RuntimeObject * ___Object4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_84 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_85 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, RuntimeObject * ___Object4, RuntimeObject * ___Object5, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_86 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int8_t ___SByte3, int8_t ___SByte4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int16_t UnresolvedVirtualCall_87 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint16_t UnresolvedVirtualCall_88 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_89 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint64_t UnresolvedVirtualCall_90 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_91 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 UnresolvedVirtualCall_92 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 UnresolvedVirtualCall_93 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_94 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_95 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_96 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 UnresolvedVirtualCall_97 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 UnresolvedVirtualCall_98 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 UnresolvedVirtualCall_99 (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___TimeSpan1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_100 (RuntimeObject * __this, RuntimeObject * ___Object1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___StreamingContext2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_101 (RuntimeObject * __this, RuntimeObject * ___Object1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___StreamingContext2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_102 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_103 (RuntimeObject * __this, int64_t ___Int641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_104 (RuntimeObject * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___StreamingContext1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_105 (RuntimeObject * __this, int64_t ___Int641, RuntimeObject * ___Object2, int64_t ___Int643, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_106 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_107 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___StreamingContext3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_108 (RuntimeObject * __this, float ___Single1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_109 (RuntimeObject * __this, double ___Double1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_110 (RuntimeObject * __this, uint16_t ___UInt161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_111 (RuntimeObject * __this, uint32_t ___UInt321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_112 (RuntimeObject * __this, uint64_t ___UInt641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_113 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___StreamingContext3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_114 (RuntimeObject * __this, TypedReference_t118BC3B643F75F52DB9C99D5E051299F886EB2A8 ___TypedReference1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_115 (RuntimeObject * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___StreamingContext1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF UnresolvedVirtualCall_116 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F UnresolvedVirtualCall_117 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_118 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_119 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, RuntimeObject * ___Object6, RuntimeObject * ___Object7, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D UnresolvedVirtualCall_120 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_121 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___HashAlgorithmName4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_122 (RuntimeObject * __this, RuntimeObject * ___Object1, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___HashAlgorithmName2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_123 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, RuntimeObject * ___Object4, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___HashAlgorithmName5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_124 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___HashAlgorithmName4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_125 (RuntimeObject * __this, RuntimeObject * ___Object1, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___HashAlgorithmName2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_126 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, RuntimeObject * ___Object4, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___HashAlgorithmName5, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_127 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___HashAlgorithmName3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_128 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_129 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_130 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, int32_t ___Int324, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_131 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, int32_t ___Int324, int32_t ___Int325, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_132 (RuntimeObject * __this, int16_t ___Int161, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_133 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_134 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_135 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_136 (RuntimeObject * __this, int16_t ___Int161, int16_t ___Int162, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_137 (RuntimeObject * __this, int16_t ___Int161, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_138 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_139 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_140 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, RuntimeObject * ___Object6, RuntimeObject * ___Object7, RuntimeObject * ___Object8, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_141 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_142 (RuntimeObject * __this, intptr_t ___IntPtr1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_143 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_144 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, int32_t ___Int325, int32_t ___Int326, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_145 (RuntimeObject * __this, int32_t ___Int321, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_146 (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___TimeSpan1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 UnresolvedVirtualCall_147 (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___DateTime1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_148 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, int32_t ___Int323, RuntimeObject * ___Object4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_149 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, int32_t ___Int324, RuntimeObject * ___Object5, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_150 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_151 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_152 (RuntimeObject * __this, intptr_t ___IntPtr1, intptr_t ___IntPtr2, intptr_t ___IntPtr3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_153 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, int8_t ___SByte5, RuntimeObject * ___Object6, RuntimeObject * ___Object7, RuntimeObject * ___Object8, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ValueTuple_2_t446756A8057B54D18CAD5BA1D73699DA4B40A264 UnresolvedVirtualCall_154 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_155 (RuntimeObject * __this, int8_t ___SByte1, RuntimeObject * ___Object2, int32_t ___Int323, RuntimeObject * ___Object4, RuntimeObject * ___Object5, int8_t ___SByte6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_156 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_157 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_158 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_159 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static unitytls_errorstate_t64FA817A583B1CD3CB1AFCFF9606F1F2782ABBE6 UnresolvedVirtualCall_160 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_161 (RuntimeObject * __this, RuntimeObject * ___Object1, uint32_t ___UInt322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static unitytls_key_ref_tE908606656A7C49CA1EB734722E4C3DED7CE6E5B UnresolvedVirtualCall_162 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_163 (RuntimeObject * __this, RuntimeObject * ___Object1, intptr_t ___IntPtr2, RuntimeObject * ___Object3, intptr_t ___IntPtr4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_164 (RuntimeObject * __this, RuntimeObject * ___Object1, intptr_t ___IntPtr2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_165 (RuntimeObject * __this, unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___unitytls_tlsctx_protocolrange1, unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 ___unitytls_tlsctx_callbacks2, RuntimeObject * ___Object3, intptr_t ___IntPtr4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_166 (RuntimeObject * __this, unitytls_tlsctx_protocolrange_t36243D72F83DAD47C95928314F58026DE8D38F47 ___unitytls_tlsctx_protocolrange1, unitytls_tlsctx_callbacks_t7BB5F622E014A8EC300C578657E2B0550DA828B2 ___unitytls_tlsctx_callbacks2, uint64_t ___UInt643, uint64_t ___UInt644, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_167 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static intptr_t UnresolvedVirtualCall_168 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, intptr_t ___IntPtr3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_169 (RuntimeObject * __this, RuntimeObject * ___Object1, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___unitytls_x509list_ref2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_170 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_171 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, intptr_t ___IntPtr3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static intptr_t UnresolvedVirtualCall_172 (RuntimeObject * __this, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 ___unitytls_x509_ref1, RuntimeObject * ___Object2, intptr_t ___IntPtr3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_173 (RuntimeObject * __this, RuntimeObject * ___Object1, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 ___unitytls_x509_ref2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 UnresolvedVirtualCall_174 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 UnresolvedVirtualCall_175 (RuntimeObject * __this, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___unitytls_x509list_ref1, intptr_t ___IntPtr2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_176 (RuntimeObject * __this, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___unitytls_x509list_ref1, RuntimeObject * ___Object2, intptr_t ___IntPtr3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_177 (RuntimeObject * __this, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___unitytls_x509list_ref1, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___unitytls_x509list_ref2, RuntimeObject * ___Object3, intptr_t ___IntPtr4, RuntimeObject * ___Object5, RuntimeObject * ___Object6, RuntimeObject * ___Object7, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_178 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, intptr_t ___IntPtr4, RuntimeObject * ___Object5, intptr_t ___IntPtr6, RuntimeObject * ___Object7, RuntimeObject * ___Object8, RuntimeObject * ___Object9, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_179 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, intptr_t ___IntPtr4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_180 (RuntimeObject * __this, RuntimeObject * ___Object1, unitytls_x509list_ref_tF01A6BF5ADA9C454E6B975D2669AF22D27555BF6 ___unitytls_x509list_ref2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_181 (RuntimeObject * __this, RuntimeObject * ___Object1, unitytls_x509_ref_tE1ED17887226610A1328A57FF787396C9457E7B7 ___unitytls_x509_ref2, uint32_t ___UInt323, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE UnresolvedVirtualCall_182 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_183 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_184 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, intptr_t ___IntPtr3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_185 (RuntimeObject * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___CancellationToken1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_186 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_187 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_188 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA UnresolvedVirtualCall_189 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_190 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_191 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_192 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_193 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, int32_t ___Int324, int32_t ___Int325, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_194 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_195 (RuntimeObject * __this, CullingGroupEvent_tC36FFE61D0A4E7B31F575A1FCAEE05AC41FACA85 ___CullingGroupEvent1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_196 (RuntimeObject * __this, RuntimeObject * ___Object1, NativeArray_1_t8C7BA311FA83977B4520E39644CB5AD8F1E9E0FE ___NativeArray_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_197 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_198 (RuntimeObject * __this, Guid_t ___Guid1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_199 (RuntimeObject * __this, Guid_t ___Guid1, RuntimeObject * ___Object2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_200 (RuntimeObject * __this, Guid_t ___Guid1, RuntimeObject * ___Object2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Playable_t4ABB910C374FCAB6B926DA4D34A85857A59950D0 UnresolvedVirtualCall_201 (RuntimeObject * __this, PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA ___PlayableGraph1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PlayableOutput_t5E024C3D28C983782CD4FDB2FA5AD23998D21345 UnresolvedVirtualCall_202 (RuntimeObject * __this, PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA ___PlayableGraph1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static JobHandle_tDA498A2E49AEDE014468F416A8A98A6B258D73D1 UnresolvedVirtualCall_203 (RuntimeObject * __this, RuntimeObject * ___Object1, BatchCullingContext_t63E5CFC913AA7026C975A8A79778ACC6D06E965F ___BatchCullingContext2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_204 (RuntimeObject * __this, ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B ___ScriptableRenderContext1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_205 (RuntimeObject * __this, float ___Single1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Rect_t35B976DE901B5423C11705E156938EA27AB402CE UnresolvedVirtualCall_206 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Range_t2332F6C6E1E19A355F5C1A93FF4434B92FBDBABC UnresolvedVirtualCall_207 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_208 (RuntimeObject * __this, RuntimeObject * ___Object1, RectInt_t595A63F7EE2BC91A4D2DE5403C5FE94D3C3A6F7A ___RectInt2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_209 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RectInt_t595A63F7EE2BC91A4D2DE5403C5FE94D3C3A6F7A ___RectInt3, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_210 (RuntimeObject * __this, Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___Vector3Int1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_211 (RuntimeObject * __this, Vector3Int_tA843C5F8C2EB42492786C5AF82C3E1F4929942B4 ___Vector3Int1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 UnresolvedVirtualCall_212 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2_tA85D2DD88578276CA8A8796756458277E72D073D UnresolvedVirtualCall_213 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 UnresolvedVirtualCall_214 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_215 (RuntimeObject * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_216 (RuntimeObject * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA UnresolvedVirtualCall_217 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ProfilerMarker_t41096870004E8A2081E31E01BC0552F2F01F2B86 UnresolvedVirtualCall_218 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_219 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static YogaSize_t0F2077727A4CBD4C36F3DC0CBE1FB0A67D9EAD23 UnresolvedVirtualCall_220 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, int32_t ___Int323, float ___Single4, int32_t ___Int325, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_221 (RuntimeObject * __this, int8_t ___SByte1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_222 (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___TimeSpan1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_223 (RuntimeObject * __this, int32_t ___Int321, int64_t ___Int642, int64_t ___Int643, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_224 (RuntimeObject * __this, RuntimeObject * ___Object1, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_225 (RuntimeObject * __this, RuntimeObject * ___Object1, double ___Double2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_226 (RuntimeObject * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___TimeSpan1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_227 (RuntimeObject * __this, RuntimeObject * ___Object1, int64_t ___Int642, int64_t ___Int643, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_228 (RuntimeObject * __this, RuntimeObject * ___Object1, uint8_t ___Byte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_229 (RuntimeObject * __this, int16_t ___Int161, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_230 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, int32_t ___Int324, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_231 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_232 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, int32_t ___Int323, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_233 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_234 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_235 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, int32_t ___Int323, int32_t ___Int324, RuntimeObject * ___Object5, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_236 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, int32_t ___Int323, int32_t ___Int324, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_237 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, int32_t ___Int323, int32_t ___Int324, int32_t ___Int325, uint64_t ___UInt646, uint64_t ___UInt647, uint16_t ___UInt168, RuntimeObject * ___Object9, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_238 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_239 (RuntimeObject * __this, int16_t ___Int161, RuntimeObject * ___Object2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_240 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, int32_t ___Int325, RuntimeObject * ___Object6, RuntimeObject * ___Object7, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_241 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_242 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_243 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, RuntimeObject * ___Object4, int32_t ___Int325, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_244 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, int32_t ___Int324, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_245 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int32_t ___Int323, int32_t ___Int324, int32_t ___Int325, RuntimeObject * ___Object6, int32_t ___Int327, int32_t ___Int328, RuntimeObject * ___Object9, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_246 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, int32_t ___Int323, RuntimeObject * ___Object4, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_247 (RuntimeObject * __this, RuntimeObject * ___Object1, int16_t ___Int162, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_248 (RuntimeObject * __this, RuntimeObject * ___Object1, int16_t ___Int162, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_249 (RuntimeObject * __this, RuntimeObject * ___Object1, int16_t ___Int162, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_250 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, RuntimeObject * ___Object3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, RuntimeObject * ___Object6, RuntimeObject * ___Object7, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_251 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_252 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, int16_t ___Int164, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_253 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, int16_t ___Int164, RuntimeObject * ___Object5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_254 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, int32_t ___Int323, uint64_t ___UInt644, uint64_t ___UInt645, uint16_t ___UInt166, RuntimeObject * ___Object7, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_255 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_256 (RuntimeObject * __this, int32_t ___Int321, uint8_t ___Byte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_257 (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector31, NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C ___NetworkHash1282, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_258 (RuntimeObject * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Rect_t35B976DE901B5423C11705E156938EA27AB402CE UnresolvedVirtualCall_259 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_260 (RuntimeObject * __this, int8_t ___SByte1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_261 (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_262 (RuntimeObject * __this, int32_t ___Int321, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE UnresolvedVirtualCall_263 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 UnresolvedVirtualCall_264 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_265 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, int8_t ___SByte3, int8_t ___SByte4, int8_t ___SByte5, RuntimeObject * ___Object6, int32_t ___Int327, int8_t ___SByte8, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_266 (RuntimeObject * __this, int16_t ___Int161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_267 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_268 (RuntimeObject * __this, int16_t ___Int161, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 UnresolvedVirtualCall_269 (RuntimeObject * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___DateTime1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_270 (RuntimeObject * __this, intptr_t ___IntPtr1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_271 (RuntimeObject * __this, intptr_t ___IntPtr1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_272 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B UnresolvedVirtualCall_273 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_274 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, RuntimeObject * ___Object3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_275 (RuntimeObject * __this, RuntimeObject * ___Object1, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___Segment2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_276 (RuntimeObject * __this, RuntimeObject * ___Object1, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___GPathPoint2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_277 (RuntimeObject * __this, RuntimeObject * ___Object1, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___CharPosition2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_278 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_279 (RuntimeObject * __this, RuntimeObject * ___Object1, uint8_t ___Byte2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_280 (RuntimeObject * __this, RuntimeObject * ___Object1, int16_t ___Int162, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_281 (RuntimeObject * __this, RuntimeObject * ___Object1, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___KeyValuePair_22, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_282 (RuntimeObject * __this, RuntimeObject * ___Object1, int64_t ___Int642, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_283 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_284 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_285 (RuntimeObject * __this, RuntimeObject * ___Object1, uint32_t ___UInt322, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_286 (RuntimeObject * __this, RuntimeObject * ___Object1, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___AnimatorClipInfo2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_287 (RuntimeObject * __this, RuntimeObject * ___Object1, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___OrderBlock2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_288 (RuntimeObject * __this, RuntimeObject * ___Object1, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___Color322, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_289 (RuntimeObject * __this, RuntimeObject * ___Object1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_290 (RuntimeObject * __this, RuntimeObject * ___Object1, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Matrix4x42, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_291 (RuntimeObject * __this, RuntimeObject * ___Object1, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___ChannelPacket2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_292 (RuntimeObject * __this, RuntimeObject * ___Object1, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___PendingOwner2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_293 (RuntimeObject * __this, RuntimeObject * ___Object1, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___InternalMsg2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_294 (RuntimeObject * __this, RuntimeObject * ___Object1, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___PendingPlayer2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_295 (RuntimeObject * __this, RuntimeObject * ___Object1, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___PendingPlayerInfo2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_296 (RuntimeObject * __this, RuntimeObject * ___Object1, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___CRCMessageEntry2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_297 (RuntimeObject * __this, RuntimeObject * ___Object1, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___PeerInfoPlayer2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_298 (RuntimeObject * __this, RuntimeObject * ___Object1, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___Particle2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_299 (RuntimeObject * __this, RuntimeObject * ___Object1, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___RaycastHit2D2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_300 (RuntimeObject * __this, RuntimeObject * ___Object1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_301 (RuntimeObject * __this, RuntimeObject * ___Object1, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___ReflectionProbeBlendInfo2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_302 (RuntimeObject * __this, RuntimeObject * ___Object1, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___FocusedElement2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_303 (RuntimeObject * __this, RuntimeObject * ___Object1, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___WorkRequest2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_304 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector22, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_305 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector32, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_306 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___Vector42, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 UnresolvedVirtualCall_307 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 UnresolvedVirtualCall_308 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_309 (RuntimeObject * __this, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___Segment1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_310 (RuntimeObject * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___GPathPoint1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_311 (RuntimeObject * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___CharPosition1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_312 (RuntimeObject * __this, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___KeyValuePair_21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_313 (RuntimeObject * __this, AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D ___AsyncLocalValueChangedArgs_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_314 (RuntimeObject * __this, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___AnimatorClipInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_315 (RuntimeObject * __this, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___OrderBlock1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_316 (RuntimeObject * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___Color321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_317 (RuntimeObject * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Matrix4x41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_318 (RuntimeObject * __this, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___ChannelPacket1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_319 (RuntimeObject * __this, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___PendingOwner1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_320 (RuntimeObject * __this, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___InternalMsg1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_321 (RuntimeObject * __this, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___PendingPlayer1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_322 (RuntimeObject * __this, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___PendingPlayerInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_323 (RuntimeObject * __this, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___CRCMessageEntry1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_324 (RuntimeObject * __this, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___PeerInfoPlayer1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_325 (RuntimeObject * __this, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___Particle1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_326 (RuntimeObject * __this, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___RaycastHit2D1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_327 (RuntimeObject * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_328 (RuntimeObject * __this, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___ReflectionProbeBlendInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_329 (RuntimeObject * __this, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___FocusedElement1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_330 (RuntimeObject * __this, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___WorkRequest1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_331 (RuntimeObject * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_332 (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector31, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_333 (RuntimeObject * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___Vector41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_334 (RuntimeObject * __this, InputDevice_tF13BD967109BAB2CF49E1304EDFDA255067A2CDC ___InputDevice1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_335 (RuntimeObject * __this, MeshGenerationResult_tC1C81EF3BAD05FB75B6F182C0EFCFB53236FB42A ___MeshGenerationResult1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_336 (RuntimeObject * __this, XRNodeState_t927C248D649ED31F587DFE078E3FF180D98F7C0A ___XRNodeState1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_337 (RuntimeObject * __this, intptr_t ___IntPtr1, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE ___GlyphInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_338 (RuntimeObject * __this, intptr_t ___IntPtr1, Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ___Margin2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_339 (RuntimeObject * __this, intptr_t ___IntPtr1, LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E ___LuaByteBuffer2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_340 (RuntimeObject * __this, intptr_t ___IntPtr1, nil_t8F6CD76487668B36C4D9EDB976DE57619FC9FD0A ___nil2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_341 (RuntimeObject * __this, intptr_t ___IntPtr1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_342 (RuntimeObject * __this, intptr_t ___IntPtr1, uint8_t ___Byte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_343 (RuntimeObject * __this, intptr_t ___IntPtr1, int16_t ___Int162, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_344 (RuntimeObject * __this, intptr_t ___IntPtr1, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___DateTime2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_345 (RuntimeObject * __this, intptr_t ___IntPtr1, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Decimal2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_346 (RuntimeObject * __this, intptr_t ___IntPtr1, double ___Double2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_347 (RuntimeObject * __this, intptr_t ___IntPtr1, Guid_t ___Guid2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_348 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_349 (RuntimeObject * __this, intptr_t ___IntPtr1, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_350 (RuntimeObject * __this, intptr_t ___IntPtr1, intptr_t ___IntPtr2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_351 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_352 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_353 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_354 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_355 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_356 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_357 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_358 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_359 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_360 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_361 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_362 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_363 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_364 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_365 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_366 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_367 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_368 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_369 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_370 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_371 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_372 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_373 (RuntimeObject * __this, intptr_t ___IntPtr1, Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_374 (RuntimeObject * __this, intptr_t ___IntPtr1, InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B ___InterfaceMapping2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_375 (RuntimeObject * __this, intptr_t ___IntPtr1, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E ___ParameterModifier2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_376 (RuntimeObject * __this, intptr_t ___IntPtr1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___StreamingContext2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_377 (RuntimeObject * __this, intptr_t ___IntPtr1, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___RuntimeTypeHandle2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_378 (RuntimeObject * __this, intptr_t ___IntPtr1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_379 (RuntimeObject * __this, intptr_t ___IntPtr1, uint16_t ___UInt162, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_380 (RuntimeObject * __this, intptr_t ___IntPtr1, uint32_t ___UInt322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_381 (RuntimeObject * __this, intptr_t ___IntPtr1, uint64_t ___UInt642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_382 (RuntimeObject * __this, intptr_t ___IntPtr1, uintptr_t ___UIntPtr2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_383 (RuntimeObject * __this, intptr_t ___IntPtr1, NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B ___NativeArray_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_384 (RuntimeObject * __this, intptr_t ___IntPtr1, AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 ___AccelerationEvent2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_385 (RuntimeObject * __this, intptr_t ___IntPtr1, AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 ___AnimatorStateInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_386 (RuntimeObject * __this, intptr_t ___IntPtr1, AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B ___AnimatorTransitionInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_387 (RuntimeObject * __this, intptr_t ___IntPtr1, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___Bounds2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_388 (RuntimeObject * __this, intptr_t ___IntPtr1, BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C ___BuildCompression2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_389 (RuntimeObject * __this, intptr_t ___IntPtr1, CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 ___CachedAssetBundle2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_390 (RuntimeObject * __this, intptr_t ___IntPtr1, GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 ___GateFitParameters2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_391 (RuntimeObject * __this, intptr_t ___IntPtr1, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___Color322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_392 (RuntimeObject * __this, intptr_t ___IntPtr1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_393 (RuntimeObject * __this, intptr_t ___IntPtr1, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___Hash1282, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_394 (RuntimeObject * __this, intptr_t ___IntPtr1, LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___LayerMask2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_395 (RuntimeObject * __this, intptr_t ___IntPtr1, LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 ___LightBakingOutput2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_396 (RuntimeObject * __this, intptr_t ___IntPtr1, MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B ___MatchTargetWeightMask2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_397 (RuntimeObject * __this, intptr_t ___IntPtr1, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Matrix4x42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_398 (RuntimeObject * __this, intptr_t ___IntPtr1, CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 ___CollisionModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_399 (RuntimeObject * __this, intptr_t ___IntPtr1, ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 ___ColorBySpeedModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_400 (RuntimeObject * __this, intptr_t ___IntPtr1, ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 ___ColorOverLifetimeModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_401 (RuntimeObject * __this, intptr_t ___IntPtr1, CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 ___CustomDataModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_402 (RuntimeObject * __this, intptr_t ___IntPtr1, EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 ___EmissionModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_403 (RuntimeObject * __this, intptr_t ___IntPtr1, EmitParams_t03557E552852EC6B71876CD05C4098733702A219 ___EmitParams2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_404 (RuntimeObject * __this, intptr_t ___IntPtr1, ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 ___ExternalForcesModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_405 (RuntimeObject * __this, intptr_t ___IntPtr1, ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 ___ForceOverLifetimeModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_406 (RuntimeObject * __this, intptr_t ___IntPtr1, InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 ___InheritVelocityModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_407 (RuntimeObject * __this, intptr_t ___IntPtr1, LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F ___LightsModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_408 (RuntimeObject * __this, intptr_t ___IntPtr1, LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 ___LimitVelocityOverLifetimeModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_409 (RuntimeObject * __this, intptr_t ___IntPtr1, MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 ___MainModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_410 (RuntimeObject * __this, intptr_t ___IntPtr1, NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 ___NoiseModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_411 (RuntimeObject * __this, intptr_t ___IntPtr1, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___Particle2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_412 (RuntimeObject * __this, intptr_t ___IntPtr1, PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 ___PlaybackState2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_413 (RuntimeObject * __this, intptr_t ___IntPtr1, RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 ___RotationBySpeedModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_414 (RuntimeObject * __this, intptr_t ___IntPtr1, RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 ___RotationOverLifetimeModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_415 (RuntimeObject * __this, intptr_t ___IntPtr1, ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 ___ShapeModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_416 (RuntimeObject * __this, intptr_t ___IntPtr1, SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 ___SizeBySpeedModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_417 (RuntimeObject * __this, intptr_t ___IntPtr1, SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 ___SizeOverLifetimeModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_418 (RuntimeObject * __this, intptr_t ___IntPtr1, TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD ___TextureSheetAnimationModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_419 (RuntimeObject * __this, intptr_t ___IntPtr1, TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E ___TrailModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_420 (RuntimeObject * __this, intptr_t ___IntPtr1, Trails_t734E04C138B1814CF8513CB588283296442633A6 ___Trails2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_421 (RuntimeObject * __this, intptr_t ___IntPtr1, TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 ___TriggerModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_422 (RuntimeObject * __this, intptr_t ___IntPtr1, VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 ___VelocityOverLifetimeModule2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_423 (RuntimeObject * __this, intptr_t ___IntPtr1, PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 ___PhysicsScene2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_424 (RuntimeObject * __this, intptr_t ___IntPtr1, PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA ___PlayableGraph2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_425 (RuntimeObject * __this, intptr_t ___IntPtr1, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___Quaternion2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_426 (RuntimeObject * __this, intptr_t ___IntPtr1, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___Ray2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_427 (RuntimeObject * __this, intptr_t ___IntPtr1, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___RaycastHit2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_428 (RuntimeObject * __this, intptr_t ___IntPtr1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_429 (RuntimeObject * __this, intptr_t ___IntPtr1, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 ___RenderBuffer2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_430 (RuntimeObject * __this, intptr_t ___IntPtr1, RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E ___RenderTextureDescriptor2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_431 (RuntimeObject * __this, intptr_t ___IntPtr1, ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D ___ScriptableCullingParameters2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_432 (RuntimeObject * __this, intptr_t ___IntPtr1, ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 ___ShaderTagId2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_433 (RuntimeObject * __this, intptr_t ___IntPtr1, SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E ___SphericalHarmonicsL22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_434 (RuntimeObject * __this, intptr_t ___IntPtr1, Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 ___Resolution2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_435 (RuntimeObject * __this, intptr_t ___IntPtr1, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___Scene2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_436 (RuntimeObject * __this, intptr_t ___IntPtr1, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___Touch2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_437 (RuntimeObject * __this, intptr_t ___IntPtr1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_438 (RuntimeObject * __this, intptr_t ___IntPtr1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector32, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_439 (RuntimeObject * __this, intptr_t ___IntPtr1, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___Vector42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_440 (RuntimeObject * __this, intptr_t ___IntPtr1, securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B ___securityConnection2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_441 (RuntimeObject * __this, float ___Single1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_442 (RuntimeObject * __this, int8_t ___SByte1, int8_t ___SByte2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_443 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 ___DebugScreenCapture3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_444 (RuntimeObject * __this, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___Segment1, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___Segment2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_445 (RuntimeObject * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___GPathPoint1, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___GPathPoint2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_446 (RuntimeObject * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___CharPosition1, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___CharPosition2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_447 (RuntimeObject * __this, int8_t ___SByte1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_448 (RuntimeObject * __this, uint8_t ___Byte1, uint8_t ___Byte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_449 (RuntimeObject * __this, int16_t ___Int161, int16_t ___Int162, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_450 (RuntimeObject * __this, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___KeyValuePair_21, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___KeyValuePair_22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_451 (RuntimeObject * __this, int64_t ___Int641, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_452 (RuntimeObject * __this, float ___Single1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_453 (RuntimeObject * __this, uint32_t ___UInt321, uint32_t ___UInt322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_454 (RuntimeObject * __this, uint64_t ___UInt641, uint64_t ___UInt642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_455 (RuntimeObject * __this, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___AnimatorClipInfo1, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___AnimatorClipInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_456 (RuntimeObject * __this, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___OrderBlock1, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___OrderBlock2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_457 (RuntimeObject * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___Color321, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___Color322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_458 (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_459 (RuntimeObject * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Matrix4x41, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Matrix4x42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_460 (RuntimeObject * __this, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___ChannelPacket1, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___ChannelPacket2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_461 (RuntimeObject * __this, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___PendingOwner1, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___PendingOwner2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_462 (RuntimeObject * __this, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___InternalMsg1, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___InternalMsg2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_463 (RuntimeObject * __this, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___PendingPlayer1, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___PendingPlayer2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_464 (RuntimeObject * __this, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___PendingPlayerInfo1, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___PendingPlayerInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_465 (RuntimeObject * __this, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___CRCMessageEntry1, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___CRCMessageEntry2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_466 (RuntimeObject * __this, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___PeerInfoPlayer1, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___PeerInfoPlayer2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_467 (RuntimeObject * __this, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___Particle1, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___Particle2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_468 (RuntimeObject * __this, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___RaycastHit2D1, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___RaycastHit2D2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_469 (RuntimeObject * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_470 (RuntimeObject * __this, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___ReflectionProbeBlendInfo1, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___ReflectionProbeBlendInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_471 (RuntimeObject * __this, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___FocusedElement1, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___FocusedElement2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_472 (RuntimeObject * __this, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___WorkRequest1, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___WorkRequest2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_473 (RuntimeObject * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector21, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_474 (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector31, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector32, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_475 (RuntimeObject * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___Vector41, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___Vector42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 UnresolvedVirtualCall_476 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_477 (RuntimeObject * __this, Guid_t ___Guid1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_478 (RuntimeObject * __this, Guid_t ___Guid1, Guid_t ___Guid2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t555144B3695E2461AEE04F0CB2AA400AA55F5A2A UnresolvedVirtualCall_479 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_480 (RuntimeObject * __this, int16_t ___Int161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_481 (RuntimeObject * __this, int16_t ___Int161, int16_t ___Int162, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C UnresolvedVirtualCall_482 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t21D5EE3B0965DAD47DF023D62641AC57B3CD61CF UnresolvedVirtualCall_483 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_484 (RuntimeObject * __this, ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 ___ConnectionPendingPlayers1, ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 ___ConnectionPendingPlayers2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 UnresolvedVirtualCall_485 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA UnresolvedVirtualCall_486 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_487 (RuntimeObject * __this, int64_t ___Int641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_488 (RuntimeObject * __this, int64_t ___Int641, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 UnresolvedVirtualCall_489 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_490 (RuntimeObject * __this, intptr_t ___IntPtr1, intptr_t ___IntPtr2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 UnresolvedVirtualCall_491 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_492 (RuntimeObject * __this, int8_t ___SByte1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E UnresolvedVirtualCall_493 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_tAF60C2042FF9801393411C345D151C0E632D9755 UnresolvedVirtualCall_494 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t169DC5A905B6A5878CDBE24B2E799E0C996673C2 UnresolvedVirtualCall_495 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A UnresolvedVirtualCall_496 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_497 (RuntimeObject * __this, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___Nullable_11, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___Nullable_12, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 UnresolvedVirtualCall_498 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_499 (RuntimeObject * __this, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___ResourceLocator1, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___ResourceLocator2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_tEEE5D97FEDF0773DC62B0EA18708DF47B9935BD5 UnresolvedVirtualCall_500 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_501 (RuntimeObject * __this, NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 ___NetworkBroadcastResult1, NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 ___NetworkBroadcastResult2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA UnresolvedVirtualCall_502 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_503 (RuntimeObject * __this, uint32_t ___UInt321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_504 (RuntimeObject * __this, uint32_t ___UInt321, uint32_t ___UInt322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_tC2481980FC6F680E2EE753FFD69687A1DF0A34BA UnresolvedVirtualCall_505 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_506 (RuntimeObject * __this, uint64_t ___UInt641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_507 (RuntimeObject * __this, uint64_t ___UInt641, uint64_t ___UInt642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 UnresolvedVirtualCall_508 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_509 (RuntimeObject * __this, TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___TileCoord1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_510 (RuntimeObject * __this, TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___TileCoord1, TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___TileCoord2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t0CE0707A94BF4AE177AB7E1BFEDC040515FA94C0 UnresolvedVirtualCall_511 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_512 (RuntimeObject * __this, NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C ___NetworkHash1281, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_513 (RuntimeObject * __this, NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C ___NetworkHash1281, NetworkHash128_t157C5C14B16832B67D8F519C11ABA013695AF28C ___NetworkHash1282, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t89736C0385CD079DCF8CA15FDAEF22B8756C7500 UnresolvedVirtualCall_514 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_515 (RuntimeObject * __this, NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___NetworkInstanceId1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_516 (RuntimeObject * __this, NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___NetworkInstanceId1, NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 ___NetworkInstanceId2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t1C615432FBF6D8FA2EA8F2E14DC408AE9C644411 UnresolvedVirtualCall_517 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_518 (RuntimeObject * __this, NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 ___NetworkSceneId1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_519 (RuntimeObject * __this, NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 ___NetworkSceneId1, NetworkSceneId_t462EC62A23A1B7AF60637C48CD916A09BC493340 ___NetworkSceneId2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 UnresolvedVirtualCall_520 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_521 (RuntimeObject * __this, SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___SheetHandleKey1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_522 (RuntimeObject * __this, SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___SheetHandleKey1, SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___SheetHandleKey2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA UnresolvedVirtualCall_523 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_524 (RuntimeObject * __this, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___Segment1, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___Segment2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_525 (RuntimeObject * __this, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___Segment1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_526 (RuntimeObject * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___GPathPoint1, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___GPathPoint2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_527 (RuntimeObject * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___GPathPoint1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_528 (RuntimeObject * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___CharPosition1, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___CharPosition2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_529 (RuntimeObject * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___CharPosition1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_530 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_531 (RuntimeObject * __this, uint8_t ___Byte1, uint8_t ___Byte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_532 (RuntimeObject * __this, uint8_t ___Byte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_533 (RuntimeObject * __this, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___KeyValuePair_21, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___KeyValuePair_22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_534 (RuntimeObject * __this, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___KeyValuePair_21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_535 (RuntimeObject * __this, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_536 (RuntimeObject * __this, ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___ResourceLocator1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_537 (RuntimeObject * __this, float ___Single1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_538 (RuntimeObject * __this, float ___Single1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_539 (RuntimeObject * __this, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___AnimatorClipInfo1, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___AnimatorClipInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_540 (RuntimeObject * __this, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___AnimatorClipInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_541 (RuntimeObject * __this, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___OrderBlock1, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___OrderBlock2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_542 (RuntimeObject * __this, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___OrderBlock1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_543 (RuntimeObject * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___Color321, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___Color322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_544 (RuntimeObject * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___Color321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_545 (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_546 (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_547 (RuntimeObject * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Matrix4x41, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Matrix4x42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_548 (RuntimeObject * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Matrix4x41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_549 (RuntimeObject * __this, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___ChannelPacket1, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___ChannelPacket2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_550 (RuntimeObject * __this, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___ChannelPacket1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_551 (RuntimeObject * __this, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___PendingOwner1, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___PendingOwner2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_552 (RuntimeObject * __this, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___PendingOwner1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_553 (RuntimeObject * __this, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___InternalMsg1, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___InternalMsg2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_554 (RuntimeObject * __this, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___InternalMsg1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_555 (RuntimeObject * __this, NetworkBroadcastResult_t599AC2C31A6DA16DA91A5FF3F6B5E9AC11B39BD6 ___NetworkBroadcastResult1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_556 (RuntimeObject * __this, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___PendingPlayer1, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___PendingPlayer2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_557 (RuntimeObject * __this, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___PendingPlayer1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_558 (RuntimeObject * __this, ConnectionPendingPlayers_tEA84820BF38A8A20EA5B00AB82AA35E324C891A9 ___ConnectionPendingPlayers1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_559 (RuntimeObject * __this, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___PendingPlayerInfo1, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___PendingPlayerInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_560 (RuntimeObject * __this, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___PendingPlayerInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_561 (RuntimeObject * __this, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___CRCMessageEntry1, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___CRCMessageEntry2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_562 (RuntimeObject * __this, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___CRCMessageEntry1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_563 (RuntimeObject * __this, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___PeerInfoPlayer1, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___PeerInfoPlayer2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_564 (RuntimeObject * __this, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___PeerInfoPlayer1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_565 (RuntimeObject * __this, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___Particle1, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___Particle2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_566 (RuntimeObject * __this, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___Particle1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_567 (RuntimeObject * __this, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___RaycastHit2D1, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___RaycastHit2D2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_568 (RuntimeObject * __this, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___RaycastHit2D1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_569 (RuntimeObject * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_570 (RuntimeObject * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_571 (RuntimeObject * __this, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___ReflectionProbeBlendInfo1, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___ReflectionProbeBlendInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_572 (RuntimeObject * __this, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___ReflectionProbeBlendInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_573 (RuntimeObject * __this, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___FocusedElement1, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___FocusedElement2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_574 (RuntimeObject * __this, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___FocusedElement1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_575 (RuntimeObject * __this, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___WorkRequest1, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___WorkRequest2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_576 (RuntimeObject * __this, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___WorkRequest1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_577 (RuntimeObject * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector21, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_578 (RuntimeObject * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___Vector21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_579 (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector31, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector32, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_580 (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector31, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_581 (RuntimeObject * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___Vector41, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___Vector42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_582 (RuntimeObject * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___Vector41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static NetworkInstanceId_tB6492FD2B3B2062582F787801BF7C0457271F615 UnresolvedVirtualCall_583 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Segment_t4D7158441370F573F35DB59A882D986F1269B61A UnresolvedVirtualCall_584 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 UnresolvedVirtualCall_585 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B UnresolvedVirtualCall_586 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 UnresolvedVirtualCall_587 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 UnresolvedVirtualCall_588 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 UnresolvedVirtualCall_589 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D UnresolvedVirtualCall_590 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 UnresolvedVirtualCall_591 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 UnresolvedVirtualCall_592 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 UnresolvedVirtualCall_593 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC UnresolvedVirtualCall_594 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 UnresolvedVirtualCall_595 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B UnresolvedVirtualCall_596 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E UnresolvedVirtualCall_597 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE UnresolvedVirtualCall_598 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F UnresolvedVirtualCall_599 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 UnresolvedVirtualCall_600 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 UnresolvedVirtualCall_601 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E UnresolvedVirtualCall_602 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Segment_t4D7158441370F573F35DB59A882D986F1269B61A UnresolvedVirtualCall_603 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_604 (RuntimeObject * __this, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___Segment1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE UnresolvedVirtualCall_605 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_606 (RuntimeObject * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___GPathPoint1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 UnresolvedVirtualCall_607 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_608 (RuntimeObject * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___CharPosition1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_609 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint8_t UnresolvedVirtualCall_610 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_611 (RuntimeObject * __this, uint8_t ___Byte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int16_t UnresolvedVirtualCall_612 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B UnresolvedVirtualCall_613 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_614 (RuntimeObject * __this, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___KeyValuePair_21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_615 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_616 (RuntimeObject * __this, int64_t ___Int641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_617 (RuntimeObject * __this, CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E ___CustomAttributeNamedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_618 (RuntimeObject * __this, CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E ___CustomAttributeNamedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_619 (RuntimeObject * __this, CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 ___CustomAttributeTypedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_620 (RuntimeObject * __this, CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 ___CustomAttributeTypedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_621 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_622 (RuntimeObject * __this, float ___Single1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_623 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_624 (RuntimeObject * __this, uint32_t ___UInt321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 UnresolvedVirtualCall_625 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_626 (RuntimeObject * __this, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___AnimatorClipInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 UnresolvedVirtualCall_627 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_628 (RuntimeObject * __this, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___OrderBlock1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 UnresolvedVirtualCall_629 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_630 (RuntimeObject * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___Color321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 UnresolvedVirtualCall_631 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_632 (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___Color1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA UnresolvedVirtualCall_633 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_634 (RuntimeObject * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___Matrix4x41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D UnresolvedVirtualCall_635 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_636 (RuntimeObject * __this, ChannelPacket_t666A32E3B50CF1DC7E3DAB739AC2D3A90F764C5D ___ChannelPacket1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 UnresolvedVirtualCall_637 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_638 (RuntimeObject * __this, PendingOwner_t95DCF7756771019ED79F4CD192D11BA19AD2F369 ___PendingOwner1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 UnresolvedVirtualCall_639 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_640 (RuntimeObject * __this, InternalMsg_t35216173725E87B2FEAB326E27B5EDA09996C1B0 ___InternalMsg1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 UnresolvedVirtualCall_641 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_642 (RuntimeObject * __this, PendingPlayer_tA92AA0F5B2169DE9048A3BBE4DF24831D6612090 ___PendingPlayer1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC UnresolvedVirtualCall_643 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_644 (RuntimeObject * __this, PendingPlayerInfo_tC9529109B25EF055BADAAB402676495F67D39DBC ___PendingPlayerInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 UnresolvedVirtualCall_645 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_646 (RuntimeObject * __this, CRCMessageEntry_t7EDFC0B08924104688EF94226798EC1918D83118 ___CRCMessageEntry1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B UnresolvedVirtualCall_647 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_648 (RuntimeObject * __this, PeerInfoPlayer_t95CC821E9B5181F20A0F3F08CF9F8006B054624B ___PeerInfoPlayer1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E UnresolvedVirtualCall_649 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_650 (RuntimeObject * __this, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E ___Particle1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE UnresolvedVirtualCall_651 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_652 (RuntimeObject * __this, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___RaycastHit2D1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Rect_t35B976DE901B5423C11705E156938EA27AB402CE UnresolvedVirtualCall_653 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_654 (RuntimeObject * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___Rect1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F UnresolvedVirtualCall_655 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_656 (RuntimeObject * __this, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F ___ReflectionProbeBlendInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 UnresolvedVirtualCall_657 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_658 (RuntimeObject * __this, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 ___FocusedElement1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 UnresolvedVirtualCall_659 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_660 (RuntimeObject * __this, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___WorkRequest1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2_tA85D2DD88578276CA8A8796756458277E72D073D UnresolvedVirtualCall_661 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 UnresolvedVirtualCall_662 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_663 (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___Vector31, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E UnresolvedVirtualCall_664 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_665 (RuntimeObject * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___Vector41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 UnresolvedVirtualCall_666 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB UnresolvedVirtualCall_667 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 UnresolvedVirtualCall_668 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_669 (RuntimeObject * __this, int32_t ___Int321, intptr_t ___IntPtr2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE UnresolvedVirtualCall_670 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E UnresolvedVirtualCall_671 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static LuaByteBuffer_t571A9A55C68946952DEB4D8AA98E41D5CC8B8C3E UnresolvedVirtualCall_672 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static nil_t8F6CD76487668B36C4D9EDB976DE57619FC9FD0A UnresolvedVirtualCall_673 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_674 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint8_t UnresolvedVirtualCall_675 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int16_t UnresolvedVirtualCall_676 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 UnresolvedVirtualCall_677 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 UnresolvedVirtualCall_678 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static double UnresolvedVirtualCall_679 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Guid_t UnresolvedVirtualCall_680 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_681 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_682 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static intptr_t UnresolvedVirtualCall_683 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 UnresolvedVirtualCall_684 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t8AC4594E194888751EE56887959C6F6F939735D6 UnresolvedVirtualCall_685 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t2FD6A4F493044916FF0F72DFE4485EB058128A81 UnresolvedVirtualCall_686 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t5AE31CDCE9498EDC82CCC83309A437C01F6549C4 UnresolvedVirtualCall_687 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_tA635682CABFD60B7DF73271614FC04085E333AC5 UnresolvedVirtualCall_688 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_tBA873D326247359B10FE3DBF688D56A7B81FAE12 UnresolvedVirtualCall_689 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB UnresolvedVirtualCall_690 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t802480A692F4F0D29F2185320296572054FB8C0B UnresolvedVirtualCall_691 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t949D4A40404623C07A81B2E10A0AF30CBFD99F41 UnresolvedVirtualCall_692 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t96A9DB0CC70D8F236B20E8A1F00B8FE74850F777 UnresolvedVirtualCall_693 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_tA8ED286030E763A5B9080413F3A753B5FF2847D1 UnresolvedVirtualCall_694 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_tFE9ECE4D26C4B51758A06CC7BF27647E744F4043 UnresolvedVirtualCall_695 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t005B8B09D9CB206C49CB5D1F42570F6044C181A1 UnresolvedVirtualCall_696 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_tDF20EC8AEED58EF63E0FF40609AE5861454729C9 UnresolvedVirtualCall_697 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_tAF01623AB359AB6D460A6F432BF98EA08C7F9C60 UnresolvedVirtualCall_698 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t4AC0FC016F117C9382E95C8264C5100667EBAFB3 UnresolvedVirtualCall_699 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t1AF22E72609C109A63AC7BE47F596B5956149D41 UnresolvedVirtualCall_700 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t5C6FF4BB8DD1DB0820894DBF35EE86A3A7BE3779 UnresolvedVirtualCall_701 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 UnresolvedVirtualCall_702 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t82CF555203FAD9031B9208606DFCDF173FFCC280 UnresolvedVirtualCall_703 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_tB1C6E075C826A61C0A490505216275E606423CDF UnresolvedVirtualCall_704 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 UnresolvedVirtualCall_705 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 UnresolvedVirtualCall_706 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B UnresolvedVirtualCall_707 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E UnresolvedVirtualCall_708 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 UnresolvedVirtualCall_709 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D UnresolvedVirtualCall_710 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_711 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint16_t UnresolvedVirtualCall_712 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_713 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint64_t UnresolvedVirtualCall_714 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uintptr_t UnresolvedVirtualCall_715 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B UnresolvedVirtualCall_716 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 UnresolvedVirtualCall_717 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 UnresolvedVirtualCall_718 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B UnresolvedVirtualCall_719 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 UnresolvedVirtualCall_720 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static BuildCompression_t01A47A62D5C41324B29ED9B0A6A1ACE0CD4C591C UnresolvedVirtualCall_721 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 UnresolvedVirtualCall_722 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static GateFitParameters_tDF99DAAA1B4C59C31924584748148611DBA44604 UnresolvedVirtualCall_723 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 UnresolvedVirtualCall_724 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 UnresolvedVirtualCall_725 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 UnresolvedVirtualCall_726 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 UnresolvedVirtualCall_727 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static LightBakingOutput_t93DB383BDD09E4F881F4BA106DBA45AEEB38A2A4 UnresolvedVirtualCall_728 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B UnresolvedVirtualCall_729 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA UnresolvedVirtualCall_730 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CollisionModule_t30A257EC0FE9478432374CE69BF6CD596EA06396 UnresolvedVirtualCall_731 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ColorBySpeedModule_t51C12A5FB80F1564C010149F8FA5C90D2FB91A51 UnresolvedVirtualCall_732 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ColorOverLifetimeModule_t8F67A98DA6C9C473B05AA395E7A132AEC884AC24 UnresolvedVirtualCall_733 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CustomDataModule_t448AB38861AFEC40DA3481DF86E4E0A2C7789C66 UnresolvedVirtualCall_734 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static EmissionModule_t35028C3DE5EFDCE49E8A9732460617A56BD1D3F1 UnresolvedVirtualCall_735 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static EmitParams_t03557E552852EC6B71876CD05C4098733702A219 UnresolvedVirtualCall_736 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ExternalForcesModule_tC6934CA69B7DD125B060CA988C86F1197A50E807 UnresolvedVirtualCall_737 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ForceOverLifetimeModule_tB30A1621CBE9498C23F5426D9A88D022F2300438 UnresolvedVirtualCall_738 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static InheritVelocityModule_tD79C38F38C465D7216B009DB513AF317C9A899C7 UnresolvedVirtualCall_739 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static LightsModule_tF770446B518B99AF58BF3A7365C0651E56ECD48F UnresolvedVirtualCall_740 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static LimitVelocityOverLifetimeModule_t9C38E35F83ACD0CEB330CFC7A2152B859AA334D9 UnresolvedVirtualCall_741 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static MainModule_t99C675667E0A363368324132DFA34B27FFEE6FC7 UnresolvedVirtualCall_742 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static NoiseModule_t58903BF88EE76A47A27F3E959846B5565BC1FF09 UnresolvedVirtualCall_743 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E UnresolvedVirtualCall_744 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PlaybackState_t9C8434C89BD503E60F561F4DA3C501DEBDB4BF96 UnresolvedVirtualCall_745 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RotationBySpeedModule_tAFE03FAD037F3EC15A76EFE1566AEBA5185C0199 UnresolvedVirtualCall_746 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RotationOverLifetimeModule_tC6782BFA8FB37A175E8413AB64DF8ABC79BC5EE4 UnresolvedVirtualCall_747 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ShapeModule_tF3CE38BED68607FE893E445DE9D21D8F1DCE6A51 UnresolvedVirtualCall_748 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static SizeBySpeedModule_t8B57DB9D2E0A5E233DED20783C9CE6F6F24FEB66 UnresolvedVirtualCall_749 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static SizeOverLifetimeModule_tE3B0DDF7B813998A395ED5A9A937510A237142F1 UnresolvedVirtualCall_750 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TextureSheetAnimationModule_t2F7A981851D997DFEB56E31A73824CA8595A96BD UnresolvedVirtualCall_751 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TrailModule_tDAED745E3EAFB0CC1CA8C7E4A7CF27FF4647678E UnresolvedVirtualCall_752 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Trails_t734E04C138B1814CF8513CB588283296442633A6 UnresolvedVirtualCall_753 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TriggerModule_tC9F10AE7E733C287559E739B48748C54482666C5 UnresolvedVirtualCall_754 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static VelocityOverLifetimeModule_t615CEBA2498B10A2E50548290053C7FFC15780C7 UnresolvedVirtualCall_755 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PhysicsScene_tC24001806A99648F6EFD4D63957D47D8AB1668F5 UnresolvedVirtualCall_756 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA UnresolvedVirtualCall_757 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 UnresolvedVirtualCall_758 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 UnresolvedVirtualCall_759 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 UnresolvedVirtualCall_760 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Rect_t35B976DE901B5423C11705E156938EA27AB402CE UnresolvedVirtualCall_761 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 UnresolvedVirtualCall_762 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RenderTextureDescriptor_t74FEC57A54F89E11748E1865F7DCA3565BFAF58E UnresolvedVirtualCall_763 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ScriptableCullingParameters_t6A67B80E38DC00AFE4310607B38FE65BCECAD21D UnresolvedVirtualCall_764 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ShaderTagId_tA1DB5D58561C760D6D1AD54E21EC81D889100940 UnresolvedVirtualCall_765 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static SphericalHarmonicsL2_tA22EDFD72975B5C4F204BE94097DB5ACE351F37E UnresolvedVirtualCall_766 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 UnresolvedVirtualCall_767 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 UnresolvedVirtualCall_768 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 UnresolvedVirtualCall_769 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2_tA85D2DD88578276CA8A8796756458277E72D073D UnresolvedVirtualCall_770 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 UnresolvedVirtualCall_771 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E UnresolvedVirtualCall_772 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B UnresolvedVirtualCall_773 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static VoidTaskResult_t66EBC10DDE738848DB00F6EC1A2536D7D4715F40 UnresolvedVirtualCall_774 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_775 (RuntimeObject * __this, RuntimeObject * ___Object1, ReadWriteParameters_t5A9E416E0129249869039FC606326558DA3B597F ___ReadWriteParameters2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_776 (RuntimeObject * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___Scene1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_777 (RuntimeObject * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___Scene1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_778 (RuntimeObject * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___Scene1, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___Scene2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_779 (RuntimeObject * __this, int8_t ___SByte1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_780 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, RuntimeObject * ___Object3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } extern const Il2CppMethodPointer g_UnresolvedVirtualMethodPointers[]; const Il2CppMethodPointer g_UnresolvedVirtualMethodPointers[781] = { (const Il2CppMethodPointer) UnresolvedVirtualCall_0, (const Il2CppMethodPointer) UnresolvedVirtualCall_1, (const Il2CppMethodPointer) UnresolvedVirtualCall_2, (const Il2CppMethodPointer) UnresolvedVirtualCall_3, (const Il2CppMethodPointer) UnresolvedVirtualCall_4, (const Il2CppMethodPointer) UnresolvedVirtualCall_5, (const Il2CppMethodPointer) UnresolvedVirtualCall_6, (const Il2CppMethodPointer) UnresolvedVirtualCall_7, (const Il2CppMethodPointer) UnresolvedVirtualCall_8, (const Il2CppMethodPointer) UnresolvedVirtualCall_9, (const Il2CppMethodPointer) UnresolvedVirtualCall_10, (const Il2CppMethodPointer) UnresolvedVirtualCall_11, (const Il2CppMethodPointer) UnresolvedVirtualCall_12, (const Il2CppMethodPointer) UnresolvedVirtualCall_13, (const Il2CppMethodPointer) UnresolvedVirtualCall_14, (const Il2CppMethodPointer) UnresolvedVirtualCall_15, (const Il2CppMethodPointer) UnresolvedVirtualCall_16, (const Il2CppMethodPointer) UnresolvedVirtualCall_17, (const Il2CppMethodPointer) UnresolvedVirtualCall_18, (const Il2CppMethodPointer) UnresolvedVirtualCall_19, (const Il2CppMethodPointer) UnresolvedVirtualCall_20, (const Il2CppMethodPointer) UnresolvedVirtualCall_21, (const Il2CppMethodPointer) UnresolvedVirtualCall_22, (const Il2CppMethodPointer) UnresolvedVirtualCall_23, (const Il2CppMethodPointer) UnresolvedVirtualCall_24, (const Il2CppMethodPointer) UnresolvedVirtualCall_25, (const Il2CppMethodPointer) UnresolvedVirtualCall_26, (const Il2CppMethodPointer) UnresolvedVirtualCall_27, (const Il2CppMethodPointer) UnresolvedVirtualCall_28, (const Il2CppMethodPointer) UnresolvedVirtualCall_29, (const Il2CppMethodPointer) UnresolvedVirtualCall_30, (const Il2CppMethodPointer) UnresolvedVirtualCall_31, (const Il2CppMethodPointer) UnresolvedVirtualCall_32, (const Il2CppMethodPointer) UnresolvedVirtualCall_33, (const Il2CppMethodPointer) UnresolvedVirtualCall_34, (const Il2CppMethodPointer) UnresolvedVirtualCall_35, (const Il2CppMethodPointer) UnresolvedVirtualCall_36, (const Il2CppMethodPointer) UnresolvedVirtualCall_37, (const Il2CppMethodPointer) UnresolvedVirtualCall_38, (const Il2CppMethodPointer) UnresolvedVirtualCall_39, (const Il2CppMethodPointer) UnresolvedVirtualCall_40, (const Il2CppMethodPointer) UnresolvedVirtualCall_41, (const Il2CppMethodPointer) UnresolvedVirtualCall_42, (const Il2CppMethodPointer) UnresolvedVirtualCall_43, (const Il2CppMethodPointer) UnresolvedVirtualCall_44, (const Il2CppMethodPointer) UnresolvedVirtualCall_45, (const Il2CppMethodPointer) UnresolvedVirtualCall_46, (const Il2CppMethodPointer) UnresolvedVirtualCall_47, (const Il2CppMethodPointer) UnresolvedVirtualCall_48, (const Il2CppMethodPointer) UnresolvedVirtualCall_49, (const Il2CppMethodPointer) UnresolvedVirtualCall_50, (const Il2CppMethodPointer) UnresolvedVirtualCall_51, (const Il2CppMethodPointer) UnresolvedVirtualCall_52, (const Il2CppMethodPointer) UnresolvedVirtualCall_53, (const Il2CppMethodPointer) UnresolvedVirtualCall_54, (const Il2CppMethodPointer) UnresolvedVirtualCall_55, (const Il2CppMethodPointer) UnresolvedVirtualCall_56, (const Il2CppMethodPointer) UnresolvedVirtualCall_57, (const Il2CppMethodPointer) UnresolvedVirtualCall_58, (const Il2CppMethodPointer) UnresolvedVirtualCall_59, (const Il2CppMethodPointer) UnresolvedVirtualCall_60, (const Il2CppMethodPointer) UnresolvedVirtualCall_61, (const Il2CppMethodPointer) UnresolvedVirtualCall_62, (const Il2CppMethodPointer) UnresolvedVirtualCall_63, (const Il2CppMethodPointer) UnresolvedVirtualCall_64, (const Il2CppMethodPointer) UnresolvedVirtualCall_65, (const Il2CppMethodPointer) UnresolvedVirtualCall_66, (const Il2CppMethodPointer) UnresolvedVirtualCall_67, (const Il2CppMethodPointer) UnresolvedVirtualCall_68, (const Il2CppMethodPointer) UnresolvedVirtualCall_69, (const Il2CppMethodPointer) UnresolvedVirtualCall_70, (const Il2CppMethodPointer) UnresolvedVirtualCall_71, (const Il2CppMethodPointer) UnresolvedVirtualCall_72, (const Il2CppMethodPointer) UnresolvedVirtualCall_73, (const Il2CppMethodPointer) UnresolvedVirtualCall_74, (const Il2CppMethodPointer) UnresolvedVirtualCall_75, (const Il2CppMethodPointer) UnresolvedVirtualCall_76, (const Il2CppMethodPointer) UnresolvedVirtualCall_77, (const Il2CppMethodPointer) UnresolvedVirtualCall_78, (const Il2CppMethodPointer) UnresolvedVirtualCall_79, (const Il2CppMethodPointer) UnresolvedVirtualCall_80, (const Il2CppMethodPointer) UnresolvedVirtualCall_81, (const Il2CppMethodPointer) UnresolvedVirtualCall_82, (const Il2CppMethodPointer) UnresolvedVirtualCall_83, (const Il2CppMethodPointer) UnresolvedVirtualCall_84, (const Il2CppMethodPointer) UnresolvedVirtualCall_85, (const Il2CppMethodPointer) UnresolvedVirtualCall_86, (const Il2CppMethodPointer) UnresolvedVirtualCall_87, (const Il2CppMethodPointer) UnresolvedVirtualCall_88, (const Il2CppMethodPointer) UnresolvedVirtualCall_89, (const Il2CppMethodPointer) UnresolvedVirtualCall_90, (const Il2CppMethodPointer) UnresolvedVirtualCall_91, (const Il2CppMethodPointer) UnresolvedVirtualCall_92, (const Il2CppMethodPointer) UnresolvedVirtualCall_93, (const Il2CppMethodPointer) UnresolvedVirtualCall_94, (const Il2CppMethodPointer) UnresolvedVirtualCall_95, (const Il2CppMethodPointer) UnresolvedVirtualCall_96, (const Il2CppMethodPointer) UnresolvedVirtualCall_97, (const Il2CppMethodPointer) UnresolvedVirtualCall_98, (const Il2CppMethodPointer) UnresolvedVirtualCall_99, (const Il2CppMethodPointer) UnresolvedVirtualCall_100, (const Il2CppMethodPointer) UnresolvedVirtualCall_101, (const Il2CppMethodPointer) UnresolvedVirtualCall_102, (const Il2CppMethodPointer) UnresolvedVirtualCall_103, (const Il2CppMethodPointer) UnresolvedVirtualCall_104, (const Il2CppMethodPointer) UnresolvedVirtualCall_105, (const Il2CppMethodPointer) UnresolvedVirtualCall_106, (const Il2CppMethodPointer) UnresolvedVirtualCall_107, (const Il2CppMethodPointer) UnresolvedVirtualCall_108, (const Il2CppMethodPointer) UnresolvedVirtualCall_109, (const Il2CppMethodPointer) UnresolvedVirtualCall_110, (const Il2CppMethodPointer) UnresolvedVirtualCall_111, (const Il2CppMethodPointer) UnresolvedVirtualCall_112, (const Il2CppMethodPointer) UnresolvedVirtualCall_113, (const Il2CppMethodPointer) UnresolvedVirtualCall_114, (const Il2CppMethodPointer) UnresolvedVirtualCall_115, (const Il2CppMethodPointer) UnresolvedVirtualCall_116, (const Il2CppMethodPointer) UnresolvedVirtualCall_117, (const Il2CppMethodPointer) UnresolvedVirtualCall_118, (const Il2CppMethodPointer) UnresolvedVirtualCall_119, (const Il2CppMethodPointer) UnresolvedVirtualCall_120, (const Il2CppMethodPointer) UnresolvedVirtualCall_121, (const Il2CppMethodPointer) UnresolvedVirtualCall_122, (const Il2CppMethodPointer) UnresolvedVirtualCall_123, (const Il2CppMethodPointer) UnresolvedVirtualCall_124, (const Il2CppMethodPointer) UnresolvedVirtualCall_125, (const Il2CppMethodPointer) UnresolvedVirtualCall_126, (const Il2CppMethodPointer) UnresolvedVirtualCall_127, (const Il2CppMethodPointer) UnresolvedVirtualCall_128, (const Il2CppMethodPointer) UnresolvedVirtualCall_129, (const Il2CppMethodPointer) UnresolvedVirtualCall_130, (const Il2CppMethodPointer) UnresolvedVirtualCall_131, (const Il2CppMethodPointer) UnresolvedVirtualCall_132, (const Il2CppMethodPointer) UnresolvedVirtualCall_133, (const Il2CppMethodPointer) UnresolvedVirtualCall_134, (const Il2CppMethodPointer) UnresolvedVirtualCall_135, (const Il2CppMethodPointer) UnresolvedVirtualCall_136, (const Il2CppMethodPointer) UnresolvedVirtualCall_137, (const Il2CppMethodPointer) UnresolvedVirtualCall_138, (const Il2CppMethodPointer) UnresolvedVirtualCall_139, (const Il2CppMethodPointer) UnresolvedVirtualCall_140, (const Il2CppMethodPointer) UnresolvedVirtualCall_141, (const Il2CppMethodPointer) UnresolvedVirtualCall_142, (const Il2CppMethodPointer) UnresolvedVirtualCall_143, (const Il2CppMethodPointer) UnresolvedVirtualCall_144, (const Il2CppMethodPointer) UnresolvedVirtualCall_145, (const Il2CppMethodPointer) UnresolvedVirtualCall_146, (const Il2CppMethodPointer) UnresolvedVirtualCall_147, (const Il2CppMethodPointer) UnresolvedVirtualCall_148, (const Il2CppMethodPointer) UnresolvedVirtualCall_149, (const Il2CppMethodPointer) UnresolvedVirtualCall_150, (const Il2CppMethodPointer) UnresolvedVirtualCall_151, (const Il2CppMethodPointer) UnresolvedVirtualCall_152, (const Il2CppMethodPointer) UnresolvedVirtualCall_153, (const Il2CppMethodPointer) UnresolvedVirtualCall_154, (const Il2CppMethodPointer) UnresolvedVirtualCall_155, (const Il2CppMethodPointer) UnresolvedVirtualCall_156, (const Il2CppMethodPointer) UnresolvedVirtualCall_157, (const Il2CppMethodPointer) UnresolvedVirtualCall_158, (const Il2CppMethodPointer) UnresolvedVirtualCall_159, (const Il2CppMethodPointer) UnresolvedVirtualCall_160, (const Il2CppMethodPointer) UnresolvedVirtualCall_161, (const Il2CppMethodPointer) UnresolvedVirtualCall_162, (const Il2CppMethodPointer) UnresolvedVirtualCall_163, (const Il2CppMethodPointer) UnresolvedVirtualCall_164, (const Il2CppMethodPointer) UnresolvedVirtualCall_165, (const Il2CppMethodPointer) UnresolvedVirtualCall_166, (const Il2CppMethodPointer) UnresolvedVirtualCall_167, (const Il2CppMethodPointer) UnresolvedVirtualCall_168, (const Il2CppMethodPointer) UnresolvedVirtualCall_169, (const Il2CppMethodPointer) UnresolvedVirtualCall_170, (const Il2CppMethodPointer) UnresolvedVirtualCall_171, (const Il2CppMethodPointer) UnresolvedVirtualCall_172, (const Il2CppMethodPointer) UnresolvedVirtualCall_173, (const Il2CppMethodPointer) UnresolvedVirtualCall_174, (const Il2CppMethodPointer) UnresolvedVirtualCall_175, (const Il2CppMethodPointer) UnresolvedVirtualCall_176, (const Il2CppMethodPointer) UnresolvedVirtualCall_177, (const Il2CppMethodPointer) UnresolvedVirtualCall_178, (const Il2CppMethodPointer) UnresolvedVirtualCall_179, (const Il2CppMethodPointer) UnresolvedVirtualCall_180, (const Il2CppMethodPointer) UnresolvedVirtualCall_181, (const Il2CppMethodPointer) UnresolvedVirtualCall_182, (const Il2CppMethodPointer) UnresolvedVirtualCall_183, (const Il2CppMethodPointer) UnresolvedVirtualCall_184, (const Il2CppMethodPointer) UnresolvedVirtualCall_185, (const Il2CppMethodPointer) UnresolvedVirtualCall_186, (const Il2CppMethodPointer) UnresolvedVirtualCall_187, (const Il2CppMethodPointer) UnresolvedVirtualCall_188, (const Il2CppMethodPointer) UnresolvedVirtualCall_189, (const Il2CppMethodPointer) UnresolvedVirtualCall_190, (const Il2CppMethodPointer) UnresolvedVirtualCall_191, (const Il2CppMethodPointer) UnresolvedVirtualCall_192, (const Il2CppMethodPointer) UnresolvedVirtualCall_193, (const Il2CppMethodPointer) UnresolvedVirtualCall_194, (const Il2CppMethodPointer) UnresolvedVirtualCall_195, (const Il2CppMethodPointer) UnresolvedVirtualCall_196, (const Il2CppMethodPointer) UnresolvedVirtualCall_197, (const Il2CppMethodPointer) UnresolvedVirtualCall_198, (const Il2CppMethodPointer) UnresolvedVirtualCall_199, (const Il2CppMethodPointer) UnresolvedVirtualCall_200, (const Il2CppMethodPointer) UnresolvedVirtualCall_201, (const Il2CppMethodPointer) UnresolvedVirtualCall_202, (const Il2CppMethodPointer) UnresolvedVirtualCall_203, (const Il2CppMethodPointer) UnresolvedVirtualCall_204, (const Il2CppMethodPointer) UnresolvedVirtualCall_205, (const Il2CppMethodPointer) UnresolvedVirtualCall_206, (const Il2CppMethodPointer) UnresolvedVirtualCall_207, (const Il2CppMethodPointer) UnresolvedVirtualCall_208, (const Il2CppMethodPointer) UnresolvedVirtualCall_209, (const Il2CppMethodPointer) UnresolvedVirtualCall_210, (const Il2CppMethodPointer) UnresolvedVirtualCall_211, (const Il2CppMethodPointer) UnresolvedVirtualCall_212, (const Il2CppMethodPointer) UnresolvedVirtualCall_213, (const Il2CppMethodPointer) UnresolvedVirtualCall_214, (const Il2CppMethodPointer) UnresolvedVirtualCall_215, (const Il2CppMethodPointer) UnresolvedVirtualCall_216, (const Il2CppMethodPointer) UnresolvedVirtualCall_217, (const Il2CppMethodPointer) UnresolvedVirtualCall_218, (const Il2CppMethodPointer) UnresolvedVirtualCall_219, (const Il2CppMethodPointer) UnresolvedVirtualCall_220, (const Il2CppMethodPointer) UnresolvedVirtualCall_221, (const Il2CppMethodPointer) UnresolvedVirtualCall_222, (const Il2CppMethodPointer) UnresolvedVirtualCall_223, (const Il2CppMethodPointer) UnresolvedVirtualCall_224, (const Il2CppMethodPointer) UnresolvedVirtualCall_225, (const Il2CppMethodPointer) UnresolvedVirtualCall_226, (const Il2CppMethodPointer) UnresolvedVirtualCall_227, (const Il2CppMethodPointer) UnresolvedVirtualCall_228, (const Il2CppMethodPointer) UnresolvedVirtualCall_229, (const Il2CppMethodPointer) UnresolvedVirtualCall_230, (const Il2CppMethodPointer) UnresolvedVirtualCall_231, (const Il2CppMethodPointer) UnresolvedVirtualCall_232, (const Il2CppMethodPointer) UnresolvedVirtualCall_233, (const Il2CppMethodPointer) UnresolvedVirtualCall_234, (const Il2CppMethodPointer) UnresolvedVirtualCall_235, (const Il2CppMethodPointer) UnresolvedVirtualCall_236, (const Il2CppMethodPointer) UnresolvedVirtualCall_237, (const Il2CppMethodPointer) UnresolvedVirtualCall_238, (const Il2CppMethodPointer) UnresolvedVirtualCall_239, (const Il2CppMethodPointer) UnresolvedVirtualCall_240, (const Il2CppMethodPointer) UnresolvedVirtualCall_241, (const Il2CppMethodPointer) UnresolvedVirtualCall_242, (const Il2CppMethodPointer) UnresolvedVirtualCall_243, (const Il2CppMethodPointer) UnresolvedVirtualCall_244, (const Il2CppMethodPointer) UnresolvedVirtualCall_245, (const Il2CppMethodPointer) UnresolvedVirtualCall_246, (const Il2CppMethodPointer) UnresolvedVirtualCall_247, (const Il2CppMethodPointer) UnresolvedVirtualCall_248, (const Il2CppMethodPointer) UnresolvedVirtualCall_249, (const Il2CppMethodPointer) UnresolvedVirtualCall_250, (const Il2CppMethodPointer) UnresolvedVirtualCall_251, (const Il2CppMethodPointer) UnresolvedVirtualCall_252, (const Il2CppMethodPointer) UnresolvedVirtualCall_253, (const Il2CppMethodPointer) UnresolvedVirtualCall_254, (const Il2CppMethodPointer) UnresolvedVirtualCall_255, (const Il2CppMethodPointer) UnresolvedVirtualCall_256, (const Il2CppMethodPointer) UnresolvedVirtualCall_257, (const Il2CppMethodPointer) UnresolvedVirtualCall_258, (const Il2CppMethodPointer) UnresolvedVirtualCall_259, (const Il2CppMethodPointer) UnresolvedVirtualCall_260, (const Il2CppMethodPointer) UnresolvedVirtualCall_261, (const Il2CppMethodPointer) UnresolvedVirtualCall_262, (const Il2CppMethodPointer) UnresolvedVirtualCall_263, (const Il2CppMethodPointer) UnresolvedVirtualCall_264, (const Il2CppMethodPointer) UnresolvedVirtualCall_265, (const Il2CppMethodPointer) UnresolvedVirtualCall_266, (const Il2CppMethodPointer) UnresolvedVirtualCall_267, (const Il2CppMethodPointer) UnresolvedVirtualCall_268, (const Il2CppMethodPointer) UnresolvedVirtualCall_269, (const Il2CppMethodPointer) UnresolvedVirtualCall_270, (const Il2CppMethodPointer) UnresolvedVirtualCall_271, (const Il2CppMethodPointer) UnresolvedVirtualCall_272, (const Il2CppMethodPointer) UnresolvedVirtualCall_273, (const Il2CppMethodPointer) UnresolvedVirtualCall_274, (const Il2CppMethodPointer) UnresolvedVirtualCall_275, (const Il2CppMethodPointer) UnresolvedVirtualCall_276, (const Il2CppMethodPointer) UnresolvedVirtualCall_277, (const Il2CppMethodPointer) UnresolvedVirtualCall_278, (const Il2CppMethodPointer) UnresolvedVirtualCall_279, (const Il2CppMethodPointer) UnresolvedVirtualCall_280, (const Il2CppMethodPointer) UnresolvedVirtualCall_281, (const Il2CppMethodPointer) UnresolvedVirtualCall_282, (const Il2CppMethodPointer) UnresolvedVirtualCall_283, (const Il2CppMethodPointer) UnresolvedVirtualCall_284, (const Il2CppMethodPointer) UnresolvedVirtualCall_285, (const Il2CppMethodPointer) UnresolvedVirtualCall_286, (const Il2CppMethodPointer) UnresolvedVirtualCall_287, (const Il2CppMethodPointer) UnresolvedVirtualCall_288, (const Il2CppMethodPointer) UnresolvedVirtualCall_289, (const Il2CppMethodPointer) UnresolvedVirtualCall_290, (const Il2CppMethodPointer) UnresolvedVirtualCall_291, (const Il2CppMethodPointer) UnresolvedVirtualCall_292, (const Il2CppMethodPointer) UnresolvedVirtualCall_293, (const Il2CppMethodPointer) UnresolvedVirtualCall_294, (const Il2CppMethodPointer) UnresolvedVirtualCall_295, (const Il2CppMethodPointer) UnresolvedVirtualCall_296, (const Il2CppMethodPointer) UnresolvedVirtualCall_297, (const Il2CppMethodPointer) UnresolvedVirtualCall_298, (const Il2CppMethodPointer) UnresolvedVirtualCall_299, (const Il2CppMethodPointer) UnresolvedVirtualCall_300, (const Il2CppMethodPointer) UnresolvedVirtualCall_301, (const Il2CppMethodPointer) UnresolvedVirtualCall_302, (const Il2CppMethodPointer) UnresolvedVirtualCall_303, (const Il2CppMethodPointer) UnresolvedVirtualCall_304, (const Il2CppMethodPointer) UnresolvedVirtualCall_305, (const Il2CppMethodPointer) UnresolvedVirtualCall_306, (const Il2CppMethodPointer) UnresolvedVirtualCall_307, (const Il2CppMethodPointer) UnresolvedVirtualCall_308, (const Il2CppMethodPointer) UnresolvedVirtualCall_309, (const Il2CppMethodPointer) UnresolvedVirtualCall_310, (const Il2CppMethodPointer) UnresolvedVirtualCall_311, (const Il2CppMethodPointer) UnresolvedVirtualCall_312, (const Il2CppMethodPointer) UnresolvedVirtualCall_313, (const Il2CppMethodPointer) UnresolvedVirtualCall_314, (const Il2CppMethodPointer) UnresolvedVirtualCall_315, (const Il2CppMethodPointer) UnresolvedVirtualCall_316, (const Il2CppMethodPointer) UnresolvedVirtualCall_317, (const Il2CppMethodPointer) UnresolvedVirtualCall_318, (const Il2CppMethodPointer) UnresolvedVirtualCall_319, (const Il2CppMethodPointer) UnresolvedVirtualCall_320, (const Il2CppMethodPointer) UnresolvedVirtualCall_321, (const Il2CppMethodPointer) UnresolvedVirtualCall_322, (const Il2CppMethodPointer) UnresolvedVirtualCall_323, (const Il2CppMethodPointer) UnresolvedVirtualCall_324, (const Il2CppMethodPointer) UnresolvedVirtualCall_325, (const Il2CppMethodPointer) UnresolvedVirtualCall_326, (const Il2CppMethodPointer) UnresolvedVirtualCall_327, (const Il2CppMethodPointer) UnresolvedVirtualCall_328, (const Il2CppMethodPointer) UnresolvedVirtualCall_329, (const Il2CppMethodPointer) UnresolvedVirtualCall_330, (const Il2CppMethodPointer) UnresolvedVirtualCall_331, (const Il2CppMethodPointer) UnresolvedVirtualCall_332, (const Il2CppMethodPointer) UnresolvedVirtualCall_333, (const Il2CppMethodPointer) UnresolvedVirtualCall_334, (const Il2CppMethodPointer) UnresolvedVirtualCall_335, (const Il2CppMethodPointer) UnresolvedVirtualCall_336, (const Il2CppMethodPointer) UnresolvedVirtualCall_337, (const Il2CppMethodPointer) UnresolvedVirtualCall_338, (const Il2CppMethodPointer) UnresolvedVirtualCall_339, (const Il2CppMethodPointer) UnresolvedVirtualCall_340, (const Il2CppMethodPointer) UnresolvedVirtualCall_341, (const Il2CppMethodPointer) UnresolvedVirtualCall_342, (const Il2CppMethodPointer) UnresolvedVirtualCall_343, (const Il2CppMethodPointer) UnresolvedVirtualCall_344, (const Il2CppMethodPointer) UnresolvedVirtualCall_345, (const Il2CppMethodPointer) UnresolvedVirtualCall_346, (const Il2CppMethodPointer) UnresolvedVirtualCall_347, (const Il2CppMethodPointer) UnresolvedVirtualCall_348, (const Il2CppMethodPointer) UnresolvedVirtualCall_349, (const Il2CppMethodPointer) UnresolvedVirtualCall_350, (const Il2CppMethodPointer) UnresolvedVirtualCall_351, (const Il2CppMethodPointer) UnresolvedVirtualCall_352, (const Il2CppMethodPointer) UnresolvedVirtualCall_353, (const Il2CppMethodPointer) UnresolvedVirtualCall_354, (const Il2CppMethodPointer) UnresolvedVirtualCall_355, (const Il2CppMethodPointer) UnresolvedVirtualCall_356, (const Il2CppMethodPointer) UnresolvedVirtualCall_357, (const Il2CppMethodPointer) UnresolvedVirtualCall_358, (const Il2CppMethodPointer) UnresolvedVirtualCall_359, (const Il2CppMethodPointer) UnresolvedVirtualCall_360, (const Il2CppMethodPointer) UnresolvedVirtualCall_361, (const Il2CppMethodPointer) UnresolvedVirtualCall_362, (const Il2CppMethodPointer) UnresolvedVirtualCall_363, (const Il2CppMethodPointer) UnresolvedVirtualCall_364, (const Il2CppMethodPointer) UnresolvedVirtualCall_365, (const Il2CppMethodPointer) UnresolvedVirtualCall_366, (const Il2CppMethodPointer) UnresolvedVirtualCall_367, (const Il2CppMethodPointer) UnresolvedVirtualCall_368, (const Il2CppMethodPointer) UnresolvedVirtualCall_369, (const Il2CppMethodPointer) UnresolvedVirtualCall_370, (const Il2CppMethodPointer) UnresolvedVirtualCall_371, (const Il2CppMethodPointer) UnresolvedVirtualCall_372, (const Il2CppMethodPointer) UnresolvedVirtualCall_373, (const Il2CppMethodPointer) UnresolvedVirtualCall_374, (const Il2CppMethodPointer) UnresolvedVirtualCall_375, (const Il2CppMethodPointer) UnresolvedVirtualCall_376, (const Il2CppMethodPointer) UnresolvedVirtualCall_377, (const Il2CppMethodPointer) UnresolvedVirtualCall_378, (const Il2CppMethodPointer) UnresolvedVirtualCall_379, (const Il2CppMethodPointer) UnresolvedVirtualCall_380, (const Il2CppMethodPointer) UnresolvedVirtualCall_381, (const Il2CppMethodPointer) UnresolvedVirtualCall_382, (const Il2CppMethodPointer) UnresolvedVirtualCall_383, (const Il2CppMethodPointer) UnresolvedVirtualCall_384, (const Il2CppMethodPointer) UnresolvedVirtualCall_385, (const Il2CppMethodPointer) UnresolvedVirtualCall_386, (const Il2CppMethodPointer) UnresolvedVirtualCall_387, (const Il2CppMethodPointer) UnresolvedVirtualCall_388, (const Il2CppMethodPointer) UnresolvedVirtualCall_389, (const Il2CppMethodPointer) UnresolvedVirtualCall_390, (const Il2CppMethodPointer) UnresolvedVirtualCall_391, (const Il2CppMethodPointer) UnresolvedVirtualCall_392, (const Il2CppMethodPointer) UnresolvedVirtualCall_393, (const Il2CppMethodPointer) UnresolvedVirtualCall_394, (const Il2CppMethodPointer) UnresolvedVirtualCall_395, (const Il2CppMethodPointer) UnresolvedVirtualCall_396, (const Il2CppMethodPointer) UnresolvedVirtualCall_397, (const Il2CppMethodPointer) UnresolvedVirtualCall_398, (const Il2CppMethodPointer) UnresolvedVirtualCall_399, (const Il2CppMethodPointer) UnresolvedVirtualCall_400, (const Il2CppMethodPointer) UnresolvedVirtualCall_401, (const Il2CppMethodPointer) UnresolvedVirtualCall_402, (const Il2CppMethodPointer) UnresolvedVirtualCall_403, (const Il2CppMethodPointer) UnresolvedVirtualCall_404, (const Il2CppMethodPointer) UnresolvedVirtualCall_405, (const Il2CppMethodPointer) UnresolvedVirtualCall_406, (const Il2CppMethodPointer) UnresolvedVirtualCall_407, (const Il2CppMethodPointer) UnresolvedVirtualCall_408, (const Il2CppMethodPointer) UnresolvedVirtualCall_409, (const Il2CppMethodPointer) UnresolvedVirtualCall_410, (const Il2CppMethodPointer) UnresolvedVirtualCall_411, (const Il2CppMethodPointer) UnresolvedVirtualCall_412, (const Il2CppMethodPointer) UnresolvedVirtualCall_413, (const Il2CppMethodPointer) UnresolvedVirtualCall_414, (const Il2CppMethodPointer) UnresolvedVirtualCall_415, (const Il2CppMethodPointer) UnresolvedVirtualCall_416, (const Il2CppMethodPointer) UnresolvedVirtualCall_417, (const Il2CppMethodPointer) UnresolvedVirtualCall_418, (const Il2CppMethodPointer) UnresolvedVirtualCall_419, (const Il2CppMethodPointer) UnresolvedVirtualCall_420, (const Il2CppMethodPointer) UnresolvedVirtualCall_421, (const Il2CppMethodPointer) UnresolvedVirtualCall_422, (const Il2CppMethodPointer) UnresolvedVirtualCall_423, (const Il2CppMethodPointer) UnresolvedVirtualCall_424, (const Il2CppMethodPointer) UnresolvedVirtualCall_425, (const Il2CppMethodPointer) UnresolvedVirtualCall_426, (const Il2CppMethodPointer) UnresolvedVirtualCall_427, (const Il2CppMethodPointer) UnresolvedVirtualCall_428, (const Il2CppMethodPointer) UnresolvedVirtualCall_429, (const Il2CppMethodPointer) UnresolvedVirtualCall_430, (const Il2CppMethodPointer) UnresolvedVirtualCall_431, (const Il2CppMethodPointer) UnresolvedVirtualCall_432, (const Il2CppMethodPointer) UnresolvedVirtualCall_433, (const Il2CppMethodPointer) UnresolvedVirtualCall_434, (const Il2CppMethodPointer) UnresolvedVirtualCall_435, (const Il2CppMethodPointer) UnresolvedVirtualCall_436, (const Il2CppMethodPointer) UnresolvedVirtualCall_437, (const Il2CppMethodPointer) UnresolvedVirtualCall_438, (const Il2CppMethodPointer) UnresolvedVirtualCall_439, (const Il2CppMethodPointer) UnresolvedVirtualCall_440, (const Il2CppMethodPointer) UnresolvedVirtualCall_441, (const Il2CppMethodPointer) UnresolvedVirtualCall_442, (const Il2CppMethodPointer) UnresolvedVirtualCall_443, (const Il2CppMethodPointer) UnresolvedVirtualCall_444, (const Il2CppMethodPointer) UnresolvedVirtualCall_445, (const Il2CppMethodPointer) UnresolvedVirtualCall_446, (const Il2CppMethodPointer) UnresolvedVirtualCall_447, (const Il2CppMethodPointer) UnresolvedVirtualCall_448, (const Il2CppMethodPointer) UnresolvedVirtualCall_449, (const Il2CppMethodPointer) UnresolvedVirtualCall_450, (const Il2CppMethodPointer) UnresolvedVirtualCall_451, (const Il2CppMethodPointer) UnresolvedVirtualCall_452, (const Il2CppMethodPointer) UnresolvedVirtualCall_453, (const Il2CppMethodPointer) UnresolvedVirtualCall_454, (const Il2CppMethodPointer) UnresolvedVirtualCall_455, (const Il2CppMethodPointer) UnresolvedVirtualCall_456, (const Il2CppMethodPointer) UnresolvedVirtualCall_457, (const Il2CppMethodPointer) UnresolvedVirtualCall_458, (const Il2CppMethodPointer) UnresolvedVirtualCall_459, (const Il2CppMethodPointer) UnresolvedVirtualCall_460, (const Il2CppMethodPointer) UnresolvedVirtualCall_461, (const Il2CppMethodPointer) UnresolvedVirtualCall_462, (const Il2CppMethodPointer) UnresolvedVirtualCall_463, (const Il2CppMethodPointer) UnresolvedVirtualCall_464, (const Il2CppMethodPointer) UnresolvedVirtualCall_465, (const Il2CppMethodPointer) UnresolvedVirtualCall_466, (const Il2CppMethodPointer) UnresolvedVirtualCall_467, (const Il2CppMethodPointer) UnresolvedVirtualCall_468, (const Il2CppMethodPointer) UnresolvedVirtualCall_469, (const Il2CppMethodPointer) UnresolvedVirtualCall_470, (const Il2CppMethodPointer) UnresolvedVirtualCall_471, (const Il2CppMethodPointer) UnresolvedVirtualCall_472, (const Il2CppMethodPointer) UnresolvedVirtualCall_473, (const Il2CppMethodPointer) UnresolvedVirtualCall_474, (const Il2CppMethodPointer) UnresolvedVirtualCall_475, (const Il2CppMethodPointer) UnresolvedVirtualCall_476, (const Il2CppMethodPointer) UnresolvedVirtualCall_477, (const Il2CppMethodPointer) UnresolvedVirtualCall_478, (const Il2CppMethodPointer) UnresolvedVirtualCall_479, (const Il2CppMethodPointer) UnresolvedVirtualCall_480, (const Il2CppMethodPointer) UnresolvedVirtualCall_481, (const Il2CppMethodPointer) UnresolvedVirtualCall_482, (const Il2CppMethodPointer) UnresolvedVirtualCall_483, (const Il2CppMethodPointer) UnresolvedVirtualCall_484, (const Il2CppMethodPointer) UnresolvedVirtualCall_485, (const Il2CppMethodPointer) UnresolvedVirtualCall_486, (const Il2CppMethodPointer) UnresolvedVirtualCall_487, (const Il2CppMethodPointer) UnresolvedVirtualCall_488, (const Il2CppMethodPointer) UnresolvedVirtualCall_489, (const Il2CppMethodPointer) UnresolvedVirtualCall_490, (const Il2CppMethodPointer) UnresolvedVirtualCall_491, (const Il2CppMethodPointer) UnresolvedVirtualCall_492, (const Il2CppMethodPointer) UnresolvedVirtualCall_493, (const Il2CppMethodPointer) UnresolvedVirtualCall_494, (const Il2CppMethodPointer) UnresolvedVirtualCall_495, (const Il2CppMethodPointer) UnresolvedVirtualCall_496, (const Il2CppMethodPointer) UnresolvedVirtualCall_497, (const Il2CppMethodPointer) UnresolvedVirtualCall_498, (const Il2CppMethodPointer) UnresolvedVirtualCall_499, (const Il2CppMethodPointer) UnresolvedVirtualCall_500, (const Il2CppMethodPointer) UnresolvedVirtualCall_501, (const Il2CppMethodPointer) UnresolvedVirtualCall_502, (const Il2CppMethodPointer) UnresolvedVirtualCall_503, (const Il2CppMethodPointer) UnresolvedVirtualCall_504, (const Il2CppMethodPointer) UnresolvedVirtualCall_505, (const Il2CppMethodPointer) UnresolvedVirtualCall_506, (const Il2CppMethodPointer) UnresolvedVirtualCall_507, (const Il2CppMethodPointer) UnresolvedVirtualCall_508, (const Il2CppMethodPointer) UnresolvedVirtualCall_509, (const Il2CppMethodPointer) UnresolvedVirtualCall_510, (const Il2CppMethodPointer) UnresolvedVirtualCall_511, (const Il2CppMethodPointer) UnresolvedVirtualCall_512, (const Il2CppMethodPointer) UnresolvedVirtualCall_513, (const Il2CppMethodPointer) UnresolvedVirtualCall_514, (const Il2CppMethodPointer) UnresolvedVirtualCall_515, (const Il2CppMethodPointer) UnresolvedVirtualCall_516, (const Il2CppMethodPointer) UnresolvedVirtualCall_517, (const Il2CppMethodPointer) UnresolvedVirtualCall_518, (const Il2CppMethodPointer) UnresolvedVirtualCall_519, (const Il2CppMethodPointer) UnresolvedVirtualCall_520, (const Il2CppMethodPointer) UnresolvedVirtualCall_521, (const Il2CppMethodPointer) UnresolvedVirtualCall_522, (const Il2CppMethodPointer) UnresolvedVirtualCall_523, (const Il2CppMethodPointer) UnresolvedVirtualCall_524, (const Il2CppMethodPointer) UnresolvedVirtualCall_525, (const Il2CppMethodPointer) UnresolvedVirtualCall_526, (const Il2CppMethodPointer) UnresolvedVirtualCall_527, (const Il2CppMethodPointer) UnresolvedVirtualCall_528, (const Il2CppMethodPointer) UnresolvedVirtualCall_529, (const Il2CppMethodPointer) UnresolvedVirtualCall_530, (const Il2CppMethodPointer) UnresolvedVirtualCall_531, (const Il2CppMethodPointer) UnresolvedVirtualCall_532, (const Il2CppMethodPointer) UnresolvedVirtualCall_533, (const Il2CppMethodPointer) UnresolvedVirtualCall_534, (const Il2CppMethodPointer) UnresolvedVirtualCall_535, (const Il2CppMethodPointer) UnresolvedVirtualCall_536, (const Il2CppMethodPointer) UnresolvedVirtualCall_537, (const Il2CppMethodPointer) UnresolvedVirtualCall_538, (const Il2CppMethodPointer) UnresolvedVirtualCall_539, (const Il2CppMethodPointer) UnresolvedVirtualCall_540, (const Il2CppMethodPointer) UnresolvedVirtualCall_541, (const Il2CppMethodPointer) UnresolvedVirtualCall_542, (const Il2CppMethodPointer) UnresolvedVirtualCall_543, (const Il2CppMethodPointer) UnresolvedVirtualCall_544, (const Il2CppMethodPointer) UnresolvedVirtualCall_545, (const Il2CppMethodPointer) UnresolvedVirtualCall_546, (const Il2CppMethodPointer) UnresolvedVirtualCall_547, (const Il2CppMethodPointer) UnresolvedVirtualCall_548, (const Il2CppMethodPointer) UnresolvedVirtualCall_549, (const Il2CppMethodPointer) UnresolvedVirtualCall_550, (const Il2CppMethodPointer) UnresolvedVirtualCall_551, (const Il2CppMethodPointer) UnresolvedVirtualCall_552, (const Il2CppMethodPointer) UnresolvedVirtualCall_553, (const Il2CppMethodPointer) UnresolvedVirtualCall_554, (const Il2CppMethodPointer) UnresolvedVirtualCall_555, (const Il2CppMethodPointer) UnresolvedVirtualCall_556, (const Il2CppMethodPointer) UnresolvedVirtualCall_557, (const Il2CppMethodPointer) UnresolvedVirtualCall_558, (const Il2CppMethodPointer) UnresolvedVirtualCall_559, (const Il2CppMethodPointer) UnresolvedVirtualCall_560, (const Il2CppMethodPointer) UnresolvedVirtualCall_561, (const Il2CppMethodPointer) UnresolvedVirtualCall_562, (const Il2CppMethodPointer) UnresolvedVirtualCall_563, (const Il2CppMethodPointer) UnresolvedVirtualCall_564, (const Il2CppMethodPointer) UnresolvedVirtualCall_565, (const Il2CppMethodPointer) UnresolvedVirtualCall_566, (const Il2CppMethodPointer) UnresolvedVirtualCall_567, (const Il2CppMethodPointer) UnresolvedVirtualCall_568, (const Il2CppMethodPointer) UnresolvedVirtualCall_569, (const Il2CppMethodPointer) UnresolvedVirtualCall_570, (const Il2CppMethodPointer) UnresolvedVirtualCall_571, (const Il2CppMethodPointer) UnresolvedVirtualCall_572, (const Il2CppMethodPointer) UnresolvedVirtualCall_573, (const Il2CppMethodPointer) UnresolvedVirtualCall_574, (const Il2CppMethodPointer) UnresolvedVirtualCall_575, (const Il2CppMethodPointer) UnresolvedVirtualCall_576, (const Il2CppMethodPointer) UnresolvedVirtualCall_577, (const Il2CppMethodPointer) UnresolvedVirtualCall_578, (const Il2CppMethodPointer) UnresolvedVirtualCall_579, (const Il2CppMethodPointer) UnresolvedVirtualCall_580, (const Il2CppMethodPointer) UnresolvedVirtualCall_581, (const Il2CppMethodPointer) UnresolvedVirtualCall_582, (const Il2CppMethodPointer) UnresolvedVirtualCall_583, (const Il2CppMethodPointer) UnresolvedVirtualCall_584, (const Il2CppMethodPointer) UnresolvedVirtualCall_585, (const Il2CppMethodPointer) UnresolvedVirtualCall_586, (const Il2CppMethodPointer) UnresolvedVirtualCall_587, (const Il2CppMethodPointer) UnresolvedVirtualCall_588, (const Il2CppMethodPointer) UnresolvedVirtualCall_589, (const Il2CppMethodPointer) UnresolvedVirtualCall_590, (const Il2CppMethodPointer) UnresolvedVirtualCall_591, (const Il2CppMethodPointer) UnresolvedVirtualCall_592, (const Il2CppMethodPointer) UnresolvedVirtualCall_593, (const Il2CppMethodPointer) UnresolvedVirtualCall_594, (const Il2CppMethodPointer) UnresolvedVirtualCall_595, (const Il2CppMethodPointer) UnresolvedVirtualCall_596, (const Il2CppMethodPointer) UnresolvedVirtualCall_597, (const Il2CppMethodPointer) UnresolvedVirtualCall_598, (const Il2CppMethodPointer) UnresolvedVirtualCall_599, (const Il2CppMethodPointer) UnresolvedVirtualCall_600, (const Il2CppMethodPointer) UnresolvedVirtualCall_601, (const Il2CppMethodPointer) UnresolvedVirtualCall_602, (const Il2CppMethodPointer) UnresolvedVirtualCall_603, (const Il2CppMethodPointer) UnresolvedVirtualCall_604, (const Il2CppMethodPointer) UnresolvedVirtualCall_605, (const Il2CppMethodPointer) UnresolvedVirtualCall_606, (const Il2CppMethodPointer) UnresolvedVirtualCall_607, (const Il2CppMethodPointer) UnresolvedVirtualCall_608, (const Il2CppMethodPointer) UnresolvedVirtualCall_609, (const Il2CppMethodPointer) UnresolvedVirtualCall_610, (const Il2CppMethodPointer) UnresolvedVirtualCall_611, (const Il2CppMethodPointer) UnresolvedVirtualCall_612, (const Il2CppMethodPointer) UnresolvedVirtualCall_613, (const Il2CppMethodPointer) UnresolvedVirtualCall_614, (const Il2CppMethodPointer) UnresolvedVirtualCall_615, (const Il2CppMethodPointer) UnresolvedVirtualCall_616, (const Il2CppMethodPointer) UnresolvedVirtualCall_617, (const Il2CppMethodPointer) UnresolvedVirtualCall_618, (const Il2CppMethodPointer) UnresolvedVirtualCall_619, (const Il2CppMethodPointer) UnresolvedVirtualCall_620, (const Il2CppMethodPointer) UnresolvedVirtualCall_621, (const Il2CppMethodPointer) UnresolvedVirtualCall_622, (const Il2CppMethodPointer) UnresolvedVirtualCall_623, (const Il2CppMethodPointer) UnresolvedVirtualCall_624, (const Il2CppMethodPointer) UnresolvedVirtualCall_625, (const Il2CppMethodPointer) UnresolvedVirtualCall_626, (const Il2CppMethodPointer) UnresolvedVirtualCall_627, (const Il2CppMethodPointer) UnresolvedVirtualCall_628, (const Il2CppMethodPointer) UnresolvedVirtualCall_629, (const Il2CppMethodPointer) UnresolvedVirtualCall_630, (const Il2CppMethodPointer) UnresolvedVirtualCall_631, (const Il2CppMethodPointer) UnresolvedVirtualCall_632, (const Il2CppMethodPointer) UnresolvedVirtualCall_633, (const Il2CppMethodPointer) UnresolvedVirtualCall_634, (const Il2CppMethodPointer) UnresolvedVirtualCall_635, (const Il2CppMethodPointer) UnresolvedVirtualCall_636, (const Il2CppMethodPointer) UnresolvedVirtualCall_637, (const Il2CppMethodPointer) UnresolvedVirtualCall_638, (const Il2CppMethodPointer) UnresolvedVirtualCall_639, (const Il2CppMethodPointer) UnresolvedVirtualCall_640, (const Il2CppMethodPointer) UnresolvedVirtualCall_641, (const Il2CppMethodPointer) UnresolvedVirtualCall_642, (const Il2CppMethodPointer) UnresolvedVirtualCall_643, (const Il2CppMethodPointer) UnresolvedVirtualCall_644, (const Il2CppMethodPointer) UnresolvedVirtualCall_645, (const Il2CppMethodPointer) UnresolvedVirtualCall_646, (const Il2CppMethodPointer) UnresolvedVirtualCall_647, (const Il2CppMethodPointer) UnresolvedVirtualCall_648, (const Il2CppMethodPointer) UnresolvedVirtualCall_649, (const Il2CppMethodPointer) UnresolvedVirtualCall_650, (const Il2CppMethodPointer) UnresolvedVirtualCall_651, (const Il2CppMethodPointer) UnresolvedVirtualCall_652, (const Il2CppMethodPointer) UnresolvedVirtualCall_653, (const Il2CppMethodPointer) UnresolvedVirtualCall_654, (const Il2CppMethodPointer) UnresolvedVirtualCall_655, (const Il2CppMethodPointer) UnresolvedVirtualCall_656, (const Il2CppMethodPointer) UnresolvedVirtualCall_657, (const Il2CppMethodPointer) UnresolvedVirtualCall_658, (const Il2CppMethodPointer) UnresolvedVirtualCall_659, (const Il2CppMethodPointer) UnresolvedVirtualCall_660, (const Il2CppMethodPointer) UnresolvedVirtualCall_661, (const Il2CppMethodPointer) UnresolvedVirtualCall_662, (const Il2CppMethodPointer) UnresolvedVirtualCall_663, (const Il2CppMethodPointer) UnresolvedVirtualCall_664, (const Il2CppMethodPointer) UnresolvedVirtualCall_665, (const Il2CppMethodPointer) UnresolvedVirtualCall_666, (const Il2CppMethodPointer) UnresolvedVirtualCall_667, (const Il2CppMethodPointer) UnresolvedVirtualCall_668, (const Il2CppMethodPointer) UnresolvedVirtualCall_669, (const Il2CppMethodPointer) UnresolvedVirtualCall_670, (const Il2CppMethodPointer) UnresolvedVirtualCall_671, (const Il2CppMethodPointer) UnresolvedVirtualCall_672, (const Il2CppMethodPointer) UnresolvedVirtualCall_673, (const Il2CppMethodPointer) UnresolvedVirtualCall_674, (const Il2CppMethodPointer) UnresolvedVirtualCall_675, (const Il2CppMethodPointer) UnresolvedVirtualCall_676, (const Il2CppMethodPointer) UnresolvedVirtualCall_677, (const Il2CppMethodPointer) UnresolvedVirtualCall_678, (const Il2CppMethodPointer) UnresolvedVirtualCall_679, (const Il2CppMethodPointer) UnresolvedVirtualCall_680, (const Il2CppMethodPointer) UnresolvedVirtualCall_681, (const Il2CppMethodPointer) UnresolvedVirtualCall_682, (const Il2CppMethodPointer) UnresolvedVirtualCall_683, (const Il2CppMethodPointer) UnresolvedVirtualCall_684, (const Il2CppMethodPointer) UnresolvedVirtualCall_685, (const Il2CppMethodPointer) UnresolvedVirtualCall_686, (const Il2CppMethodPointer) UnresolvedVirtualCall_687, (const Il2CppMethodPointer) UnresolvedVirtualCall_688, (const Il2CppMethodPointer) UnresolvedVirtualCall_689, (const Il2CppMethodPointer) UnresolvedVirtualCall_690, (const Il2CppMethodPointer) UnresolvedVirtualCall_691, (const Il2CppMethodPointer) UnresolvedVirtualCall_692, (const Il2CppMethodPointer) UnresolvedVirtualCall_693, (const Il2CppMethodPointer) UnresolvedVirtualCall_694, (const Il2CppMethodPointer) UnresolvedVirtualCall_695, (const Il2CppMethodPointer) UnresolvedVirtualCall_696, (const Il2CppMethodPointer) UnresolvedVirtualCall_697, (const Il2CppMethodPointer) UnresolvedVirtualCall_698, (const Il2CppMethodPointer) UnresolvedVirtualCall_699, (const Il2CppMethodPointer) UnresolvedVirtualCall_700, (const Il2CppMethodPointer) UnresolvedVirtualCall_701, (const Il2CppMethodPointer) UnresolvedVirtualCall_702, (const Il2CppMethodPointer) UnresolvedVirtualCall_703, (const Il2CppMethodPointer) UnresolvedVirtualCall_704, (const Il2CppMethodPointer) UnresolvedVirtualCall_705, (const Il2CppMethodPointer) UnresolvedVirtualCall_706, (const Il2CppMethodPointer) UnresolvedVirtualCall_707, (const Il2CppMethodPointer) UnresolvedVirtualCall_708, (const Il2CppMethodPointer) UnresolvedVirtualCall_709, (const Il2CppMethodPointer) UnresolvedVirtualCall_710, (const Il2CppMethodPointer) UnresolvedVirtualCall_711, (const Il2CppMethodPointer) UnresolvedVirtualCall_712, (const Il2CppMethodPointer) UnresolvedVirtualCall_713, (const Il2CppMethodPointer) UnresolvedVirtualCall_714, (const Il2CppMethodPointer) UnresolvedVirtualCall_715, (const Il2CppMethodPointer) UnresolvedVirtualCall_716, (const Il2CppMethodPointer) UnresolvedVirtualCall_717, (const Il2CppMethodPointer) UnresolvedVirtualCall_718, (const Il2CppMethodPointer) UnresolvedVirtualCall_719, (const Il2CppMethodPointer) UnresolvedVirtualCall_720, (const Il2CppMethodPointer) UnresolvedVirtualCall_721, (const Il2CppMethodPointer) UnresolvedVirtualCall_722, (const Il2CppMethodPointer) UnresolvedVirtualCall_723, (const Il2CppMethodPointer) UnresolvedVirtualCall_724, (const Il2CppMethodPointer) UnresolvedVirtualCall_725, (const Il2CppMethodPointer) UnresolvedVirtualCall_726, (const Il2CppMethodPointer) UnresolvedVirtualCall_727, (const Il2CppMethodPointer) UnresolvedVirtualCall_728, (const Il2CppMethodPointer) UnresolvedVirtualCall_729, (const Il2CppMethodPointer) UnresolvedVirtualCall_730, (const Il2CppMethodPointer) UnresolvedVirtualCall_731, (const Il2CppMethodPointer) UnresolvedVirtualCall_732, (const Il2CppMethodPointer) UnresolvedVirtualCall_733, (const Il2CppMethodPointer) UnresolvedVirtualCall_734, (const Il2CppMethodPointer) UnresolvedVirtualCall_735, (const Il2CppMethodPointer) UnresolvedVirtualCall_736, (const Il2CppMethodPointer) UnresolvedVirtualCall_737, (const Il2CppMethodPointer) UnresolvedVirtualCall_738, (const Il2CppMethodPointer) UnresolvedVirtualCall_739, (const Il2CppMethodPointer) UnresolvedVirtualCall_740, (const Il2CppMethodPointer) UnresolvedVirtualCall_741, (const Il2CppMethodPointer) UnresolvedVirtualCall_742, (const Il2CppMethodPointer) UnresolvedVirtualCall_743, (const Il2CppMethodPointer) UnresolvedVirtualCall_744, (const Il2CppMethodPointer) UnresolvedVirtualCall_745, (const Il2CppMethodPointer) UnresolvedVirtualCall_746, (const Il2CppMethodPointer) UnresolvedVirtualCall_747, (const Il2CppMethodPointer) UnresolvedVirtualCall_748, (const Il2CppMethodPointer) UnresolvedVirtualCall_749, (const Il2CppMethodPointer) UnresolvedVirtualCall_750, (const Il2CppMethodPointer) UnresolvedVirtualCall_751, (const Il2CppMethodPointer) UnresolvedVirtualCall_752, (const Il2CppMethodPointer) UnresolvedVirtualCall_753, (const Il2CppMethodPointer) UnresolvedVirtualCall_754, (const Il2CppMethodPointer) UnresolvedVirtualCall_755, (const Il2CppMethodPointer) UnresolvedVirtualCall_756, (const Il2CppMethodPointer) UnresolvedVirtualCall_757, (const Il2CppMethodPointer) UnresolvedVirtualCall_758, (const Il2CppMethodPointer) UnresolvedVirtualCall_759, (const Il2CppMethodPointer) UnresolvedVirtualCall_760, (const Il2CppMethodPointer) UnresolvedVirtualCall_761, (const Il2CppMethodPointer) UnresolvedVirtualCall_762, (const Il2CppMethodPointer) UnresolvedVirtualCall_763, (const Il2CppMethodPointer) UnresolvedVirtualCall_764, (const Il2CppMethodPointer) UnresolvedVirtualCall_765, (const Il2CppMethodPointer) UnresolvedVirtualCall_766, (const Il2CppMethodPointer) UnresolvedVirtualCall_767, (const Il2CppMethodPointer) UnresolvedVirtualCall_768, (const Il2CppMethodPointer) UnresolvedVirtualCall_769, (const Il2CppMethodPointer) UnresolvedVirtualCall_770, (const Il2CppMethodPointer) UnresolvedVirtualCall_771, (const Il2CppMethodPointer) UnresolvedVirtualCall_772, (const Il2CppMethodPointer) UnresolvedVirtualCall_773, (const Il2CppMethodPointer) UnresolvedVirtualCall_774, (const Il2CppMethodPointer) UnresolvedVirtualCall_775, (const Il2CppMethodPointer) UnresolvedVirtualCall_776, (const Il2CppMethodPointer) UnresolvedVirtualCall_777, (const Il2CppMethodPointer) UnresolvedVirtualCall_778, (const Il2CppMethodPointer) UnresolvedVirtualCall_779, (const Il2CppMethodPointer) UnresolvedVirtualCall_780, };