#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" // System.String struct String_t; // UnityEngine.Material struct Material_t340375123; // UnityEngine.Transform struct Transform_t3600365921; // Spine.Skeleton struct Skeleton_t3686076450; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.ReflectionProbe struct ReflectionProbe_t175708936; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t18392136; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773; // Spine.Unity.MeshGenerator struct MeshGenerator_t1354683548; // System.Type struct Type_t; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t1976548163; // UnityEngine.Sprite struct Sprite_t280657092; // System.Action`1 struct Action_1_t2019918284; // UnityEngine.Texture2D struct Texture2D_t3840446185; // System.Char[] struct CharU5BU5D_t3528271667; // Spine.Animation struct Animation_t615783283; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Void struct Void_t1185182177; // UnityEngine.Collider struct Collider_t1773347010; // UnityEngine.Collider2D struct Collider2D_t2806799626; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t4150874583; // UnityEngine.Renderer struct Renderer_t2627027031; // Spine.TrackEntry struct TrackEntry_t1316488441; // Spine.Event struct Event_t1378573841; // UnityEngine.EnumInfo struct EnumInfo_t93260550; // UnityEngine.UI.Selectable struct Selectable_t3250028441; // System.String[] struct StringU5BU5D_t1281789340; // System.Int32[] struct Int32U5BU5D_t385246372; // UnityEngine.Playables.PlayableBinding[] struct PlayableBindingU5BU5D_t829358056; // UnityEngine.Object struct Object_t631007953; // System.Single[] struct SingleU5BU5D_t1444911251; struct Vector3_t3722313464 ; struct Vector2_t2156229523 ; struct Color32_t2600501292 ; struct Object_t631007953_marshaled_com; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef SLOTMATERIALOVERRIDE_T1001979181_H #define SLOTMATERIALOVERRIDE_T1001979181_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride struct SlotMaterialOverride_t1001979181 { public: // System.Boolean Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride::overrideDisabled bool ___overrideDisabled_0; // System.String Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride::slotName String_t* ___slotName_1; // UnityEngine.Material Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride::material Material_t340375123 * ___material_2; public: inline static int32_t get_offset_of_overrideDisabled_0() { return static_cast(offsetof(SlotMaterialOverride_t1001979181, ___overrideDisabled_0)); } inline bool get_overrideDisabled_0() const { return ___overrideDisabled_0; } inline bool* get_address_of_overrideDisabled_0() { return &___overrideDisabled_0; } inline void set_overrideDisabled_0(bool value) { ___overrideDisabled_0 = value; } inline static int32_t get_offset_of_slotName_1() { return static_cast(offsetof(SlotMaterialOverride_t1001979181, ___slotName_1)); } inline String_t* get_slotName_1() const { return ___slotName_1; } inline String_t** get_address_of_slotName_1() { return &___slotName_1; } inline void set_slotName_1(String_t* value) { ___slotName_1 = value; Il2CppCodeGenWriteBarrier((&___slotName_1), value); } inline static int32_t get_offset_of_material_2() { return static_cast(offsetof(SlotMaterialOverride_t1001979181, ___material_2)); } inline Material_t340375123 * get_material_2() const { return ___material_2; } inline Material_t340375123 ** get_address_of_material_2() { return &___material_2; } inline void set_material_2(Material_t340375123 * value) { ___material_2 = value; Il2CppCodeGenWriteBarrier((&___material_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride struct SlotMaterialOverride_t1001979181_marshaled_pinvoke { int32_t ___overrideDisabled_0; char* ___slotName_1; Material_t340375123 * ___material_2; }; // Native definition for COM marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride struct SlotMaterialOverride_t1001979181_marshaled_com { int32_t ___overrideDisabled_0; Il2CppChar* ___slotName_1; Material_t340375123 * ___material_2; }; #endif // SLOTMATERIALOVERRIDE_T1001979181_H #ifndef TRANSFORMPAIR_T3795417756_H #define TRANSFORMPAIR_T3795417756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair struct TransformPair_t3795417756 { public: // UnityEngine.Transform Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair::dest Transform_t3600365921 * ___dest_0; // UnityEngine.Transform Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair::src Transform_t3600365921 * ___src_1; public: inline static int32_t get_offset_of_dest_0() { return static_cast(offsetof(TransformPair_t3795417756, ___dest_0)); } inline Transform_t3600365921 * get_dest_0() const { return ___dest_0; } inline Transform_t3600365921 ** get_address_of_dest_0() { return &___dest_0; } inline void set_dest_0(Transform_t3600365921 * value) { ___dest_0 = value; Il2CppCodeGenWriteBarrier((&___dest_0), value); } inline static int32_t get_offset_of_src_1() { return static_cast(offsetof(TransformPair_t3795417756, ___src_1)); } inline Transform_t3600365921 * get_src_1() const { return ___src_1; } inline Transform_t3600365921 ** get_address_of_src_1() { return &___src_1; } inline void set_src_1(Transform_t3600365921 * value) { ___src_1 = value; Il2CppCodeGenWriteBarrier((&___src_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair struct TransformPair_t3795417756_marshaled_pinvoke { Transform_t3600365921 * ___dest_0; Transform_t3600365921 * ___src_1; }; // Native definition for COM marshalling of Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair struct TransformPair_t3795417756_marshaled_com { Transform_t3600365921 * ___dest_0; Transform_t3600365921 * ___src_1; }; #endif // TRANSFORMPAIR_T3795417756_H #ifndef SUBMESHINSTRUCTION_T52121370_H #define SUBMESHINSTRUCTION_T52121370_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370 { public: // Spine.Skeleton Spine.Unity.SubmeshInstruction::skeleton Skeleton_t3686076450 * ___skeleton_0; // System.Int32 Spine.Unity.SubmeshInstruction::startSlot int32_t ___startSlot_1; // System.Int32 Spine.Unity.SubmeshInstruction::endSlot int32_t ___endSlot_2; // UnityEngine.Material Spine.Unity.SubmeshInstruction::material Material_t340375123 * ___material_3; // System.Boolean Spine.Unity.SubmeshInstruction::forceSeparate bool ___forceSeparate_4; // System.Int32 Spine.Unity.SubmeshInstruction::preActiveClippingSlotSource int32_t ___preActiveClippingSlotSource_5; // System.Int32 Spine.Unity.SubmeshInstruction::rawTriangleCount int32_t ___rawTriangleCount_6; // System.Int32 Spine.Unity.SubmeshInstruction::rawVertexCount int32_t ___rawVertexCount_7; // System.Int32 Spine.Unity.SubmeshInstruction::rawFirstVertexIndex int32_t ___rawFirstVertexIndex_8; // System.Boolean Spine.Unity.SubmeshInstruction::hasClipping bool ___hasClipping_9; public: inline static int32_t get_offset_of_skeleton_0() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___skeleton_0)); } inline Skeleton_t3686076450 * get_skeleton_0() const { return ___skeleton_0; } inline Skeleton_t3686076450 ** get_address_of_skeleton_0() { return &___skeleton_0; } inline void set_skeleton_0(Skeleton_t3686076450 * value) { ___skeleton_0 = value; Il2CppCodeGenWriteBarrier((&___skeleton_0), value); } inline static int32_t get_offset_of_startSlot_1() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___startSlot_1)); } inline int32_t get_startSlot_1() const { return ___startSlot_1; } inline int32_t* get_address_of_startSlot_1() { return &___startSlot_1; } inline void set_startSlot_1(int32_t value) { ___startSlot_1 = value; } inline static int32_t get_offset_of_endSlot_2() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___endSlot_2)); } inline int32_t get_endSlot_2() const { return ___endSlot_2; } inline int32_t* get_address_of_endSlot_2() { return &___endSlot_2; } inline void set_endSlot_2(int32_t value) { ___endSlot_2 = value; } inline static int32_t get_offset_of_material_3() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___material_3)); } inline Material_t340375123 * get_material_3() const { return ___material_3; } inline Material_t340375123 ** get_address_of_material_3() { return &___material_3; } inline void set_material_3(Material_t340375123 * value) { ___material_3 = value; Il2CppCodeGenWriteBarrier((&___material_3), value); } inline static int32_t get_offset_of_forceSeparate_4() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___forceSeparate_4)); } inline bool get_forceSeparate_4() const { return ___forceSeparate_4; } inline bool* get_address_of_forceSeparate_4() { return &___forceSeparate_4; } inline void set_forceSeparate_4(bool value) { ___forceSeparate_4 = value; } inline static int32_t get_offset_of_preActiveClippingSlotSource_5() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___preActiveClippingSlotSource_5)); } inline int32_t get_preActiveClippingSlotSource_5() const { return ___preActiveClippingSlotSource_5; } inline int32_t* get_address_of_preActiveClippingSlotSource_5() { return &___preActiveClippingSlotSource_5; } inline void set_preActiveClippingSlotSource_5(int32_t value) { ___preActiveClippingSlotSource_5 = value; } inline static int32_t get_offset_of_rawTriangleCount_6() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawTriangleCount_6)); } inline int32_t get_rawTriangleCount_6() const { return ___rawTriangleCount_6; } inline int32_t* get_address_of_rawTriangleCount_6() { return &___rawTriangleCount_6; } inline void set_rawTriangleCount_6(int32_t value) { ___rawTriangleCount_6 = value; } inline static int32_t get_offset_of_rawVertexCount_7() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawVertexCount_7)); } inline int32_t get_rawVertexCount_7() const { return ___rawVertexCount_7; } inline int32_t* get_address_of_rawVertexCount_7() { return &___rawVertexCount_7; } inline void set_rawVertexCount_7(int32_t value) { ___rawVertexCount_7 = value; } inline static int32_t get_offset_of_rawFirstVertexIndex_8() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawFirstVertexIndex_8)); } inline int32_t get_rawFirstVertexIndex_8() const { return ___rawFirstVertexIndex_8; } inline int32_t* get_address_of_rawFirstVertexIndex_8() { return &___rawFirstVertexIndex_8; } inline void set_rawFirstVertexIndex_8(int32_t value) { ___rawFirstVertexIndex_8 = value; } inline static int32_t get_offset_of_hasClipping_9() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___hasClipping_9)); } inline bool get_hasClipping_9() const { return ___hasClipping_9; } inline bool* get_address_of_hasClipping_9() { return &___hasClipping_9; } inline void set_hasClipping_9(bool value) { ___hasClipping_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370_marshaled_pinvoke { Skeleton_t3686076450 * ___skeleton_0; int32_t ___startSlot_1; int32_t ___endSlot_2; Material_t340375123 * ___material_3; int32_t ___forceSeparate_4; int32_t ___preActiveClippingSlotSource_5; int32_t ___rawTriangleCount_6; int32_t ___rawVertexCount_7; int32_t ___rawFirstVertexIndex_8; int32_t ___hasClipping_9; }; // Native definition for COM marshalling of Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370_marshaled_com { Skeleton_t3686076450 * ___skeleton_0; int32_t ___startSlot_1; int32_t ___endSlot_2; Material_t340375123 * ___material_3; int32_t ___forceSeparate_4; int32_t ___preActiveClippingSlotSource_5; int32_t ___rawTriangleCount_6; int32_t ___rawVertexCount_7; int32_t ___rawFirstVertexIndex_8; int32_t ___hasClipping_9; }; #endif // SUBMESHINSTRUCTION_T52121370_H #ifndef ORDERBLOCK_T1585977831_H #define ORDERBLOCK_T1585977831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t1585977831 { public: // System.Int32 UnityEngine.BeforeRenderHelper/OrderBlock::order int32_t ___order_0; // UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper/OrderBlock::callback UnityAction_t3245792599 * ___callback_1; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(OrderBlock_t1585977831, ___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_t1585977831, ___callback_1)); } inline UnityAction_t3245792599 * get_callback_1() const { return ___callback_1; } inline UnityAction_t3245792599 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(UnityAction_t3245792599 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((&___callback_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t1585977831_marshaled_pinvoke { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t1585977831_marshaled_com { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; #endif // ORDERBLOCK_T1585977831_H #ifndef BONEWEIGHT_T1955788027_H #define BONEWEIGHT_T1955788027_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.BoneWeight struct BoneWeight_t1955788027 { public: // System.Single UnityEngine.BoneWeight::m_Weight0 float ___m_Weight0_0; // System.Single UnityEngine.BoneWeight::m_Weight1 float ___m_Weight1_1; // System.Single UnityEngine.BoneWeight::m_Weight2 float ___m_Weight2_2; // System.Single UnityEngine.BoneWeight::m_Weight3 float ___m_Weight3_3; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex0 int32_t ___m_BoneIndex0_4; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex1 int32_t ___m_BoneIndex1_5; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex2 int32_t ___m_BoneIndex2_6; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex3 int32_t ___m_BoneIndex3_7; public: inline static int32_t get_offset_of_m_Weight0_0() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight0_0)); } inline float get_m_Weight0_0() const { return ___m_Weight0_0; } inline float* get_address_of_m_Weight0_0() { return &___m_Weight0_0; } inline void set_m_Weight0_0(float value) { ___m_Weight0_0 = value; } inline static int32_t get_offset_of_m_Weight1_1() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight1_1)); } inline float get_m_Weight1_1() const { return ___m_Weight1_1; } inline float* get_address_of_m_Weight1_1() { return &___m_Weight1_1; } inline void set_m_Weight1_1(float value) { ___m_Weight1_1 = value; } inline static int32_t get_offset_of_m_Weight2_2() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight2_2)); } inline float get_m_Weight2_2() const { return ___m_Weight2_2; } inline float* get_address_of_m_Weight2_2() { return &___m_Weight2_2; } inline void set_m_Weight2_2(float value) { ___m_Weight2_2 = value; } inline static int32_t get_offset_of_m_Weight3_3() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_Weight3_3)); } inline float get_m_Weight3_3() const { return ___m_Weight3_3; } inline float* get_address_of_m_Weight3_3() { return &___m_Weight3_3; } inline void set_m_Weight3_3(float value) { ___m_Weight3_3 = value; } inline static int32_t get_offset_of_m_BoneIndex0_4() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex0_4)); } inline int32_t get_m_BoneIndex0_4() const { return ___m_BoneIndex0_4; } inline int32_t* get_address_of_m_BoneIndex0_4() { return &___m_BoneIndex0_4; } inline void set_m_BoneIndex0_4(int32_t value) { ___m_BoneIndex0_4 = value; } inline static int32_t get_offset_of_m_BoneIndex1_5() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex1_5)); } inline int32_t get_m_BoneIndex1_5() const { return ___m_BoneIndex1_5; } inline int32_t* get_address_of_m_BoneIndex1_5() { return &___m_BoneIndex1_5; } inline void set_m_BoneIndex1_5(int32_t value) { ___m_BoneIndex1_5 = value; } inline static int32_t get_offset_of_m_BoneIndex2_6() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex2_6)); } inline int32_t get_m_BoneIndex2_6() const { return ___m_BoneIndex2_6; } inline int32_t* get_address_of_m_BoneIndex2_6() { return &___m_BoneIndex2_6; } inline void set_m_BoneIndex2_6(int32_t value) { ___m_BoneIndex2_6 = value; } inline static int32_t get_offset_of_m_BoneIndex3_7() { return static_cast(offsetof(BoneWeight_t1955788027, ___m_BoneIndex3_7)); } inline int32_t get_m_BoneIndex3_7() const { return ___m_BoneIndex3_7; } inline int32_t* get_address_of_m_BoneIndex3_7() { return &___m_BoneIndex3_7; } inline void set_m_BoneIndex3_7(int32_t value) { ___m_BoneIndex3_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BONEWEIGHT_T1955788027_H #ifndef COLOR32_T2600501292_H #define COLOR32_T2600501292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color32 struct Color32_t2600501292 { 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_t2600501292, ___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_t2600501292, ___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_t2600501292, ___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_t2600501292, ___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_t2600501292, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR32_T2600501292_H #ifndef MATRIX4X4_T1817901843_H #define MATRIX4X4_T1817901843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Matrix4x4 struct Matrix4x4_t1817901843 { 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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843, ___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_t1817901843_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t1817901843 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t1817901843 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t1817901843 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t1817901843 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t1817901843 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t1817901843 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t1817901843 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t1817901843 value) { ___identityMatrix_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATRIX4X4_T1817901843_H #ifndef REFLECTIONPROBEBLENDINFO_T288657778_H #define REFLECTIONPROBEBLENDINFO_T288657778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_t288657778 { public: // UnityEngine.ReflectionProbe UnityEngine.Rendering.ReflectionProbeBlendInfo::probe ReflectionProbe_t175708936 * ___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_t288657778, ___probe_0)); } inline ReflectionProbe_t175708936 * get_probe_0() const { return ___probe_0; } inline ReflectionProbe_t175708936 ** get_address_of_probe_0() { return &___probe_0; } inline void set_probe_0(ReflectionProbe_t175708936 * value) { ___probe_0 = value; Il2CppCodeGenWriteBarrier((&___probe_0), value); } inline static int32_t get_offset_of_weight_1() { return static_cast(offsetof(ReflectionProbeBlendInfo_t288657778, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_t288657778_marshaled_pinvoke { ReflectionProbe_t175708936 * ___probe_0; float ___weight_1; }; // Native definition for COM marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo struct ReflectionProbeBlendInfo_t288657778_marshaled_com { ReflectionProbe_t175708936 * ___probe_0; float ___weight_1; }; #endif // REFLECTIONPROBEBLENDINFO_T288657778_H #ifndef VECTOR2INT_T3469998543_H #define VECTOR2INT_T3469998543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2Int struct Vector2Int_t3469998543 { public: // System.Int32 UnityEngine.Vector2Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector2Int::m_Y int32_t ___m_Y_1; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(Vector2Int_t3469998543, ___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(Vector2Int_t3469998543, ___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; } }; struct Vector2Int_t3469998543_StaticFields { public: // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero Vector2Int_t3469998543 ___s_Zero_2; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One Vector2Int_t3469998543 ___s_One_3; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up Vector2Int_t3469998543 ___s_Up_4; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down Vector2Int_t3469998543 ___s_Down_5; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left Vector2Int_t3469998543 ___s_Left_6; // UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right Vector2Int_t3469998543 ___s_Right_7; public: inline static int32_t get_offset_of_s_Zero_2() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Zero_2)); } inline Vector2Int_t3469998543 get_s_Zero_2() const { return ___s_Zero_2; } inline Vector2Int_t3469998543 * get_address_of_s_Zero_2() { return &___s_Zero_2; } inline void set_s_Zero_2(Vector2Int_t3469998543 value) { ___s_Zero_2 = value; } inline static int32_t get_offset_of_s_One_3() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_One_3)); } inline Vector2Int_t3469998543 get_s_One_3() const { return ___s_One_3; } inline Vector2Int_t3469998543 * get_address_of_s_One_3() { return &___s_One_3; } inline void set_s_One_3(Vector2Int_t3469998543 value) { ___s_One_3 = value; } inline static int32_t get_offset_of_s_Up_4() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Up_4)); } inline Vector2Int_t3469998543 get_s_Up_4() const { return ___s_Up_4; } inline Vector2Int_t3469998543 * get_address_of_s_Up_4() { return &___s_Up_4; } inline void set_s_Up_4(Vector2Int_t3469998543 value) { ___s_Up_4 = value; } inline static int32_t get_offset_of_s_Down_5() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Down_5)); } inline Vector2Int_t3469998543 get_s_Down_5() const { return ___s_Down_5; } inline Vector2Int_t3469998543 * get_address_of_s_Down_5() { return &___s_Down_5; } inline void set_s_Down_5(Vector2Int_t3469998543 value) { ___s_Down_5 = value; } inline static int32_t get_offset_of_s_Left_6() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Left_6)); } inline Vector2Int_t3469998543 get_s_Left_6() const { return ___s_Left_6; } inline Vector2Int_t3469998543 * get_address_of_s_Left_6() { return &___s_Left_6; } inline void set_s_Left_6(Vector2Int_t3469998543 value) { ___s_Left_6 = value; } inline static int32_t get_offset_of_s_Right_7() { return static_cast(offsetof(Vector2Int_t3469998543_StaticFields, ___s_Right_7)); } inline Vector2Int_t3469998543 get_s_Right_7() const { return ___s_Right_7; } inline Vector2Int_t3469998543 * get_address_of_s_Right_7() { return &___s_Right_7; } inline void set_s_Right_7(Vector2Int_t3469998543 value) { ___s_Right_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2INT_T3469998543_H #ifndef COLOROPTIONS_T1487297155_H #define COLOROPTIONS_T1487297155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t1487297155 { public: // System.Boolean DG.Tweening.Plugins.Options.ColorOptions::alphaOnly bool ___alphaOnly_0; public: inline static int32_t get_offset_of_alphaOnly_0() { return static_cast(offsetof(ColorOptions_t1487297155, ___alphaOnly_0)); } inline bool get_alphaOnly_0() const { return ___alphaOnly_0; } inline bool* get_address_of_alphaOnly_0() { return &___alphaOnly_0; } inline void set_alphaOnly_0(bool value) { ___alphaOnly_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t1487297155_marshaled_pinvoke { int32_t ___alphaOnly_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t1487297155_marshaled_com { int32_t ___alphaOnly_0; }; #endif // COLOROPTIONS_T1487297155_H #ifndef ATLASMATERIALOVERRIDE_T2435041389_H #define ATLASMATERIALOVERRIDE_T2435041389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride struct AtlasMaterialOverride_t2435041389 { public: // System.Boolean Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride::overrideDisabled bool ___overrideDisabled_0; // UnityEngine.Material Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride::originalMaterial Material_t340375123 * ___originalMaterial_1; // UnityEngine.Material Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride::replacementMaterial Material_t340375123 * ___replacementMaterial_2; public: inline static int32_t get_offset_of_overrideDisabled_0() { return static_cast(offsetof(AtlasMaterialOverride_t2435041389, ___overrideDisabled_0)); } inline bool get_overrideDisabled_0() const { return ___overrideDisabled_0; } inline bool* get_address_of_overrideDisabled_0() { return &___overrideDisabled_0; } inline void set_overrideDisabled_0(bool value) { ___overrideDisabled_0 = value; } inline static int32_t get_offset_of_originalMaterial_1() { return static_cast(offsetof(AtlasMaterialOverride_t2435041389, ___originalMaterial_1)); } inline Material_t340375123 * get_originalMaterial_1() const { return ___originalMaterial_1; } inline Material_t340375123 ** get_address_of_originalMaterial_1() { return &___originalMaterial_1; } inline void set_originalMaterial_1(Material_t340375123 * value) { ___originalMaterial_1 = value; Il2CppCodeGenWriteBarrier((&___originalMaterial_1), value); } inline static int32_t get_offset_of_replacementMaterial_2() { return static_cast(offsetof(AtlasMaterialOverride_t2435041389, ___replacementMaterial_2)); } inline Material_t340375123 * get_replacementMaterial_2() const { return ___replacementMaterial_2; } inline Material_t340375123 ** get_address_of_replacementMaterial_2() { return &___replacementMaterial_2; } inline void set_replacementMaterial_2(Material_t340375123 * value) { ___replacementMaterial_2 = value; Il2CppCodeGenWriteBarrier((&___replacementMaterial_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride struct AtlasMaterialOverride_t2435041389_marshaled_pinvoke { int32_t ___overrideDisabled_0; Material_t340375123 * ___originalMaterial_1; Material_t340375123 * ___replacementMaterial_2; }; // Native definition for COM marshalling of Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride struct AtlasMaterialOverride_t2435041389_marshaled_com { int32_t ___overrideDisabled_0; Material_t340375123 * ___originalMaterial_1; Material_t340375123 * ___replacementMaterial_2; }; #endif // ATLASMATERIALOVERRIDE_T2435041389_H #ifndef JENUMERABLE_1_T20407348_H #define JENUMERABLE_1_T20407348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JEnumerable`1 struct JEnumerable_1_t20407348 { public: // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::_enumerable RuntimeObject* ____enumerable_1; public: inline static int32_t get_offset_of__enumerable_1() { return static_cast(offsetof(JEnumerable_1_t20407348, ____enumerable_1)); } inline RuntimeObject* get__enumerable_1() const { return ____enumerable_1; } inline RuntimeObject** get_address_of__enumerable_1() { return &____enumerable_1; } inline void set__enumerable_1(RuntimeObject* value) { ____enumerable_1 = value; Il2CppCodeGenWriteBarrier((&____enumerable_1), value); } }; struct JEnumerable_1_t20407348_StaticFields { public: // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::Empty JEnumerable_1_t20407348 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(JEnumerable_1_t20407348_StaticFields, ___Empty_0)); } inline JEnumerable_1_t20407348 get_Empty_0() const { return ___Empty_0; } inline JEnumerable_1_t20407348 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(JEnumerable_1_t20407348 value) { ___Empty_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JENUMERABLE_1_T20407348_H #ifndef KEYVALUEPAIR_2_T2530217319_H #define KEYVALUEPAIR_2_T2530217319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2530217319 { 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_t2530217319, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2530217319_H #ifndef MESHGENERATORBUFFERS_T1424700926_H #define MESHGENERATORBUFFERS_T1424700926_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.MeshGeneratorBuffers struct MeshGeneratorBuffers_t1424700926 { public: // System.Int32 Spine.Unity.MeshGeneratorBuffers::vertexCount int32_t ___vertexCount_0; // UnityEngine.Vector3[] Spine.Unity.MeshGeneratorBuffers::vertexBuffer Vector3U5BU5D_t1718750761* ___vertexBuffer_1; // UnityEngine.Vector2[] Spine.Unity.MeshGeneratorBuffers::uvBuffer Vector2U5BU5D_t1457185986* ___uvBuffer_2; // UnityEngine.Color32[] Spine.Unity.MeshGeneratorBuffers::colorBuffer Color32U5BU5D_t3850468773* ___colorBuffer_3; // Spine.Unity.MeshGenerator Spine.Unity.MeshGeneratorBuffers::meshGenerator MeshGenerator_t1354683548 * ___meshGenerator_4; public: inline static int32_t get_offset_of_vertexCount_0() { return static_cast(offsetof(MeshGeneratorBuffers_t1424700926, ___vertexCount_0)); } inline int32_t get_vertexCount_0() const { return ___vertexCount_0; } inline int32_t* get_address_of_vertexCount_0() { return &___vertexCount_0; } inline void set_vertexCount_0(int32_t value) { ___vertexCount_0 = value; } inline static int32_t get_offset_of_vertexBuffer_1() { return static_cast(offsetof(MeshGeneratorBuffers_t1424700926, ___vertexBuffer_1)); } inline Vector3U5BU5D_t1718750761* get_vertexBuffer_1() const { return ___vertexBuffer_1; } inline Vector3U5BU5D_t1718750761** get_address_of_vertexBuffer_1() { return &___vertexBuffer_1; } inline void set_vertexBuffer_1(Vector3U5BU5D_t1718750761* value) { ___vertexBuffer_1 = value; Il2CppCodeGenWriteBarrier((&___vertexBuffer_1), value); } inline static int32_t get_offset_of_uvBuffer_2() { return static_cast(offsetof(MeshGeneratorBuffers_t1424700926, ___uvBuffer_2)); } inline Vector2U5BU5D_t1457185986* get_uvBuffer_2() const { return ___uvBuffer_2; } inline Vector2U5BU5D_t1457185986** get_address_of_uvBuffer_2() { return &___uvBuffer_2; } inline void set_uvBuffer_2(Vector2U5BU5D_t1457185986* value) { ___uvBuffer_2 = value; Il2CppCodeGenWriteBarrier((&___uvBuffer_2), value); } inline static int32_t get_offset_of_colorBuffer_3() { return static_cast(offsetof(MeshGeneratorBuffers_t1424700926, ___colorBuffer_3)); } inline Color32U5BU5D_t3850468773* get_colorBuffer_3() const { return ___colorBuffer_3; } inline Color32U5BU5D_t3850468773** get_address_of_colorBuffer_3() { return &___colorBuffer_3; } inline void set_colorBuffer_3(Color32U5BU5D_t3850468773* value) { ___colorBuffer_3 = value; Il2CppCodeGenWriteBarrier((&___colorBuffer_3), value); } inline static int32_t get_offset_of_meshGenerator_4() { return static_cast(offsetof(MeshGeneratorBuffers_t1424700926, ___meshGenerator_4)); } inline MeshGenerator_t1354683548 * get_meshGenerator_4() const { return ___meshGenerator_4; } inline MeshGenerator_t1354683548 ** get_address_of_meshGenerator_4() { return &___meshGenerator_4; } inline void set_meshGenerator_4(MeshGenerator_t1354683548 * value) { ___meshGenerator_4 = value; Il2CppCodeGenWriteBarrier((&___meshGenerator_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.MeshGeneratorBuffers struct MeshGeneratorBuffers_t1424700926_marshaled_pinvoke { int32_t ___vertexCount_0; Vector3_t3722313464 * ___vertexBuffer_1; Vector2_t2156229523 * ___uvBuffer_2; Color32_t2600501292 * ___colorBuffer_3; MeshGenerator_t1354683548 * ___meshGenerator_4; }; // Native definition for COM marshalling of Spine.Unity.MeshGeneratorBuffers struct MeshGeneratorBuffers_t1424700926_marshaled_com { int32_t ___vertexCount_0; Vector3_t3722313464 * ___vertexBuffer_1; Vector2_t2156229523 * ___uvBuffer_2; Color32_t2600501292 * ___colorBuffer_3; MeshGenerator_t1354683548 * ___meshGenerator_4; }; #endif // MESHGENERATORBUFFERS_T1424700926_H #ifndef ANIMATORCLIPINFO_T3156717155_H #define ANIMATORCLIPINFO_T3156717155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimatorClipInfo struct AnimatorClipInfo_t3156717155 { 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_t3156717155, ___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_t3156717155, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATORCLIPINFO_T3156717155_H #ifndef ARRAYMETADATA_T894288939_H #define ARRAYMETADATA_T894288939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ArrayMetadata struct ArrayMetadata_t894288939 { public: // System.Type LitJson.ArrayMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ArrayMetadata::is_array bool ___is_array_1; // System.Boolean LitJson.ArrayMetadata::is_list bool ___is_list_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ArrayMetadata_t894288939, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((&___element_type_0), value); } inline static int32_t get_offset_of_is_array_1() { return static_cast(offsetof(ArrayMetadata_t894288939, ___is_array_1)); } inline bool get_is_array_1() const { return ___is_array_1; } inline bool* get_address_of_is_array_1() { return &___is_array_1; } inline void set_is_array_1(bool value) { ___is_array_1 = value; } inline static int32_t get_offset_of_is_list_2() { return static_cast(offsetof(ArrayMetadata_t894288939, ___is_list_2)); } inline bool get_is_list_2() const { return ___is_list_2; } inline bool* get_address_of_is_list_2() { return &___is_list_2; } inline void set_is_list_2(bool value) { ___is_list_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.ArrayMetadata struct ArrayMetadata_t894288939_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; // Native definition for COM marshalling of LitJson.ArrayMetadata struct ArrayMetadata_t894288939_marshaled_com { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; #endif // ARRAYMETADATA_T894288939_H #ifndef PROPERTYMETADATA_T3727440473_H #define PROPERTYMETADATA_T3727440473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.PropertyMetadata struct PropertyMetadata_t3727440473 { public: // System.Reflection.MemberInfo LitJson.PropertyMetadata::Info MemberInfo_t * ___Info_0; // System.Boolean LitJson.PropertyMetadata::IsField bool ___IsField_1; // System.Type LitJson.PropertyMetadata::Type Type_t * ___Type_2; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___Info_0)); } inline MemberInfo_t * get_Info_0() const { return ___Info_0; } inline MemberInfo_t ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(MemberInfo_t * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((&___Info_0), value); } inline static int32_t get_offset_of_IsField_1() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___IsField_1)); } inline bool get_IsField_1() const { return ___IsField_1; } inline bool* get_address_of_IsField_1() { return &___IsField_1; } inline void set_IsField_1(bool value) { ___IsField_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(PropertyMetadata_t3727440473, ___Type_2)); } inline Type_t * get_Type_2() const { return ___Type_2; } inline Type_t ** get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(Type_t * value) { ___Type_2 = value; Il2CppCodeGenWriteBarrier((&___Type_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t3727440473_marshaled_pinvoke { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // Native definition for COM marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t3727440473_marshaled_com { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; #endif // PROPERTYMETADATA_T3727440473_H #ifndef OBJECTMETADATA_T3566284522_H #define OBJECTMETADATA_T3566284522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ObjectMetadata struct ObjectMetadata_t3566284522 { public: // System.Type LitJson.ObjectMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ObjectMetadata::is_dictionary bool ___is_dictionary_1; // System.Collections.Generic.IDictionary`2 LitJson.ObjectMetadata::properties RuntimeObject* ___properties_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((&___element_type_0), value); } inline static int32_t get_offset_of_is_dictionary_1() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___is_dictionary_1)); } inline bool get_is_dictionary_1() const { return ___is_dictionary_1; } inline bool* get_address_of_is_dictionary_1() { return &___is_dictionary_1; } inline void set_is_dictionary_1(bool value) { ___is_dictionary_1 = value; } inline static int32_t get_offset_of_properties_2() { return static_cast(offsetof(ObjectMetadata_t3566284522, ___properties_2)); } inline RuntimeObject* get_properties_2() const { return ___properties_2; } inline RuntimeObject** get_address_of_properties_2() { return &___properties_2; } inline void set_properties_2(RuntimeObject* value) { ___properties_2 = value; Il2CppCodeGenWriteBarrier((&___properties_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t3566284522_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; // Native definition for COM marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t3566284522_marshaled_com { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; #endif // OBJECTMETADATA_T3566284522_H #ifndef VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { 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_t3319028937, ___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_t3319028937, ___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_t3319028937, ___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_t3319028937, ___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_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef QUATERNION_T2301928331_H #define QUATERNION_T2301928331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Quaternion struct Quaternion_t2301928331 { 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_t2301928331, ___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_t2301928331, ___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_t2301928331, ___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_t2301928331, ___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_t2301928331_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t2301928331 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t2301928331_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t2301928331 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t2301928331 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t2301928331 value) { ___identityQuaternion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNION_T2301928331_H #ifndef SPRITESTATE_T1362986479_H #define SPRITESTATE_T1362986479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.SpriteState struct SpriteState_t1362986479 { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t280657092 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t280657092 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t280657092 * ___m_DisabledSprite_2; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t1362986479, ___m_HighlightedSprite_0)); } inline Sprite_t280657092 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t280657092 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t280657092 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((&___m_HighlightedSprite_0), value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t1362986479, ___m_PressedSprite_1)); } inline Sprite_t280657092 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t280657092 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t280657092 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((&___m_PressedSprite_1), value); } inline static int32_t get_offset_of_m_DisabledSprite_2() { return static_cast(offsetof(SpriteState_t1362986479, ___m_DisabledSprite_2)); } inline Sprite_t280657092 * get_m_DisabledSprite_2() const { return ___m_DisabledSprite_2; } inline Sprite_t280657092 ** get_address_of_m_DisabledSprite_2() { return &___m_DisabledSprite_2; } inline void set_m_DisabledSprite_2(Sprite_t280657092 * value) { ___m_DisabledSprite_2 = value; Il2CppCodeGenWriteBarrier((&___m_DisabledSprite_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_pinvoke { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_com { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; #endif // SPRITESTATE_T1362986479_H #ifndef DELAYEDQUEUEITEM_T1027542936_H #define DELAYEDQUEUEITEM_T1027542936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936 { public: // System.Single Loom/DelayedQueueItem::time float ___time_0; // System.String Loom/DelayedQueueItem::txt String_t* ___txt_1; // System.Action`1 Loom/DelayedQueueItem::action Action_1_t2019918284 * ___action_2; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___time_0)); } inline float get_time_0() const { return ___time_0; } inline float* get_address_of_time_0() { return &___time_0; } inline void set_time_0(float value) { ___time_0 = value; } inline static int32_t get_offset_of_txt_1() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___txt_1)); } inline String_t* get_txt_1() const { return ___txt_1; } inline String_t** get_address_of_txt_1() { return &___txt_1; } inline void set_txt_1(String_t* value) { ___txt_1 = value; Il2CppCodeGenWriteBarrier((&___txt_1), value); } inline static int32_t get_offset_of_action_2() { return static_cast(offsetof(DelayedQueueItem_t1027542936, ___action_2)); } inline Action_1_t2019918284 * get_action_2() const { return ___action_2; } inline Action_1_t2019918284 ** get_address_of_action_2() { return &___action_2; } inline void set_action_2(Action_1_t2019918284 * value) { ___action_2 = value; Il2CppCodeGenWriteBarrier((&___action_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936_marshaled_pinvoke { float ___time_0; char* ___txt_1; Il2CppMethodPointer ___action_2; }; // Native definition for COM marshalling of Loom/DelayedQueueItem struct DelayedQueueItem_t1027542936_marshaled_com { float ___time_0; Il2CppChar* ___txt_1; Il2CppMethodPointer ___action_2; }; #endif // DELAYEDQUEUEITEM_T1027542936_H #ifndef NOOPTIONS_T313102519_H #define NOOPTIONS_T313102519_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.NoOptions struct NoOptions_t313102519 { public: union { struct { }; uint8_t NoOptions_t313102519__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOOPTIONS_T313102519_H #ifndef KEYVALUEPAIR_2_T4237331251_H #define KEYVALUEPAIR_2_T4237331251_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t4237331251 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___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_t4237331251, ___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_t4237331251, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4237331251_H #ifndef KEYVALUEPAIR_2_T727985506_H #define KEYVALUEPAIR_2_T727985506_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t727985506 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___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_t727985506, ___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_t727985506, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T727985506_H #ifndef KEYVALUEPAIR_2_T71524366_H #define KEYVALUEPAIR_2_T71524366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t71524366 { 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_t71524366, ___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_t71524366, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T71524366_H #ifndef TIMETYPE_T2507513283_H #define TIMETYPE_T2507513283_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeZoneInfo/TimeType struct TimeType_t2507513283 { public: // System.Int32 System.TimeZoneInfo/TimeType::Offset int32_t ___Offset_0; // System.Boolean System.TimeZoneInfo/TimeType::IsDst bool ___IsDst_1; // System.String System.TimeZoneInfo/TimeType::Name String_t* ___Name_2; public: inline static int32_t get_offset_of_Offset_0() { return static_cast(offsetof(TimeType_t2507513283, ___Offset_0)); } inline int32_t get_Offset_0() const { return ___Offset_0; } inline int32_t* get_address_of_Offset_0() { return &___Offset_0; } inline void set_Offset_0(int32_t value) { ___Offset_0 = value; } inline static int32_t get_offset_of_IsDst_1() { return static_cast(offsetof(TimeType_t2507513283, ___IsDst_1)); } inline bool get_IsDst_1() const { return ___IsDst_1; } inline bool* get_address_of_IsDst_1() { return &___IsDst_1; } inline void set_IsDst_1(bool value) { ___IsDst_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(TimeType_t2507513283, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((&___Name_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.TimeZoneInfo/TimeType struct TimeType_t2507513283_marshaled_pinvoke { int32_t ___Offset_0; int32_t ___IsDst_1; char* ___Name_2; }; // Native definition for COM marshalling of System.TimeZoneInfo/TimeType struct TimeType_t2507513283_marshaled_com { int32_t ___Offset_0; int32_t ___IsDst_1; Il2CppChar* ___Name_2; }; #endif // TIMETYPE_T2507513283_H #ifndef KEYVALUEPAIR_2_T2245450819_H #define KEYVALUEPAIR_2_T2245450819_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2245450819 { 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_t2245450819, ___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_t2245450819, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2245450819_H #ifndef KEYVALUEPAIR_2_T3842366416_H #define KEYVALUEPAIR_2_T3842366416_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3842366416 { 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_t3842366416, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3842366416, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3842366416_H #ifndef KEYVALUEPAIR_2_T2401056908_H #define KEYVALUEPAIR_2_T2401056908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2401056908 { 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_t2401056908, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2401056908, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2401056908_H #ifndef METHODKEY_T431904033_H #define METHODKEY_T431904033_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils/MethodKey struct MethodKey_t431904033 { public: // System.String XLua.Utils/MethodKey::Name String_t* ___Name_0; // System.Boolean XLua.Utils/MethodKey::IsStatic bool ___IsStatic_1; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(MethodKey_t431904033, ___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((&___Name_0), value); } inline static int32_t get_offset_of_IsStatic_1() { return static_cast(offsetof(MethodKey_t431904033, ___IsStatic_1)); } inline bool get_IsStatic_1() const { return ___IsStatic_1; } inline bool* get_address_of_IsStatic_1() { return &___IsStatic_1; } inline void set_IsStatic_1(bool value) { ___IsStatic_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of XLua.Utils/MethodKey struct MethodKey_t431904033_marshaled_pinvoke { char* ___Name_0; int32_t ___IsStatic_1; }; // Native definition for COM marshalling of XLua.Utils/MethodKey struct MethodKey_t431904033_marshaled_com { Il2CppChar* ___Name_0; int32_t ___IsStatic_1; }; #endif // METHODKEY_T431904033_H #ifndef HASH128_T2357739769_H #define HASH128_T2357739769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Hash128 struct Hash128_t2357739769 { 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_t2357739769, ___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_t2357739769, ___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_t2357739769, ___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_t2357739769, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASH128_T2357739769_H #ifndef KEYFRAME_T4206410242_H #define KEYFRAME_T4206410242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Keyframe struct Keyframe_t4206410242 { public: // System.Single UnityEngine.Keyframe::m_Time float ___m_Time_0; // System.Single UnityEngine.Keyframe::m_Value float ___m_Value_1; // System.Single UnityEngine.Keyframe::m_InTangent float ___m_InTangent_2; // System.Single UnityEngine.Keyframe::m_OutTangent float ___m_OutTangent_3; public: inline static int32_t get_offset_of_m_Time_0() { return static_cast(offsetof(Keyframe_t4206410242, ___m_Time_0)); } inline float get_m_Time_0() const { return ___m_Time_0; } inline float* get_address_of_m_Time_0() { return &___m_Time_0; } inline void set_m_Time_0(float value) { ___m_Time_0 = value; } inline static int32_t get_offset_of_m_Value_1() { return static_cast(offsetof(Keyframe_t4206410242, ___m_Value_1)); } inline float get_m_Value_1() const { return ___m_Value_1; } inline float* get_address_of_m_Value_1() { return &___m_Value_1; } inline void set_m_Value_1(float value) { ___m_Value_1 = value; } inline static int32_t get_offset_of_m_InTangent_2() { return static_cast(offsetof(Keyframe_t4206410242, ___m_InTangent_2)); } inline float get_m_InTangent_2() const { return ___m_InTangent_2; } inline float* get_address_of_m_InTangent_2() { return &___m_InTangent_2; } inline void set_m_InTangent_2(float value) { ___m_InTangent_2 = value; } inline static int32_t get_offset_of_m_OutTangent_3() { return static_cast(offsetof(Keyframe_t4206410242, ___m_OutTangent_3)); } inline float get_m_OutTangent_3() const { return ___m_OutTangent_3; } inline float* get_address_of_m_OutTangent_3() { return &___m_OutTangent_3; } inline void set_m_OutTangent_3(float value) { ___m_OutTangent_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYFRAME_T4206410242_H #ifndef SCENE_T2348375561_H #define SCENE_T2348375561_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SceneManagement.Scene struct Scene_t2348375561 { 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_t2348375561, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCENE_T2348375561_H #ifndef MATERIALTEXTUREPAIR_T1637207048_H #define MATERIALTEXTUREPAIR_T1637207048_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SlotBlendModes/MaterialTexturePair struct MaterialTexturePair_t1637207048 { public: // UnityEngine.Texture2D Spine.Unity.Modules.SlotBlendModes/MaterialTexturePair::texture2D Texture2D_t3840446185 * ___texture2D_0; // UnityEngine.Material Spine.Unity.Modules.SlotBlendModes/MaterialTexturePair::material Material_t340375123 * ___material_1; public: inline static int32_t get_offset_of_texture2D_0() { return static_cast(offsetof(MaterialTexturePair_t1637207048, ___texture2D_0)); } inline Texture2D_t3840446185 * get_texture2D_0() const { return ___texture2D_0; } inline Texture2D_t3840446185 ** get_address_of_texture2D_0() { return &___texture2D_0; } inline void set_texture2D_0(Texture2D_t3840446185 * value) { ___texture2D_0 = value; Il2CppCodeGenWriteBarrier((&___texture2D_0), value); } inline static int32_t get_offset_of_material_1() { return static_cast(offsetof(MaterialTexturePair_t1637207048, ___material_1)); } inline Material_t340375123 * get_material_1() const { return ___material_1; } inline Material_t340375123 ** get_address_of_material_1() { return &___material_1; } inline void set_material_1(Material_t340375123 * value) { ___material_1 = value; Il2CppCodeGenWriteBarrier((&___material_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.Modules.SlotBlendModes/MaterialTexturePair struct MaterialTexturePair_t1637207048_marshaled_pinvoke { Texture2D_t3840446185 * ___texture2D_0; Material_t340375123 * ___material_1; }; // Native definition for COM marshalling of Spine.Unity.Modules.SlotBlendModes/MaterialTexturePair struct MaterialTexturePair_t1637207048_marshaled_com { Texture2D_t3840446185 * ___texture2D_0; Material_t340375123 * ___material_1; }; #endif // MATERIALTEXTUREPAIR_T1637207048_H #ifndef FLOATOPTIONS_T1203667100_H #define FLOATOPTIONS_T1203667100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t1203667100 { public: // System.Boolean DG.Tweening.Plugins.Options.FloatOptions::snapping bool ___snapping_0; public: inline static int32_t get_offset_of_snapping_0() { return static_cast(offsetof(FloatOptions_t1203667100, ___snapping_0)); } inline bool get_snapping_0() const { return ___snapping_0; } inline bool* get_address_of_snapping_0() { return &___snapping_0; } inline void set_snapping_0(bool value) { ___snapping_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t1203667100_marshaled_pinvoke { int32_t ___snapping_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t1203667100_marshaled_com { int32_t ___snapping_0; }; #endif // FLOATOPTIONS_T1203667100_H #ifndef UINTOPTIONS_T1006674242_H #define UINTOPTIONS_T1006674242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.UintOptions struct UintOptions_t1006674242 { public: // System.Boolean DG.Tweening.Plugins.Options.UintOptions::isNegativeChangeValue bool ___isNegativeChangeValue_0; public: inline static int32_t get_offset_of_isNegativeChangeValue_0() { return static_cast(offsetof(UintOptions_t1006674242, ___isNegativeChangeValue_0)); } inline bool get_isNegativeChangeValue_0() const { return ___isNegativeChangeValue_0; } inline bool* get_address_of_isNegativeChangeValue_0() { return &___isNegativeChangeValue_0; } inline void set_isNegativeChangeValue_0(bool value) { ___isNegativeChangeValue_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.UintOptions struct UintOptions_t1006674242_marshaled_pinvoke { int32_t ___isNegativeChangeValue_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.UintOptions struct UintOptions_t1006674242_marshaled_com { int32_t ___isNegativeChangeValue_0; }; #endif // UINTOPTIONS_T1006674242_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef RECTOPTIONS_T1018205596_H #define RECTOPTIONS_T1018205596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.RectOptions struct RectOptions_t1018205596 { public: // System.Boolean DG.Tweening.Plugins.Options.RectOptions::snapping bool ___snapping_0; public: inline static int32_t get_offset_of_snapping_0() { return static_cast(offsetof(RectOptions_t1018205596, ___snapping_0)); } inline bool get_snapping_0() const { return ___snapping_0; } inline bool* get_address_of_snapping_0() { return &___snapping_0; } inline void set_snapping_0(bool value) { ___snapping_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.RectOptions struct RectOptions_t1018205596_marshaled_pinvoke { int32_t ___snapping_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.RectOptions struct RectOptions_t1018205596_marshaled_com { int32_t ___snapping_0; }; #endif // RECTOPTIONS_T1018205596_H #ifndef PEDDING_T3796070799_H #define PEDDING_T3796070799_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Pedding struct Pedding_t3796070799 { public: // System.Byte XLuaTest.Pedding::c uint8_t ___c_0; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(Pedding_t3796070799, ___c_0)); } inline uint8_t get_c_0() const { return ___c_0; } inline uint8_t* get_address_of_c_0() { return &___c_0; } inline void set_c_0(uint8_t value) { ___c_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PEDDING_T3796070799_H #ifndef PUSHASTABLESTRUCT_T2836609445_H #define PUSHASTABLESTRUCT_T2836609445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.PushAsTableStruct struct PushAsTableStruct_t2836609445 { public: // System.Int32 XLuaTest.PushAsTableStruct::x int32_t ___x_0; // System.Int32 XLuaTest.PushAsTableStruct::y int32_t ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUSHASTABLESTRUCT_T2836609445_H #ifndef TYPENAMEKEY_T2985541961_H #define TYPENAMEKEY_T2985541961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_t2985541961 { public: // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::AssemblyName String_t* ___AssemblyName_0; // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::TypeName String_t* ___TypeName_1; public: inline static int32_t get_offset_of_AssemblyName_0() { return static_cast(offsetof(TypeNameKey_t2985541961, ___AssemblyName_0)); } inline String_t* get_AssemblyName_0() const { return ___AssemblyName_0; } inline String_t** get_address_of_AssemblyName_0() { return &___AssemblyName_0; } inline void set_AssemblyName_0(String_t* value) { ___AssemblyName_0 = value; Il2CppCodeGenWriteBarrier((&___AssemblyName_0), value); } inline static int32_t get_offset_of_TypeName_1() { return static_cast(offsetof(TypeNameKey_t2985541961, ___TypeName_1)); } inline String_t* get_TypeName_1() const { return ___TypeName_1; } inline String_t** get_address_of_TypeName_1() { return &___TypeName_1; } inline void set_TypeName_1(String_t* value) { ___TypeName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_t2985541961_marshaled_pinvoke { char* ___AssemblyName_0; char* ___TypeName_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_t2985541961_marshaled_com { Il2CppChar* ___AssemblyName_0; Il2CppChar* ___TypeName_1; }; #endif // TYPENAMEKEY_T2985541961_H #ifndef RESOLVERCONTRACTKEY_T3292851287_H #define RESOLVERCONTRACTKEY_T3292851287_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_t3292851287 { public: // System.Type Newtonsoft.Json.Serialization.ResolverContractKey::_resolverType Type_t * ____resolverType_0; // System.Type Newtonsoft.Json.Serialization.ResolverContractKey::_contractType Type_t * ____contractType_1; public: inline static int32_t get_offset_of__resolverType_0() { return static_cast(offsetof(ResolverContractKey_t3292851287, ____resolverType_0)); } inline Type_t * get__resolverType_0() const { return ____resolverType_0; } inline Type_t ** get_address_of__resolverType_0() { return &____resolverType_0; } inline void set__resolverType_0(Type_t * value) { ____resolverType_0 = value; Il2CppCodeGenWriteBarrier((&____resolverType_0), value); } inline static int32_t get_offset_of__contractType_1() { return static_cast(offsetof(ResolverContractKey_t3292851287, ____contractType_1)); } inline Type_t * get__contractType_1() const { return ____contractType_1; } inline Type_t ** get_address_of__contractType_1() { return &____contractType_1; } inline void set__contractType_1(Type_t * value) { ____contractType_1 = value; Il2CppCodeGenWriteBarrier((&____contractType_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_t3292851287_marshaled_pinvoke { Type_t * ____resolverType_0; Type_t * ____contractType_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Serialization.ResolverContractKey struct ResolverContractKey_t3292851287_marshaled_com { Type_t * ____resolverType_0; Type_t * ____contractType_1; }; #endif // RESOLVERCONTRACTKEY_T3292851287_H #ifndef TYPECONVERTKEY_T285306760_H #define TYPECONVERTKEY_T285306760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t285306760 { public: // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_initialType Type_t * ____initialType_0; // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_targetType Type_t * ____targetType_1; public: inline static int32_t get_offset_of__initialType_0() { return static_cast(offsetof(TypeConvertKey_t285306760, ____initialType_0)); } inline Type_t * get__initialType_0() const { return ____initialType_0; } inline Type_t ** get_address_of__initialType_0() { return &____initialType_0; } inline void set__initialType_0(Type_t * value) { ____initialType_0 = value; Il2CppCodeGenWriteBarrier((&____initialType_0), value); } inline static int32_t get_offset_of__targetType_1() { return static_cast(offsetof(TypeConvertKey_t285306760, ____targetType_1)); } inline Type_t * get__targetType_1() const { return ____targetType_1; } inline Type_t ** get_address_of__targetType_1() { return &____targetType_1; } inline void set__targetType_1(Type_t * value) { ____targetType_1 = value; Il2CppCodeGenWriteBarrier((&____targetType_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t285306760_marshaled_pinvoke { Type_t * ____initialType_0; Type_t * ____targetType_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t285306760_marshaled_com { Type_t * ____initialType_0; Type_t * ____targetType_1; }; #endif // TYPECONVERTKEY_T285306760_H #ifndef ANIMATIONPAIR_T1784808777_H #define ANIMATIONPAIR_T1784808777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.AnimationStateData/AnimationPair struct AnimationPair_t1784808777 { public: // Spine.Animation Spine.AnimationStateData/AnimationPair::a1 Animation_t615783283 * ___a1_0; // Spine.Animation Spine.AnimationStateData/AnimationPair::a2 Animation_t615783283 * ___a2_1; public: inline static int32_t get_offset_of_a1_0() { return static_cast(offsetof(AnimationPair_t1784808777, ___a1_0)); } inline Animation_t615783283 * get_a1_0() const { return ___a1_0; } inline Animation_t615783283 ** get_address_of_a1_0() { return &___a1_0; } inline void set_a1_0(Animation_t615783283 * value) { ___a1_0 = value; Il2CppCodeGenWriteBarrier((&___a1_0), value); } inline static int32_t get_offset_of_a2_1() { return static_cast(offsetof(AnimationPair_t1784808777, ___a2_1)); } inline Animation_t615783283 * get_a2_1() const { return ___a2_1; } inline Animation_t615783283 ** get_address_of_a2_1() { return &___a2_1; } inline void set_a2_1(Animation_t615783283 * value) { ___a2_1 = value; Il2CppCodeGenWriteBarrier((&___a2_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.AnimationStateData/AnimationPair struct AnimationPair_t1784808777_marshaled_pinvoke { Animation_t615783283 * ___a1_0; Animation_t615783283 * ___a2_1; }; // Native definition for COM marshalling of Spine.AnimationStateData/AnimationPair struct AnimationPair_t1784808777_marshaled_com { Animation_t615783283 * ___a1_0; Animation_t615783283 * ___a2_1; }; #endif // ANIMATIONPAIR_T1784808777_H #ifndef ATTACHMENTKEYTUPLE_T1548106539_H #define ATTACHMENTKEYTUPLE_T1548106539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Skin/AttachmentKeyTuple struct AttachmentKeyTuple_t1548106539 { public: // System.Int32 Spine.Skin/AttachmentKeyTuple::slotIndex int32_t ___slotIndex_0; // System.String Spine.Skin/AttachmentKeyTuple::name String_t* ___name_1; // System.Int32 Spine.Skin/AttachmentKeyTuple::nameHashCode int32_t ___nameHashCode_2; public: inline static int32_t get_offset_of_slotIndex_0() { return static_cast(offsetof(AttachmentKeyTuple_t1548106539, ___slotIndex_0)); } inline int32_t get_slotIndex_0() const { return ___slotIndex_0; } inline int32_t* get_address_of_slotIndex_0() { return &___slotIndex_0; } inline void set_slotIndex_0(int32_t value) { ___slotIndex_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(AttachmentKeyTuple_t1548106539, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_nameHashCode_2() { return static_cast(offsetof(AttachmentKeyTuple_t1548106539, ___nameHashCode_2)); } inline int32_t get_nameHashCode_2() const { return ___nameHashCode_2; } inline int32_t* get_address_of_nameHashCode_2() { return &___nameHashCode_2; } inline void set_nameHashCode_2(int32_t value) { ___nameHashCode_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Skin/AttachmentKeyTuple struct AttachmentKeyTuple_t1548106539_marshaled_pinvoke { int32_t ___slotIndex_0; char* ___name_1; int32_t ___nameHashCode_2; }; // Native definition for COM marshalling of Spine.Skin/AttachmentKeyTuple struct AttachmentKeyTuple_t1548106539_marshaled_com { int32_t ___slotIndex_0; Il2CppChar* ___name_1; int32_t ___nameHashCode_2; }; #endif // ATTACHMENTKEYTUPLE_T1548106539_H #ifndef NULLABLE_1_T2317227445_H #define NULLABLE_1_T2317227445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2317227445 { 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_t2317227445, ___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_t2317227445, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2317227445_H #ifndef PROPERTYNAME_T3749835189_H #define PROPERTYNAME_T3749835189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.PropertyName struct PropertyName_t3749835189 { public: // System.Int32 UnityEngine.PropertyName::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PropertyName_t3749835189, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYNAME_T3749835189_H #ifndef RANGE_T173988048_H #define RANGE_T173988048_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SocialPlatforms.Range struct Range_t173988048 { 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_t173988048, ___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_t173988048, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANGE_T173988048_H #ifndef RECT_T2360479859_H #define RECT_T2360479859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rect struct Rect_t2360479859 { 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_t2360479859, ___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_t2360479859, ___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_t2360479859, ___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_t2360479859, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECT_T2360479859_H #ifndef NATIVEINPUTDEVICEINFO_T3032009285_H #define NATIVEINPUTDEVICEINFO_T3032009285_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngineInternal.Input.NativeInputDeviceInfo struct NativeInputDeviceInfo_t3032009285 { public: // System.Int32 UnityEngineInternal.Input.NativeInputDeviceInfo::deviceId int32_t ___deviceId_0; // System.String UnityEngineInternal.Input.NativeInputDeviceInfo::deviceDescriptor String_t* ___deviceDescriptor_1; public: inline static int32_t get_offset_of_deviceId_0() { return static_cast(offsetof(NativeInputDeviceInfo_t3032009285, ___deviceId_0)); } inline int32_t get_deviceId_0() const { return ___deviceId_0; } inline int32_t* get_address_of_deviceId_0() { return &___deviceId_0; } inline void set_deviceId_0(int32_t value) { ___deviceId_0 = value; } inline static int32_t get_offset_of_deviceDescriptor_1() { return static_cast(offsetof(NativeInputDeviceInfo_t3032009285, ___deviceDescriptor_1)); } inline String_t* get_deviceDescriptor_1() const { return ___deviceDescriptor_1; } inline String_t** get_address_of_deviceDescriptor_1() { return &___deviceDescriptor_1; } inline void set_deviceDescriptor_1(String_t* value) { ___deviceDescriptor_1 = value; Il2CppCodeGenWriteBarrier((&___deviceDescriptor_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngineInternal.Input.NativeInputDeviceInfo struct NativeInputDeviceInfo_t3032009285_marshaled_pinvoke { int32_t ___deviceId_0; char* ___deviceDescriptor_1; }; // Native definition for COM marshalling of UnityEngineInternal.Input.NativeInputDeviceInfo struct NativeInputDeviceInfo_t3032009285_marshaled_com { int32_t ___deviceId_0; Il2CppChar* ___deviceDescriptor_1; }; #endif // NATIVEINPUTDEVICEINFO_T3032009285_H #ifndef VECTOR3_T3722313464_H #define VECTOR3_T3722313464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_t3722313464 { public: // System.Single UnityEngine.Vector3::x float ___x_1; // System.Single UnityEngine.Vector3::y float ___y_2; // System.Single UnityEngine.Vector3::z float ___z_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector3_t3722313464, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector3_t3722313464, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector3_t3722313464, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } }; struct Vector3_t3722313464_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t3722313464 ___zeroVector_4; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t3722313464 ___oneVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t3722313464 ___upVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t3722313464 ___downVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t3722313464 ___leftVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t3722313464 ___rightVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t3722313464 ___forwardVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t3722313464 ___backVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t3722313464 ___positiveInfinityVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t3722313464 ___negativeInfinityVector_13; public: inline static int32_t get_offset_of_zeroVector_4() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); } inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; } inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; } inline void set_zeroVector_4(Vector3_t3722313464 value) { ___zeroVector_4 = value; } inline static int32_t get_offset_of_oneVector_5() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); } inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; } inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; } inline void set_oneVector_5(Vector3_t3722313464 value) { ___oneVector_5 = value; } inline static int32_t get_offset_of_upVector_6() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); } inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; } inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; } inline void set_upVector_6(Vector3_t3722313464 value) { ___upVector_6 = value; } inline static int32_t get_offset_of_downVector_7() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); } inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; } inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; } inline void set_downVector_7(Vector3_t3722313464 value) { ___downVector_7 = value; } inline static int32_t get_offset_of_leftVector_8() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); } inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; } inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; } inline void set_leftVector_8(Vector3_t3722313464 value) { ___leftVector_8 = value; } inline static int32_t get_offset_of_rightVector_9() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); } inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; } inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; } inline void set_rightVector_9(Vector3_t3722313464 value) { ___rightVector_9 = value; } inline static int32_t get_offset_of_forwardVector_10() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); } inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; } inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; } inline void set_forwardVector_10(Vector3_t3722313464 value) { ___forwardVector_10 = value; } inline static int32_t get_offset_of_backVector_11() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); } inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; } inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; } inline void set_backVector_11(Vector3_t3722313464 value) { ___backVector_11 = value; } inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); } inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; } inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; } inline void set_positiveInfinityVector_12(Vector3_t3722313464 value) { ___positiveInfinityVector_12 = value; } inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); } inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; } inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; } inline void set_negativeInfinityVector_13(Vector3_t3722313464 value) { ___negativeInfinityVector_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_T3722313464_H #ifndef VECTOR2_T2156229523_H #define VECTOR2_T2156229523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2 struct Vector2_t2156229523 { 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_t2156229523, ___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_t2156229523, ___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_t2156229523_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t2156229523 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t2156229523 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t2156229523 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t2156229523 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t2156229523 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t2156229523 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t2156229523 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t2156229523 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___zeroVector_2)); } inline Vector2_t2156229523 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_t2156229523 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_t2156229523 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___oneVector_3)); } inline Vector2_t2156229523 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_t2156229523 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_t2156229523 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___upVector_4)); } inline Vector2_t2156229523 get_upVector_4() const { return ___upVector_4; } inline Vector2_t2156229523 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_t2156229523 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___downVector_5)); } inline Vector2_t2156229523 get_downVector_5() const { return ___downVector_5; } inline Vector2_t2156229523 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_t2156229523 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___leftVector_6)); } inline Vector2_t2156229523 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_t2156229523 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_t2156229523 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___rightVector_7)); } inline Vector2_t2156229523 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_t2156229523 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_t2156229523 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_t2156229523 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_t2156229523 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_t2156229523 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_t2156229523 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_t2156229523 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_t2156229523 value) { ___negativeInfinityVector_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2_T2156229523_H #ifndef COLOR_T2555686324_H #define COLOR_T2555686324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color struct Color_t2555686324 { 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_t2555686324, ___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_t2555686324, ___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_t2555686324, ___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_t2555686324, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR_T2555686324_H #ifndef UILINEINFO_T4195266810_H #define UILINEINFO_T4195266810_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UILineInfo struct UILineInfo_t4195266810 { public: // System.Int32 UnityEngine.UILineInfo::startCharIdx int32_t ___startCharIdx_0; // System.Int32 UnityEngine.UILineInfo::height int32_t ___height_1; // System.Single UnityEngine.UILineInfo::topY float ___topY_2; // System.Single UnityEngine.UILineInfo::leading float ___leading_3; public: inline static int32_t get_offset_of_startCharIdx_0() { return static_cast(offsetof(UILineInfo_t4195266810, ___startCharIdx_0)); } inline int32_t get_startCharIdx_0() const { return ___startCharIdx_0; } inline int32_t* get_address_of_startCharIdx_0() { return &___startCharIdx_0; } inline void set_startCharIdx_0(int32_t value) { ___startCharIdx_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(UILineInfo_t4195266810, ___height_1)); } inline int32_t get_height_1() const { return ___height_1; } inline int32_t* get_address_of_height_1() { return &___height_1; } inline void set_height_1(int32_t value) { ___height_1 = value; } inline static int32_t get_offset_of_topY_2() { return static_cast(offsetof(UILineInfo_t4195266810, ___topY_2)); } inline float get_topY_2() const { return ___topY_2; } inline float* get_address_of_topY_2() { return &___topY_2; } inline void set_topY_2(float value) { ___topY_2 = value; } inline static int32_t get_offset_of_leading_3() { return static_cast(offsetof(UILineInfo_t4195266810, ___leading_3)); } inline float get_leading_3() const { return ___leading_3; } inline float* get_address_of_leading_3() { return &___leading_3; } inline void set_leading_3(float value) { ___leading_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILINEINFO_T4195266810_H #ifndef GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_0; // System.Int16 System.Guid::_b int16_t ____b_1; // System.Int16 System.Guid::_c int16_t ____c_2; // System.Byte System.Guid::_d uint8_t ____d_3; // System.Byte System.Guid::_e uint8_t ____e_4; // System.Byte System.Guid::_f uint8_t ____f_5; // System.Byte System.Guid::_g uint8_t ____g_6; // System.Byte System.Guid::_h uint8_t ____h_7; // System.Byte System.Guid::_i uint8_t ____i_8; // System.Byte System.Guid::_j uint8_t ____j_9; // System.Byte System.Guid::_k uint8_t ____k_10; public: inline static int32_t get_offset_of__a_0() { return static_cast(offsetof(Guid_t, ____a_0)); } inline int32_t get__a_0() const { return ____a_0; } inline int32_t* get_address_of__a_0() { return &____a_0; } inline void set__a_0(int32_t value) { ____a_0 = value; } inline static int32_t get_offset_of__b_1() { return static_cast(offsetof(Guid_t, ____b_1)); } inline int16_t get__b_1() const { return ____b_1; } inline int16_t* get_address_of__b_1() { return &____b_1; } inline void set__b_1(int16_t value) { ____b_1 = value; } inline static int32_t get_offset_of__c_2() { return static_cast(offsetof(Guid_t, ____c_2)); } inline int16_t get__c_2() const { return ____c_2; } inline int16_t* get_address_of__c_2() { return &____c_2; } inline void set__c_2(int16_t value) { ____c_2 = value; } inline static int32_t get_offset_of__d_3() { return static_cast(offsetof(Guid_t, ____d_3)); } inline uint8_t get__d_3() const { return ____d_3; } inline uint8_t* get_address_of__d_3() { return &____d_3; } inline void set__d_3(uint8_t value) { ____d_3 = value; } inline static int32_t get_offset_of__e_4() { return static_cast(offsetof(Guid_t, ____e_4)); } inline uint8_t get__e_4() const { return ____e_4; } inline uint8_t* get_address_of__e_4() { return &____e_4; } inline void set__e_4(uint8_t value) { ____e_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Guid_t, ____f_5)); } inline uint8_t get__f_5() const { return ____f_5; } inline uint8_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(uint8_t value) { ____f_5 = value; } inline static int32_t get_offset_of__g_6() { return static_cast(offsetof(Guid_t, ____g_6)); } inline uint8_t get__g_6() const { return ____g_6; } inline uint8_t* get_address_of__g_6() { return &____g_6; } inline void set__g_6(uint8_t value) { ____g_6 = value; } inline static int32_t get_offset_of__h_7() { return static_cast(offsetof(Guid_t, ____h_7)); } inline uint8_t get__h_7() const { return ____h_7; } inline uint8_t* get_address_of__h_7() { return &____h_7; } inline void set__h_7(uint8_t value) { ____h_7 = value; } inline static int32_t get_offset_of__i_8() { return static_cast(offsetof(Guid_t, ____i_8)); } inline uint8_t get__i_8() const { return ____i_8; } inline uint8_t* get_address_of__i_8() { return &____i_8; } inline void set__i_8(uint8_t value) { ____i_8 = value; } inline static int32_t get_offset_of__j_9() { return static_cast(offsetof(Guid_t, ____j_9)); } inline uint8_t get__j_9() const { return ____j_9; } inline uint8_t* get_address_of__j_9() { return &____j_9; } inline void set__j_9(uint8_t value) { ____j_9 = value; } inline static int32_t get_offset_of__k_10() { return static_cast(offsetof(Guid_t, ____k_10)); } inline uint8_t get__k_10() const { return ____k_10; } inline uint8_t* get_address_of__k_10() { return &____k_10; } inline void set__k_10(uint8_t value) { ____k_10 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_11; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t386037858 * ____rng_13; public: inline static int32_t get_offset_of_Empty_11() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_11)); } inline Guid_t get_Empty_11() const { return ___Empty_11; } inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; } inline void set_Empty_11(Guid_t value) { ___Empty_11 = 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((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t386037858 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef NULLABLE_1_T1062055256_H #define NULLABLE_1_T1062055256_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1062055256 { 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_t1062055256, ___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_t1062055256, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1062055256_H #ifndef RSAPARAMETERS_T1728406613_H #define RSAPARAMETERS_T1728406613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_t4116647657* ___P_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_t4116647657* ___Q_1; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_t4116647657* ___D_2; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_t4116647657* ___DP_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_t4116647657* ___DQ_4; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_t4116647657* ___InverseQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_t4116647657* ___Modulus_6; // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_t4116647657* ___Exponent_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(RSAParameters_t1728406613, ___P_0)); } inline ByteU5BU5D_t4116647657* get_P_0() const { return ___P_0; } inline ByteU5BU5D_t4116647657** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_t4116647657* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((&___P_0), value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(RSAParameters_t1728406613, ___Q_1)); } inline ByteU5BU5D_t4116647657* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_t4116647657** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_t4116647657* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((&___Q_1), value); } inline static int32_t get_offset_of_D_2() { return static_cast(offsetof(RSAParameters_t1728406613, ___D_2)); } inline ByteU5BU5D_t4116647657* get_D_2() const { return ___D_2; } inline ByteU5BU5D_t4116647657** get_address_of_D_2() { return &___D_2; } inline void set_D_2(ByteU5BU5D_t4116647657* value) { ___D_2 = value; Il2CppCodeGenWriteBarrier((&___D_2), value); } inline static int32_t get_offset_of_DP_3() { return static_cast(offsetof(RSAParameters_t1728406613, ___DP_3)); } inline ByteU5BU5D_t4116647657* get_DP_3() const { return ___DP_3; } inline ByteU5BU5D_t4116647657** get_address_of_DP_3() { return &___DP_3; } inline void set_DP_3(ByteU5BU5D_t4116647657* value) { ___DP_3 = value; Il2CppCodeGenWriteBarrier((&___DP_3), value); } inline static int32_t get_offset_of_DQ_4() { return static_cast(offsetof(RSAParameters_t1728406613, ___DQ_4)); } inline ByteU5BU5D_t4116647657* get_DQ_4() const { return ___DQ_4; } inline ByteU5BU5D_t4116647657** get_address_of_DQ_4() { return &___DQ_4; } inline void set_DQ_4(ByteU5BU5D_t4116647657* value) { ___DQ_4 = value; Il2CppCodeGenWriteBarrier((&___DQ_4), value); } inline static int32_t get_offset_of_InverseQ_5() { return static_cast(offsetof(RSAParameters_t1728406613, ___InverseQ_5)); } inline ByteU5BU5D_t4116647657* get_InverseQ_5() const { return ___InverseQ_5; } inline ByteU5BU5D_t4116647657** get_address_of_InverseQ_5() { return &___InverseQ_5; } inline void set_InverseQ_5(ByteU5BU5D_t4116647657* value) { ___InverseQ_5 = value; Il2CppCodeGenWriteBarrier((&___InverseQ_5), value); } inline static int32_t get_offset_of_Modulus_6() { return static_cast(offsetof(RSAParameters_t1728406613, ___Modulus_6)); } inline ByteU5BU5D_t4116647657* get_Modulus_6() const { return ___Modulus_6; } inline ByteU5BU5D_t4116647657** get_address_of_Modulus_6() { return &___Modulus_6; } inline void set_Modulus_6(ByteU5BU5D_t4116647657* value) { ___Modulus_6 = value; Il2CppCodeGenWriteBarrier((&___Modulus_6), value); } inline static int32_t get_offset_of_Exponent_7() { return static_cast(offsetof(RSAParameters_t1728406613, ___Exponent_7)); } inline ByteU5BU5D_t4116647657* get_Exponent_7() const { return ___Exponent_7; } inline ByteU5BU5D_t4116647657** get_address_of_Exponent_7() { return &___Exponent_7; } inline void set_Exponent_7(ByteU5BU5D_t4116647657* value) { ___Exponent_7 = value; Il2CppCodeGenWriteBarrier((&___Exponent_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_pinvoke { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_com { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; #endif // RSAPARAMETERS_T1728406613_H #ifndef OPCODE_T123070264_H #define OPCODE_T123070264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCode struct OpCode_t123070264 { public: // System.Byte System.Reflection.Emit.OpCode::op1 uint8_t ___op1_0; // System.Byte System.Reflection.Emit.OpCode::op2 uint8_t ___op2_1; // System.Byte System.Reflection.Emit.OpCode::push uint8_t ___push_2; // System.Byte System.Reflection.Emit.OpCode::pop uint8_t ___pop_3; // System.Byte System.Reflection.Emit.OpCode::size uint8_t ___size_4; // System.Byte System.Reflection.Emit.OpCode::type uint8_t ___type_5; // System.Byte System.Reflection.Emit.OpCode::args uint8_t ___args_6; // System.Byte System.Reflection.Emit.OpCode::flow uint8_t ___flow_7; public: inline static int32_t get_offset_of_op1_0() { return static_cast(offsetof(OpCode_t123070264, ___op1_0)); } inline uint8_t get_op1_0() const { return ___op1_0; } inline uint8_t* get_address_of_op1_0() { return &___op1_0; } inline void set_op1_0(uint8_t value) { ___op1_0 = value; } inline static int32_t get_offset_of_op2_1() { return static_cast(offsetof(OpCode_t123070264, ___op2_1)); } inline uint8_t get_op2_1() const { return ___op2_1; } inline uint8_t* get_address_of_op2_1() { return &___op2_1; } inline void set_op2_1(uint8_t value) { ___op2_1 = value; } inline static int32_t get_offset_of_push_2() { return static_cast(offsetof(OpCode_t123070264, ___push_2)); } inline uint8_t get_push_2() const { return ___push_2; } inline uint8_t* get_address_of_push_2() { return &___push_2; } inline void set_push_2(uint8_t value) { ___push_2 = value; } inline static int32_t get_offset_of_pop_3() { return static_cast(offsetof(OpCode_t123070264, ___pop_3)); } inline uint8_t get_pop_3() const { return ___pop_3; } inline uint8_t* get_address_of_pop_3() { return &___pop_3; } inline void set_pop_3(uint8_t value) { ___pop_3 = value; } inline static int32_t get_offset_of_size_4() { return static_cast(offsetof(OpCode_t123070264, ___size_4)); } inline uint8_t get_size_4() const { return ___size_4; } inline uint8_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(uint8_t value) { ___size_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(OpCode_t123070264, ___type_5)); } inline uint8_t get_type_5() const { return ___type_5; } inline uint8_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(uint8_t value) { ___type_5 = value; } inline static int32_t get_offset_of_args_6() { return static_cast(offsetof(OpCode_t123070264, ___args_6)); } inline uint8_t get_args_6() const { return ___args_6; } inline uint8_t* get_address_of_args_6() { return &___args_6; } inline void set_args_6(uint8_t value) { ___args_6 = value; } inline static int32_t get_offset_of_flow_7() { return static_cast(offsetof(OpCode_t123070264, ___flow_7)); } inline uint8_t get_flow_7() const { return ___flow_7; } inline uint8_t* get_address_of_flow_7() { return &___flow_7; } inline void set_flow_7(uint8_t value) { ___flow_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODE_T123070264_H #ifndef CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #define CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157 { 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_t2723150157, ___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((&___argumentType_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_t2723150157, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_t2723150157_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; #endif // CUSTOMATTRIBUTETYPEDARGUMENT_T2723150157_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef INTERVAL_T1802865632_H #define INTERVAL_T1802865632_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Interval struct Interval_t1802865632 { public: // System.Int32 System.Text.RegularExpressions.Interval::low int32_t ___low_0; // System.Int32 System.Text.RegularExpressions.Interval::high int32_t ___high_1; // System.Boolean System.Text.RegularExpressions.Interval::contiguous bool ___contiguous_2; public: inline static int32_t get_offset_of_low_0() { return static_cast(offsetof(Interval_t1802865632, ___low_0)); } inline int32_t get_low_0() const { return ___low_0; } inline int32_t* get_address_of_low_0() { return &___low_0; } inline void set_low_0(int32_t value) { ___low_0 = value; } inline static int32_t get_offset_of_high_1() { return static_cast(offsetof(Interval_t1802865632, ___high_1)); } inline int32_t get_high_1() const { return ___high_1; } inline int32_t* get_address_of_high_1() { return &___high_1; } inline void set_high_1(int32_t value) { ___high_1 = value; } inline static int32_t get_offset_of_contiguous_2() { return static_cast(offsetof(Interval_t1802865632, ___contiguous_2)); } inline bool get_contiguous_2() const { return ___contiguous_2; } inline bool* get_address_of_contiguous_2() { return &___contiguous_2; } inline void set_contiguous_2(bool value) { ___contiguous_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Text.RegularExpressions.Interval struct Interval_t1802865632_marshaled_pinvoke { int32_t ___low_0; int32_t ___high_1; int32_t ___contiguous_2; }; // Native definition for COM marshalling of System.Text.RegularExpressions.Interval struct Interval_t1802865632_marshaled_com { int32_t ___low_0; int32_t ___high_1; int32_t ___contiguous_2; }; #endif // INTERVAL_T1802865632_H #ifndef CSSSIZE_T3377836552_H #define CSSSIZE_T3377836552_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CSSLayout.CSSSize struct CSSSize_t3377836552 { public: // System.Single UnityEngine.CSSLayout.CSSSize::width float ___width_0; // System.Single UnityEngine.CSSLayout.CSSSize::height float ___height_1; public: inline static int32_t get_offset_of_width_0() { return static_cast(offsetof(CSSSize_t3377836552, ___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(CSSSize_t3377836552, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSSSIZE_T3377836552_H #ifndef CULLINGGROUPEVENT_T1722745023_H #define CULLINGGROUPEVENT_T1722745023_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CullingGroupEvent struct CullingGroupEvent_t1722745023 { 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_t1722745023, ___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_t1722745023, ___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_t1722745023, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULLINGGROUPEVENT_T1722745023_H #ifndef DICTIONARYENTRY_T3123975638_H #define DICTIONARYENTRY_T3123975638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638 { 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_t3123975638, ____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((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____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((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_T3123975638_H #ifndef DSAPARAMETERS_T1885824122_H #define DSAPARAMETERS_T1885824122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122 { public: // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_0; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_t4116647657* ___G_1; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_t4116647657* ___J_2; // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_t4116647657* ___P_3; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_t4116647657* ___Q_4; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_t4116647657* ___Seed_5; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_t4116647657* ___X_6; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_t4116647657* ___Y_7; public: inline static int32_t get_offset_of_Counter_0() { return static_cast(offsetof(DSAParameters_t1885824122, ___Counter_0)); } inline int32_t get_Counter_0() const { return ___Counter_0; } inline int32_t* get_address_of_Counter_0() { return &___Counter_0; } inline void set_Counter_0(int32_t value) { ___Counter_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(DSAParameters_t1885824122, ___G_1)); } inline ByteU5BU5D_t4116647657* get_G_1() const { return ___G_1; } inline ByteU5BU5D_t4116647657** get_address_of_G_1() { return &___G_1; } inline void set_G_1(ByteU5BU5D_t4116647657* value) { ___G_1 = value; Il2CppCodeGenWriteBarrier((&___G_1), value); } inline static int32_t get_offset_of_J_2() { return static_cast(offsetof(DSAParameters_t1885824122, ___J_2)); } inline ByteU5BU5D_t4116647657* get_J_2() const { return ___J_2; } inline ByteU5BU5D_t4116647657** get_address_of_J_2() { return &___J_2; } inline void set_J_2(ByteU5BU5D_t4116647657* value) { ___J_2 = value; Il2CppCodeGenWriteBarrier((&___J_2), value); } inline static int32_t get_offset_of_P_3() { return static_cast(offsetof(DSAParameters_t1885824122, ___P_3)); } inline ByteU5BU5D_t4116647657* get_P_3() const { return ___P_3; } inline ByteU5BU5D_t4116647657** get_address_of_P_3() { return &___P_3; } inline void set_P_3(ByteU5BU5D_t4116647657* value) { ___P_3 = value; Il2CppCodeGenWriteBarrier((&___P_3), value); } inline static int32_t get_offset_of_Q_4() { return static_cast(offsetof(DSAParameters_t1885824122, ___Q_4)); } inline ByteU5BU5D_t4116647657* get_Q_4() const { return ___Q_4; } inline ByteU5BU5D_t4116647657** get_address_of_Q_4() { return &___Q_4; } inline void set_Q_4(ByteU5BU5D_t4116647657* value) { ___Q_4 = value; Il2CppCodeGenWriteBarrier((&___Q_4), value); } inline static int32_t get_offset_of_Seed_5() { return static_cast(offsetof(DSAParameters_t1885824122, ___Seed_5)); } inline ByteU5BU5D_t4116647657* get_Seed_5() const { return ___Seed_5; } inline ByteU5BU5D_t4116647657** get_address_of_Seed_5() { return &___Seed_5; } inline void set_Seed_5(ByteU5BU5D_t4116647657* value) { ___Seed_5 = value; Il2CppCodeGenWriteBarrier((&___Seed_5), value); } inline static int32_t get_offset_of_X_6() { return static_cast(offsetof(DSAParameters_t1885824122, ___X_6)); } inline ByteU5BU5D_t4116647657* get_X_6() const { return ___X_6; } inline ByteU5BU5D_t4116647657** get_address_of_X_6() { return &___X_6; } inline void set_X_6(ByteU5BU5D_t4116647657* value) { ___X_6 = value; Il2CppCodeGenWriteBarrier((&___X_6), value); } inline static int32_t get_offset_of_Y_7() { return static_cast(offsetof(DSAParameters_t1885824122, ___Y_7)); } inline ByteU5BU5D_t4116647657* get_Y_7() const { return ___Y_7; } inline ByteU5BU5D_t4116647657** get_address_of_Y_7() { return &___Y_7; } inline void set_Y_7(ByteU5BU5D_t4116647657* value) { ___Y_7 = value; Il2CppCodeGenWriteBarrier((&___Y_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_pinvoke { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_com { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; #endif // DSAPARAMETERS_T1885824122_H #ifndef NULLABLE_1_T1819850047_H #define NULLABLE_1_T1819850047_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1819850047 { 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_t1819850047, ___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_t1819850047, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1819850047_H #ifndef NULLABLE_1_T4282624060_H #define NULLABLE_1_T4282624060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t4282624060 { 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_t4282624060, ___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_t4282624060, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T4282624060_H #ifndef NULLABLE_1_T1561634878_H #define NULLABLE_1_T1561634878_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1561634878 { 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_t1561634878, ___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_t1561634878, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1561634878_H #ifndef NULLABLE_1_T3119828856_H #define NULLABLE_1_T3119828856_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3119828856 { 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_t3119828856, ___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_t3119828856, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3119828856_H #ifndef NULLABLE_1_T3392139744_H #define NULLABLE_1_T3392139744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3392139744 { 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_t3392139744, ___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_t3392139744, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3392139744_H #ifndef NULLABLE_1_T4275382469_H #define NULLABLE_1_T4275382469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t4275382469 { 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_t4275382469, ___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_t4275382469, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T4275382469_H #ifndef NULLABLE_1_T2856858458_H #define NULLABLE_1_T2856858458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2856858458 { 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_t2856858458, ___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_t2856858458, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2856858458_H #ifndef NULLABLE_1_T3900287040_H #define NULLABLE_1_T3900287040_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3900287040 { 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_t3900287040, ___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_t3900287040, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3900287040_H #ifndef NULLABLE_1_T1164162090_H #define NULLABLE_1_T1164162090_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1164162090 { 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_t1164162090, ___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_t1164162090, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1164162090_H #ifndef NULLABLE_1_T378540539_H #define NULLABLE_1_T378540539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t378540539 { 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_t378540539, ___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_t378540539, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T378540539_H #ifndef RENDERBUFFER_T586150500_H #define RENDERBUFFER_T586150500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RenderBuffer struct RenderBuffer_t586150500 { 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_t586150500, ___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_t586150500, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERBUFFER_T586150500_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef MATCHTARGETWEIGHTMASK_T554846203_H #define MATCHTARGETWEIGHTMASK_T554846203_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MatchTargetWeightMask struct MatchTargetWeightMask_t554846203 { public: // UnityEngine.Vector3 UnityEngine.MatchTargetWeightMask::m_PositionXYZWeight Vector3_t3722313464 ___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_t554846203, ___m_PositionXYZWeight_0)); } inline Vector3_t3722313464 get_m_PositionXYZWeight_0() const { return ___m_PositionXYZWeight_0; } inline Vector3_t3722313464 * get_address_of_m_PositionXYZWeight_0() { return &___m_PositionXYZWeight_0; } inline void set_m_PositionXYZWeight_0(Vector3_t3722313464 value) { ___m_PositionXYZWeight_0 = value; } inline static int32_t get_offset_of_m_RotationWeight_1() { return static_cast(offsetof(MatchTargetWeightMask_t554846203, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCHTARGETWEIGHTMASK_T554846203_H #ifndef PLAYABLEHANDLE_T1095853803_H #define PLAYABLEHANDLE_T1095853803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t1095853803 { public: // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.Int32 UnityEngine.Playables.PlayableHandle::m_Version int32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableHandle_t1095853803, ___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_t1095853803, ___m_Version_1)); } inline int32_t get_m_Version_1() const { return ___m_Version_1; } inline int32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(int32_t value) { ___m_Version_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYABLEHANDLE_T1095853803_H #ifndef DATASTREAMTYPE_T4132467813_H #define DATASTREAMTYPE_T4132467813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.DataStreamType struct DataStreamType_t4132467813 { public: // System.Int32 UnityEngine.Playables.DataStreamType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DataStreamType_t4132467813, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATASTREAMTYPE_T4132467813_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef PARTICLE_T1882894987_H #define PARTICLE_T1882894987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ParticleSystem/Particle struct Particle_t1882894987 { public: // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_Position Vector3_t3722313464 ___m_Position_0; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_Velocity Vector3_t3722313464 ___m_Velocity_1; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_AnimatedVelocity Vector3_t3722313464 ___m_AnimatedVelocity_2; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_InitialVelocity Vector3_t3722313464 ___m_InitialVelocity_3; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_AxisOfRotation Vector3_t3722313464 ___m_AxisOfRotation_4; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_Rotation Vector3_t3722313464 ___m_Rotation_5; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_AngularVelocity Vector3_t3722313464 ___m_AngularVelocity_6; // UnityEngine.Vector3 UnityEngine.ParticleSystem/Particle::m_StartSize Vector3_t3722313464 ___m_StartSize_7; // UnityEngine.Color32 UnityEngine.ParticleSystem/Particle::m_StartColor Color32_t2600501292 ___m_StartColor_8; // System.UInt32 UnityEngine.ParticleSystem/Particle::m_RandomSeed uint32_t ___m_RandomSeed_9; // System.Single UnityEngine.ParticleSystem/Particle::m_Lifetime float ___m_Lifetime_10; // System.Single UnityEngine.ParticleSystem/Particle::m_StartLifetime float ___m_StartLifetime_11; // System.Single UnityEngine.ParticleSystem/Particle::m_EmitAccumulator0 float ___m_EmitAccumulator0_12; // System.Single UnityEngine.ParticleSystem/Particle::m_EmitAccumulator1 float ___m_EmitAccumulator1_13; public: inline static int32_t get_offset_of_m_Position_0() { return static_cast(offsetof(Particle_t1882894987, ___m_Position_0)); } inline Vector3_t3722313464 get_m_Position_0() const { return ___m_Position_0; } inline Vector3_t3722313464 * get_address_of_m_Position_0() { return &___m_Position_0; } inline void set_m_Position_0(Vector3_t3722313464 value) { ___m_Position_0 = value; } inline static int32_t get_offset_of_m_Velocity_1() { return static_cast(offsetof(Particle_t1882894987, ___m_Velocity_1)); } inline Vector3_t3722313464 get_m_Velocity_1() const { return ___m_Velocity_1; } inline Vector3_t3722313464 * get_address_of_m_Velocity_1() { return &___m_Velocity_1; } inline void set_m_Velocity_1(Vector3_t3722313464 value) { ___m_Velocity_1 = value; } inline static int32_t get_offset_of_m_AnimatedVelocity_2() { return static_cast(offsetof(Particle_t1882894987, ___m_AnimatedVelocity_2)); } inline Vector3_t3722313464 get_m_AnimatedVelocity_2() const { return ___m_AnimatedVelocity_2; } inline Vector3_t3722313464 * get_address_of_m_AnimatedVelocity_2() { return &___m_AnimatedVelocity_2; } inline void set_m_AnimatedVelocity_2(Vector3_t3722313464 value) { ___m_AnimatedVelocity_2 = value; } inline static int32_t get_offset_of_m_InitialVelocity_3() { return static_cast(offsetof(Particle_t1882894987, ___m_InitialVelocity_3)); } inline Vector3_t3722313464 get_m_InitialVelocity_3() const { return ___m_InitialVelocity_3; } inline Vector3_t3722313464 * get_address_of_m_InitialVelocity_3() { return &___m_InitialVelocity_3; } inline void set_m_InitialVelocity_3(Vector3_t3722313464 value) { ___m_InitialVelocity_3 = value; } inline static int32_t get_offset_of_m_AxisOfRotation_4() { return static_cast(offsetof(Particle_t1882894987, ___m_AxisOfRotation_4)); } inline Vector3_t3722313464 get_m_AxisOfRotation_4() const { return ___m_AxisOfRotation_4; } inline Vector3_t3722313464 * get_address_of_m_AxisOfRotation_4() { return &___m_AxisOfRotation_4; } inline void set_m_AxisOfRotation_4(Vector3_t3722313464 value) { ___m_AxisOfRotation_4 = value; } inline static int32_t get_offset_of_m_Rotation_5() { return static_cast(offsetof(Particle_t1882894987, ___m_Rotation_5)); } inline Vector3_t3722313464 get_m_Rotation_5() const { return ___m_Rotation_5; } inline Vector3_t3722313464 * get_address_of_m_Rotation_5() { return &___m_Rotation_5; } inline void set_m_Rotation_5(Vector3_t3722313464 value) { ___m_Rotation_5 = value; } inline static int32_t get_offset_of_m_AngularVelocity_6() { return static_cast(offsetof(Particle_t1882894987, ___m_AngularVelocity_6)); } inline Vector3_t3722313464 get_m_AngularVelocity_6() const { return ___m_AngularVelocity_6; } inline Vector3_t3722313464 * get_address_of_m_AngularVelocity_6() { return &___m_AngularVelocity_6; } inline void set_m_AngularVelocity_6(Vector3_t3722313464 value) { ___m_AngularVelocity_6 = value; } inline static int32_t get_offset_of_m_StartSize_7() { return static_cast(offsetof(Particle_t1882894987, ___m_StartSize_7)); } inline Vector3_t3722313464 get_m_StartSize_7() const { return ___m_StartSize_7; } inline Vector3_t3722313464 * get_address_of_m_StartSize_7() { return &___m_StartSize_7; } inline void set_m_StartSize_7(Vector3_t3722313464 value) { ___m_StartSize_7 = value; } inline static int32_t get_offset_of_m_StartColor_8() { return static_cast(offsetof(Particle_t1882894987, ___m_StartColor_8)); } inline Color32_t2600501292 get_m_StartColor_8() const { return ___m_StartColor_8; } inline Color32_t2600501292 * get_address_of_m_StartColor_8() { return &___m_StartColor_8; } inline void set_m_StartColor_8(Color32_t2600501292 value) { ___m_StartColor_8 = value; } inline static int32_t get_offset_of_m_RandomSeed_9() { return static_cast(offsetof(Particle_t1882894987, ___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_Lifetime_10() { return static_cast(offsetof(Particle_t1882894987, ___m_Lifetime_10)); } inline float get_m_Lifetime_10() const { return ___m_Lifetime_10; } inline float* get_address_of_m_Lifetime_10() { return &___m_Lifetime_10; } inline void set_m_Lifetime_10(float value) { ___m_Lifetime_10 = value; } inline static int32_t get_offset_of_m_StartLifetime_11() { return static_cast(offsetof(Particle_t1882894987, ___m_StartLifetime_11)); } inline float get_m_StartLifetime_11() const { return ___m_StartLifetime_11; } inline float* get_address_of_m_StartLifetime_11() { return &___m_StartLifetime_11; } inline void set_m_StartLifetime_11(float value) { ___m_StartLifetime_11 = value; } inline static int32_t get_offset_of_m_EmitAccumulator0_12() { return static_cast(offsetof(Particle_t1882894987, ___m_EmitAccumulator0_12)); } inline float get_m_EmitAccumulator0_12() const { return ___m_EmitAccumulator0_12; } inline float* get_address_of_m_EmitAccumulator0_12() { return &___m_EmitAccumulator0_12; } inline void set_m_EmitAccumulator0_12(float value) { ___m_EmitAccumulator0_12 = value; } inline static int32_t get_offset_of_m_EmitAccumulator1_13() { return static_cast(offsetof(Particle_t1882894987, ___m_EmitAccumulator1_13)); } inline float get_m_EmitAccumulator1_13() const { return ___m_EmitAccumulator1_13; } inline float* get_address_of_m_EmitAccumulator1_13() { return &___m_EmitAccumulator1_13; } inline void set_m_EmitAccumulator1_13(float value) { ___m_EmitAccumulator1_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARTICLE_T1882894987_H #ifndef KEYVALUEPAIR_2_T3699644050_H #define KEYVALUEPAIR_2_T3699644050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3699644050 { 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_t3699644050, ___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_t3699644050, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3699644050_H #ifndef KEYVALUEPAIR_2_T344400094_H #define KEYVALUEPAIR_2_T344400094_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t344400094 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ArrayMetadata_t894288939 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t344400094, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t344400094, ___value_1)); } inline ArrayMetadata_t894288939 get_value_1() const { return ___value_1; } inline ArrayMetadata_t894288939 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ArrayMetadata_t894288939 value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T344400094_H #ifndef KEYVALUEPAIR_2_T3016395677_H #define KEYVALUEPAIR_2_T3016395677_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3016395677 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ObjectMetadata_t3566284522 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3016395677, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3016395677, ___value_1)); } inline ObjectMetadata_t3566284522 get_value_1() const { return ___value_1; } inline ObjectMetadata_t3566284522 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ObjectMetadata_t3566284522 value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3016395677_H #ifndef KEYVALUEPAIR_2_T3177551628_H #define KEYVALUEPAIR_2_T3177551628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3177551628 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PropertyMetadata_t3727440473 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3177551628, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3177551628, ___value_1)); } inline PropertyMetadata_t3727440473 get_value_1() const { return ___value_1; } inline PropertyMetadata_t3727440473 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(PropertyMetadata_t3727440473 value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3177551628_H #ifndef MIXEDLIGHTINGMODE_T270503864_H #define MIXEDLIGHTINGMODE_T270503864_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MixedLightingMode struct MixedLightingMode_t270503864 { public: // System.Int32 UnityEngine.MixedLightingMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MixedLightingMode_t270503864, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MIXEDLIGHTINGMODE_T270503864_H #ifndef CACHEDASSETBUNDLE_T2205819908_H #define CACHEDASSETBUNDLE_T2205819908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CachedAssetBundle struct CachedAssetBundle_t2205819908 { public: // System.String UnityEngine.CachedAssetBundle::m_Name String_t* ___m_Name_0; // UnityEngine.Hash128 UnityEngine.CachedAssetBundle::m_Hash Hash128_t2357739769 ___m_Hash_1; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(CachedAssetBundle_t2205819908, ___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((&___m_Name_0), value); } inline static int32_t get_offset_of_m_Hash_1() { return static_cast(offsetof(CachedAssetBundle_t2205819908, ___m_Hash_1)); } inline Hash128_t2357739769 get_m_Hash_1() const { return ___m_Hash_1; } inline Hash128_t2357739769 * get_address_of_m_Hash_1() { return &___m_Hash_1; } inline void set_m_Hash_1(Hash128_t2357739769 value) { ___m_Hash_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.CachedAssetBundle struct CachedAssetBundle_t2205819908_marshaled_pinvoke { char* ___m_Name_0; Hash128_t2357739769 ___m_Hash_1; }; // Native definition for COM marshalling of UnityEngine.CachedAssetBundle struct CachedAssetBundle_t2205819908_marshaled_com { Il2CppChar* ___m_Name_0; Hash128_t2357739769 ___m_Hash_1; }; #endif // CACHEDASSETBUNDLE_T2205819908_H #ifndef RAYCASTHIT_T1056001966_H #define RAYCASTHIT_T1056001966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RaycastHit struct RaycastHit_t1056001966 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t3722313464 ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t3722313464 ___m_Normal_1; // System.Int32 UnityEngine.RaycastHit::m_FaceID int32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_t2156229523 ___m_UV_4; // UnityEngine.Collider UnityEngine.RaycastHit::m_Collider Collider_t1773347010 * ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Point_0)); } inline Vector3_t3722313464 get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t3722313464 * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t3722313464 value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Normal_1)); } inline Vector3_t3722313464 get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t3722313464 * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t3722313464 value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_FaceID_2)); } inline int32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline int32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(int32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t1056001966, ___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_t1056001966, ___m_UV_4)); } inline Vector2_t2156229523 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_t2156229523 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_t2156229523 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Collider_5)); } inline Collider_t1773347010 * get_m_Collider_5() const { return ___m_Collider_5; } inline Collider_t1773347010 ** get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(Collider_t1773347010 * value) { ___m_Collider_5 = value; Il2CppCodeGenWriteBarrier((&___m_Collider_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_pinvoke { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; // Native definition for COM marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_com { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; #endif // RAYCASTHIT_T1056001966_H #ifndef KEYVALUEPAIR_2_T590917798_H #define KEYVALUEPAIR_2_T590917798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t590917798 { public: // TKey System.Collections.Generic.KeyValuePair`2::key MethodKey_t431904033 ___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_t590917798, ___key_0)); } inline MethodKey_t431904033 get_key_0() const { return ___key_0; } inline MethodKey_t431904033 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(MethodKey_t431904033 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t590917798, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T590917798_H #ifndef LOGBEHAVIOUR_T1548882435_H #define LOGBEHAVIOUR_T1548882435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LogBehaviour struct LogBehaviour_t1548882435 { public: // System.Int32 DG.Tweening.LogBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogBehaviour_t1548882435, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGBEHAVIOUR_T1548882435_H #ifndef LOOPTYPE_T3049802818_H #define LOOPTYPE_T3049802818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LoopType struct LoopType_t3049802818 { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoopType_t3049802818, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPTYPE_T3049802818_H #ifndef LIGHTMAPBAKETYPE_T1497855756_H #define LIGHTMAPBAKETYPE_T1497855756_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LightmapBakeType struct LightmapBakeType_t1497855756 { public: // System.Int32 UnityEngine.LightmapBakeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LightmapBakeType_t1497855756, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIGHTMAPBAKETYPE_T1497855756_H #ifndef OBJECT_T631007953_H #define OBJECT_T631007953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object struct Object_t631007953 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_t631007953, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_t631007953_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_t631007953_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_t631007953_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_t631007953_marshaled_com { intptr_t ___m_CachedPtr_0; }; #endif // OBJECT_T631007953_H #ifndef AXISCONSTRAINT_T2771958344_H #define AXISCONSTRAINT_T2771958344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AxisConstraint struct AxisConstraint_t2771958344 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AxisConstraint_t2771958344, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXISCONSTRAINT_T2771958344_H #ifndef PATHMODE_T2165603100_H #define PATHMODE_T2165603100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathMode struct PathMode_t2165603100 { public: // System.Int32 DG.Tweening.PathMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathMode_t2165603100, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHMODE_T2165603100_H #ifndef ORIENTTYPE_T1731166963_H #define ORIENTTYPE_T1731166963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.OrientType struct OrientType_t1731166963 { public: // System.Int32 DG.Tweening.Plugins.Options.OrientType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OrientType_t1731166963, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORIENTTYPE_T1731166963_H #ifndef SPIRALMODE_T2238929135_H #define SPIRALMODE_T2238929135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.SpiralMode struct SpiralMode_t2238929135 { public: // System.Int32 DG.Tweening.SpiralMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SpiralMode_t2238929135, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPIRALMODE_T2238929135_H #ifndef XRNODE_T3929440994_H #define XRNODE_T3929440994_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.XR.XRNode struct XRNode_t3929440994 { public: // System.Int32 UnityEngine.XR.XRNode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XRNode_t3929440994, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XRNODE_T3929440994_H #ifndef AVAILABLETRACKINGDATA_T3752197997_H #define AVAILABLETRACKINGDATA_T3752197997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.XR.AvailableTrackingData struct AvailableTrackingData_t3752197997 { public: // System.Int32 UnityEngine.XR.AvailableTrackingData::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AvailableTrackingData_t3752197997, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVAILABLETRACKINGDATA_T3752197997_H #ifndef READTYPE_T340786580_H #define READTYPE_T340786580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.ReadType struct ReadType_t340786580 { public: // System.Int32 Newtonsoft.Json.ReadType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReadType_t340786580, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READTYPE_T340786580_H #ifndef AVATARCATE_T455786881_H #define AVATARCATE_T455786881_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Scene.AvatarCate struct AvatarCate_t455786881 { public: // System.Int32 DMCore.Framework.Scene.AvatarCate::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AvatarCate_t455786881, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AVATARCATE_T455786881_H #ifndef ENUMDISPLAYLEVEL_T835197188_H #define ENUMDISPLAYLEVEL_T835197188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Logic.CSuitAnimCfg/enumDisplayLevel struct enumDisplayLevel_t835197188 { public: // System.Int32 DMCore.Logic.CSuitAnimCfg/enumDisplayLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumDisplayLevel_t835197188, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMDISPLAYLEVEL_T835197188_H #ifndef DASHTYPE_T3688434419_H #define DASHTYPE_T3688434419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.AssetManager/DashType struct DashType_t3688434419 { public: // System.Int32 FitFun.AssetManager/DashType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DashType_t3688434419, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DASHTYPE_T3688434419_H #ifndef ENUMTHREADID_T4044096134_H #define ENUMTHREADID_T4044096134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.enumThreadID struct enumThreadID_t4044096134 { public: // System.Int32 DMCore.Framework.Thread.enumThreadID::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(enumThreadID_t4044096134, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMTHREADID_T4044096134_H #ifndef PROPERTYPRESENCE_T2490594612_H #define PROPERTYPRESENCE_T2490594612_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence struct PropertyPresence_t2490594612 { public: // System.Int32 Newtonsoft.Json.Serialization.JsonSerializerInternalReader/PropertyPresence::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PropertyPresence_t2490594612, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYPRESENCE_T2490594612_H #ifndef TOUCHPHASE_T72348083_H #define TOUCHPHASE_T72348083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchPhase struct TouchPhase_t72348083 { public: // System.Int32 UnityEngine.TouchPhase::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchPhase_t72348083, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCHPHASE_T72348083_H #ifndef TOUCHTYPE_T2034578258_H #define TOUCHTYPE_T2034578258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchType struct TouchType_t2034578258 { public: // System.Int32 UnityEngine.TouchType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchType_t2034578258, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCHTYPE_T2034578258_H #ifndef EASE_T4010715394_H #define EASE_T4010715394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Ease struct Ease_t4010715394 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Ease_t4010715394, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASE_T4010715394_H #ifndef KEYCODE_T2599294277_H #define KEYCODE_T2599294277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.KeyCode struct KeyCode_t2599294277 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyCode_t2599294277, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCODE_T2599294277_H #ifndef TEXTEDITOP_T1927482598_H #define TEXTEDITOP_T1927482598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextEditor/TextEditOp struct TextEditOp_t1927482598 { public: // System.Int32 UnityEngine.TextEditor/TextEditOp::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextEditOp_t1927482598, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTEDITOP_T1927482598_H #ifndef MODE_T1066900953_H #define MODE_T1066900953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation/Mode struct Mode_t1066900953 { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Mode_t1066900953, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODE_T1066900953_H #ifndef ROTATEMODE_T2548570174_H #define ROTATEMODE_T2548570174_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.RotateMode struct RotateMode_t2548570174 { public: // System.Int32 DG.Tweening.RotateMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RotateMode_t2548570174, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROTATEMODE_T2548570174_H #ifndef SCRAMBLEMODE_T1285273342_H #define SCRAMBLEMODE_T1285273342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.ScrambleMode struct ScrambleMode_t1285273342 { public: // System.Int32 DG.Tweening.ScrambleMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrambleMode_t1285273342, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCRAMBLEMODE_T1285273342_H #ifndef PRIMITIVETYPECODE_T798949904_H #define PRIMITIVETYPECODE_T798949904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.PrimitiveTypeCode struct PrimitiveTypeCode_t798949904 { public: // System.Int32 Newtonsoft.Json.Utilities.PrimitiveTypeCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrimitiveTypeCode_t798949904, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIMITIVETYPECODE_T798949904_H #ifndef DIAGNOSTICSWITCHFLAGS_T1577216330_H #define DIAGNOSTICSWITCHFLAGS_T1577216330_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DiagnosticSwitchFlags struct DiagnosticSwitchFlags_t1577216330 { public: // System.Int32 UnityEngine.DiagnosticSwitchFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DiagnosticSwitchFlags_t1577216330, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIAGNOSTICSWITCHFLAGS_T1577216330_H #ifndef EVENTTYPE_T1835192406_H #define EVENTTYPE_T1835192406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventQueue/EventType struct EventType_t1835192406 { public: // System.Int32 Spine.EventQueue/EventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventType_t1835192406, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTTYPE_T1835192406_H #ifndef JSONCONTAINERTYPE_T3191599701_H #define JSONCONTAINERTYPE_T3191599701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonContainerType struct JsonContainerType_t3191599701 { public: // System.Int32 Newtonsoft.Json.JsonContainerType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonContainerType_t3191599701, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONTAINERTYPE_T3191599701_H #ifndef CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #define CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710 { public: // System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument CustomAttributeTypedArgument_t2723150157 ___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_t287865710, ___typedArgument_0)); } inline CustomAttributeTypedArgument_t2723150157 get_typedArgument_0() const { return ___typedArgument_0; } inline CustomAttributeTypedArgument_t2723150157 * get_address_of_typedArgument_0() { return &___typedArgument_0; } inline void set_typedArgument_0(CustomAttributeTypedArgument_t2723150157 value) { ___typedArgument_0 = value; } inline static int32_t get_offset_of_memberInfo_1() { return static_cast(offsetof(CustomAttributeNamedArgument_t287865710, ___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((&___memberInfo_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710_marshaled_pinvoke { CustomAttributeTypedArgument_t2723150157_marshaled_pinvoke ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t287865710_marshaled_com { CustomAttributeTypedArgument_t2723150157_marshaled_com ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; #endif // CUSTOMATTRIBUTENAMEDARGUMENT_T287865710_H #ifndef RAYCASTHIT2D_T2279581989_H #define RAYCASTHIT2D_T2279581989_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RaycastHit2D struct RaycastHit2D_t2279581989 { public: // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid Vector2_t2156229523 ___m_Centroid_0; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point Vector2_t2156229523 ___m_Point_1; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal Vector2_t2156229523 ___m_Normal_2; // System.Single UnityEngine.RaycastHit2D::m_Distance float ___m_Distance_3; // System.Single UnityEngine.RaycastHit2D::m_Fraction float ___m_Fraction_4; // UnityEngine.Collider2D UnityEngine.RaycastHit2D::m_Collider Collider2D_t2806799626 * ___m_Collider_5; public: inline static int32_t get_offset_of_m_Centroid_0() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___m_Centroid_0)); } inline Vector2_t2156229523 get_m_Centroid_0() const { return ___m_Centroid_0; } inline Vector2_t2156229523 * get_address_of_m_Centroid_0() { return &___m_Centroid_0; } inline void set_m_Centroid_0(Vector2_t2156229523 value) { ___m_Centroid_0 = value; } inline static int32_t get_offset_of_m_Point_1() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___m_Point_1)); } inline Vector2_t2156229523 get_m_Point_1() const { return ___m_Point_1; } inline Vector2_t2156229523 * get_address_of_m_Point_1() { return &___m_Point_1; } inline void set_m_Point_1(Vector2_t2156229523 value) { ___m_Point_1 = value; } inline static int32_t get_offset_of_m_Normal_2() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___m_Normal_2)); } inline Vector2_t2156229523 get_m_Normal_2() const { return ___m_Normal_2; } inline Vector2_t2156229523 * get_address_of_m_Normal_2() { return &___m_Normal_2; } inline void set_m_Normal_2(Vector2_t2156229523 value) { ___m_Normal_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___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_t2279581989, ___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_t2279581989, ___m_Collider_5)); } inline Collider2D_t2806799626 * get_m_Collider_5() const { return ___m_Collider_5; } inline Collider2D_t2806799626 ** get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(Collider2D_t2806799626 * value) { ___m_Collider_5 = value; Il2CppCodeGenWriteBarrier((&___m_Collider_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RaycastHit2D struct RaycastHit2D_t2279581989_marshaled_pinvoke { Vector2_t2156229523 ___m_Centroid_0; Vector2_t2156229523 ___m_Point_1; Vector2_t2156229523 ___m_Normal_2; float ___m_Distance_3; float ___m_Fraction_4; Collider2D_t2806799626 * ___m_Collider_5; }; // Native definition for COM marshalling of UnityEngine.RaycastHit2D struct RaycastHit2D_t2279581989_marshaled_com { Vector2_t2156229523 ___m_Centroid_0; Vector2_t2156229523 ___m_Point_1; Vector2_t2156229523 ___m_Normal_2; float ___m_Distance_3; float ___m_Fraction_4; Collider2D_t2806799626 * ___m_Collider_5; }; #endif // RAYCASTHIT2D_T2279581989_H #ifndef RAY_T3785851493_H #define RAY_T3785851493_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray struct Ray_t3785851493 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t3722313464 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t3722313464 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t3785851493, ___m_Origin_0)); } inline Vector3_t3722313464 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t3722313464 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t3722313464 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t3785851493, ___m_Direction_1)); } inline Vector3_t3722313464 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t3722313464 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t3722313464 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY_T3785851493_H #ifndef UICHARINFO_T75501106_H #define UICHARINFO_T75501106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UICharInfo struct UICharInfo_t75501106 { public: // UnityEngine.Vector2 UnityEngine.UICharInfo::cursorPos Vector2_t2156229523 ___cursorPos_0; // System.Single UnityEngine.UICharInfo::charWidth float ___charWidth_1; public: inline static int32_t get_offset_of_cursorPos_0() { return static_cast(offsetof(UICharInfo_t75501106, ___cursorPos_0)); } inline Vector2_t2156229523 get_cursorPos_0() const { return ___cursorPos_0; } inline Vector2_t2156229523 * get_address_of_cursorPos_0() { return &___cursorPos_0; } inline void set_cursorPos_0(Vector2_t2156229523 value) { ___cursorPos_0 = value; } inline static int32_t get_offset_of_charWidth_1() { return static_cast(offsetof(UICharInfo_t75501106, ___charWidth_1)); } inline float get_charWidth_1() const { return ___charWidth_1; } inline float* get_address_of_charWidth_1() { return &___charWidth_1; } inline void set_charWidth_1(float value) { ___charWidth_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICHARINFO_T75501106_H #ifndef RAYCASTRESULT_T3360306849_H #define RAYCASTRESULT_T3360306849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849 { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_t1113636619 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_t4150874583 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t3722313464 ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t3722313464 ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_t2156229523 ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t3360306849, ___m_GameObject_0)); } inline GameObject_t1113636619 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_t1113636619 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_t1113636619 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((&___m_GameObject_0), value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t3360306849, ___module_1)); } inline BaseRaycaster_t4150874583 * get_module_1() const { return ___module_1; } inline BaseRaycaster_t4150874583 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_t4150874583 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((&___module_1), value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t3360306849, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t3360306849, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t3360306849, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldPosition_7)); } inline Vector3_t3722313464 get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_t3722313464 * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_t3722313464 value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldNormal_8)); } inline Vector3_t3722313464 get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_t3722313464 * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_t3722313464 value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t3360306849, ___screenPosition_9)); } inline Vector2_t2156229523 get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_t2156229523 * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_t2156229523 value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t3360306849, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_pinvoke { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_com { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; #endif // RAYCASTRESULT_T3360306849_H #ifndef RAY2D_T2082843914_H #define RAY2D_T2082843914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray2D struct Ray2D_t2082843914 { public: // UnityEngine.Vector2 UnityEngine.Ray2D::m_Origin Vector2_t2156229523 ___m_Origin_0; // UnityEngine.Vector2 UnityEngine.Ray2D::m_Direction Vector2_t2156229523 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Origin_0)); } inline Vector2_t2156229523 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector2_t2156229523 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector2_t2156229523 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Direction_1)); } inline Vector2_t2156229523 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector2_t2156229523 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector2_t2156229523 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY2D_T2082843914_H #ifndef PLAYABLEGRAPH_T3515989261_H #define PLAYABLEGRAPH_T3515989261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.PlayableGraph struct PlayableGraph_t3515989261 { public: // System.IntPtr UnityEngine.Playables.PlayableGraph::m_Handle intptr_t ___m_Handle_0; // System.Int32 UnityEngine.Playables.PlayableGraph::m_Version int32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableGraph_t3515989261, ___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_t3515989261, ___m_Version_1)); } inline int32_t get_m_Version_1() const { return ___m_Version_1; } inline int32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(int32_t value) { ___m_Version_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYABLEGRAPH_T3515989261_H #ifndef SCRIPTABLERENDERCONTEXT_T274343796_H #define SCRIPTABLERENDERCONTEXT_T274343796_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Experimental.Rendering.ScriptableRenderContext struct ScriptableRenderContext_t274343796 { public: // System.IntPtr UnityEngine.Experimental.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_t274343796, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCRIPTABLERENDERCONTEXT_T274343796_H #ifndef KEYVALUEPAIR_2_T644712158_H #define KEYVALUEPAIR_2_T644712158_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t644712158 { public: // TKey System.Collections.Generic.KeyValuePair`2::key TypeNameKey_t2985541961 ___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_t644712158, ___key_0)); } inline TypeNameKey_t2985541961 get_key_0() const { return ___key_0; } inline TypeNameKey_t2985541961 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(TypeNameKey_t2985541961 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t644712158, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T644712158_H #ifndef KEYVALUEPAIR_2_T3267901400_H #define KEYVALUEPAIR_2_T3267901400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3267901400 { public: // TKey System.Collections.Generic.KeyValuePair`2::key ResolverContractKey_t3292851287 ___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_t3267901400, ___key_0)); } inline ResolverContractKey_t3292851287 get_key_0() const { return ___key_0; } inline ResolverContractKey_t3292851287 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(ResolverContractKey_t3292851287 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3267901400, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3267901400_H #ifndef UIVERTEX_T4057497605_H #define UIVERTEX_T4057497605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UIVertex struct UIVertex_t4057497605 { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_t3722313464 ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_t3722313464 ___normal_1; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_t2600501292 ___color_2; // UnityEngine.Vector2 UnityEngine.UIVertex::uv0 Vector2_t2156229523 ___uv0_3; // UnityEngine.Vector2 UnityEngine.UIVertex::uv1 Vector2_t2156229523 ___uv1_4; // UnityEngine.Vector2 UnityEngine.UIVertex::uv2 Vector2_t2156229523 ___uv2_5; // UnityEngine.Vector2 UnityEngine.UIVertex::uv3 Vector2_t2156229523 ___uv3_6; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_t3319028937 ___tangent_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_t4057497605, ___position_0)); } inline Vector3_t3722313464 get_position_0() const { return ___position_0; } inline Vector3_t3722313464 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t3722313464 value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_t4057497605, ___normal_1)); } inline Vector3_t3722313464 get_normal_1() const { return ___normal_1; } inline Vector3_t3722313464 * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_t3722313464 value) { ___normal_1 = value; } inline static int32_t get_offset_of_color_2() { return static_cast(offsetof(UIVertex_t4057497605, ___color_2)); } inline Color32_t2600501292 get_color_2() const { return ___color_2; } inline Color32_t2600501292 * get_address_of_color_2() { return &___color_2; } inline void set_color_2(Color32_t2600501292 value) { ___color_2 = value; } inline static int32_t get_offset_of_uv0_3() { return static_cast(offsetof(UIVertex_t4057497605, ___uv0_3)); } inline Vector2_t2156229523 get_uv0_3() const { return ___uv0_3; } inline Vector2_t2156229523 * get_address_of_uv0_3() { return &___uv0_3; } inline void set_uv0_3(Vector2_t2156229523 value) { ___uv0_3 = value; } inline static int32_t get_offset_of_uv1_4() { return static_cast(offsetof(UIVertex_t4057497605, ___uv1_4)); } inline Vector2_t2156229523 get_uv1_4() const { return ___uv1_4; } inline Vector2_t2156229523 * get_address_of_uv1_4() { return &___uv1_4; } inline void set_uv1_4(Vector2_t2156229523 value) { ___uv1_4 = value; } inline static int32_t get_offset_of_uv2_5() { return static_cast(offsetof(UIVertex_t4057497605, ___uv2_5)); } inline Vector2_t2156229523 get_uv2_5() const { return ___uv2_5; } inline Vector2_t2156229523 * get_address_of_uv2_5() { return &___uv2_5; } inline void set_uv2_5(Vector2_t2156229523 value) { ___uv2_5 = value; } inline static int32_t get_offset_of_uv3_6() { return static_cast(offsetof(UIVertex_t4057497605, ___uv3_6)); } inline Vector2_t2156229523 get_uv3_6() const { return ___uv3_6; } inline Vector2_t2156229523 * get_address_of_uv3_6() { return &___uv3_6; } inline void set_uv3_6(Vector2_t2156229523 value) { ___uv3_6 = value; } inline static int32_t get_offset_of_tangent_7() { return static_cast(offsetof(UIVertex_t4057497605, ___tangent_7)); } inline Vector4_t3319028937 get_tangent_7() const { return ___tangent_7; } inline Vector4_t3319028937 * get_address_of_tangent_7() { return &___tangent_7; } inline void set_tangent_7(Vector4_t3319028937 value) { ___tangent_7 = value; } }; struct UIVertex_t4057497605_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_t2600501292 ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_t3319028937 ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_t4057497605 ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___s_DefaultColor_8)); } inline Color32_t2600501292 get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_t2600501292 * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_t2600501292 value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_t3319028937 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_t3319028937 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_t3319028937 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___simpleVert_10)); } inline UIVertex_t4057497605 get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_t4057497605 * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_t4057497605 value) { ___simpleVert_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIVERTEX_T4057497605_H #ifndef NULLABLE_1_T375854166_H #define NULLABLE_1_T375854166_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t375854166 { public: // T System.Nullable`1::value Decimal_t2948259380 ___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_t375854166, ___value_0)); } inline Decimal_t2948259380 get_value_0() const { return ___value_0; } inline Decimal_t2948259380 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Decimal_t2948259380 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t375854166, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T375854166_H #ifndef NULLABLE_1_T621127673_H #define NULLABLE_1_T621127673_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t621127673 { public: // T System.Nullable`1::value Guid_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_t621127673, ___value_0)); } inline Guid_t get_value_0() const { return ___value_0; } inline Guid_t * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Guid_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t621127673, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T621127673_H #ifndef NULLABLE_1_T2603721331_H #define NULLABLE_1_T2603721331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2603721331 { public: // T System.Nullable`1::value TimeSpan_t881159249 ___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_t2603721331, ___value_0)); } inline TimeSpan_t881159249 get_value_0() const { return ___value_0; } inline TimeSpan_t881159249 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(TimeSpan_t881159249 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2603721331, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2603721331_H #ifndef BOUNDS_T2266837910_H #define BOUNDS_T2266837910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Bounds struct Bounds_t2266837910 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t3722313464 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t3722313464 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t2266837910, ___m_Center_0)); } inline Vector3_t3722313464 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t3722313464 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t3722313464 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t2266837910, ___m_Extents_1)); } inline Vector3_t3722313464 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t3722313464 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t3722313464 value) { ___m_Extents_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDS_T2266837910_H #ifndef NULLABLE_1_T1149908250_H #define NULLABLE_1_T1149908250_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1149908250 { public: // T System.Nullable`1::value Vector3_t3722313464 ___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_t1149908250, ___value_0)); } inline Vector3_t3722313464 get_value_0() const { return ___value_0; } inline Vector3_t3722313464 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector3_t3722313464 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1149908250, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1149908250_H #ifndef COLOR2_T3097643075_H #define COLOR2_T3097643075_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Color2 struct Color2_t3097643075 { public: // UnityEngine.Color DG.Tweening.Color2::ca Color_t2555686324 ___ca_0; // UnityEngine.Color DG.Tweening.Color2::cb Color_t2555686324 ___cb_1; public: inline static int32_t get_offset_of_ca_0() { return static_cast(offsetof(Color2_t3097643075, ___ca_0)); } inline Color_t2555686324 get_ca_0() const { return ___ca_0; } inline Color_t2555686324 * get_address_of_ca_0() { return &___ca_0; } inline void set_ca_0(Color_t2555686324 value) { ___ca_0 = value; } inline static int32_t get_offset_of_cb_1() { return static_cast(offsetof(Color2_t3097643075, ___cb_1)); } inline Color_t2555686324 get_cb_1() const { return ___cb_1; } inline Color_t2555686324 * get_address_of_cb_1() { return &___cb_1; } inline void set_cb_1(Color_t2555686324 value) { ___cb_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR2_T3097643075_H #ifndef NULLABLE_1_T4278248406_H #define NULLABLE_1_T4278248406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t4278248406 { public: // T System.Nullable`1::value Color_t2555686324 ___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_t4278248406, ___value_0)); } inline Color_t2555686324 get_value_0() const { return ___value_0; } inline Color_t2555686324 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Color_t2555686324 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4278248406, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T4278248406_H #ifndef MYSTRUCT_T514849583_H #define MYSTRUCT_T514849583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyStruct struct MyStruct_t514849583 { public: // System.Int32 XLuaTest.MyStruct::a int32_t ___a_0; // System.Int32 XLuaTest.MyStruct::b int32_t ___b_1; // System.Decimal XLuaTest.MyStruct::c Decimal_t2948259380 ___c_2; // XLuaTest.Pedding XLuaTest.MyStruct::e Pedding_t3796070799 ___e_3; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(MyStruct_t514849583, ___a_0)); } inline int32_t get_a_0() const { return ___a_0; } inline int32_t* get_address_of_a_0() { return &___a_0; } inline void set_a_0(int32_t value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(MyStruct_t514849583, ___b_1)); } inline int32_t get_b_1() const { return ___b_1; } inline int32_t* get_address_of_b_1() { return &___b_1; } inline void set_b_1(int32_t value) { ___b_1 = value; } inline static int32_t get_offset_of_c_2() { return static_cast(offsetof(MyStruct_t514849583, ___c_2)); } inline Decimal_t2948259380 get_c_2() const { return ___c_2; } inline Decimal_t2948259380 * get_address_of_c_2() { return &___c_2; } inline void set_c_2(Decimal_t2948259380 value) { ___c_2 = value; } inline static int32_t get_offset_of_e_3() { return static_cast(offsetof(MyStruct_t514849583, ___e_3)); } inline Pedding_t3796070799 get_e_3() const { return ___e_3; } inline Pedding_t3796070799 * get_address_of_e_3() { return &___e_3; } inline void set_e_3(Pedding_t3796070799 value) { ___e_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MYSTRUCT_T514849583_H #ifndef COLORBLOCK_T2139031574_H #define COLORBLOCK_T2139031574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ColorBlock struct ColorBlock_t2139031574 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_t2555686324 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_t2555686324 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_t2555686324 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_t2555686324 ___m_DisabledColor_3; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_4; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_5; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_NormalColor_0)); } inline Color_t2555686324 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_t2555686324 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_t2555686324 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_HighlightedColor_1)); } inline Color_t2555686324 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_t2555686324 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_t2555686324 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_PressedColor_2)); } inline Color_t2555686324 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_t2555686324 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_t2555686324 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_DisabledColor_3() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_DisabledColor_3)); } inline Color_t2555686324 get_m_DisabledColor_3() const { return ___m_DisabledColor_3; } inline Color_t2555686324 * get_address_of_m_DisabledColor_3() { return &___m_DisabledColor_3; } inline void set_m_DisabledColor_3(Color_t2555686324 value) { ___m_DisabledColor_3 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_4() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_ColorMultiplier_4)); } inline float get_m_ColorMultiplier_4() const { return ___m_ColorMultiplier_4; } inline float* get_address_of_m_ColorMultiplier_4() { return &___m_ColorMultiplier_4; } inline void set_m_ColorMultiplier_4(float value) { ___m_ColorMultiplier_4 = value; } inline static int32_t get_offset_of_m_FadeDuration_5() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_FadeDuration_5)); } inline float get_m_FadeDuration_5() const { return ___m_FadeDuration_5; } inline float* get_address_of_m_FadeDuration_5() { return &___m_FadeDuration_5; } inline void set_m_FadeDuration_5(float value) { ___m_FadeDuration_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORBLOCK_T2139031574_H #ifndef LMRENDERERINFO_T3374010072_H #define LMRENDERERINFO_T3374010072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LMRendererInfo struct LMRendererInfo_t3374010072 { public: // UnityEngine.Renderer LMRendererInfo::renderer Renderer_t2627027031 * ___renderer_0; // System.Int32 LMRendererInfo::LightmapIndex int32_t ___LightmapIndex_1; // UnityEngine.Vector4 LMRendererInfo::LightmapOffsetScale Vector4_t3319028937 ___LightmapOffsetScale_2; public: inline static int32_t get_offset_of_renderer_0() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___renderer_0)); } inline Renderer_t2627027031 * get_renderer_0() const { return ___renderer_0; } inline Renderer_t2627027031 ** get_address_of_renderer_0() { return &___renderer_0; } inline void set_renderer_0(Renderer_t2627027031 * value) { ___renderer_0 = value; Il2CppCodeGenWriteBarrier((&___renderer_0), value); } inline static int32_t get_offset_of_LightmapIndex_1() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapIndex_1)); } inline int32_t get_LightmapIndex_1() const { return ___LightmapIndex_1; } inline int32_t* get_address_of_LightmapIndex_1() { return &___LightmapIndex_1; } inline void set_LightmapIndex_1(int32_t value) { ___LightmapIndex_1 = value; } inline static int32_t get_offset_of_LightmapOffsetScale_2() { return static_cast(offsetof(LMRendererInfo_t3374010072, ___LightmapOffsetScale_2)); } inline Vector4_t3319028937 get_LightmapOffsetScale_2() const { return ___LightmapOffsetScale_2; } inline Vector4_t3319028937 * get_address_of_LightmapOffsetScale_2() { return &___LightmapOffsetScale_2; } inline void set_LightmapOffsetScale_2(Vector4_t3319028937 value) { ___LightmapOffsetScale_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_pinvoke { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; // Native definition for COM marshalling of LMRendererInfo struct LMRendererInfo_t3374010072_marshaled_com { Renderer_t2627027031 * ___renderer_0; int32_t ___LightmapIndex_1; Vector4_t3319028937 ___LightmapOffsetScale_2; }; #endif // LMRENDERERINFO_T3374010072_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { 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_t1871169219, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef KEYVALUEPAIR_2_T3402682164_H #define KEYVALUEPAIR_2_T3402682164_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3402682164 { public: // TKey System.Collections.Generic.KeyValuePair`2::key AttachmentKeyTuple_t1548106539 ___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_t3402682164, ___key_0)); } inline AttachmentKeyTuple_t1548106539 get_key_0() const { return ___key_0; } inline AttachmentKeyTuple_t1548106539 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(AttachmentKeyTuple_t1548106539 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3402682164, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3402682164_H #ifndef RUNTIMEMETHODHANDLE_T1133924984_H #define RUNTIMEMETHODHANDLE_T1133924984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeMethodHandle struct RuntimeMethodHandle_t1133924984 { 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_t1133924984, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEMETHODHANDLE_T1133924984_H #ifndef KEYVALUEPAIR_2_T4099514504_H #define KEYVALUEPAIR_2_T4099514504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2,System.Object> struct KeyValuePair_2_t4099514504 { public: // TKey System.Collections.Generic.KeyValuePair`2::key KeyValuePair_2_t2530217319 ___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_t4099514504, ___key_0)); } inline KeyValuePair_2_t2530217319 get_key_0() const { return ___key_0; } inline KeyValuePair_2_t2530217319 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(KeyValuePair_2_t2530217319 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t4099514504, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4099514504_H #ifndef KEYVALUEPAIR_2_T1398773315_H #define KEYVALUEPAIR_2_T1398773315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1398773315 { public: // TKey System.Collections.Generic.KeyValuePair`2::key MaterialTexturePair_t1637207048 ___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_t1398773315, ___key_0)); } inline MaterialTexturePair_t1637207048 get_key_0() const { return ___key_0; } inline MaterialTexturePair_t1637207048 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(MaterialTexturePair_t1637207048 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1398773315, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1398773315_H #ifndef KEYVALUEPAIR_2_T3078331264_H #define KEYVALUEPAIR_2_T3078331264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3078331264 { public: // TKey System.Collections.Generic.KeyValuePair`2::key AnimationPair_t1784808777 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value float ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3078331264, ___key_0)); } inline AnimationPair_t1784808777 get_key_0() const { return ___key_0; } inline AnimationPair_t1784808777 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(AnimationPair_t1784808777 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3078331264, ___value_1)); } inline float get_value_1() const { return ___value_1; } inline float* get_address_of_value_1() { return &___value_1; } inline void set_value_1(float value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3078331264_H #ifndef KEYVALUEPAIR_2_T753628355_H #define KEYVALUEPAIR_2_T753628355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t753628355 { public: // TKey System.Collections.Generic.KeyValuePair`2::key TypeConvertKey_t285306760 ___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_t753628355, ___key_0)); } inline TypeConvertKey_t285306760 get_key_0() const { return ___key_0; } inline TypeConvertKey_t285306760 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(TypeConvertKey_t285306760 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t753628355, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T753628355_H #ifndef KEYVALUEPAIR_2_T3793898781_H #define KEYVALUEPAIR_2_T3793898781_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3793898781 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value TimeType_t2507513283 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3793898781, ___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_t3793898781, ___value_1)); } inline TimeType_t2507513283 get_value_1() const { return ___value_1; } inline TimeType_t2507513283 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(TimeType_t2507513283 value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3793898781_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { 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_t3027515415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef JSONPOSITION_T2528027714_H #define JSONPOSITION_T2528027714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714 { public: // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonPosition::Type int32_t ___Type_1; // System.Int32 Newtonsoft.Json.JsonPosition::Position int32_t ___Position_2; // System.String Newtonsoft.Json.JsonPosition::PropertyName String_t* ___PropertyName_3; // System.Boolean Newtonsoft.Json.JsonPosition::HasIndex bool ___HasIndex_4; public: inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(JsonPosition_t2528027714, ___Type_1)); } inline int32_t get_Type_1() const { return ___Type_1; } inline int32_t* get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(int32_t value) { ___Type_1 = value; } inline static int32_t get_offset_of_Position_2() { return static_cast(offsetof(JsonPosition_t2528027714, ___Position_2)); } inline int32_t get_Position_2() const { return ___Position_2; } inline int32_t* get_address_of_Position_2() { return &___Position_2; } inline void set_Position_2(int32_t value) { ___Position_2 = value; } inline static int32_t get_offset_of_PropertyName_3() { return static_cast(offsetof(JsonPosition_t2528027714, ___PropertyName_3)); } inline String_t* get_PropertyName_3() const { return ___PropertyName_3; } inline String_t** get_address_of_PropertyName_3() { return &___PropertyName_3; } inline void set_PropertyName_3(String_t* value) { ___PropertyName_3 = value; Il2CppCodeGenWriteBarrier((&___PropertyName_3), value); } inline static int32_t get_offset_of_HasIndex_4() { return static_cast(offsetof(JsonPosition_t2528027714, ___HasIndex_4)); } inline bool get_HasIndex_4() const { return ___HasIndex_4; } inline bool* get_address_of_HasIndex_4() { return &___HasIndex_4; } inline void set_HasIndex_4(bool value) { ___HasIndex_4 = value; } }; struct JsonPosition_t2528027714_StaticFields { public: // System.Char[] Newtonsoft.Json.JsonPosition::SpecialCharacters CharU5BU5D_t3528271667* ___SpecialCharacters_0; public: inline static int32_t get_offset_of_SpecialCharacters_0() { return static_cast(offsetof(JsonPosition_t2528027714_StaticFields, ___SpecialCharacters_0)); } inline CharU5BU5D_t3528271667* get_SpecialCharacters_0() const { return ___SpecialCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_SpecialCharacters_0() { return &___SpecialCharacters_0; } inline void set_SpecialCharacters_0(CharU5BU5D_t3528271667* value) { ___SpecialCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___SpecialCharacters_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714_marshaled_pinvoke { int32_t ___Type_1; int32_t ___Position_2; char* ___PropertyName_3; int32_t ___HasIndex_4; }; // Native definition for COM marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714_marshaled_com { int32_t ___Type_1; int32_t ___Position_2; Il2CppChar* ___PropertyName_3; int32_t ___HasIndex_4; }; #endif // JSONPOSITION_T2528027714_H #ifndef EVENTQUEUEENTRY_T351831961_H #define EVENTQUEUEENTRY_T351831961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961 { public: // Spine.EventQueue/EventType Spine.EventQueue/EventQueueEntry::type int32_t ___type_0; // Spine.TrackEntry Spine.EventQueue/EventQueueEntry::entry TrackEntry_t1316488441 * ___entry_1; // Spine.Event Spine.EventQueue/EventQueueEntry::e Event_t1378573841 * ___e_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(EventQueueEntry_t351831961, ___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_entry_1() { return static_cast(offsetof(EventQueueEntry_t351831961, ___entry_1)); } inline TrackEntry_t1316488441 * get_entry_1() const { return ___entry_1; } inline TrackEntry_t1316488441 ** get_address_of_entry_1() { return &___entry_1; } inline void set_entry_1(TrackEntry_t1316488441 * value) { ___entry_1 = value; Il2CppCodeGenWriteBarrier((&___entry_1), value); } inline static int32_t get_offset_of_e_2() { return static_cast(offsetof(EventQueueEntry_t351831961, ___e_2)); } inline Event_t1378573841 * get_e_2() const { return ___e_2; } inline Event_t1378573841 ** get_address_of_e_2() { return &___e_2; } inline void set_e_2(Event_t1378573841 * value) { ___e_2 = value; Il2CppCodeGenWriteBarrier((&___e_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961_marshaled_pinvoke { int32_t ___type_0; TrackEntry_t1316488441 * ___entry_1; Event_t1378573841 * ___e_2; }; // Native definition for COM marshalling of Spine.EventQueue/EventQueueEntry struct EventQueueEntry_t351831961_marshaled_com { int32_t ___type_0; TrackEntry_t1316488441 * ___entry_1; Event_t1378573841 * ___e_2; }; #endif // EVENTQUEUEENTRY_T351831961_H #ifndef KEYVALUEPAIR_2_T1377593753_H #define KEYVALUEPAIR_2_T1377593753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1377593753 { 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_t1377593753, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1377593753, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1377593753_H #ifndef KEYVALUEPAIR_2_T3221661147_H #define KEYVALUEPAIR_2_T3221661147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3221661147 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___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_t3221661147, ___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_t3221661147, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3221661147_H #ifndef DIAGNOSTICSWITCH_T2110704064_H #define DIAGNOSTICSWITCH_T2110704064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DiagnosticSwitch struct DiagnosticSwitch_t2110704064 { public: // System.String UnityEngine.DiagnosticSwitch::name String_t* ___name_0; // System.String UnityEngine.DiagnosticSwitch::description String_t* ___description_1; // UnityEngine.DiagnosticSwitchFlags UnityEngine.DiagnosticSwitch::flags int32_t ___flags_2; // System.Object UnityEngine.DiagnosticSwitch::value RuntimeObject * ___value_3; // System.Object UnityEngine.DiagnosticSwitch::minValue RuntimeObject * ___minValue_4; // System.Object UnityEngine.DiagnosticSwitch::maxValue RuntimeObject * ___maxValue_5; // System.Object UnityEngine.DiagnosticSwitch::persistentValue RuntimeObject * ___persistentValue_6; // UnityEngine.EnumInfo UnityEngine.DiagnosticSwitch::enumInfo EnumInfo_t93260550 * ___enumInfo_7; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___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((&___name_0), value); } inline static int32_t get_offset_of_description_1() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___description_1)); } inline String_t* get_description_1() const { return ___description_1; } inline String_t** get_address_of_description_1() { return &___description_1; } inline void set_description_1(String_t* value) { ___description_1 = value; Il2CppCodeGenWriteBarrier((&___description_1), value); } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___flags_2)); } inline int32_t get_flags_2() const { return ___flags_2; } inline int32_t* get_address_of_flags_2() { return &___flags_2; } inline void set_flags_2(int32_t value) { ___flags_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((&___value_3), value); } inline static int32_t get_offset_of_minValue_4() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___minValue_4)); } inline RuntimeObject * get_minValue_4() const { return ___minValue_4; } inline RuntimeObject ** get_address_of_minValue_4() { return &___minValue_4; } inline void set_minValue_4(RuntimeObject * value) { ___minValue_4 = value; Il2CppCodeGenWriteBarrier((&___minValue_4), value); } inline static int32_t get_offset_of_maxValue_5() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___maxValue_5)); } inline RuntimeObject * get_maxValue_5() const { return ___maxValue_5; } inline RuntimeObject ** get_address_of_maxValue_5() { return &___maxValue_5; } inline void set_maxValue_5(RuntimeObject * value) { ___maxValue_5 = value; Il2CppCodeGenWriteBarrier((&___maxValue_5), value); } inline static int32_t get_offset_of_persistentValue_6() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___persistentValue_6)); } inline RuntimeObject * get_persistentValue_6() const { return ___persistentValue_6; } inline RuntimeObject ** get_address_of_persistentValue_6() { return &___persistentValue_6; } inline void set_persistentValue_6(RuntimeObject * value) { ___persistentValue_6 = value; Il2CppCodeGenWriteBarrier((&___persistentValue_6), value); } inline static int32_t get_offset_of_enumInfo_7() { return static_cast(offsetof(DiagnosticSwitch_t2110704064, ___enumInfo_7)); } inline EnumInfo_t93260550 * get_enumInfo_7() const { return ___enumInfo_7; } inline EnumInfo_t93260550 ** get_address_of_enumInfo_7() { return &___enumInfo_7; } inline void set_enumInfo_7(EnumInfo_t93260550 * value) { ___enumInfo_7 = value; Il2CppCodeGenWriteBarrier((&___enumInfo_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.DiagnosticSwitch struct DiagnosticSwitch_t2110704064_marshaled_pinvoke { char* ___name_0; char* ___description_1; int32_t ___flags_2; Il2CppIUnknown* ___value_3; Il2CppIUnknown* ___minValue_4; Il2CppIUnknown* ___maxValue_5; Il2CppIUnknown* ___persistentValue_6; EnumInfo_t93260550 * ___enumInfo_7; }; // Native definition for COM marshalling of UnityEngine.DiagnosticSwitch struct DiagnosticSwitch_t2110704064_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___description_1; int32_t ___flags_2; Il2CppIUnknown* ___value_3; Il2CppIUnknown* ___minValue_4; Il2CppIUnknown* ___maxValue_5; Il2CppIUnknown* ___persistentValue_6; EnumInfo_t93260550 * ___enumInfo_7; }; #endif // DIAGNOSTICSWITCH_T2110704064_H #ifndef NULLABLE_1_T3271444517_H #define NULLABLE_1_T3271444517_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3271444517 { 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_t3271444517, ___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_t3271444517, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3271444517_H #ifndef KEYVALUEPAIR_2_T3138545574_H #define KEYVALUEPAIR_2_T3138545574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3138545574 { 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_t3138545574, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3138545574, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3138545574_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef KEYVALUEPAIR_2_T4085865031_H #define KEYVALUEPAIR_2_T4085865031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t4085865031 { 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_t4085865031, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t4085865031, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T4085865031_H #ifndef KEYVALUEPAIR_2_T1940705767_H #define KEYVALUEPAIR_2_T1940705767_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t1940705767 { 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_t1940705767, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t1940705767, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T1940705767_H #ifndef KEYVALUEPAIR_2_T249061059_H #define KEYVALUEPAIR_2_T249061059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t249061059 { 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_t249061059, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t249061059, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T249061059_H #ifndef NAVIGATION_T3049316579_H #define NAVIGATION_T3049316579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation struct Navigation_t3049316579 { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t3250028441 * ___m_SelectOnUp_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t3250028441 * ___m_SelectOnDown_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t3250028441 * ___m_SelectOnLeft_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t3250028441 * ___m_SelectOnRight_4; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t3049316579, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_SelectOnUp_1() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnUp_1)); } inline Selectable_t3250028441 * get_m_SelectOnUp_1() const { return ___m_SelectOnUp_1; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnUp_1() { return &___m_SelectOnUp_1; } inline void set_m_SelectOnUp_1(Selectable_t3250028441 * value) { ___m_SelectOnUp_1 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnUp_1), value); } inline static int32_t get_offset_of_m_SelectOnDown_2() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnDown_2)); } inline Selectable_t3250028441 * get_m_SelectOnDown_2() const { return ___m_SelectOnDown_2; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnDown_2() { return &___m_SelectOnDown_2; } inline void set_m_SelectOnDown_2(Selectable_t3250028441 * value) { ___m_SelectOnDown_2 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnDown_2), value); } inline static int32_t get_offset_of_m_SelectOnLeft_3() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnLeft_3)); } inline Selectable_t3250028441 * get_m_SelectOnLeft_3() const { return ___m_SelectOnLeft_3; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnLeft_3() { return &___m_SelectOnLeft_3; } inline void set_m_SelectOnLeft_3(Selectable_t3250028441 * value) { ___m_SelectOnLeft_3 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnLeft_3), value); } inline static int32_t get_offset_of_m_SelectOnRight_4() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnRight_4)); } inline Selectable_t3250028441 * get_m_SelectOnRight_4() const { return ___m_SelectOnRight_4; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnRight_4() { return &___m_SelectOnRight_4; } inline void set_m_SelectOnRight_4(Selectable_t3250028441 * value) { ___m_SelectOnRight_4 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnRight_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t3049316579_marshaled_pinvoke { int32_t ___m_Mode_0; Selectable_t3250028441 * ___m_SelectOnUp_1; Selectable_t3250028441 * ___m_SelectOnDown_2; Selectable_t3250028441 * ___m_SelectOnLeft_3; Selectable_t3250028441 * ___m_SelectOnRight_4; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t3049316579_marshaled_com { int32_t ___m_Mode_0; Selectable_t3250028441 * ___m_SelectOnUp_1; Selectable_t3250028441 * ___m_SelectOnDown_2; Selectable_t3250028441 * ___m_SelectOnLeft_3; Selectable_t3250028441 * ___m_SelectOnRight_4; }; #endif // NAVIGATION_T3049316579_H #ifndef TOUCH_T1921856868_H #define TOUCH_T1921856868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Touch struct Touch_t1921856868 { public: // System.Int32 UnityEngine.Touch::m_FingerId int32_t ___m_FingerId_0; // UnityEngine.Vector2 UnityEngine.Touch::m_Position Vector2_t2156229523 ___m_Position_1; // UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition Vector2_t2156229523 ___m_RawPosition_2; // UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta Vector2_t2156229523 ___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_t1921856868, ___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_t1921856868, ___m_Position_1)); } inline Vector2_t2156229523 get_m_Position_1() const { return ___m_Position_1; } inline Vector2_t2156229523 * get_address_of_m_Position_1() { return &___m_Position_1; } inline void set_m_Position_1(Vector2_t2156229523 value) { ___m_Position_1 = value; } inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast(offsetof(Touch_t1921856868, ___m_RawPosition_2)); } inline Vector2_t2156229523 get_m_RawPosition_2() const { return ___m_RawPosition_2; } inline Vector2_t2156229523 * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; } inline void set_m_RawPosition_2(Vector2_t2156229523 value) { ___m_RawPosition_2 = value; } inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast(offsetof(Touch_t1921856868, ___m_PositionDelta_3)); } inline Vector2_t2156229523 get_m_PositionDelta_3() const { return ___m_PositionDelta_3; } inline Vector2_t2156229523 * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; } inline void set_m_PositionDelta_3(Vector2_t2156229523 value) { ___m_PositionDelta_3 = value; } inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast(offsetof(Touch_t1921856868, ___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_t1921856868, ___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_t1921856868, ___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_t1921856868, ___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_t1921856868, ___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_t1921856868, ___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_t1921856868, ___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_t1921856868, ___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_t1921856868, ___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_t1921856868, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCH_T1921856868_H #ifndef XRNODESTATE_T3752602430_H #define XRNODESTATE_T3752602430_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.XR.XRNodeState struct XRNodeState_t3752602430 { 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_t3722313464 ___m_Position_2; // UnityEngine.Quaternion UnityEngine.XR.XRNodeState::m_Rotation Quaternion_t2301928331 ___m_Rotation_3; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Velocity Vector3_t3722313464 ___m_Velocity_4; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularVelocity Vector3_t3722313464 ___m_AngularVelocity_5; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Acceleration Vector3_t3722313464 ___m_Acceleration_6; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularAcceleration Vector3_t3722313464 ___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_t3752602430, ___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_t3752602430, ___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_t3752602430, ___m_Position_2)); } inline Vector3_t3722313464 get_m_Position_2() const { return ___m_Position_2; } inline Vector3_t3722313464 * get_address_of_m_Position_2() { return &___m_Position_2; } inline void set_m_Position_2(Vector3_t3722313464 value) { ___m_Position_2 = value; } inline static int32_t get_offset_of_m_Rotation_3() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_Rotation_3)); } inline Quaternion_t2301928331 get_m_Rotation_3() const { return ___m_Rotation_3; } inline Quaternion_t2301928331 * get_address_of_m_Rotation_3() { return &___m_Rotation_3; } inline void set_m_Rotation_3(Quaternion_t2301928331 value) { ___m_Rotation_3 = value; } inline static int32_t get_offset_of_m_Velocity_4() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_Velocity_4)); } inline Vector3_t3722313464 get_m_Velocity_4() const { return ___m_Velocity_4; } inline Vector3_t3722313464 * get_address_of_m_Velocity_4() { return &___m_Velocity_4; } inline void set_m_Velocity_4(Vector3_t3722313464 value) { ___m_Velocity_4 = value; } inline static int32_t get_offset_of_m_AngularVelocity_5() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_AngularVelocity_5)); } inline Vector3_t3722313464 get_m_AngularVelocity_5() const { return ___m_AngularVelocity_5; } inline Vector3_t3722313464 * get_address_of_m_AngularVelocity_5() { return &___m_AngularVelocity_5; } inline void set_m_AngularVelocity_5(Vector3_t3722313464 value) { ___m_AngularVelocity_5 = value; } inline static int32_t get_offset_of_m_Acceleration_6() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_Acceleration_6)); } inline Vector3_t3722313464 get_m_Acceleration_6() const { return ___m_Acceleration_6; } inline Vector3_t3722313464 * get_address_of_m_Acceleration_6() { return &___m_Acceleration_6; } inline void set_m_Acceleration_6(Vector3_t3722313464 value) { ___m_Acceleration_6 = value; } inline static int32_t get_offset_of_m_AngularAcceleration_7() { return static_cast(offsetof(XRNodeState_t3752602430, ___m_AngularAcceleration_7)); } inline Vector3_t3722313464 get_m_AngularAcceleration_7() const { return ___m_AngularAcceleration_7; } inline Vector3_t3722313464 * get_address_of_m_AngularAcceleration_7() { return &___m_AngularAcceleration_7; } inline void set_m_AngularAcceleration_7(Vector3_t3722313464 value) { ___m_AngularAcceleration_7 = value; } inline static int32_t get_offset_of_m_Tracked_8() { return static_cast(offsetof(XRNodeState_t3752602430, ___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_t3752602430, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XRNODESTATE_T3752602430_H #ifndef KEYVALUEPAIR_2_T226672660_H #define KEYVALUEPAIR_2_T226672660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t226672660 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value float ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t226672660, ___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_t226672660, ___value_1)); } inline float get_value_1() const { return ___value_1; } inline float* get_address_of_value_1() { return &___value_1; } inline void set_value_1(float value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T226672660_H #ifndef PLAYABLE_T459825607_H #define PLAYABLE_T459825607_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.Playable struct Playable_t459825607 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::m_Handle PlayableHandle_t1095853803 ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Playable_t459825607, ___m_Handle_0)); } inline PlayableHandle_t1095853803 get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t1095853803 * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t1095853803 value) { ___m_Handle_0 = value; } }; struct Playable_t459825607_StaticFields { public: // UnityEngine.Playables.Playable UnityEngine.Playables.Playable::m_NullPlayable Playable_t459825607 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(Playable_t459825607_StaticFields, ___m_NullPlayable_1)); } inline Playable_t459825607 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline Playable_t459825607 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(Playable_t459825607 value) { ___m_NullPlayable_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLAYABLE_T459825607_H #ifndef KEYVALUEPAIR_2_T3347025686_H #define KEYVALUEPAIR_2_T3347025686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3347025686 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___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_t3347025686, ___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_t3347025686, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3347025686_H #ifndef KEYVALUEPAIR_2_T3674730509_H #define KEYVALUEPAIR_2_T3674730509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3674730509 { 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_t3674730509, ___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_t3674730509, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3674730509_H #ifndef EMITPARAMS_T2216423628_H #define EMITPARAMS_T2216423628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ParticleSystem/EmitParams struct EmitParams_t2216423628 { public: // UnityEngine.ParticleSystem/Particle UnityEngine.ParticleSystem/EmitParams::m_Particle Particle_t1882894987 ___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_ApplyShapeToPosition bool ___m_ApplyShapeToPosition_10; public: inline static int32_t get_offset_of_m_Particle_0() { return static_cast(offsetof(EmitParams_t2216423628, ___m_Particle_0)); } inline Particle_t1882894987 get_m_Particle_0() const { return ___m_Particle_0; } inline Particle_t1882894987 * get_address_of_m_Particle_0() { return &___m_Particle_0; } inline void set_m_Particle_0(Particle_t1882894987 value) { ___m_Particle_0 = value; } inline static int32_t get_offset_of_m_PositionSet_1() { return static_cast(offsetof(EmitParams_t2216423628, ___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_t2216423628, ___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_t2216423628, ___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_t2216423628, ___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_t2216423628, ___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_t2216423628, ___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_t2216423628, ___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_t2216423628, ___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_t2216423628, ___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_ApplyShapeToPosition_10() { return static_cast(offsetof(EmitParams_t2216423628, ___m_ApplyShapeToPosition_10)); } inline bool get_m_ApplyShapeToPosition_10() const { return ___m_ApplyShapeToPosition_10; } inline bool* get_address_of_m_ApplyShapeToPosition_10() { return &___m_ApplyShapeToPosition_10; } inline void set_m_ApplyShapeToPosition_10(bool value) { ___m_ApplyShapeToPosition_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/EmitParams struct EmitParams_t2216423628_marshaled_pinvoke { Particle_t1882894987 ___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_ApplyShapeToPosition_10; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/EmitParams struct EmitParams_t2216423628_marshaled_com { Particle_t1882894987 ___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_ApplyShapeToPosition_10; }; #endif // EMITPARAMS_T2216423628_H #ifndef LIGHTBAKINGOUTPUT_T989813037_H #define LIGHTBAKINGOUTPUT_T989813037_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LightBakingOutput struct LightBakingOutput_t989813037 { 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_t989813037, ___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_t989813037, ___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_t989813037, ___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_t989813037, ___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_t989813037, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.LightBakingOutput struct LightBakingOutput_t989813037_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_t989813037_marshaled_com { int32_t ___probeOcclusionLightIndex_0; int32_t ___occlusionMaskChannel_1; int32_t ___lightmapBakeType_2; int32_t ___mixedLightingMode_3; int32_t ___isBaked_4; }; #endif // LIGHTBAKINGOUTPUT_T989813037_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef NULLABLE_1_T1438310180_H #define NULLABLE_1_T1438310180_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1438310180 { 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_t1438310180, ___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_t1438310180, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1438310180_H #ifndef NULLABLE_1_T477397604_H #define NULLABLE_1_T477397604_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t477397604 { 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_t477397604, ___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_t477397604, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T477397604_H #ifndef SPIRALOPTIONS_T2873698295_H #define SPIRALOPTIONS_T2873698295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.SpiralOptions struct SpiralOptions_t2873698295 { public: // System.Single DG.Tweening.Plugins.SpiralOptions::depth float ___depth_0; // System.Single DG.Tweening.Plugins.SpiralOptions::frequency float ___frequency_1; // System.Single DG.Tweening.Plugins.SpiralOptions::speed float ___speed_2; // DG.Tweening.SpiralMode DG.Tweening.Plugins.SpiralOptions::mode int32_t ___mode_3; // System.Boolean DG.Tweening.Plugins.SpiralOptions::snapping bool ___snapping_4; // System.Single DG.Tweening.Plugins.SpiralOptions::unit float ___unit_5; // UnityEngine.Quaternion DG.Tweening.Plugins.SpiralOptions::axisQ Quaternion_t2301928331 ___axisQ_6; public: inline static int32_t get_offset_of_depth_0() { return static_cast(offsetof(SpiralOptions_t2873698295, ___depth_0)); } inline float get_depth_0() const { return ___depth_0; } inline float* get_address_of_depth_0() { return &___depth_0; } inline void set_depth_0(float value) { ___depth_0 = value; } inline static int32_t get_offset_of_frequency_1() { return static_cast(offsetof(SpiralOptions_t2873698295, ___frequency_1)); } inline float get_frequency_1() const { return ___frequency_1; } inline float* get_address_of_frequency_1() { return &___frequency_1; } inline void set_frequency_1(float value) { ___frequency_1 = value; } inline static int32_t get_offset_of_speed_2() { return static_cast(offsetof(SpiralOptions_t2873698295, ___speed_2)); } inline float get_speed_2() const { return ___speed_2; } inline float* get_address_of_speed_2() { return &___speed_2; } inline void set_speed_2(float value) { ___speed_2 = value; } inline static int32_t get_offset_of_mode_3() { return static_cast(offsetof(SpiralOptions_t2873698295, ___mode_3)); } inline int32_t get_mode_3() const { return ___mode_3; } inline int32_t* get_address_of_mode_3() { return &___mode_3; } inline void set_mode_3(int32_t value) { ___mode_3 = value; } inline static int32_t get_offset_of_snapping_4() { return static_cast(offsetof(SpiralOptions_t2873698295, ___snapping_4)); } inline bool get_snapping_4() const { return ___snapping_4; } inline bool* get_address_of_snapping_4() { return &___snapping_4; } inline void set_snapping_4(bool value) { ___snapping_4 = value; } inline static int32_t get_offset_of_unit_5() { return static_cast(offsetof(SpiralOptions_t2873698295, ___unit_5)); } inline float get_unit_5() const { return ___unit_5; } inline float* get_address_of_unit_5() { return &___unit_5; } inline void set_unit_5(float value) { ___unit_5 = value; } inline static int32_t get_offset_of_axisQ_6() { return static_cast(offsetof(SpiralOptions_t2873698295, ___axisQ_6)); } inline Quaternion_t2301928331 get_axisQ_6() const { return ___axisQ_6; } inline Quaternion_t2301928331 * get_address_of_axisQ_6() { return &___axisQ_6; } inline void set_axisQ_6(Quaternion_t2301928331 value) { ___axisQ_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.SpiralOptions struct SpiralOptions_t2873698295_marshaled_pinvoke { float ___depth_0; float ___frequency_1; float ___speed_2; int32_t ___mode_3; int32_t ___snapping_4; float ___unit_5; Quaternion_t2301928331 ___axisQ_6; }; // Native definition for COM marshalling of DG.Tweening.Plugins.SpiralOptions struct SpiralOptions_t2873698295_marshaled_com { float ___depth_0; float ___frequency_1; float ___speed_2; int32_t ___mode_3; int32_t ___snapping_4; float ___unit_5; Quaternion_t2301928331 ___axisQ_6; }; #endif // SPIRALOPTIONS_T2873698295_H #ifndef PLAYABLEBINDING_T354260709_H #define PLAYABLEBINDING_T354260709_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Playables.PlayableBinding struct PlayableBinding_t354260709 { public: union { struct { // System.String UnityEngine.Playables.PlayableBinding::k__BackingField String_t* ___U3CstreamNameU3Ek__BackingField_2; // UnityEngine.Playables.DataStreamType UnityEngine.Playables.PlayableBinding::k__BackingField int32_t ___U3CstreamTypeU3Ek__BackingField_3; // UnityEngine.Object UnityEngine.Playables.PlayableBinding::k__BackingField Object_t631007953 * ___U3CsourceObjectU3Ek__BackingField_4; // System.Type UnityEngine.Playables.PlayableBinding::k__BackingField Type_t * ___U3CsourceBindingTypeU3Ek__BackingField_5; }; uint8_t PlayableBinding_t354260709__padding[1]; }; public: inline static int32_t get_offset_of_U3CstreamNameU3Ek__BackingField_2() { return static_cast(offsetof(PlayableBinding_t354260709, ___U3CstreamNameU3Ek__BackingField_2)); } inline String_t* get_U3CstreamNameU3Ek__BackingField_2() const { return ___U3CstreamNameU3Ek__BackingField_2; } inline String_t** get_address_of_U3CstreamNameU3Ek__BackingField_2() { return &___U3CstreamNameU3Ek__BackingField_2; } inline void set_U3CstreamNameU3Ek__BackingField_2(String_t* value) { ___U3CstreamNameU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((&___U3CstreamNameU3Ek__BackingField_2), value); } inline static int32_t get_offset_of_U3CstreamTypeU3Ek__BackingField_3() { return static_cast(offsetof(PlayableBinding_t354260709, ___U3CstreamTypeU3Ek__BackingField_3)); } inline int32_t get_U3CstreamTypeU3Ek__BackingField_3() const { return ___U3CstreamTypeU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CstreamTypeU3Ek__BackingField_3() { return &___U3CstreamTypeU3Ek__BackingField_3; } inline void set_U3CstreamTypeU3Ek__BackingField_3(int32_t value) { ___U3CstreamTypeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CsourceObjectU3Ek__BackingField_4() { return static_cast(offsetof(PlayableBinding_t354260709, ___U3CsourceObjectU3Ek__BackingField_4)); } inline Object_t631007953 * get_U3CsourceObjectU3Ek__BackingField_4() const { return ___U3CsourceObjectU3Ek__BackingField_4; } inline Object_t631007953 ** get_address_of_U3CsourceObjectU3Ek__BackingField_4() { return &___U3CsourceObjectU3Ek__BackingField_4; } inline void set_U3CsourceObjectU3Ek__BackingField_4(Object_t631007953 * value) { ___U3CsourceObjectU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CsourceObjectU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CsourceBindingTypeU3Ek__BackingField_5() { return static_cast(offsetof(PlayableBinding_t354260709, ___U3CsourceBindingTypeU3Ek__BackingField_5)); } inline Type_t * get_U3CsourceBindingTypeU3Ek__BackingField_5() const { return ___U3CsourceBindingTypeU3Ek__BackingField_5; } inline Type_t ** get_address_of_U3CsourceBindingTypeU3Ek__BackingField_5() { return &___U3CsourceBindingTypeU3Ek__BackingField_5; } inline void set_U3CsourceBindingTypeU3Ek__BackingField_5(Type_t * value) { ___U3CsourceBindingTypeU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CsourceBindingTypeU3Ek__BackingField_5), value); } }; struct PlayableBinding_t354260709_StaticFields { public: // UnityEngine.Playables.PlayableBinding[] UnityEngine.Playables.PlayableBinding::None PlayableBindingU5BU5D_t829358056* ___None_0; // System.Double UnityEngine.Playables.PlayableBinding::DefaultDuration double ___DefaultDuration_1; public: inline static int32_t get_offset_of_None_0() { return static_cast(offsetof(PlayableBinding_t354260709_StaticFields, ___None_0)); } inline PlayableBindingU5BU5D_t829358056* get_None_0() const { return ___None_0; } inline PlayableBindingU5BU5D_t829358056** get_address_of_None_0() { return &___None_0; } inline void set_None_0(PlayableBindingU5BU5D_t829358056* value) { ___None_0 = value; Il2CppCodeGenWriteBarrier((&___None_0), value); } inline static int32_t get_offset_of_DefaultDuration_1() { return static_cast(offsetof(PlayableBinding_t354260709_StaticFields, ___DefaultDuration_1)); } inline double get_DefaultDuration_1() const { return ___DefaultDuration_1; } inline double* get_address_of_DefaultDuration_1() { return &___DefaultDuration_1; } inline void set_DefaultDuration_1(double value) { ___DefaultDuration_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Playables.PlayableBinding struct PlayableBinding_t354260709_marshaled_pinvoke { union { struct { char* ___U3CstreamNameU3Ek__BackingField_2; int32_t ___U3CstreamTypeU3Ek__BackingField_3; Object_t631007953_marshaled_pinvoke ___U3CsourceObjectU3Ek__BackingField_4; Type_t * ___U3CsourceBindingTypeU3Ek__BackingField_5; }; uint8_t PlayableBinding_t354260709__padding[1]; }; }; // Native definition for COM marshalling of UnityEngine.Playables.PlayableBinding struct PlayableBinding_t354260709_marshaled_com { union { struct { Il2CppChar* ___U3CstreamNameU3Ek__BackingField_2; int32_t ___U3CstreamTypeU3Ek__BackingField_3; Object_t631007953_marshaled_com* ___U3CsourceObjectU3Ek__BackingField_4; Type_t * ___U3CsourceBindingTypeU3Ek__BackingField_5; }; uint8_t PlayableBinding_t354260709__padding[1]; }; }; #endif // PLAYABLEBINDING_T354260709_H #ifndef QUATERNIONOPTIONS_T2974423933_H #define QUATERNIONOPTIONS_T2974423933_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.QuaternionOptions struct QuaternionOptions_t2974423933 { public: // DG.Tweening.RotateMode DG.Tweening.Plugins.Options.QuaternionOptions::rotateMode int32_t ___rotateMode_0; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.QuaternionOptions::axisConstraint int32_t ___axisConstraint_1; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.QuaternionOptions::up Vector3_t3722313464 ___up_2; public: inline static int32_t get_offset_of_rotateMode_0() { return static_cast(offsetof(QuaternionOptions_t2974423933, ___rotateMode_0)); } inline int32_t get_rotateMode_0() const { return ___rotateMode_0; } inline int32_t* get_address_of_rotateMode_0() { return &___rotateMode_0; } inline void set_rotateMode_0(int32_t value) { ___rotateMode_0 = value; } inline static int32_t get_offset_of_axisConstraint_1() { return static_cast(offsetof(QuaternionOptions_t2974423933, ___axisConstraint_1)); } inline int32_t get_axisConstraint_1() const { return ___axisConstraint_1; } inline int32_t* get_address_of_axisConstraint_1() { return &___axisConstraint_1; } inline void set_axisConstraint_1(int32_t value) { ___axisConstraint_1 = value; } inline static int32_t get_offset_of_up_2() { return static_cast(offsetof(QuaternionOptions_t2974423933, ___up_2)); } inline Vector3_t3722313464 get_up_2() const { return ___up_2; } inline Vector3_t3722313464 * get_address_of_up_2() { return &___up_2; } inline void set_up_2(Vector3_t3722313464 value) { ___up_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNIONOPTIONS_T2974423933_H #ifndef STRINGOPTIONS_T3992490940_H #define STRINGOPTIONS_T3992490940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.StringOptions struct StringOptions_t3992490940 { public: // System.Boolean DG.Tweening.Plugins.Options.StringOptions::richTextEnabled bool ___richTextEnabled_0; // DG.Tweening.ScrambleMode DG.Tweening.Plugins.Options.StringOptions::scrambleMode int32_t ___scrambleMode_1; // System.Char[] DG.Tweening.Plugins.Options.StringOptions::scrambledChars CharU5BU5D_t3528271667* ___scrambledChars_2; // System.Int32 DG.Tweening.Plugins.Options.StringOptions::startValueStrippedLength int32_t ___startValueStrippedLength_3; // System.Int32 DG.Tweening.Plugins.Options.StringOptions::changeValueStrippedLength int32_t ___changeValueStrippedLength_4; public: inline static int32_t get_offset_of_richTextEnabled_0() { return static_cast(offsetof(StringOptions_t3992490940, ___richTextEnabled_0)); } inline bool get_richTextEnabled_0() const { return ___richTextEnabled_0; } inline bool* get_address_of_richTextEnabled_0() { return &___richTextEnabled_0; } inline void set_richTextEnabled_0(bool value) { ___richTextEnabled_0 = value; } inline static int32_t get_offset_of_scrambleMode_1() { return static_cast(offsetof(StringOptions_t3992490940, ___scrambleMode_1)); } inline int32_t get_scrambleMode_1() const { return ___scrambleMode_1; } inline int32_t* get_address_of_scrambleMode_1() { return &___scrambleMode_1; } inline void set_scrambleMode_1(int32_t value) { ___scrambleMode_1 = value; } inline static int32_t get_offset_of_scrambledChars_2() { return static_cast(offsetof(StringOptions_t3992490940, ___scrambledChars_2)); } inline CharU5BU5D_t3528271667* get_scrambledChars_2() const { return ___scrambledChars_2; } inline CharU5BU5D_t3528271667** get_address_of_scrambledChars_2() { return &___scrambledChars_2; } inline void set_scrambledChars_2(CharU5BU5D_t3528271667* value) { ___scrambledChars_2 = value; Il2CppCodeGenWriteBarrier((&___scrambledChars_2), value); } inline static int32_t get_offset_of_startValueStrippedLength_3() { return static_cast(offsetof(StringOptions_t3992490940, ___startValueStrippedLength_3)); } inline int32_t get_startValueStrippedLength_3() const { return ___startValueStrippedLength_3; } inline int32_t* get_address_of_startValueStrippedLength_3() { return &___startValueStrippedLength_3; } inline void set_startValueStrippedLength_3(int32_t value) { ___startValueStrippedLength_3 = value; } inline static int32_t get_offset_of_changeValueStrippedLength_4() { return static_cast(offsetof(StringOptions_t3992490940, ___changeValueStrippedLength_4)); } inline int32_t get_changeValueStrippedLength_4() const { return ___changeValueStrippedLength_4; } inline int32_t* get_address_of_changeValueStrippedLength_4() { return &___changeValueStrippedLength_4; } inline void set_changeValueStrippedLength_4(int32_t value) { ___changeValueStrippedLength_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.StringOptions struct StringOptions_t3992490940_marshaled_pinvoke { int32_t ___richTextEnabled_0; int32_t ___scrambleMode_1; uint8_t* ___scrambledChars_2; int32_t ___startValueStrippedLength_3; int32_t ___changeValueStrippedLength_4; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.StringOptions struct StringOptions_t3992490940_marshaled_com { int32_t ___richTextEnabled_0; int32_t ___scrambleMode_1; uint8_t* ___scrambledChars_2; int32_t ___startValueStrippedLength_3; int32_t ___changeValueStrippedLength_4; }; #endif // STRINGOPTIONS_T3992490940_H #ifndef VECTOROPTIONS_T1354903650_H #define VECTOROPTIONS_T1354903650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650 { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.VectorOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.VectorOptions::snapping bool ___snapping_1; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(VectorOptions_t1354903650, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(VectorOptions_t1354903650, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; #endif // VECTOROPTIONS_T1354903650_H #ifndef PATHOPTIONS_T2074623791_H #define PATHOPTIONS_T2074623791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791 { public: // DG.Tweening.PathMode DG.Tweening.Plugins.Options.PathOptions::mode int32_t ___mode_0; // DG.Tweening.Plugins.Options.OrientType DG.Tweening.Plugins.Options.PathOptions::orientType int32_t ___orientType_1; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockPositionAxis int32_t ___lockPositionAxis_2; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockRotationAxis int32_t ___lockRotationAxis_3; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isClosedPath bool ___isClosedPath_4; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.PathOptions::lookAtPosition Vector3_t3722313464 ___lookAtPosition_5; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::lookAtTransform Transform_t3600365921 * ___lookAtTransform_6; // System.Single DG.Tweening.Plugins.Options.PathOptions::lookAhead float ___lookAhead_7; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::hasCustomForwardDirection bool ___hasCustomForwardDirection_8; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::forward Quaternion_t2301928331 ___forward_9; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::useLocalPosition bool ___useLocalPosition_10; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::parent Transform_t3600365921 * ___parent_11; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isRigidbody bool ___isRigidbody_12; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::startupRot Quaternion_t2301928331 ___startupRot_13; // System.Single DG.Tweening.Plugins.Options.PathOptions::startupZRot float ___startupZRot_14; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraStartWp bool ___addedExtraStartWp_15; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraEndWp bool ___addedExtraEndWp_16; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(PathOptions_t2074623791, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_orientType_1() { return static_cast(offsetof(PathOptions_t2074623791, ___orientType_1)); } inline int32_t get_orientType_1() const { return ___orientType_1; } inline int32_t* get_address_of_orientType_1() { return &___orientType_1; } inline void set_orientType_1(int32_t value) { ___orientType_1 = value; } inline static int32_t get_offset_of_lockPositionAxis_2() { return static_cast(offsetof(PathOptions_t2074623791, ___lockPositionAxis_2)); } inline int32_t get_lockPositionAxis_2() const { return ___lockPositionAxis_2; } inline int32_t* get_address_of_lockPositionAxis_2() { return &___lockPositionAxis_2; } inline void set_lockPositionAxis_2(int32_t value) { ___lockPositionAxis_2 = value; } inline static int32_t get_offset_of_lockRotationAxis_3() { return static_cast(offsetof(PathOptions_t2074623791, ___lockRotationAxis_3)); } inline int32_t get_lockRotationAxis_3() const { return ___lockRotationAxis_3; } inline int32_t* get_address_of_lockRotationAxis_3() { return &___lockRotationAxis_3; } inline void set_lockRotationAxis_3(int32_t value) { ___lockRotationAxis_3 = value; } inline static int32_t get_offset_of_isClosedPath_4() { return static_cast(offsetof(PathOptions_t2074623791, ___isClosedPath_4)); } inline bool get_isClosedPath_4() const { return ___isClosedPath_4; } inline bool* get_address_of_isClosedPath_4() { return &___isClosedPath_4; } inline void set_isClosedPath_4(bool value) { ___isClosedPath_4 = value; } inline static int32_t get_offset_of_lookAtPosition_5() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAtPosition_5)); } inline Vector3_t3722313464 get_lookAtPosition_5() const { return ___lookAtPosition_5; } inline Vector3_t3722313464 * get_address_of_lookAtPosition_5() { return &___lookAtPosition_5; } inline void set_lookAtPosition_5(Vector3_t3722313464 value) { ___lookAtPosition_5 = value; } inline static int32_t get_offset_of_lookAtTransform_6() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAtTransform_6)); } inline Transform_t3600365921 * get_lookAtTransform_6() const { return ___lookAtTransform_6; } inline Transform_t3600365921 ** get_address_of_lookAtTransform_6() { return &___lookAtTransform_6; } inline void set_lookAtTransform_6(Transform_t3600365921 * value) { ___lookAtTransform_6 = value; Il2CppCodeGenWriteBarrier((&___lookAtTransform_6), value); } inline static int32_t get_offset_of_lookAhead_7() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAhead_7)); } inline float get_lookAhead_7() const { return ___lookAhead_7; } inline float* get_address_of_lookAhead_7() { return &___lookAhead_7; } inline void set_lookAhead_7(float value) { ___lookAhead_7 = value; } inline static int32_t get_offset_of_hasCustomForwardDirection_8() { return static_cast(offsetof(PathOptions_t2074623791, ___hasCustomForwardDirection_8)); } inline bool get_hasCustomForwardDirection_8() const { return ___hasCustomForwardDirection_8; } inline bool* get_address_of_hasCustomForwardDirection_8() { return &___hasCustomForwardDirection_8; } inline void set_hasCustomForwardDirection_8(bool value) { ___hasCustomForwardDirection_8 = value; } inline static int32_t get_offset_of_forward_9() { return static_cast(offsetof(PathOptions_t2074623791, ___forward_9)); } inline Quaternion_t2301928331 get_forward_9() const { return ___forward_9; } inline Quaternion_t2301928331 * get_address_of_forward_9() { return &___forward_9; } inline void set_forward_9(Quaternion_t2301928331 value) { ___forward_9 = value; } inline static int32_t get_offset_of_useLocalPosition_10() { return static_cast(offsetof(PathOptions_t2074623791, ___useLocalPosition_10)); } inline bool get_useLocalPosition_10() const { return ___useLocalPosition_10; } inline bool* get_address_of_useLocalPosition_10() { return &___useLocalPosition_10; } inline void set_useLocalPosition_10(bool value) { ___useLocalPosition_10 = value; } inline static int32_t get_offset_of_parent_11() { return static_cast(offsetof(PathOptions_t2074623791, ___parent_11)); } inline Transform_t3600365921 * get_parent_11() const { return ___parent_11; } inline Transform_t3600365921 ** get_address_of_parent_11() { return &___parent_11; } inline void set_parent_11(Transform_t3600365921 * value) { ___parent_11 = value; Il2CppCodeGenWriteBarrier((&___parent_11), value); } inline static int32_t get_offset_of_isRigidbody_12() { return static_cast(offsetof(PathOptions_t2074623791, ___isRigidbody_12)); } inline bool get_isRigidbody_12() const { return ___isRigidbody_12; } inline bool* get_address_of_isRigidbody_12() { return &___isRigidbody_12; } inline void set_isRigidbody_12(bool value) { ___isRigidbody_12 = value; } inline static int32_t get_offset_of_startupRot_13() { return static_cast(offsetof(PathOptions_t2074623791, ___startupRot_13)); } inline Quaternion_t2301928331 get_startupRot_13() const { return ___startupRot_13; } inline Quaternion_t2301928331 * get_address_of_startupRot_13() { return &___startupRot_13; } inline void set_startupRot_13(Quaternion_t2301928331 value) { ___startupRot_13 = value; } inline static int32_t get_offset_of_startupZRot_14() { return static_cast(offsetof(PathOptions_t2074623791, ___startupZRot_14)); } inline float get_startupZRot_14() const { return ___startupZRot_14; } inline float* get_address_of_startupZRot_14() { return &___startupZRot_14; } inline void set_startupZRot_14(float value) { ___startupZRot_14 = value; } inline static int32_t get_offset_of_addedExtraStartWp_15() { return static_cast(offsetof(PathOptions_t2074623791, ___addedExtraStartWp_15)); } inline bool get_addedExtraStartWp_15() const { return ___addedExtraStartWp_15; } inline bool* get_address_of_addedExtraStartWp_15() { return &___addedExtraStartWp_15; } inline void set_addedExtraStartWp_15(bool value) { ___addedExtraStartWp_15 = value; } inline static int32_t get_offset_of_addedExtraEndWp_16() { return static_cast(offsetof(PathOptions_t2074623791, ___addedExtraEndWp_16)); } inline bool get_addedExtraEndWp_16() const { return ___addedExtraEndWp_16; } inline bool* get_address_of_addedExtraEndWp_16() { return &___addedExtraEndWp_16; } inline void set_addedExtraEndWp_16(bool value) { ___addedExtraEndWp_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791_marshaled_pinvoke { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t3722313464 ___lookAtPosition_5; Transform_t3600365921 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t2301928331 ___forward_9; int32_t ___useLocalPosition_10; Transform_t3600365921 * ___parent_11; int32_t ___isRigidbody_12; Quaternion_t2301928331 ___startupRot_13; float ___startupZRot_14; int32_t ___addedExtraStartWp_15; int32_t ___addedExtraEndWp_16; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791_marshaled_com { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t3722313464 ___lookAtPosition_5; Transform_t3600365921 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t2301928331 ___forward_9; int32_t ___useLocalPosition_10; Transform_t3600365921 * ___parent_11; int32_t ___isRigidbody_12; Quaternion_t2301928331 ___startupRot_13; float ___startupZRot_14; int32_t ___addedExtraStartWp_15; int32_t ___addedExtraEndWp_16; }; #endif // PATHOPTIONS_T2074623791_H #ifndef VECTOR3ARRAYOPTIONS_T534739431_H #define VECTOR3ARRAYOPTIONS_T534739431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.Vector3ArrayOptions struct Vector3ArrayOptions_t534739431 { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.Vector3ArrayOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.Vector3ArrayOptions::snapping bool ___snapping_1; // System.Single[] DG.Tweening.Plugins.Options.Vector3ArrayOptions::durations SingleU5BU5D_t1444911251* ___durations_2; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(Vector3ArrayOptions_t534739431, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(Vector3ArrayOptions_t534739431, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } inline static int32_t get_offset_of_durations_2() { return static_cast(offsetof(Vector3ArrayOptions_t534739431, ___durations_2)); } inline SingleU5BU5D_t1444911251* get_durations_2() const { return ___durations_2; } inline SingleU5BU5D_t1444911251** get_address_of_durations_2() { return &___durations_2; } inline void set_durations_2(SingleU5BU5D_t1444911251* value) { ___durations_2 = value; Il2CppCodeGenWriteBarrier((&___durations_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.Vector3ArrayOptions struct Vector3ArrayOptions_t534739431_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; float* ___durations_2; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.Vector3ArrayOptions struct Vector3ArrayOptions_t534739431_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; float* ___durations_2; }; #endif // VECTOR3ARRAYOPTIONS_T534739431_H #ifndef NULLABLE_1_T1166124571_H #define NULLABLE_1_T1166124571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1166124571 { public: // T System.Nullable`1::value DateTime_t3738529785 ___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_t1166124571, ___value_0)); } inline DateTime_t3738529785 get_value_0() const { return ___value_0; } inline DateTime_t3738529785 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_t3738529785 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1166124571, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1166124571_H #ifndef WEIGHTINFO_T1982677921_H #define WEIGHTINFO_T1982677921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t1982677921 { public: // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::mixer Playable_t459825607 ___mixer_0; // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::parentMixer Playable_t459825607 ___parentMixer_1; // System.Int32 UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::port int32_t ___port_2; // System.Boolean UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::modulate bool ___modulate_3; public: inline static int32_t get_offset_of_mixer_0() { return static_cast(offsetof(WeightInfo_t1982677921, ___mixer_0)); } inline Playable_t459825607 get_mixer_0() const { return ___mixer_0; } inline Playable_t459825607 * get_address_of_mixer_0() { return &___mixer_0; } inline void set_mixer_0(Playable_t459825607 value) { ___mixer_0 = value; } inline static int32_t get_offset_of_parentMixer_1() { return static_cast(offsetof(WeightInfo_t1982677921, ___parentMixer_1)); } inline Playable_t459825607 get_parentMixer_1() const { return ___parentMixer_1; } inline Playable_t459825607 * get_address_of_parentMixer_1() { return &___parentMixer_1; } inline void set_parentMixer_1(Playable_t459825607 value) { ___parentMixer_1 = value; } inline static int32_t get_offset_of_port_2() { return static_cast(offsetof(WeightInfo_t1982677921, ___port_2)); } inline int32_t get_port_2() const { return ___port_2; } inline int32_t* get_address_of_port_2() { return &___port_2; } inline void set_port_2(int32_t value) { ___port_2 = value; } inline static int32_t get_offset_of_modulate_3() { return static_cast(offsetof(WeightInfo_t1982677921, ___modulate_3)); } inline bool get_modulate_3() const { return ___modulate_3; } inline bool* get_address_of_modulate_3() { return &___modulate_3; } inline void set_modulate_3(bool value) { ___modulate_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t1982677921_marshaled_pinvoke { Playable_t459825607 ___mixer_0; Playable_t459825607 ___parentMixer_1; int32_t ___port_2; int32_t ___modulate_3; }; // Native definition for COM marshalling of UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t1982677921_marshaled_com { Playable_t459825607 ___mixer_0; Playable_t459825607 ___parentMixer_1; int32_t ___port_2; int32_t ___modulate_3; }; #endif // WEIGHTINFO_T1982677921_H #ifndef KEYVALUEPAIR_2_T298337405_H #define KEYVALUEPAIR_2_T298337405_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t298337405 { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_t3738529785 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value TimeType_t2507513283 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t298337405, ___key_0)); } inline DateTime_t3738529785 get_key_0() const { return ___key_0; } inline DateTime_t3738529785 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_t3738529785 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t298337405, ___value_1)); } inline TimeType_t2507513283 get_value_1() const { return ___value_1; } inline TimeType_t2507513283 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(TimeType_t2507513283 value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T298337405_H #ifndef CONNECTIONCACHE_T1120597666_H #define CONNECTIONCACHE_T1120597666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Timeline.TimelinePlayable/ConnectionCache struct ConnectionCache_t1120597666 { public: // UnityEngine.Playables.Playable UnityEngine.Timeline.TimelinePlayable/ConnectionCache::playable Playable_t459825607 ___playable_0; // System.Int32 UnityEngine.Timeline.TimelinePlayable/ConnectionCache::port int32_t ___port_1; // UnityEngine.Playables.Playable UnityEngine.Timeline.TimelinePlayable/ConnectionCache::parent Playable_t459825607 ___parent_2; // System.Single UnityEngine.Timeline.TimelinePlayable/ConnectionCache::evalWeight float ___evalWeight_3; public: inline static int32_t get_offset_of_playable_0() { return static_cast(offsetof(ConnectionCache_t1120597666, ___playable_0)); } inline Playable_t459825607 get_playable_0() const { return ___playable_0; } inline Playable_t459825607 * get_address_of_playable_0() { return &___playable_0; } inline void set_playable_0(Playable_t459825607 value) { ___playable_0 = value; } inline static int32_t get_offset_of_port_1() { return static_cast(offsetof(ConnectionCache_t1120597666, ___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; } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ConnectionCache_t1120597666, ___parent_2)); } inline Playable_t459825607 get_parent_2() const { return ___parent_2; } inline Playable_t459825607 * get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Playable_t459825607 value) { ___parent_2 = value; } inline static int32_t get_offset_of_evalWeight_3() { return static_cast(offsetof(ConnectionCache_t1120597666, ___evalWeight_3)); } inline float get_evalWeight_3() const { return ___evalWeight_3; } inline float* get_address_of_evalWeight_3() { return &___evalWeight_3; } inline void set_evalWeight_3(float value) { ___evalWeight_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONNECTIONCACHE_T1120597666_H #ifndef DATETIMEOFFSET_T3229287507_H #define DATETIMEOFFSET_T3229287507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeOffset struct DateTimeOffset_t3229287507 { public: // System.DateTime System.DateTimeOffset::dt DateTime_t3738529785 ___dt_2; // System.TimeSpan System.DateTimeOffset::utc_offset TimeSpan_t881159249 ___utc_offset_3; public: inline static int32_t get_offset_of_dt_2() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___dt_2)); } inline DateTime_t3738529785 get_dt_2() const { return ___dt_2; } inline DateTime_t3738529785 * get_address_of_dt_2() { return &___dt_2; } inline void set_dt_2(DateTime_t3738529785 value) { ___dt_2 = value; } inline static int32_t get_offset_of_utc_offset_3() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___utc_offset_3)); } inline TimeSpan_t881159249 get_utc_offset_3() const { return ___utc_offset_3; } inline TimeSpan_t881159249 * get_address_of_utc_offset_3() { return &___utc_offset_3; } inline void set_utc_offset_3(TimeSpan_t881159249 value) { ___utc_offset_3 = value; } }; struct DateTimeOffset_t3229287507_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t3229287507 ___MaxValue_0; // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t3229287507 ___MinValue_1; public: inline static int32_t get_offset_of_MaxValue_0() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MaxValue_0)); } inline DateTimeOffset_t3229287507 get_MaxValue_0() const { return ___MaxValue_0; } inline DateTimeOffset_t3229287507 * get_address_of_MaxValue_0() { return &___MaxValue_0; } inline void set_MaxValue_0(DateTimeOffset_t3229287507 value) { ___MaxValue_0 = value; } inline static int32_t get_offset_of_MinValue_1() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MinValue_1)); } inline DateTimeOffset_t3229287507 get_MinValue_1() const { return ___MinValue_1; } inline DateTimeOffset_t3229287507 * get_address_of_MinValue_1() { return &___MinValue_1; } inline void set_MinValue_1(DateTimeOffset_t3229287507 value) { ___MinValue_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEOFFSET_T3229287507_H #ifndef NULLABLE_1_T656882293_H #define NULLABLE_1_T656882293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t656882293 { public: // T System.Nullable`1::value DateTimeOffset_t3229287507 ___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_t656882293, ___value_0)); } inline DateTimeOffset_t3229287507 get_value_0() const { return ___value_0; } inline DateTimeOffset_t3229287507 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTimeOffset_t3229287507 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t656882293, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T656882293_H #ifndef KEYVALUEPAIR_2_T570708821_H #define KEYVALUEPAIR_2_T570708821_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t570708821 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ConnectionCache_t1120597666 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t570708821, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t570708821, ___value_1)); } inline ConnectionCache_t1120597666 get_value_1() const { return ___value_1; } inline ConnectionCache_t1120597666 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ConnectionCache_t1120597666 value) { ___value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T570708821_H static int32_t UnresolvedVirtualCall_0 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_1 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * 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, 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 int16_t UnresolvedVirtualCall_5 (RuntimeObject * __this, int16_t ___Int161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_6 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_7 (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_8 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_9 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_10 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_11 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_12 (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 RuntimeObject * UnresolvedVirtualCall_13 (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 void UnresolvedVirtualCall_14 (RuntimeObject * __this, RSAParameters_t1728406613 ___RSAParameters1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RSAParameters_t1728406613 UnresolvedVirtualCall_15 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_16 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_17 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_18 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_19 (RuntimeObject * __this, DSAParameters_t1885824122 ___DSAParameters1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_20 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DSAParameters_t1885824122 UnresolvedVirtualCall_21 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_22 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_23 (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 RuntimeObject * UnresolvedVirtualCall_24 (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 int8_t UnresolvedVirtualCall_25 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_26 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_27 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_28 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_29 (RuntimeObject * __this, int8_t ___SByte1, 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 int32_t UnresolvedVirtualCall_31 (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_32 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, 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 DictionaryEntry_t3123975638 UnresolvedVirtualCall_36 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint8_t UnresolvedVirtualCall_37 (RuntimeObject * __this, RuntimeObject * ___Object1, 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 DateTime_t3738529785 UnresolvedVirtualCall_39 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Decimal_t2948259380 UnresolvedVirtualCall_40 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static double 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 float UnresolvedVirtualCall_43 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint16_t UnresolvedVirtualCall_44 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_45 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint64_t UnresolvedVirtualCall_46 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_47 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_48 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_49 (RuntimeObject * __this, DateTime_t3738529785 ___DateTime1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DateTime_t3738529785 UnresolvedVirtualCall_50 (RuntimeObject * __this, DateTime_t3738529785 ___DateTime1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TimeSpan_t881159249 UnresolvedVirtualCall_51 (RuntimeObject * __this, DateTime_t3738529785 ___DateTime1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_52 (RuntimeObject * __this, DateTime_t3738529785 ___DateTime1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_53 (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 int32_t UnresolvedVirtualCall_54 (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 uint8_t UnresolvedVirtualCall_55 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_56 (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 void UnresolvedVirtualCall_57 (RuntimeObject * __this, uint8_t ___Byte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_58 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_59 (RuntimeObject * __this, int64_t ___Int641, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_60 (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_61 (RuntimeObject * __this, int64_t ___Int641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_62 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_63 (RuntimeObject * __this, int16_t ___Int161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_64 (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_65 (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 double UnresolvedVirtualCall_66 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_67 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CustomAttributeTypedArgument_t2723150157 UnresolvedVirtualCall_68 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CustomAttributeNamedArgument_t287865710 UnresolvedVirtualCall_69 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_70 (RuntimeObject * __this, OpCode_t123070264 ___OpCode1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_71 (RuntimeObject * __this, OpCode_t123070264 ___OpCode1, RuntimeObject * ___Object2, 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, 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 RuntimeTypeHandle_t3027515415 UnresolvedVirtualCall_73 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_74 (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 void UnresolvedVirtualCall_75 (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 uint16_t UnresolvedVirtualCall_76 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int16_t UnresolvedVirtualCall_77 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_78 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint64_t UnresolvedVirtualCall_79 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_80 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Decimal_t2948259380 UnresolvedVirtualCall_81 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_82 (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_83 (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_84 (RuntimeObject * __this, RuntimeObject * ___Object1, StreamingContext_t3711869237 ___StreamingContext2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_85 (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_86 (RuntimeObject * __this, int64_t ___Int641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_87 (RuntimeObject * __this, StreamingContext_t3711869237 ___StreamingContext1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_88 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_89 (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 void UnresolvedVirtualCall_90 (RuntimeObject * __this, int64_t ___Int641, int32_t ___Int322, int64_t ___Int643, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_91 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, StreamingContext_t3711869237 ___StreamingContext3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_92 (RuntimeObject * __this, StreamingContext_t3711869237 ___StreamingContext1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeFieldHandle_t1871169219 UnresolvedVirtualCall_93 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeMethodHandle_t1133924984 UnresolvedVirtualCall_94 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void 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 DateTime_t3738529785 UnresolvedVirtualCall_96 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_97 (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 int8_t UnresolvedVirtualCall_98 (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_99 (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_100 (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 void UnresolvedVirtualCall_101 (RuntimeObject * __this, intptr_t ___IntPtr1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static intptr_t UnresolvedVirtualCall_102 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_103 (RuntimeObject * __this, int32_t ___Int321, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_104 (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 RuntimeObject * UnresolvedVirtualCall_105 (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_106 (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 RuntimeObject * UnresolvedVirtualCall_107 (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 int8_t UnresolvedVirtualCall_108 (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 RuntimeObject * UnresolvedVirtualCall_109 (RuntimeObject * __this, uint8_t ___Byte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_110 (RuntimeObject * __this, uint8_t ___Byte1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_111 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, int32_t ___Int324, 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_112 (RuntimeObject * __this, RuntimeObject * ___Object1, 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_113 (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_114 (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_115 (RuntimeObject * __this, RuntimeObject * ___Object1, StreamingContext_t3711869237 ___StreamingContext2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_116 (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 RuntimeObject * UnresolvedVirtualCall_117 (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_118 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int32_t ___Int323, int8_t ___SByte4, RuntimeObject * ___Object5, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_119 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_120 (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 double UnresolvedVirtualCall_121 (RuntimeObject * __this, Interval_t1802865632 ___Interval1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_122 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_123 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, int32_t ___Int324, int32_t ___Int325, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_124 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, int8_t ___SByte3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_125 (RuntimeObject * __this, int16_t ___Int161, RuntimeObject * ___Object2, int8_t ___SByte3, int8_t ___SByte4, int8_t ___SByte5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_126 (RuntimeObject * __this, int16_t ___Int161, int8_t ___SByte2, int8_t ___SByte3, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_127 (RuntimeObject * __this, int16_t ___Int161, int16_t ___Int162, int8_t ___SByte3, int8_t ___SByte4, int8_t ___SByte5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_128 (RuntimeObject * __this, uint16_t ___UInt161, int8_t ___SByte2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_129 (RuntimeObject * __this, uint16_t ___UInt161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_130 (RuntimeObject * __this, int32_t ___Int321, int8_t ___SByte2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_131 (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_132 (RuntimeObject * __this, int8_t ___SByte1, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CSSSize_t3377836552 UnresolvedVirtualCall_133 (RuntimeObject * __this, intptr_t ___IntPtr1, 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_134 (RuntimeObject * __this, CullingGroupEvent_t1722745023 ___CullingGroupEvent1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_135 (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_136 (RuntimeObject * __this, ScriptableRenderContext_t274343796 ___ScriptableRenderContext1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Playable_t459825607 UnresolvedVirtualCall_137 (RuntimeObject * __this, PlayableGraph_t3515989261 ___PlayableGraph1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_138 (RuntimeObject * __this, PropertyName_t3749835189 ___PropertyName1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Range_t173988048 UnresolvedVirtualCall_139 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_140 (RuntimeObject * __this, float ___Single1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Rect_t2360479859 UnresolvedVirtualCall_141 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_142 (RuntimeObject * __this, NativeInputDeviceInfo_t3032009285 ___NativeInputDeviceInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_143 (RuntimeObject * __this, int32_t ___Int321, intptr_t ___IntPtr2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_144 (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_145 (RuntimeObject * __this, RuntimeObject * ___Object1, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_146 (RuntimeObject * __this, RuntimeObject * ___Object1, double ___Double2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_147 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_148 (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 void UnresolvedVirtualCall_149 (RuntimeObject * __this, int32_t ___Int321, 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_150 (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 int8_t UnresolvedVirtualCall_151 (RuntimeObject * __this, double ___Double1, double ___Double2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_152 (RuntimeObject * __this, float ___Single1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_153 (RuntimeObject * __this, float ___Single1, float ___Single2, float ___Single3, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_t3722313464 UnresolvedVirtualCall_154 (RuntimeObject * __this, float ___Single1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_155 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_156 (RuntimeObject * __this, float ___Single1, int32_t ___Int322, int32_t ___Int323, int8_t ___SByte4, int32_t ___Int325, int32_t ___Int326, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_157 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, RuntimeObject * ___Object3, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PlayableBinding_t354260709 UnresolvedVirtualCall_158 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Playable_t459825607 UnresolvedVirtualCall_159 (RuntimeObject * __this, PlayableGraph_t3515989261 ___PlayableGraph1, RuntimeObject * ___Object2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Playable_t459825607 UnresolvedVirtualCall_160 (RuntimeObject * __this, PlayableGraph_t3515989261 ___PlayableGraph1, RuntimeObject * ___Object2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2_t2156229523 UnresolvedVirtualCall_161 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Touch_t1921856868 UnresolvedVirtualCall_162 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_163 (RuntimeObject * __this, float ___Single1, float ___Single2, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_164 (RuntimeObject * __this, int32_t ___Int321, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_165 (RuntimeObject * __this, Color_t2555686324 ___Color1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color_t2555686324 UnresolvedVirtualCall_166 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_167 (RuntimeObject * __this, Vector2_t2156229523 ___Vector21, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_168 (RuntimeObject * __this, Color_t2555686324 ___Color1, float ___Single2, int8_t ___SByte3, int8_t ___SByte4, int8_t ___SByte5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static UILineInfo_t4195266810 UnresolvedVirtualCall_169 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static UICharInfo_t75501106 UnresolvedVirtualCall_170 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_171 (RuntimeObject * __this, Vector2_t2156229523 ___Vector21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int16_t UnresolvedVirtualCall_172 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, int16_t ___Int163, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_173 (RuntimeObject * __this, Rect_t2360479859 ___Rect1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_174 (RuntimeObject * __this, Ray_t3785851493 ___Ray1, RuntimeObject * ___Object2, float ___Single3, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_175 (RuntimeObject * __this, Ray_t3785851493 ___Ray1, float ___Single2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RaycastHit2D_t2279581989 UnresolvedVirtualCall_176 (RuntimeObject * __this, Vector2_t2156229523 ___Vector21, Vector2_t2156229523 ___Vector22, float ___Single3, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_177 (RuntimeObject * __this, Ray_t3785851493 ___Ray1, RuntimeObject * ___Object2, float ___Single3, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_178 (RuntimeObject * __this, float ___Single1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_179 (RuntimeObject * __this, Color_t2555686324 ___Color1, float ___Single2, int8_t ___SByte3, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_180 (RuntimeObject * __this, float ___Single1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_181 (RuntimeObject * __this, float ___Single1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static UIVertex_t4057497605 UnresolvedVirtualCall_182 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_183 (RuntimeObject * __this, float ___Single1, float ___Single2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_184 (RuntimeObject * __this, double ___Double1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_185 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, int8_t ___SByte3, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_186 (RuntimeObject * __this, Decimal_t2948259380 ___Decimal1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_187 (RuntimeObject * __this, DateTimeOffset_t3229287507 ___DateTimeOffset1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_188 (RuntimeObject * __this, DateTime_t3738529785 ___DateTime1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_189 (RuntimeObject * __this, Guid_t ___Guid1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_190 (RuntimeObject * __this, uint32_t ___UInt321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_191 (RuntimeObject * __this, uint64_t ___UInt641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_192 (RuntimeObject * __this, TimeSpan_t881159249 ___TimeSpan1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_193 (RuntimeObject * __this, Nullable_1_t1062055256 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_194 (RuntimeObject * __this, Nullable_1_t1819850047 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_195 (RuntimeObject * __this, Nullable_1_t3392139744 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_196 (RuntimeObject * __this, Nullable_1_t4275382469 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_197 (RuntimeObject * __this, Nullable_1_t3900287040 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_198 (RuntimeObject * __this, Nullable_1_t378540539 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_199 (RuntimeObject * __this, Nullable_1_t2856858458 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_200 (RuntimeObject * __this, Nullable_1_t4282624060 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_201 (RuntimeObject * __this, Nullable_1_t1164162090 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_202 (RuntimeObject * __this, Nullable_1_t1561634878 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_203 (RuntimeObject * __this, Nullable_1_t3119828856 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_204 (RuntimeObject * __this, Nullable_1_t2317227445 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_205 (RuntimeObject * __this, Nullable_1_t1166124571 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_206 (RuntimeObject * __this, Nullable_1_t656882293 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_207 (RuntimeObject * __this, Nullable_1_t375854166 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_208 (RuntimeObject * __this, Nullable_1_t621127673 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_209 (RuntimeObject * __this, Nullable_1_t2603721331 ___Nullable_11, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_210 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static JEnumerable_1_t20407348 UnresolvedVirtualCall_211 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_212 (RuntimeObject * __this, KeyValuePair_2_t2530217319 ___KeyValuePair_21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2530217319 UnresolvedVirtualCall_213 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static StreamingContext_t3711869237 UnresolvedVirtualCall_214 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t378540539 UnresolvedVirtualCall_215 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t375854166 UnresolvedVirtualCall_216 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t2317227445 UnresolvedVirtualCall_217 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t1819850047 UnresolvedVirtualCall_218 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t1166124571 UnresolvedVirtualCall_219 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Nullable_1_t656882293 UnresolvedVirtualCall_220 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_221 (RuntimeObject * __this, RuntimeObject * ___Object1, StreamingContext_t3711869237 ___StreamingContext2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_222 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, float ___Single3, RuntimeObject * ___Object4, float ___Single5, int32_t ___Int326, int32_t ___Int327, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_223 (RuntimeObject * __this, MeshGeneratorBuffers_t1424700926 ___MeshGeneratorBuffers1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AnimatorClipInfo_t3156717155 UnresolvedVirtualCall_224 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_225 (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_226 (RuntimeObject * __this, int32_t ___Int321, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_227 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_228 (RuntimeObject * __this, Ray_t3785851493 ___Ray1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_t3722313464 UnresolvedVirtualCall_229 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_230 (RuntimeObject * __this, int32_t ___Int321, int8_t ___SByte2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_t3722313464 UnresolvedVirtualCall_231 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_232 (RuntimeObject * __this, int32_t ___Int321, double ___Double2, int32_t ___Int323, int32_t ___Int324, int32_t ___Int325, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_233 (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 void UnresolvedVirtualCall_234 (RuntimeObject * __this, float ___Single1, float ___Single2, int32_t ___Int323, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2530217319 UnresolvedVirtualCall_235 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_236 (RuntimeObject * __this, int32_t ___Int321, KeyValuePair_2_t2530217319 ___KeyValuePair_22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_237 (RuntimeObject * __this, KeyValuePair_2_t2530217319 ___KeyValuePair_21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_238 (RuntimeObject * __this, RuntimeObject * ___Object1, ArrayMetadata_t894288939 ___ArrayMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_239 (RuntimeObject * __this, RuntimeObject * ___Object1, PropertyMetadata_t3727440473 ___PropertyMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_240 (RuntimeObject * __this, RuntimeObject * ___Object1, ObjectMetadata_t3566284522 ___ObjectMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_241 (RuntimeObject * __this, PropertyMetadata_t3727440473 ___PropertyMetadata1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ArrayMetadata_t894288939 UnresolvedVirtualCall_242 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ObjectMetadata_t3566284522 UnresolvedVirtualCall_243 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PropertyMetadata_t3727440473 UnresolvedVirtualCall_244 (RuntimeObject * __this, RuntimeObject * ___Object1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PropertyMetadata_t3727440473 UnresolvedVirtualCall_245 (RuntimeObject * __this, 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, RuntimeObject * ___Object3, int32_t ___Int324, int32_t ___Int325, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_247 (RuntimeObject * __this, int32_t ___Int321, int16_t ___Int162, int16_t ___Int163, int16_t ___Int164, int16_t ___Int165, int16_t ___Int166, int16_t ___Int167, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_248 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, 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_249 (RuntimeObject * __this, int64_t ___Int641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_250 (RuntimeObject * __this, Vector2_t2156229523 ___Vector21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2_t2156229523 UnresolvedVirtualCall_251 (RuntimeObject * __this, float ___Single1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_252 (RuntimeObject * __this, Bounds_t2266837910 ___Bounds1, Bounds_t2266837910 ___Bounds2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_253 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_254 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_255 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_256 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, Nullable_1_t1149908250 ___Nullable_13, Nullable_1_t1149908250 ___Nullable_14, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_257 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, Nullable_1_t1149908250 ___Nullable_13, Nullable_1_t1149908250 ___Nullable_14, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_258 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, Nullable_1_t1149908250 ___Nullable_13, Nullable_1_t1149908250 ___Nullable_14, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_259 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_260 (RuntimeObject * __this, RuntimeObject * ___Object1, Color_t2555686324 ___Color2, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_261 (RuntimeObject * __this, RuntimeObject * ___Object1, Rect_t2360479859 ___Rect2, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_262 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, float ___Single3, int32_t ___Int324, float ___Single5, int8_t ___SByte6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_263 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, Vector3_t3722313464 ___Vector33, int32_t ___Int324, float ___Single5, int8_t ___SByte6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_264 (RuntimeObject * __this, RuntimeObject * ___Object1, Color2_t3097643075 ___Color22, Color2_t3097643075 ___Color23, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_265 (RuntimeObject * __this, RuntimeObject * ___Object1, Color_t2555686324 ___Color2, RuntimeObject * ___Object3, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_266 (RuntimeObject * __this, RuntimeObject * ___Object1, Color_t2555686324 ___Color2, int32_t ___Int323, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_267 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, RuntimeObject * ___Object3, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_268 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, int32_t ___Int323, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_269 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector2_t2156229523 ___Vector22, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_270 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector2_t2156229523 ___Vector22, RuntimeObject * ___Object3, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_271 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector4_t3319028937 ___Vector42, RuntimeObject * ___Object3, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_272 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector4_t3319028937 ___Vector42, int32_t ___Int323, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_273 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, float ___Single3, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_274 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, float ___Single3, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_275 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, float ___Single3, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_276 (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 RuntimeObject * UnresolvedVirtualCall_277 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, float ___Single3, int32_t ___Int324, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_278 (RuntimeObject * __this, RuntimeObject * ___Object1, Quaternion_t2301928331 ___Quaternion2, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_279 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_280 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, float ___Single3, int32_t ___Int324, Nullable_1_t1149908250 ___Nullable_15, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_281 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, float ___Single3, int32_t ___Int324, float ___Single5, int8_t ___SByte6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_282 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, float ___Single3, int32_t ___Int324, float ___Single5, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_283 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, float ___Single3, int32_t ___Int324, float ___Single5, int8_t ___SByte6, int8_t ___SByte7, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_284 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, Vector3_t3722313464 ___Vector33, int32_t ___Int324, float ___Single5, int8_t ___SByte6, int8_t ___SByte7, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_285 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, float ___Single3, int32_t ___Int324, int32_t ___Int325, int32_t ___Int326, Nullable_1_t4278248406 ___Nullable_17, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_286 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, float ___Single3, 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, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_288 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_289 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector2_t2156229523 ___Vector22, float ___Single3, int8_t ___SByte4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_290 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector2_t2156229523 ___Vector22, float ___Single3, int32_t ___Int324, float ___Single5, int8_t ___SByte6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_291 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_292 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, Vector2_t2156229523 ___Vector23, int32_t ___Int324, float ___Single5, int8_t ___SByte6, int8_t ___SByte7, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_293 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, float ___Single3, int8_t ___SByte4, int32_t ___Int325, RuntimeObject * ___Object6, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_294 (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 RuntimeObject * UnresolvedVirtualCall_295 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, int32_t ___Int323, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_296 (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 void UnresolvedVirtualCall_297 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_298 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_299 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, float ___Single3, float ___Single4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_300 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_301 (RuntimeObject * __this, RuntimeObject * ___Object1, intptr_t ___IntPtr2, RuntimeObject * ___Object3, RuntimeObject * ___Object4, int32_t ___Int325, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_302 (RuntimeObject * __this, RuntimeObject * ___Object1, intptr_t ___IntPtr2, 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 int32_t UnresolvedVirtualCall_303 (RuntimeObject * __this, intptr_t ___IntPtr1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_304 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_305 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_306 (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_307 (RuntimeObject * __this, intptr_t ___IntPtr1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_308 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static MyStruct_t514849583 UnresolvedVirtualCall_309 (RuntimeObject * __this, MyStruct_t514849583 ___MyStruct1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Decimal_t2948259380 UnresolvedVirtualCall_310 (RuntimeObject * __this, Decimal_t2948259380 ___Decimal1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_t3722313464 UnresolvedVirtualCall_311 (RuntimeObject * __this, Vector3_t3722313464 ___Vector31, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color2_t3097643075 UnresolvedVirtualCall_312 (RuntimeObject * __this, RuntimeObject * ___Object1, Color2_t3097643075 ___Color22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static double UnresolvedVirtualCall_313 (RuntimeObject * __this, RuntimeObject * ___Object1, double ___Double2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_314 (RuntimeObject * __this, RuntimeObject * ___Object1, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_315 (RuntimeObject * __this, RuntimeObject * ___Object1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint32_t UnresolvedVirtualCall_316 (RuntimeObject * __this, RuntimeObject * ___Object1, uint32_t ___UInt322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint64_t UnresolvedVirtualCall_317 (RuntimeObject * __this, RuntimeObject * ___Object1, uint64_t ___UInt642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color_t2555686324 UnresolvedVirtualCall_318 (RuntimeObject * __this, RuntimeObject * ___Object1, Color_t2555686324 ___Color2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Quaternion_t2301928331 UnresolvedVirtualCall_319 (RuntimeObject * __this, RuntimeObject * ___Object1, Quaternion_t2301928331 ___Quaternion2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_t3722313464 UnresolvedVirtualCall_320 (RuntimeObject * __this, RuntimeObject * ___Object1, Quaternion_t2301928331 ___Quaternion2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Rect_t2360479859 UnresolvedVirtualCall_321 (RuntimeObject * __this, RuntimeObject * ___Object1, Rect_t2360479859 ___Rect2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2_t2156229523 UnresolvedVirtualCall_322 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector2_t2156229523 ___Vector22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_323 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_t3722313464 UnresolvedVirtualCall_324 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector4_t3319028937 UnresolvedVirtualCall_325 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector4_t3319028937 ___Vector42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_326 (RuntimeObject * __this, int16_t ___Int161, int16_t ___Int162, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_327 (RuntimeObject * __this, int8_t ___SByte1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_328 (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_329 (RuntimeObject * __this, float ___Single1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_330 (RuntimeObject * __this, ColorBlock_t2139031574 ___ColorBlock1, ColorBlock_t2139031574 ___ColorBlock2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_331 (RuntimeObject * __this, Navigation_t3049316579 ___Navigation1, Navigation_t3049316579 ___Navigation2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_332 (RuntimeObject * __this, SpriteState_t1362986479 ___SpriteState1, SpriteState_t1362986479 ___SpriteState2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_333 (RuntimeObject * __this, PropertyMetadata_t3727440473 ___PropertyMetadata1, PropertyMetadata_t3727440473 ___PropertyMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_334 (RuntimeObject * __this, LMRendererInfo_t3374010072 ___LMRendererInfo1, LMRendererInfo_t3374010072 ___LMRendererInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_335 (RuntimeObject * __this, DelayedQueueItem_t1027542936 ___DelayedQueueItem1, DelayedQueueItem_t1027542936 ___DelayedQueueItem2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_336 (RuntimeObject * __this, JsonPosition_t2528027714 ___JsonPosition1, JsonPosition_t2528027714 ___JsonPosition2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_337 (RuntimeObject * __this, EventQueueEntry_t351831961 ___EventQueueEntry1, EventQueueEntry_t351831961 ___EventQueueEntry2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_338 (RuntimeObject * __this, AtlasMaterialOverride_t2435041389 ___AtlasMaterialOverride1, AtlasMaterialOverride_t2435041389 ___AtlasMaterialOverride2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_339 (RuntimeObject * __this, SlotMaterialOverride_t1001979181 ___SlotMaterialOverride1, SlotMaterialOverride_t1001979181 ___SlotMaterialOverride2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_340 (RuntimeObject * __this, TransformPair_t3795417756 ___TransformPair1, TransformPair_t3795417756 ___TransformPair2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_341 (RuntimeObject * __this, SubmeshInstruction_t52121370 ___SubmeshInstruction1, SubmeshInstruction_t52121370 ___SubmeshInstruction2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_342 (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_343 (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_344 (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_345 (RuntimeObject * __this, KeyValuePair_2_t298337405 ___KeyValuePair_21, KeyValuePair_2_t298337405 ___KeyValuePair_22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_346 (RuntimeObject * __this, KeyValuePair_2_t2530217319 ___KeyValuePair_21, KeyValuePair_2_t2530217319 ___KeyValuePair_22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_347 (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_348 (RuntimeObject * __this, CustomAttributeNamedArgument_t287865710 ___CustomAttributeNamedArgument1, CustomAttributeNamedArgument_t287865710 ___CustomAttributeNamedArgument2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_349 (RuntimeObject * __this, CustomAttributeTypedArgument_t2723150157 ___CustomAttributeTypedArgument1, CustomAttributeTypedArgument_t2723150157 ___CustomAttributeTypedArgument2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_350 (RuntimeObject * __this, float ___Single1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_351 (RuntimeObject * __this, AnimatorClipInfo_t3156717155 ___AnimatorClipInfo1, AnimatorClipInfo_t3156717155 ___AnimatorClipInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_352 (RuntimeObject * __this, OrderBlock_t1585977831 ___OrderBlock1, OrderBlock_t1585977831 ___OrderBlock2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_353 (RuntimeObject * __this, BoneWeight_t1955788027 ___BoneWeight1, BoneWeight_t1955788027 ___BoneWeight2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_354 (RuntimeObject * __this, Color_t2555686324 ___Color1, Color_t2555686324 ___Color2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_355 (RuntimeObject * __this, Color32_t2600501292 ___Color321, Color32_t2600501292 ___Color322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_356 (RuntimeObject * __this, DiagnosticSwitch_t2110704064 ___DiagnosticSwitch1, DiagnosticSwitch_t2110704064 ___DiagnosticSwitch2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_357 (RuntimeObject * __this, RaycastResult_t3360306849 ___RaycastResult1, RaycastResult_t3360306849 ___RaycastResult2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_358 (RuntimeObject * __this, Matrix4x4_t1817901843 ___Matrix4x41, Matrix4x4_t1817901843 ___Matrix4x42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_359 (RuntimeObject * __this, Playable_t459825607 ___Playable1, Playable_t459825607 ___Playable2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_360 (RuntimeObject * __this, ReflectionProbeBlendInfo_t288657778 ___ReflectionProbeBlendInfo1, ReflectionProbeBlendInfo_t288657778 ___ReflectionProbeBlendInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_361 (RuntimeObject * __this, WeightInfo_t1982677921 ___WeightInfo1, WeightInfo_t1982677921 ___WeightInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_362 (RuntimeObject * __this, UICharInfo_t75501106 ___UICharInfo1, UICharInfo_t75501106 ___UICharInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_363 (RuntimeObject * __this, UILineInfo_t4195266810 ___UILineInfo1, UILineInfo_t4195266810 ___UILineInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_364 (RuntimeObject * __this, UIVertex_t4057497605 ___UIVertex1, UIVertex_t4057497605 ___UIVertex2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_365 (RuntimeObject * __this, Vector2_t2156229523 ___Vector21, Vector2_t2156229523 ___Vector22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_366 (RuntimeObject * __this, Vector2Int_t3469998543 ___Vector2Int1, Vector2Int_t3469998543 ___Vector2Int2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_367 (RuntimeObject * __this, Vector3_t3722313464 ___Vector31, Vector3_t3722313464 ___Vector32, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_368 (RuntimeObject * __this, Vector4_t3319028937 ___Vector41, Vector4_t3319028937 ___Vector42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_369 (RuntimeObject * __this, PropertyMetadata_t3727440473 ___PropertyMetadata1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_370 (RuntimeObject * __this, LMRendererInfo_t3374010072 ___LMRendererInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_371 (RuntimeObject * __this, DelayedQueueItem_t1027542936 ___DelayedQueueItem1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_372 (RuntimeObject * __this, JsonPosition_t2528027714 ___JsonPosition1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_373 (RuntimeObject * __this, EventQueueEntry_t351831961 ___EventQueueEntry1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_374 (RuntimeObject * __this, AtlasMaterialOverride_t2435041389 ___AtlasMaterialOverride1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_375 (RuntimeObject * __this, SlotMaterialOverride_t1001979181 ___SlotMaterialOverride1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_376 (RuntimeObject * __this, TransformPair_t3795417756 ___TransformPair1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_377 (RuntimeObject * __this, SubmeshInstruction_t52121370 ___SubmeshInstruction1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_378 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_379 (RuntimeObject * __this, uint8_t ___Byte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_380 (RuntimeObject * __this, int16_t ___Int161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_381 (RuntimeObject * __this, KeyValuePair_2_t298337405 ___KeyValuePair_21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_382 (RuntimeObject * __this, KeyValuePair_2_t2530217319 ___KeyValuePair_21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_383 (RuntimeObject * __this, int64_t ___Int641, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_384 (RuntimeObject * __this, CustomAttributeNamedArgument_t287865710 ___CustomAttributeNamedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_385 (RuntimeObject * __this, CustomAttributeTypedArgument_t2723150157 ___CustomAttributeTypedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_386 (RuntimeObject * __this, float ___Single1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_387 (RuntimeObject * __this, AnimatorClipInfo_t3156717155 ___AnimatorClipInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_388 (RuntimeObject * __this, OrderBlock_t1585977831 ___OrderBlock1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_389 (RuntimeObject * __this, BoneWeight_t1955788027 ___BoneWeight1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_390 (RuntimeObject * __this, Color_t2555686324 ___Color1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_391 (RuntimeObject * __this, Color32_t2600501292 ___Color321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_392 (RuntimeObject * __this, DiagnosticSwitch_t2110704064 ___DiagnosticSwitch1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_393 (RuntimeObject * __this, RaycastResult_t3360306849 ___RaycastResult1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_394 (RuntimeObject * __this, Matrix4x4_t1817901843 ___Matrix4x41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_395 (RuntimeObject * __this, Playable_t459825607 ___Playable1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_396 (RuntimeObject * __this, ReflectionProbeBlendInfo_t288657778 ___ReflectionProbeBlendInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_397 (RuntimeObject * __this, WeightInfo_t1982677921 ___WeightInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_398 (RuntimeObject * __this, UICharInfo_t75501106 ___UICharInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_399 (RuntimeObject * __this, UILineInfo_t4195266810 ___UILineInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_400 (RuntimeObject * __this, UIVertex_t4057497605 ___UIVertex1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_401 (RuntimeObject * __this, Vector2_t2156229523 ___Vector21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_402 (RuntimeObject * __this, Vector2Int_t3469998543 ___Vector2Int1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_403 (RuntimeObject * __this, Vector3_t3722313464 ___Vector31, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_404 (RuntimeObject * __this, Vector4_t3319028937 ___Vector41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_405 (RuntimeObject * __this, PropertyMetadata_t3727440473 ___PropertyMetadata1, PropertyMetadata_t3727440473 ___PropertyMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_406 (RuntimeObject * __this, LMRendererInfo_t3374010072 ___LMRendererInfo1, LMRendererInfo_t3374010072 ___LMRendererInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_407 (RuntimeObject * __this, DelayedQueueItem_t1027542936 ___DelayedQueueItem1, DelayedQueueItem_t1027542936 ___DelayedQueueItem2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_408 (RuntimeObject * __this, JsonPosition_t2528027714 ___JsonPosition1, JsonPosition_t2528027714 ___JsonPosition2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_409 (RuntimeObject * __this, EventQueueEntry_t351831961 ___EventQueueEntry1, EventQueueEntry_t351831961 ___EventQueueEntry2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_410 (RuntimeObject * __this, AtlasMaterialOverride_t2435041389 ___AtlasMaterialOverride1, AtlasMaterialOverride_t2435041389 ___AtlasMaterialOverride2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_411 (RuntimeObject * __this, SlotMaterialOverride_t1001979181 ___SlotMaterialOverride1, SlotMaterialOverride_t1001979181 ___SlotMaterialOverride2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_412 (RuntimeObject * __this, TransformPair_t3795417756 ___TransformPair1, TransformPair_t3795417756 ___TransformPair2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_413 (RuntimeObject * __this, SubmeshInstruction_t52121370 ___SubmeshInstruction1, SubmeshInstruction_t52121370 ___SubmeshInstruction2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_414 (RuntimeObject * __this, uint8_t ___Byte1, uint8_t ___Byte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_415 (RuntimeObject * __this, KeyValuePair_2_t298337405 ___KeyValuePair_21, KeyValuePair_2_t298337405 ___KeyValuePair_22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_416 (RuntimeObject * __this, KeyValuePair_2_t2530217319 ___KeyValuePair_21, KeyValuePair_2_t2530217319 ___KeyValuePair_22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_417 (RuntimeObject * __this, int64_t ___Int641, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_418 (RuntimeObject * __this, CustomAttributeNamedArgument_t287865710 ___CustomAttributeNamedArgument1, CustomAttributeNamedArgument_t287865710 ___CustomAttributeNamedArgument2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_419 (RuntimeObject * __this, CustomAttributeTypedArgument_t2723150157 ___CustomAttributeTypedArgument1, CustomAttributeTypedArgument_t2723150157 ___CustomAttributeTypedArgument2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_420 (RuntimeObject * __this, AnimatorClipInfo_t3156717155 ___AnimatorClipInfo1, AnimatorClipInfo_t3156717155 ___AnimatorClipInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_421 (RuntimeObject * __this, OrderBlock_t1585977831 ___OrderBlock1, OrderBlock_t1585977831 ___OrderBlock2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_422 (RuntimeObject * __this, BoneWeight_t1955788027 ___BoneWeight1, BoneWeight_t1955788027 ___BoneWeight2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_423 (RuntimeObject * __this, Color_t2555686324 ___Color1, Color_t2555686324 ___Color2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_424 (RuntimeObject * __this, Color32_t2600501292 ___Color321, Color32_t2600501292 ___Color322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_425 (RuntimeObject * __this, DiagnosticSwitch_t2110704064 ___DiagnosticSwitch1, DiagnosticSwitch_t2110704064 ___DiagnosticSwitch2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_426 (RuntimeObject * __this, RaycastResult_t3360306849 ___RaycastResult1, RaycastResult_t3360306849 ___RaycastResult2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_427 (RuntimeObject * __this, Matrix4x4_t1817901843 ___Matrix4x41, Matrix4x4_t1817901843 ___Matrix4x42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_428 (RuntimeObject * __this, Playable_t459825607 ___Playable1, Playable_t459825607 ___Playable2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_429 (RuntimeObject * __this, ReflectionProbeBlendInfo_t288657778 ___ReflectionProbeBlendInfo1, ReflectionProbeBlendInfo_t288657778 ___ReflectionProbeBlendInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_430 (RuntimeObject * __this, WeightInfo_t1982677921 ___WeightInfo1, WeightInfo_t1982677921 ___WeightInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_431 (RuntimeObject * __this, UICharInfo_t75501106 ___UICharInfo1, UICharInfo_t75501106 ___UICharInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_432 (RuntimeObject * __this, UILineInfo_t4195266810 ___UILineInfo1, UILineInfo_t4195266810 ___UILineInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_433 (RuntimeObject * __this, UIVertex_t4057497605 ___UIVertex1, UIVertex_t4057497605 ___UIVertex2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_434 (RuntimeObject * __this, Vector2_t2156229523 ___Vector21, Vector2_t2156229523 ___Vector22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_435 (RuntimeObject * __this, Vector2Int_t3469998543 ___Vector2Int1, Vector2Int_t3469998543 ___Vector2Int2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_436 (RuntimeObject * __this, Vector3_t3722313464 ___Vector31, Vector3_t3722313464 ___Vector32, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_437 (RuntimeObject * __this, Vector4_t3319028937 ___Vector41, Vector4_t3319028937 ___Vector42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_438 (RuntimeObject * __this, ColorOptions_t1487297155 ___ColorOptions1, float ___Single2, Color2_t3097643075 ___Color23, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_439 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, float ___Single2, double ___Double3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_440 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, float ___Single2, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_441 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, float ___Single2, int64_t ___Int643, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_442 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, float ___Single2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_443 (RuntimeObject * __this, StringOptions_t3992490940 ___StringOptions1, float ___Single2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_444 (RuntimeObject * __this, FloatOptions_t1203667100 ___FloatOptions1, float ___Single2, float ___Single3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_445 (RuntimeObject * __this, UintOptions_t1006674242 ___UintOptions1, float ___Single2, uint32_t ___UInt323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_446 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, float ___Single2, uint64_t ___UInt643, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_447 (RuntimeObject * __this, ColorOptions_t1487297155 ___ColorOptions1, float ___Single2, Color_t2555686324 ___Color3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_448 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, float ___Single2, Quaternion_t2301928331 ___Quaternion3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_449 (RuntimeObject * __this, QuaternionOptions_t2974423933 ___QuaternionOptions1, float ___Single2, Vector3_t3722313464 ___Vector33, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_450 (RuntimeObject * __this, RectOptions_t1018205596 ___RectOptions1, float ___Single2, Rect_t2360479859 ___Rect3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_451 (RuntimeObject * __this, VectorOptions_t1354903650 ___VectorOptions1, float ___Single2, Vector2_t2156229523 ___Vector23, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_452 (RuntimeObject * __this, PathOptions_t2074623791 ___PathOptions1, float ___Single2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_453 (RuntimeObject * __this, Vector3ArrayOptions_t534739431 ___Vector3ArrayOptions1, float ___Single2, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_454 (RuntimeObject * __this, VectorOptions_t1354903650 ___VectorOptions1, float ___Single2, Vector3_t3722313464 ___Vector33, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_455 (RuntimeObject * __this, SpiralOptions_t2873698295 ___SpiralOptions1, float ___Single2, Vector3_t3722313464 ___Vector33, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_456 (RuntimeObject * __this, VectorOptions_t1354903650 ___VectorOptions1, float ___Single2, Vector4_t3319028937 ___Vector43, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_457 (RuntimeObject * __this, uint8_t ___Byte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color2_t3097643075 UnresolvedVirtualCall_458 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Quaternion_t2301928331 UnresolvedVirtualCall_459 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector4_t3319028937 UnresolvedVirtualCall_460 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_461 (RuntimeObject * __this, Color2_t3097643075 ___Color21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_462 (RuntimeObject * __this, Quaternion_t2301928331 ___Quaternion1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_463 (RuntimeObject * __this, Rect_t2360479859 ___Rect1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_464 (RuntimeObject * __this, Vector3_t3722313464 ___Vector31, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_465 (RuntimeObject * __this, Vector4_t3319028937 ___Vector41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_466 (RuntimeObject * __this, RuntimeObject * ___Object1, Color2_t3097643075 ___Color22, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_467 (RuntimeObject * __this, ColorOptions_t1487297155 ___ColorOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, Color2_t3097643075 ___Color27, Color2_t3097643075 ___Color28, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_468 (RuntimeObject * __this, RuntimeObject * ___Object1, double ___Double2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_469 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, double ___Double7, double ___Double8, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_470 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, int32_t ___Int327, int32_t ___Int328, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_471 (RuntimeObject * __this, RuntimeObject * ___Object1, int64_t ___Int642, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_472 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, int64_t ___Int647, int64_t ___Int648, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_473 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, RuntimeObject * ___Object7, RuntimeObject * ___Object8, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_474 (RuntimeObject * __this, StringOptions_t3992490940 ___StringOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, RuntimeObject * ___Object7, RuntimeObject * ___Object8, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_475 (RuntimeObject * __this, FloatOptions_t1203667100 ___FloatOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, float ___Single7, float ___Single8, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_476 (RuntimeObject * __this, RuntimeObject * ___Object1, uint32_t ___UInt322, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_477 (RuntimeObject * __this, UintOptions_t1006674242 ___UintOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, uint32_t ___UInt327, uint32_t ___UInt328, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_478 (RuntimeObject * __this, RuntimeObject * ___Object1, uint64_t ___UInt642, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_479 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, uint64_t ___UInt647, uint64_t ___UInt648, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_480 (RuntimeObject * __this, RuntimeObject * ___Object1, Color_t2555686324 ___Color2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_481 (RuntimeObject * __this, ColorOptions_t1487297155 ___ColorOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, Color_t2555686324 ___Color7, Color_t2555686324 ___Color8, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_482 (RuntimeObject * __this, RuntimeObject * ___Object1, Quaternion_t2301928331 ___Quaternion2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_483 (RuntimeObject * __this, NoOptions_t313102519 ___NoOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, Quaternion_t2301928331 ___Quaternion7, Quaternion_t2301928331 ___Quaternion8, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_484 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector3_t3722313464 ___Vector32, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_485 (RuntimeObject * __this, QuaternionOptions_t2974423933 ___QuaternionOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, Vector3_t3722313464 ___Vector37, Vector3_t3722313464 ___Vector38, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_486 (RuntimeObject * __this, RuntimeObject * ___Object1, Rect_t2360479859 ___Rect2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_487 (RuntimeObject * __this, RectOptions_t1018205596 ___RectOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, Rect_t2360479859 ___Rect7, Rect_t2360479859 ___Rect8, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_488 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector2_t2156229523 ___Vector22, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_489 (RuntimeObject * __this, VectorOptions_t1354903650 ___VectorOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, Vector2_t2156229523 ___Vector27, Vector2_t2156229523 ___Vector28, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_490 (RuntimeObject * __this, PathOptions_t2074623791 ___PathOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, RuntimeObject * ___Object7, RuntimeObject * ___Object8, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_491 (RuntimeObject * __this, Vector3ArrayOptions_t534739431 ___Vector3ArrayOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, RuntimeObject * ___Object7, RuntimeObject * ___Object8, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_492 (RuntimeObject * __this, VectorOptions_t1354903650 ___VectorOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, Vector3_t3722313464 ___Vector37, Vector3_t3722313464 ___Vector38, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_493 (RuntimeObject * __this, SpiralOptions_t2873698295 ___SpiralOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, Vector3_t3722313464 ___Vector37, Vector3_t3722313464 ___Vector38, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_494 (RuntimeObject * __this, RuntimeObject * ___Object1, Vector4_t3319028937 ___Vector42, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_495 (RuntimeObject * __this, VectorOptions_t1354903650 ___VectorOptions1, RuntimeObject * ___Object2, int8_t ___SByte3, RuntimeObject * ___Object4, RuntimeObject * ___Object5, float ___Single6, Vector4_t3319028937 ___Vector47, Vector4_t3319028937 ___Vector48, float ___Single9, int8_t ___SByte10, int32_t ___Int3211, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static SubmeshInstruction_t52121370 UnresolvedVirtualCall_496 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color32_t2600501292 UnresolvedVirtualCall_497 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_498 (RuntimeObject * __this, LMRendererInfo_t3374010072 ___LMRendererInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_499 (RuntimeObject * __this, DelayedQueueItem_t1027542936 ___DelayedQueueItem1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_500 (RuntimeObject * __this, JsonPosition_t2528027714 ___JsonPosition1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_501 (RuntimeObject * __this, EventQueueEntry_t351831961 ___EventQueueEntry1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_502 (RuntimeObject * __this, AtlasMaterialOverride_t2435041389 ___AtlasMaterialOverride1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_503 (RuntimeObject * __this, SlotMaterialOverride_t1001979181 ___SlotMaterialOverride1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_504 (RuntimeObject * __this, TransformPair_t3795417756 ___TransformPair1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_505 (RuntimeObject * __this, SubmeshInstruction_t52121370 ___SubmeshInstruction1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_506 (RuntimeObject * __this, KeyValuePair_2_t298337405 ___KeyValuePair_21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_507 (RuntimeObject * __this, CustomAttributeNamedArgument_t287865710 ___CustomAttributeNamedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_508 (RuntimeObject * __this, CustomAttributeTypedArgument_t2723150157 ___CustomAttributeTypedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_509 (RuntimeObject * __this, AnimatorClipInfo_t3156717155 ___AnimatorClipInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_510 (RuntimeObject * __this, OrderBlock_t1585977831 ___OrderBlock1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_511 (RuntimeObject * __this, BoneWeight_t1955788027 ___BoneWeight1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_512 (RuntimeObject * __this, Color32_t2600501292 ___Color321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_513 (RuntimeObject * __this, DiagnosticSwitch_t2110704064 ___DiagnosticSwitch1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_514 (RuntimeObject * __this, RaycastResult_t3360306849 ___RaycastResult1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_515 (RuntimeObject * __this, Matrix4x4_t1817901843 ___Matrix4x41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_516 (RuntimeObject * __this, Playable_t459825607 ___Playable1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_517 (RuntimeObject * __this, ReflectionProbeBlendInfo_t288657778 ___ReflectionProbeBlendInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_518 (RuntimeObject * __this, WeightInfo_t1982677921 ___WeightInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_519 (RuntimeObject * __this, UICharInfo_t75501106 ___UICharInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_520 (RuntimeObject * __this, UILineInfo_t4195266810 ___UILineInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_521 (RuntimeObject * __this, UIVertex_t4057497605 ___UIVertex1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_522 (RuntimeObject * __this, Vector2Int_t3469998543 ___Vector2Int1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_523 (RuntimeObject * __this, XRNodeState_t3752602430 ___XRNodeState1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_524 (RuntimeObject * __this, int8_t ___SByte1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_525 (RuntimeObject * __this, int32_t ___Int321, double ___Double2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_526 (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_527 (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_528 (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_529 (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_530 (RuntimeObject * __this, intptr_t ___IntPtr1, Decimal_t2948259380 ___Decimal2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_531 (RuntimeObject * __this, intptr_t ___IntPtr1, double ___Double2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_532 (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_533 (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_534 (RuntimeObject * __this, intptr_t ___IntPtr1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_535 (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_536 (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_537 (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_538 (RuntimeObject * __this, intptr_t ___IntPtr1, Bounds_t2266837910 ___Bounds2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_539 (RuntimeObject * __this, intptr_t ___IntPtr1, Color_t2555686324 ___Color2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_540 (RuntimeObject * __this, intptr_t ___IntPtr1, Quaternion_t2301928331 ___Quaternion2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_541 (RuntimeObject * __this, intptr_t ___IntPtr1, Ray_t3785851493 ___Ray2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_542 (RuntimeObject * __this, intptr_t ___IntPtr1, Ray2D_t2082843914 ___Ray2D2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_543 (RuntimeObject * __this, intptr_t ___IntPtr1, Vector2_t2156229523 ___Vector22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_544 (RuntimeObject * __this, intptr_t ___IntPtr1, Vector3_t3722313464 ___Vector32, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_545 (RuntimeObject * __this, intptr_t ___IntPtr1, Vector4_t3319028937 ___Vector42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_546 (RuntimeObject * __this, intptr_t ___IntPtr1, MyStruct_t514849583 ___MyStruct2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_547 (RuntimeObject * __this, intptr_t ___IntPtr1, Pedding_t3796070799 ___Pedding2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_548 (RuntimeObject * __this, intptr_t ___IntPtr1, PushAsTableStruct_t2836609445 ___PushAsTableStruct2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_549 (RuntimeObject * __this, int32_t ___Int321, float ___Single2, int8_t ___SByte3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_550 (RuntimeObject * __this, int64_t ___Int641, int64_t ___Int642, int64_t ___Int643, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_551 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, int32_t ___Int323, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_552 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, Bounds_t2266837910 ___Bounds3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_553 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, Color_t2555686324 ___Color3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_554 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, Quaternion_t2301928331 ___Quaternion3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_555 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, Ray_t3785851493 ___Ray3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_556 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, Ray2D_t2082843914 ___Ray2D3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_557 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, Vector2_t2156229523 ___Vector23, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_558 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, Vector3_t3722313464 ___Vector33, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_559 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, Vector4_t3319028937 ___Vector43, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_560 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, MyStruct_t514849583 ___MyStruct3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_561 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, Pedding_t3796070799 ___Pedding3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_562 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, PushAsTableStruct_t2836609445 ___PushAsTableStruct3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_563 (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_564 (RuntimeObject * __this, float ___Single1, int32_t ___Int322, RuntimeObject * ___Object3, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_565 (RuntimeObject * __this, PathOptions_t2074623791 ___PathOptions1, RuntimeObject * ___Object2, Quaternion_t2301928331 ___Quaternion3, RuntimeObject * ___Object4, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_566 (RuntimeObject * __this, DateTimeOffset_t3229287507 ___DateTimeOffset1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_567 (RuntimeObject * __this, Guid_t ___Guid1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_568 (RuntimeObject * __this, TimeSpan_t881159249 ___TimeSpan1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_569 (RuntimeObject * __this, DateTime_t3738529785 ___DateTime1, DateTime_t3738529785 ___DateTime2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_570 (RuntimeObject * __this, DateTimeOffset_t3229287507 ___DateTimeOffset1, DateTimeOffset_t3229287507 ___DateTimeOffset2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_571 (RuntimeObject * __this, Guid_t ___Guid1, Guid_t ___Guid2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_572 (RuntimeObject * __this, TimeSpan_t881159249 ___TimeSpan1, TimeSpan_t881159249 ___TimeSpan2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_573 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3347025686 UnresolvedVirtualCall_574 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_575 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_576 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3674730509 UnresolvedVirtualCall_577 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TypeNameKey_t2985541961 UnresolvedVirtualCall_578 (RuntimeObject * __this, TypeNameKey_t2985541961 ___TypeNameKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_579 (RuntimeObject * __this, TypeNameKey_t2985541961 ___TypeNameKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t644712158 UnresolvedVirtualCall_580 (RuntimeObject * __this, TypeNameKey_t2985541961 ___TypeNameKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_581 (RuntimeObject * __this, TypeNameKey_t2985541961 ___TypeNameKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ResolverContractKey_t3292851287 UnresolvedVirtualCall_582 (RuntimeObject * __this, ResolverContractKey_t3292851287 ___ResolverContractKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_583 (RuntimeObject * __this, ResolverContractKey_t3292851287 ___ResolverContractKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3267901400 UnresolvedVirtualCall_584 (RuntimeObject * __this, ResolverContractKey_t3292851287 ___ResolverContractKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_585 (RuntimeObject * __this, ResolverContractKey_t3292851287 ___ResolverContractKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TypeConvertKey_t285306760 UnresolvedVirtualCall_586 (RuntimeObject * __this, TypeConvertKey_t285306760 ___TypeConvertKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_587 (RuntimeObject * __this, TypeConvertKey_t285306760 ___TypeConvertKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t753628355 UnresolvedVirtualCall_588 (RuntimeObject * __this, TypeConvertKey_t285306760 ___TypeConvertKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_589 (RuntimeObject * __this, TypeConvertKey_t285306760 ___TypeConvertKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AnimationPair_t1784808777 UnresolvedVirtualCall_590 (RuntimeObject * __this, AnimationPair_t1784808777 ___AnimationPair1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_591 (RuntimeObject * __this, AnimationPair_t1784808777 ___AnimationPair1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3078331264 UnresolvedVirtualCall_592 (RuntimeObject * __this, AnimationPair_t1784808777 ___AnimationPair1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_593 (RuntimeObject * __this, AnimationPair_t1784808777 ___AnimationPair1, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AttachmentKeyTuple_t1548106539 UnresolvedVirtualCall_594 (RuntimeObject * __this, AttachmentKeyTuple_t1548106539 ___AttachmentKeyTuple1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_595 (RuntimeObject * __this, AttachmentKeyTuple_t1548106539 ___AttachmentKeyTuple1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3402682164 UnresolvedVirtualCall_596 (RuntimeObject * __this, AttachmentKeyTuple_t1548106539 ___AttachmentKeyTuple1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_597 (RuntimeObject * __this, AttachmentKeyTuple_t1548106539 ___AttachmentKeyTuple1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static MaterialTexturePair_t1637207048 UnresolvedVirtualCall_598 (RuntimeObject * __this, MaterialTexturePair_t1637207048 ___MaterialTexturePair1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_599 (RuntimeObject * __this, MaterialTexturePair_t1637207048 ___MaterialTexturePair1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t1398773315 UnresolvedVirtualCall_600 (RuntimeObject * __this, MaterialTexturePair_t1637207048 ___MaterialTexturePair1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_601 (RuntimeObject * __this, MaterialTexturePair_t1637207048 ___MaterialTexturePair1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_602 (RuntimeObject * __this, KeyValuePair_2_t2530217319 ___KeyValuePair_21, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t4099514504 UnresolvedVirtualCall_603 (RuntimeObject * __this, KeyValuePair_2_t2530217319 ___KeyValuePair_21, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2530217319 UnresolvedVirtualCall_604 (RuntimeObject * __this, KeyValuePair_2_t2530217319 ___KeyValuePair_21, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_605 (RuntimeObject * __this, KeyValuePair_2_t2530217319 ___KeyValuePair_21, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t4237331251 UnresolvedVirtualCall_606 (RuntimeObject * __this, int32_t ___Int321, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_607 (RuntimeObject * __this, int32_t ___Int321, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t727985506 UnresolvedVirtualCall_608 (RuntimeObject * __this, int32_t ___Int321, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_609 (RuntimeObject * __this, int32_t ___Int321, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_610 (RuntimeObject * __this, int32_t ___Int321, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t71524366 UnresolvedVirtualCall_611 (RuntimeObject * __this, int32_t ___Int321, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_612 (RuntimeObject * __this, int32_t ___Int321, TimeType_t2507513283 ___TimeType2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3793898781 UnresolvedVirtualCall_613 (RuntimeObject * __this, int32_t ___Int321, TimeType_t2507513283 ___TimeType2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_614 (RuntimeObject * __this, int32_t ___Int321, TimeType_t2507513283 ___TimeType2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TimeType_t2507513283 UnresolvedVirtualCall_615 (RuntimeObject * __this, int32_t ___Int321, TimeType_t2507513283 ___TimeType2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_616 (RuntimeObject * __this, int64_t ___Int641, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2245450819 UnresolvedVirtualCall_617 (RuntimeObject * __this, int64_t ___Int641, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_618 (RuntimeObject * __this, int64_t ___Int641, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_619 (RuntimeObject * __this, int64_t ___Int641, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_620 (RuntimeObject * __this, intptr_t ___IntPtr1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3699644050 UnresolvedVirtualCall_621 (RuntimeObject * __this, intptr_t ___IntPtr1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static intptr_t UnresolvedVirtualCall_622 (RuntimeObject * __this, intptr_t ___IntPtr1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_623 (RuntimeObject * __this, intptr_t ___IntPtr1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_624 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3138545574 UnresolvedVirtualCall_625 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ArrayMetadata_t894288939 UnresolvedVirtualCall_626 (RuntimeObject * __this, RuntimeObject * ___Object1, ArrayMetadata_t894288939 ___ArrayMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_627 (RuntimeObject * __this, RuntimeObject * ___Object1, ArrayMetadata_t894288939 ___ArrayMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t344400094 UnresolvedVirtualCall_628 (RuntimeObject * __this, RuntimeObject * ___Object1, ArrayMetadata_t894288939 ___ArrayMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_629 (RuntimeObject * __this, RuntimeObject * ___Object1, ArrayMetadata_t894288939 ___ArrayMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ObjectMetadata_t3566284522 UnresolvedVirtualCall_630 (RuntimeObject * __this, RuntimeObject * ___Object1, ObjectMetadata_t3566284522 ___ObjectMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_631 (RuntimeObject * __this, RuntimeObject * ___Object1, ObjectMetadata_t3566284522 ___ObjectMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3016395677 UnresolvedVirtualCall_632 (RuntimeObject * __this, RuntimeObject * ___Object1, ObjectMetadata_t3566284522 ___ObjectMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_633 (RuntimeObject * __this, RuntimeObject * ___Object1, ObjectMetadata_t3566284522 ___ObjectMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PropertyMetadata_t3727440473 UnresolvedVirtualCall_634 (RuntimeObject * __this, RuntimeObject * ___Object1, PropertyMetadata_t3727440473 ___PropertyMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_635 (RuntimeObject * __this, RuntimeObject * ___Object1, PropertyMetadata_t3727440473 ___PropertyMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3177551628 UnresolvedVirtualCall_636 (RuntimeObject * __this, RuntimeObject * ___Object1, PropertyMetadata_t3727440473 ___PropertyMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_637 (RuntimeObject * __this, RuntimeObject * ___Object1, PropertyMetadata_t3727440473 ___PropertyMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t4085865031 UnresolvedVirtualCall_638 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t1940705767 UnresolvedVirtualCall_639 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t249061059 UnresolvedVirtualCall_640 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_641 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3842366416 UnresolvedVirtualCall_642 (RuntimeObject * __this, RuntimeObject * ___Object1, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2401056908 UnresolvedVirtualCall_643 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_644 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2530217319 UnresolvedVirtualCall_645 (RuntimeObject * __this, RuntimeObject * ___Object1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t1377593753 UnresolvedVirtualCall_646 (RuntimeObject * __this, RuntimeObject * ___Object1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_647 (RuntimeObject * __this, RuntimeObject * ___Object1, ConnectionCache_t1120597666 ___ConnectionCache2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t570708821 UnresolvedVirtualCall_648 (RuntimeObject * __this, RuntimeObject * ___Object1, ConnectionCache_t1120597666 ___ConnectionCache2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_649 (RuntimeObject * __this, RuntimeObject * ___Object1, ConnectionCache_t1120597666 ___ConnectionCache2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ConnectionCache_t1120597666 UnresolvedVirtualCall_650 (RuntimeObject * __this, RuntimeObject * ___Object1, ConnectionCache_t1120597666 ___ConnectionCache2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_651 (RuntimeObject * __this, int32_t ___Int321, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3221661147 UnresolvedVirtualCall_652 (RuntimeObject * __this, int32_t ___Int321, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_653 (RuntimeObject * __this, int32_t ___Int321, int8_t ___SByte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_654 (RuntimeObject * __this, int32_t ___Int321, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t226672660 UnresolvedVirtualCall_655 (RuntimeObject * __this, int32_t ___Int321, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_656 (RuntimeObject * __this, int32_t ___Int321, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_657 (RuntimeObject * __this, int32_t ___Int321, float ___Single2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DictionaryEntry_t3123975638 UnresolvedVirtualCall_658 (RuntimeObject * __this, MethodKey_t431904033 ___MethodKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t590917798 UnresolvedVirtualCall_659 (RuntimeObject * __this, MethodKey_t431904033 ___MethodKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_660 (RuntimeObject * __this, MethodKey_t431904033 ___MethodKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static MethodKey_t431904033 UnresolvedVirtualCall_661 (RuntimeObject * __this, MethodKey_t431904033 ___MethodKey1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3347025686 UnresolvedVirtualCall_662 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3674730509 UnresolvedVirtualCall_663 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t644712158 UnresolvedVirtualCall_664 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_665 (RuntimeObject * __this, TypeNameKey_t2985541961 ___TypeNameKey1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_666 (RuntimeObject * __this, TypeNameKey_t2985541961 ___TypeNameKey1, TypeNameKey_t2985541961 ___TypeNameKey2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3267901400 UnresolvedVirtualCall_667 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_668 (RuntimeObject * __this, ResolverContractKey_t3292851287 ___ResolverContractKey1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_669 (RuntimeObject * __this, ResolverContractKey_t3292851287 ___ResolverContractKey1, ResolverContractKey_t3292851287 ___ResolverContractKey2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t753628355 UnresolvedVirtualCall_670 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_671 (RuntimeObject * __this, TypeConvertKey_t285306760 ___TypeConvertKey1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_672 (RuntimeObject * __this, TypeConvertKey_t285306760 ___TypeConvertKey1, TypeConvertKey_t285306760 ___TypeConvertKey2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3078331264 UnresolvedVirtualCall_673 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_674 (RuntimeObject * __this, AnimationPair_t1784808777 ___AnimationPair1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_675 (RuntimeObject * __this, AnimationPair_t1784808777 ___AnimationPair1, AnimationPair_t1784808777 ___AnimationPair2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3402682164 UnresolvedVirtualCall_676 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_677 (RuntimeObject * __this, AttachmentKeyTuple_t1548106539 ___AttachmentKeyTuple1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_678 (RuntimeObject * __this, AttachmentKeyTuple_t1548106539 ___AttachmentKeyTuple1, AttachmentKeyTuple_t1548106539 ___AttachmentKeyTuple2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t1398773315 UnresolvedVirtualCall_679 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_680 (RuntimeObject * __this, MaterialTexturePair_t1637207048 ___MaterialTexturePair1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_681 (RuntimeObject * __this, MaterialTexturePair_t1637207048 ___MaterialTexturePair1, MaterialTexturePair_t1637207048 ___MaterialTexturePair2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t4099514504 UnresolvedVirtualCall_682 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t4237331251 UnresolvedVirtualCall_683 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t727985506 UnresolvedVirtualCall_684 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t71524366 UnresolvedVirtualCall_685 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3793898781 UnresolvedVirtualCall_686 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_687 (RuntimeObject * __this, TimeType_t2507513283 ___TimeType1, TimeType_t2507513283 ___TimeType2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2245450819 UnresolvedVirtualCall_688 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3699644050 UnresolvedVirtualCall_689 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_690 (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_t3138545574 UnresolvedVirtualCall_691 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t344400094 UnresolvedVirtualCall_692 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_693 (RuntimeObject * __this, ArrayMetadata_t894288939 ___ArrayMetadata1, ArrayMetadata_t894288939 ___ArrayMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3016395677 UnresolvedVirtualCall_694 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_695 (RuntimeObject * __this, ObjectMetadata_t3566284522 ___ObjectMetadata1, ObjectMetadata_t3566284522 ___ObjectMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3177551628 UnresolvedVirtualCall_696 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t4085865031 UnresolvedVirtualCall_697 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t1940705767 UnresolvedVirtualCall_698 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t249061059 UnresolvedVirtualCall_699 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3842366416 UnresolvedVirtualCall_700 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2401056908 UnresolvedVirtualCall_701 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t1377593753 UnresolvedVirtualCall_702 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t570708821 UnresolvedVirtualCall_703 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_704 (RuntimeObject * __this, ConnectionCache_t1120597666 ___ConnectionCache1, ConnectionCache_t1120597666 ___ConnectionCache2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t3221661147 UnresolvedVirtualCall_705 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t226672660 UnresolvedVirtualCall_706 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t590917798 UnresolvedVirtualCall_707 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_708 (RuntimeObject * __this, MethodKey_t431904033 ___MethodKey1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_709 (RuntimeObject * __this, MethodKey_t431904033 ___MethodKey1, MethodKey_t431904033 ___MethodKey2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_710 (RuntimeObject * __this, ArrayMetadata_t894288939 ___ArrayMetadata1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_711 (RuntimeObject * __this, ObjectMetadata_t3566284522 ___ObjectMetadata1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_712 (RuntimeObject * __this, DateTime_t3738529785 ___DateTime1, DateTime_t3738529785 ___DateTime2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_713 (RuntimeObject * __this, DateTimeOffset_t3229287507 ___DateTimeOffset1, DateTimeOffset_t3229287507 ___DateTimeOffset2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_714 (RuntimeObject * __this, Guid_t ___Guid1, Guid_t ___Guid2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_715 (RuntimeObject * __this, TimeSpan_t881159249 ___TimeSpan1, TimeSpan_t881159249 ___TimeSpan2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_716 (RuntimeObject * __this, TimeType_t2507513283 ___TimeType1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_717 (RuntimeObject * __this, ConnectionCache_t1120597666 ___ConnectionCache1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_718 (RuntimeObject * __this, ColorBlock_t2139031574 ___ColorBlock1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_719 (RuntimeObject * __this, Navigation_t3049316579 ___Navigation1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_720 (RuntimeObject * __this, SpriteState_t1362986479 ___SpriteState1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static LMRendererInfo_t3374010072 UnresolvedVirtualCall_721 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DelayedQueueItem_t1027542936 UnresolvedVirtualCall_722 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static JsonPosition_t2528027714 UnresolvedVirtualCall_723 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static EventQueueEntry_t351831961 UnresolvedVirtualCall_724 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AtlasMaterialOverride_t2435041389 UnresolvedVirtualCall_725 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static SlotMaterialOverride_t1001979181 UnresolvedVirtualCall_726 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TransformPair_t3795417756 UnresolvedVirtualCall_727 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t298337405 UnresolvedVirtualCall_728 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CustomAttributeNamedArgument_t287865710 UnresolvedVirtualCall_729 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CustomAttributeTypedArgument_t2723150157 UnresolvedVirtualCall_730 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AnimatorClipInfo_t3156717155 UnresolvedVirtualCall_731 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static OrderBlock_t1585977831 UnresolvedVirtualCall_732 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static BoneWeight_t1955788027 UnresolvedVirtualCall_733 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DiagnosticSwitch_t2110704064 UnresolvedVirtualCall_734 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RaycastResult_t3360306849 UnresolvedVirtualCall_735 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Matrix4x4_t1817901843 UnresolvedVirtualCall_736 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Playable_t459825607 UnresolvedVirtualCall_737 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ReflectionProbeBlendInfo_t288657778 UnresolvedVirtualCall_738 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static WeightInfo_t1982677921 UnresolvedVirtualCall_739 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static UICharInfo_t75501106 UnresolvedVirtualCall_740 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static UILineInfo_t4195266810 UnresolvedVirtualCall_741 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static UIVertex_t4057497605 UnresolvedVirtualCall_742 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2Int_t3469998543 UnresolvedVirtualCall_743 (RuntimeObject * __this, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_744 (RuntimeObject * __this, int32_t ___Int321, PropertyMetadata_t3727440473 ___PropertyMetadata2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_745 (RuntimeObject * __this, PropertyMetadata_t3727440473 ___PropertyMetadata1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PropertyMetadata_t3727440473 UnresolvedVirtualCall_746 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_747 (RuntimeObject * __this, int32_t ___Int321, LMRendererInfo_t3374010072 ___LMRendererInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_748 (RuntimeObject * __this, LMRendererInfo_t3374010072 ___LMRendererInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static LMRendererInfo_t3374010072 UnresolvedVirtualCall_749 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_750 (RuntimeObject * __this, int32_t ___Int321, DelayedQueueItem_t1027542936 ___DelayedQueueItem2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_751 (RuntimeObject * __this, DelayedQueueItem_t1027542936 ___DelayedQueueItem1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DelayedQueueItem_t1027542936 UnresolvedVirtualCall_752 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_753 (RuntimeObject * __this, int32_t ___Int321, JsonPosition_t2528027714 ___JsonPosition2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_754 (RuntimeObject * __this, JsonPosition_t2528027714 ___JsonPosition1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static JsonPosition_t2528027714 UnresolvedVirtualCall_755 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_756 (RuntimeObject * __this, int32_t ___Int321, EventQueueEntry_t351831961 ___EventQueueEntry2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_757 (RuntimeObject * __this, EventQueueEntry_t351831961 ___EventQueueEntry1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static EventQueueEntry_t351831961 UnresolvedVirtualCall_758 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_759 (RuntimeObject * __this, int32_t ___Int321, AtlasMaterialOverride_t2435041389 ___AtlasMaterialOverride2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_760 (RuntimeObject * __this, AtlasMaterialOverride_t2435041389 ___AtlasMaterialOverride1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static AtlasMaterialOverride_t2435041389 UnresolvedVirtualCall_761 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_762 (RuntimeObject * __this, int32_t ___Int321, SlotMaterialOverride_t1001979181 ___SlotMaterialOverride2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_763 (RuntimeObject * __this, SlotMaterialOverride_t1001979181 ___SlotMaterialOverride1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static SlotMaterialOverride_t1001979181 UnresolvedVirtualCall_764 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_765 (RuntimeObject * __this, int32_t ___Int321, TransformPair_t3795417756 ___TransformPair2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_766 (RuntimeObject * __this, TransformPair_t3795417756 ___TransformPair1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static TransformPair_t3795417756 UnresolvedVirtualCall_767 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_768 (RuntimeObject * __this, int8_t ___SByte1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_769 (RuntimeObject * __this, int32_t ___Int321, uint8_t ___Byte2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static uint8_t UnresolvedVirtualCall_770 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_771 (RuntimeObject * __this, int32_t ___Int321, int16_t ___Int162, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_772 (RuntimeObject * __this, int16_t ___Int161, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int16_t UnresolvedVirtualCall_773 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_774 (RuntimeObject * __this, int32_t ___Int321, KeyValuePair_2_t298337405 ___KeyValuePair_22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_775 (RuntimeObject * __this, KeyValuePair_2_t298337405 ___KeyValuePair_21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t298337405 UnresolvedVirtualCall_776 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_777 (RuntimeObject * __this, int32_t ___Int321, int64_t ___Int642, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int64_t UnresolvedVirtualCall_778 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_779 (RuntimeObject * __this, int32_t ___Int321, CustomAttributeNamedArgument_t287865710 ___CustomAttributeNamedArgument2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_780 (RuntimeObject * __this, CustomAttributeNamedArgument_t287865710 ___CustomAttributeNamedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_781 (RuntimeObject * __this, int32_t ___Int321, CustomAttributeTypedArgument_t2723150157 ___CustomAttributeTypedArgument2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_782 (RuntimeObject * __this, CustomAttributeTypedArgument_t2723150157 ___CustomAttributeTypedArgument1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_783 (RuntimeObject * __this, float ___Single1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static float UnresolvedVirtualCall_784 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_785 (RuntimeObject * __this, int32_t ___Int321, AnimatorClipInfo_t3156717155 ___AnimatorClipInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_786 (RuntimeObject * __this, AnimatorClipInfo_t3156717155 ___AnimatorClipInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_787 (RuntimeObject * __this, int32_t ___Int321, OrderBlock_t1585977831 ___OrderBlock2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_788 (RuntimeObject * __this, OrderBlock_t1585977831 ___OrderBlock1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static OrderBlock_t1585977831 UnresolvedVirtualCall_789 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_790 (RuntimeObject * __this, int32_t ___Int321, BoneWeight_t1955788027 ___BoneWeight2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_791 (RuntimeObject * __this, BoneWeight_t1955788027 ___BoneWeight1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static BoneWeight_t1955788027 UnresolvedVirtualCall_792 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_793 (RuntimeObject * __this, int32_t ___Int321, Color_t2555686324 ___Color2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_794 (RuntimeObject * __this, Color_t2555686324 ___Color1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color_t2555686324 UnresolvedVirtualCall_795 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_796 (RuntimeObject * __this, int32_t ___Int321, Color32_t2600501292 ___Color322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_797 (RuntimeObject * __this, Color32_t2600501292 ___Color321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color32_t2600501292 UnresolvedVirtualCall_798 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_799 (RuntimeObject * __this, int32_t ___Int321, DiagnosticSwitch_t2110704064 ___DiagnosticSwitch2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_800 (RuntimeObject * __this, DiagnosticSwitch_t2110704064 ___DiagnosticSwitch1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static DiagnosticSwitch_t2110704064 UnresolvedVirtualCall_801 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_802 (RuntimeObject * __this, int32_t ___Int321, RaycastResult_t3360306849 ___RaycastResult2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_803 (RuntimeObject * __this, RaycastResult_t3360306849 ___RaycastResult1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RaycastResult_t3360306849 UnresolvedVirtualCall_804 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_805 (RuntimeObject * __this, int32_t ___Int321, Matrix4x4_t1817901843 ___Matrix4x42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_806 (RuntimeObject * __this, Matrix4x4_t1817901843 ___Matrix4x41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Matrix4x4_t1817901843 UnresolvedVirtualCall_807 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_808 (RuntimeObject * __this, int32_t ___Int321, Playable_t459825607 ___Playable2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_809 (RuntimeObject * __this, Playable_t459825607 ___Playable1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Playable_t459825607 UnresolvedVirtualCall_810 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_811 (RuntimeObject * __this, int32_t ___Int321, ReflectionProbeBlendInfo_t288657778 ___ReflectionProbeBlendInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_812 (RuntimeObject * __this, ReflectionProbeBlendInfo_t288657778 ___ReflectionProbeBlendInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static ReflectionProbeBlendInfo_t288657778 UnresolvedVirtualCall_813 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_814 (RuntimeObject * __this, int32_t ___Int321, WeightInfo_t1982677921 ___WeightInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_815 (RuntimeObject * __this, WeightInfo_t1982677921 ___WeightInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static WeightInfo_t1982677921 UnresolvedVirtualCall_816 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_817 (RuntimeObject * __this, int32_t ___Int321, UICharInfo_t75501106 ___UICharInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_818 (RuntimeObject * __this, UICharInfo_t75501106 ___UICharInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_819 (RuntimeObject * __this, int32_t ___Int321, UILineInfo_t4195266810 ___UILineInfo2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_820 (RuntimeObject * __this, UILineInfo_t4195266810 ___UILineInfo1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_821 (RuntimeObject * __this, int32_t ___Int321, UIVertex_t4057497605 ___UIVertex2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_822 (RuntimeObject * __this, UIVertex_t4057497605 ___UIVertex1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_823 (RuntimeObject * __this, int32_t ___Int321, Vector2_t2156229523 ___Vector22, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_824 (RuntimeObject * __this, Vector2_t2156229523 ___Vector21, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2_t2156229523 UnresolvedVirtualCall_825 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_826 (RuntimeObject * __this, int32_t ___Int321, Vector2Int_t3469998543 ___Vector2Int2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_827 (RuntimeObject * __this, Vector2Int_t3469998543 ___Vector2Int1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2Int_t3469998543 UnresolvedVirtualCall_828 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_829 (RuntimeObject * __this, int32_t ___Int321, Vector3_t3722313464 ___Vector32, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_830 (RuntimeObject * __this, Vector3_t3722313464 ___Vector31, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_t3722313464 UnresolvedVirtualCall_831 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_832 (RuntimeObject * __this, int32_t ___Int321, Vector4_t3319028937 ___Vector42, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_833 (RuntimeObject * __this, Vector4_t3319028937 ___Vector41, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector4_t3319028937 UnresolvedVirtualCall_834 (RuntimeObject * __this, int32_t ___Int321, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_835 (RuntimeObject * __this, RaycastHit_t1056001966 ___RaycastHit1, RaycastHit_t1056001966 ___RaycastHit2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_836 (RuntimeObject * __this, TypeNameKey_t2985541961 ___TypeNameKey1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_837 (RuntimeObject * __this, TypeConvertKey_t285306760 ___TypeConvertKey1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static KeyValuePair_2_t2530217319 UnresolvedVirtualCall_838 (RuntimeObject * __this, DictionaryEntry_t3123975638 ___DictionaryEntry1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static double UnresolvedVirtualCall_839 (RuntimeObject * __this, double ___Double1, double ___Double2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int8_t UnresolvedVirtualCall_840 (RuntimeObject * __this, int32_t ___Int321, intptr_t ___IntPtr2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static int32_t UnresolvedVirtualCall_841 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color2_t3097643075 UnresolvedVirtualCall_842 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static VectorOptions_t1354903650 UnresolvedVirtualCall_843 (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_844 (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_845 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Decimal_t2948259380 UnresolvedVirtualCall_846 (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_847 (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_848 (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_849 (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_t1438310180 UnresolvedVirtualCall_850 (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_t3271444517 UnresolvedVirtualCall_851 (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_t477397604 UnresolvedVirtualCall_852 (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_t1819850047 UnresolvedVirtualCall_853 (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_t3119828856 UnresolvedVirtualCall_854 (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_t4278248406 UnresolvedVirtualCall_855 (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_t1149908250 UnresolvedVirtualCall_856 (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_857 (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_858 (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_859 (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_860 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Bounds_t2266837910 UnresolvedVirtualCall_861 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static CachedAssetBundle_t2205819908 UnresolvedVirtualCall_862 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Color_t2555686324 UnresolvedVirtualCall_863 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RaycastResult_t3360306849 UnresolvedVirtualCall_864 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Hash128_t2357739769 UnresolvedVirtualCall_865 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Keyframe_t4206410242 UnresolvedVirtualCall_866 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static LightBakingOutput_t989813037 UnresolvedVirtualCall_867 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static MatchTargetWeightMask_t554846203 UnresolvedVirtualCall_868 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Matrix4x4_t1817901843 UnresolvedVirtualCall_869 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static EmitParams_t2216423628 UnresolvedVirtualCall_870 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Quaternion_t2301928331 UnresolvedVirtualCall_871 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Ray_t3785851493 UnresolvedVirtualCall_872 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Ray2D_t2082843914 UnresolvedVirtualCall_873 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Rect_t2360479859 UnresolvedVirtualCall_874 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RenderBuffer_t586150500 UnresolvedVirtualCall_875 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Scene_t2348375561 UnresolvedVirtualCall_876 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector2_t2156229523 UnresolvedVirtualCall_877 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector3_t3722313464 UnresolvedVirtualCall_878 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Vector4_t3319028937 UnresolvedVirtualCall_879 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static MyStruct_t514849583 UnresolvedVirtualCall_880 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static Pedding_t3796070799 UnresolvedVirtualCall_881 (RuntimeObject * __this, intptr_t ___IntPtr1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static PushAsTableStruct_t2836609445 UnresolvedVirtualCall_882 (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_883 (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_884 (RuntimeObject * __this, SubmeshInstruction_t52121370 ___SubmeshInstruction1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_885 (RuntimeObject * __this, Scene_t2348375561 ___Scene1, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_886 (RuntimeObject * __this, Scene_t2348375561 ___Scene1, int32_t ___Int322, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static void UnresolvedVirtualCall_887 (RuntimeObject * __this, Scene_t2348375561 ___Scene1, Scene_t2348375561 ___Scene2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } static RuntimeObject * UnresolvedVirtualCall_888 (RuntimeObject * __this, PropertyName_t3749835189 ___PropertyName1, RuntimeObject * ___Object2, const RuntimeMethod* method) { il2cpp_codegen_raise_execution_engine_exception(method); il2cpp_codegen_no_return(); } extern const Il2CppMethodPointer g_UnresolvedVirtualMethodPointers[889] = { (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, (const Il2CppMethodPointer) UnresolvedVirtualCall_781, (const Il2CppMethodPointer) UnresolvedVirtualCall_782, (const Il2CppMethodPointer) UnresolvedVirtualCall_783, (const Il2CppMethodPointer) UnresolvedVirtualCall_784, (const Il2CppMethodPointer) UnresolvedVirtualCall_785, (const Il2CppMethodPointer) UnresolvedVirtualCall_786, (const Il2CppMethodPointer) UnresolvedVirtualCall_787, (const Il2CppMethodPointer) UnresolvedVirtualCall_788, (const Il2CppMethodPointer) UnresolvedVirtualCall_789, (const Il2CppMethodPointer) UnresolvedVirtualCall_790, (const Il2CppMethodPointer) UnresolvedVirtualCall_791, (const Il2CppMethodPointer) UnresolvedVirtualCall_792, (const Il2CppMethodPointer) UnresolvedVirtualCall_793, (const Il2CppMethodPointer) UnresolvedVirtualCall_794, (const Il2CppMethodPointer) UnresolvedVirtualCall_795, (const Il2CppMethodPointer) UnresolvedVirtualCall_796, (const Il2CppMethodPointer) UnresolvedVirtualCall_797, (const Il2CppMethodPointer) UnresolvedVirtualCall_798, (const Il2CppMethodPointer) UnresolvedVirtualCall_799, (const Il2CppMethodPointer) UnresolvedVirtualCall_800, (const Il2CppMethodPointer) UnresolvedVirtualCall_801, (const Il2CppMethodPointer) UnresolvedVirtualCall_802, (const Il2CppMethodPointer) UnresolvedVirtualCall_803, (const Il2CppMethodPointer) UnresolvedVirtualCall_804, (const Il2CppMethodPointer) UnresolvedVirtualCall_805, (const Il2CppMethodPointer) UnresolvedVirtualCall_806, (const Il2CppMethodPointer) UnresolvedVirtualCall_807, (const Il2CppMethodPointer) UnresolvedVirtualCall_808, (const Il2CppMethodPointer) UnresolvedVirtualCall_809, (const Il2CppMethodPointer) UnresolvedVirtualCall_810, (const Il2CppMethodPointer) UnresolvedVirtualCall_811, (const Il2CppMethodPointer) UnresolvedVirtualCall_812, (const Il2CppMethodPointer) UnresolvedVirtualCall_813, (const Il2CppMethodPointer) UnresolvedVirtualCall_814, (const Il2CppMethodPointer) UnresolvedVirtualCall_815, (const Il2CppMethodPointer) UnresolvedVirtualCall_816, (const Il2CppMethodPointer) UnresolvedVirtualCall_817, (const Il2CppMethodPointer) UnresolvedVirtualCall_818, (const Il2CppMethodPointer) UnresolvedVirtualCall_819, (const Il2CppMethodPointer) UnresolvedVirtualCall_820, (const Il2CppMethodPointer) UnresolvedVirtualCall_821, (const Il2CppMethodPointer) UnresolvedVirtualCall_822, (const Il2CppMethodPointer) UnresolvedVirtualCall_823, (const Il2CppMethodPointer) UnresolvedVirtualCall_824, (const Il2CppMethodPointer) UnresolvedVirtualCall_825, (const Il2CppMethodPointer) UnresolvedVirtualCall_826, (const Il2CppMethodPointer) UnresolvedVirtualCall_827, (const Il2CppMethodPointer) UnresolvedVirtualCall_828, (const Il2CppMethodPointer) UnresolvedVirtualCall_829, (const Il2CppMethodPointer) UnresolvedVirtualCall_830, (const Il2CppMethodPointer) UnresolvedVirtualCall_831, (const Il2CppMethodPointer) UnresolvedVirtualCall_832, (const Il2CppMethodPointer) UnresolvedVirtualCall_833, (const Il2CppMethodPointer) UnresolvedVirtualCall_834, (const Il2CppMethodPointer) UnresolvedVirtualCall_835, (const Il2CppMethodPointer) UnresolvedVirtualCall_836, (const Il2CppMethodPointer) UnresolvedVirtualCall_837, (const Il2CppMethodPointer) UnresolvedVirtualCall_838, (const Il2CppMethodPointer) UnresolvedVirtualCall_839, (const Il2CppMethodPointer) UnresolvedVirtualCall_840, (const Il2CppMethodPointer) UnresolvedVirtualCall_841, (const Il2CppMethodPointer) UnresolvedVirtualCall_842, (const Il2CppMethodPointer) UnresolvedVirtualCall_843, (const Il2CppMethodPointer) UnresolvedVirtualCall_844, (const Il2CppMethodPointer) UnresolvedVirtualCall_845, (const Il2CppMethodPointer) UnresolvedVirtualCall_846, (const Il2CppMethodPointer) UnresolvedVirtualCall_847, (const Il2CppMethodPointer) UnresolvedVirtualCall_848, (const Il2CppMethodPointer) UnresolvedVirtualCall_849, (const Il2CppMethodPointer) UnresolvedVirtualCall_850, (const Il2CppMethodPointer) UnresolvedVirtualCall_851, (const Il2CppMethodPointer) UnresolvedVirtualCall_852, (const Il2CppMethodPointer) UnresolvedVirtualCall_853, (const Il2CppMethodPointer) UnresolvedVirtualCall_854, (const Il2CppMethodPointer) UnresolvedVirtualCall_855, (const Il2CppMethodPointer) UnresolvedVirtualCall_856, (const Il2CppMethodPointer) UnresolvedVirtualCall_857, (const Il2CppMethodPointer) UnresolvedVirtualCall_858, (const Il2CppMethodPointer) UnresolvedVirtualCall_859, (const Il2CppMethodPointer) UnresolvedVirtualCall_860, (const Il2CppMethodPointer) UnresolvedVirtualCall_861, (const Il2CppMethodPointer) UnresolvedVirtualCall_862, (const Il2CppMethodPointer) UnresolvedVirtualCall_863, (const Il2CppMethodPointer) UnresolvedVirtualCall_864, (const Il2CppMethodPointer) UnresolvedVirtualCall_865, (const Il2CppMethodPointer) UnresolvedVirtualCall_866, (const Il2CppMethodPointer) UnresolvedVirtualCall_867, (const Il2CppMethodPointer) UnresolvedVirtualCall_868, (const Il2CppMethodPointer) UnresolvedVirtualCall_869, (const Il2CppMethodPointer) UnresolvedVirtualCall_870, (const Il2CppMethodPointer) UnresolvedVirtualCall_871, (const Il2CppMethodPointer) UnresolvedVirtualCall_872, (const Il2CppMethodPointer) UnresolvedVirtualCall_873, (const Il2CppMethodPointer) UnresolvedVirtualCall_874, (const Il2CppMethodPointer) UnresolvedVirtualCall_875, (const Il2CppMethodPointer) UnresolvedVirtualCall_876, (const Il2CppMethodPointer) UnresolvedVirtualCall_877, (const Il2CppMethodPointer) UnresolvedVirtualCall_878, (const Il2CppMethodPointer) UnresolvedVirtualCall_879, (const Il2CppMethodPointer) UnresolvedVirtualCall_880, (const Il2CppMethodPointer) UnresolvedVirtualCall_881, (const Il2CppMethodPointer) UnresolvedVirtualCall_882, (const Il2CppMethodPointer) UnresolvedVirtualCall_883, (const Il2CppMethodPointer) UnresolvedVirtualCall_884, (const Il2CppMethodPointer) UnresolvedVirtualCall_885, (const Il2CppMethodPointer) UnresolvedVirtualCall_886, (const Il2CppMethodPointer) UnresolvedVirtualCall_887, (const Il2CppMethodPointer) UnresolvedVirtualCall_888, };