#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory struct LateBoundReflectionDelegateFactory_t925499913; // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_t2845904993; // System.Reflection.MethodBase struct MethodBase_t; // System.String struct String_t; // Spine.ExposedList`1 struct ExposedList_1_t1492250734; // System.Converter`2 struct Converter_2_t2442480487; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Action`2 struct Action_2_t2470008838; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Reflection.PropertyInfo struct PropertyInfo_t; // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_t2528576452; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Exception struct Exception_t; // System.Array/Swapper struct Swapper_t2822380397; // DMCore.Framework.Scene.AvatarCate[] struct AvatarCateU5BU5D_t1610689372; // DMCore.Framework.Thread.enumThreadID[] struct enumThreadIDU5BU5D_t3988452515; // LitJson.PropertyMetadata[] struct PropertyMetadataU5BU5D_t3282844708; // LMRendererInfo[] struct LMRendererInfoU5BU5D_t4046529225; // Loom/DelayedQueueItem[] struct DelayedQueueItemU5BU5D_t658540297; // Newtonsoft.Json.JsonPosition[] struct JsonPositionU5BU5D_t197937271; // Spine.EventQueue/EventQueueEntry[] struct EventQueueEntryU5BU5D_t1574228452; // Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride[] struct AtlasMaterialOverrideU5BU5D_t1961062208; // Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride[] struct SlotMaterialOverrideU5BU5D_t1365839744; // Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair[] struct TransformPairU5BU5D_t3004865397; // Spine.Unity.SubmeshInstruction[] struct SubmeshInstructionU5BU5D_t131014463; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Char[] struct CharU5BU5D_t3528271667; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t2143006960; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t118269214; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Int64[] struct Int64U5BU5D_t2559172825; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t3710464795; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t1465843424; // System.Single[] struct SingleU5BU5D_t1444911251; // UnityEngine.AnimatorClipInfo[] struct AnimatorClipInfoU5BU5D_t855299250; // UnityEngine.BeforeRenderHelper/OrderBlock[] struct OrderBlockU5BU5D_t2389202590; // UnityEngine.BoneWeight[] struct BoneWeightU5BU5D_t1776052410; // UnityEngine.Color[] struct ColorU5BU5D_t941916413; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773; // UnityEngine.DiagnosticSwitch[] struct DiagnosticSwitchU5BU5D_t2165446465; // UnityEngine.EventSystems.RaycastResult[] struct RaycastResultU5BU5D_t1128832444; // UnityEngine.KeyCode[] struct KeyCodeU5BU5D_t2223234056; // UnityEngine.Matrix4x4[] struct Matrix4x4U5BU5D_t2302988098; // UnityEngine.Playables.Playable[] struct PlayableU5BU5D_t3229717310; // UnityEngine.Rendering.ReflectionProbeBlendInfo[] struct ReflectionProbeBlendInfoU5BU5D_t2102825095; // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo[] struct WeightInfoU5BU5D_t1690221756; // UnityEngine.UICharInfo[] struct UICharInfoU5BU5D_t928762055; // UnityEngine.UILineInfo[] struct UILineInfoU5BU5D_t1655937503; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // UnityEngine.Vector2Int[] struct Vector2IntU5BU5D_t2878452246; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.Vector4[] struct Vector4U5BU5D_t934056436; // UnityEngine.Component struct Component_t1923634451; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3139126069; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1580492422; // DG.Tweening.Tween struct Tween_t2342918553; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4210260218; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3388502834; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2433923774; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3313089966; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2697511091; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t884556411; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2065240817; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t181868238; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t745532282; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3785815898; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1299559007; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1717381983; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4006488229; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t494271946; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3249354882; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2944330537; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t168157886; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1835836317; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t951858585; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2840439279; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4147751407; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1116502072; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t337461567; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t1644773695; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3746269868; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2693741957; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4001054085; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2924512484; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3479363508; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t491708340; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1969933424; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2822902368; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4130214496; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2849099616; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2233520741; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1140062978; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2447375106; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t420566061; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2302858182; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3610170310; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1601250467; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3876836296; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t889181128; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4012845184; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2298482528; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3605794656; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t281541932; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2044724535; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3352036663; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3321825548; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t835568657; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2103276063; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3410588191; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1253391633; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1899025727; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3206337855; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3542497879; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3465109668; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t477454500; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t30281596; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2785364532; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2480340187; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3999134832; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3061825141; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t74169973; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1371845967; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Collections.Generic.ICollection`1 struct ICollection_1_t1613291102; // System.Predicate`1 struct Predicate_1_t3905400288; // System.RankException struct RankException_t3812021567; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.Texture2D struct Texture2D_t3840446185; // UnityEngine.Material struct Material_t340375123; // System.Type struct Type_t; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t1976548163; // CircleImage struct CircleImage_t2126599838; // Spine.Slot struct Slot_t3514940700; // Spine.Animation struct Animation_t615783283; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // UnityEngine.ReflectionProbe struct ReflectionProbe_t175708936; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // Spine.Skeleton struct Skeleton_t3686076450; // UnityEngine.Transform struct Transform_t3600365921; // System.Action`1 struct Action_1_t2019918284; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t2750080073; // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // UnityEngine.Collider struct Collider_t1773347010; // UnityEngine.Collider2D struct Collider2D_t2806799626; // UnityEngine.Renderer struct Renderer_t2627027031; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t4150874583; // UnityEngine.Playables.PlayableBinding[] struct PlayableBindingU5BU5D_t829358056; // UnityEngine.Object struct Object_t631007953; // System.Func`3 struct Func_3_t766691812; // DG.Tweening.Core.DOTweenComponent struct DOTweenComponent_t828035757; // System.Collections.Generic.List`1 struct List_1_t904863771; // UnityEngine.EnumInfo struct EnumInfo_t93260550; // DG.Tweening.TweenCallback struct TweenCallback_t3727756325; // System.String[] struct StringU5BU5D_t1281789340; // System.IO.Stream struct Stream_t1273022909; // Spine.TrackEntry struct TrackEntry_t1316488441; // Spine.Event struct Event_t1378573841; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DG.Tweening.EaseFunction struct EaseFunction_t3531141372; // DG.Tweening.Sequence struct Sequence_t2050373119; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t487868235; extern RuntimeClass* ConstructorInfo_t5769829_il2cpp_TypeInfo_var; extern String_t* _stringLiteral414301358; extern const uint32_t LateBoundReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m2974059156_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1_ConvertAll_TisRuntimeObject_m2345800364_RuntimeMethod_var; extern String_t* _stringLiteral879148213; extern const uint32_t ExposedList_1_ConvertAll_TisRuntimeObject_m2345800364_MetadataUsageId; extern String_t* _stringLiteral938070653; extern const uint32_t LateBoundReflectionDelegateFactory_CreateSet_TisRuntimeObject_m3638235545_MetadataUsageId; extern String_t* _stringLiteral2854063445; extern const uint32_t LateBoundReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2453882876_MetadataUsageId; extern RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; extern RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_RuntimeMethod_var; extern String_t* _stringLiteral988316407; extern const uint32_t ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern RuntimeClass* Swapper_t2822380397_il2cpp_TypeInfo_var; extern RuntimeClass* DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_int_swapper_m3830919681_RuntimeMethod_var; extern const RuntimeMethod* Array_double_swapper_m4135376022_RuntimeMethod_var; extern const RuntimeMethod* Array_slow_swapper_m4116724811_RuntimeMethod_var; extern const uint32_t Array_get_swapper_TisAvatarCate_t455786881_m2176868631_MetadataUsageId; extern const uint32_t Array_get_swapper_TisenumThreadID_t4044096134_m906914780_MetadataUsageId; extern const uint32_t Array_get_swapper_TisPropertyMetadata_t3727440473_m3857888431_MetadataUsageId; extern const uint32_t Array_get_swapper_TisLMRendererInfo_t3374010072_m1651205109_MetadataUsageId; extern const uint32_t Array_get_swapper_TisDelayedQueueItem_t1027542936_m1761056574_MetadataUsageId; extern const uint32_t Array_get_swapper_TisJsonPosition_t2528027714_m1324768847_MetadataUsageId; extern const uint32_t Array_get_swapper_TisEventQueueEntry_t351831961_m4119899164_MetadataUsageId; extern const uint32_t Array_get_swapper_TisAtlasMaterialOverride_t2435041389_m1354987436_MetadataUsageId; extern const uint32_t Array_get_swapper_TisSlotMaterialOverride_t1001979181_m2199205222_MetadataUsageId; extern const uint32_t Array_get_swapper_TisTransformPair_t3795417756_m93237324_MetadataUsageId; extern const uint32_t Array_get_swapper_TisSubmeshInstruction_t52121370_m1712287179_MetadataUsageId; extern const uint32_t Array_get_swapper_TisBoolean_t97287965_m1876432270_MetadataUsageId; extern const uint32_t Array_get_swapper_TisByte_t1134296376_m2804831695_MetadataUsageId; extern const uint32_t Array_get_swapper_TisChar_t3634460470_m188555467_MetadataUsageId; extern const uint32_t Array_get_swapper_TisKeyValuePair_2_t298337405_m3728156715_MetadataUsageId; extern const uint32_t Array_get_swapper_TisKeyValuePair_2_t2530217319_m325309230_MetadataUsageId; extern const uint32_t Array_get_swapper_TisInt32_t2950945753_m2372143757_MetadataUsageId; extern const uint32_t Array_get_swapper_TisInt64_t3736567304_m3748213750_MetadataUsageId; extern const uint32_t Array_get_swapper_TisRuntimeObject_m1378919517_MetadataUsageId; extern const uint32_t Array_get_swapper_TisCustomAttributeNamedArgument_t287865710_m4254011335_MetadataUsageId; extern const uint32_t Array_get_swapper_TisCustomAttributeTypedArgument_t2723150157_m469078792_MetadataUsageId; extern const uint32_t Array_get_swapper_TisSingle_t1397266774_m4040622123_MetadataUsageId; extern const uint32_t Array_get_swapper_TisAnimatorClipInfo_t3156717155_m2473341281_MetadataUsageId; extern const uint32_t Array_get_swapper_TisOrderBlock_t1585977831_m1093805686_MetadataUsageId; extern const uint32_t Array_get_swapper_TisBoneWeight_t1955788027_m4256468894_MetadataUsageId; extern const uint32_t Array_get_swapper_TisColor_t2555686324_m3813529855_MetadataUsageId; extern const uint32_t Array_get_swapper_TisColor32_t2600501292_m2310851009_MetadataUsageId; extern const uint32_t Array_get_swapper_TisDiagnosticSwitch_t2110704064_m2548750243_MetadataUsageId; extern const uint32_t Array_get_swapper_TisRaycastResult_t3360306849_m1267000905_MetadataUsageId; extern const uint32_t Array_get_swapper_TisKeyCode_t2599294277_m1948577974_MetadataUsageId; extern const uint32_t Array_get_swapper_TisMatrix4x4_t1817901843_m1199574643_MetadataUsageId; extern const uint32_t Array_get_swapper_TisPlayable_t459825607_m679674582_MetadataUsageId; extern const uint32_t Array_get_swapper_TisReflectionProbeBlendInfo_t288657778_m2523044914_MetadataUsageId; extern const uint32_t Array_get_swapper_TisWeightInfo_t1982677921_m3708710937_MetadataUsageId; extern const uint32_t Array_get_swapper_TisUICharInfo_t75501106_m2239932398_MetadataUsageId; extern const uint32_t Array_get_swapper_TisUILineInfo_t4195266810_m2154129620_MetadataUsageId; extern const uint32_t Array_get_swapper_TisUIVertex_t4057497605_m3029113773_MetadataUsageId; extern const uint32_t Array_get_swapper_TisVector2_t2156229523_m2525208316_MetadataUsageId; extern const uint32_t Array_get_swapper_TisVector2Int_t3469998543_m290515103_MetadataUsageId; extern const uint32_t Array_get_swapper_TisVector3_t3722313464_m1221246401_MetadataUsageId; extern const uint32_t Array_get_swapper_TisVector4_t3319028937_m2807533318_MetadataUsageId; extern RuntimeClass* DOTween_t2744875806_il2cpp_TypeInfo_var; extern RuntimeClass* Debugger_t1756157868_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1420415011; extern const uint32_t Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735_MetadataUsageId; extern const uint32_t Tween_OnTweenCallback_TisRuntimeObject_m1933219730_MetadataUsageId; extern String_t* _stringLiteral274149159; extern const uint32_t Tweener_DoStartup_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m4219947255_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m3606913421_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m184061100_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m3925013982_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m501616071_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m3842851989_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m3309985700_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m3552610069_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m543733454_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m2053664010_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisQuaternion_t2301928331_TisQuaternion_t2301928331_TisNoOptions_t313102519_m289791778_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1050149158_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3623710429_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m3679516119_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m2553061088_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m4284772559_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m3041283455_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisVector3_t3722313464_TisVector3_t3722313464_TisSpiralOptions_t2873698295_m2334290476_MetadataUsageId; extern const uint32_t Tweener_DoStartup_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m1344186589_MetadataUsageId; extern RuntimeClass* TweenerCore_3_t1299559007_il2cpp_TypeInfo_var; extern RuntimeClass* TweenerCore_3_t951858585_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t Tweener_DOStartupSpecials_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m4082385918_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m3960224551_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m1453379440_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m2857726651_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m3505104025_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m2012273079_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m4137135614_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m876096105_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m1424248136_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1274220461_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisQuaternion_t2301928331_TisQuaternion_t2301928331_TisNoOptions_t313102519_m645753403_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m537097371_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3192417127_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m290699156_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m3938122123_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m3758054358_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m496113298_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisVector3_t3722313464_TisVector3_t3722313464_TisSpiralOptions_t2873698295_m963801058_MetadataUsageId; extern const uint32_t Tweener_DOStartupSpecials_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3500085190_MetadataUsageId; extern String_t* _stringLiteral2615817033; extern const uint32_t Tweener_Setup_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m2964904062_MetadataUsageId; extern const uint32_t Tweener_Setup_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m2964204548_MetadataUsageId; extern const uint32_t Tweener_Setup_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m3021896942_MetadataUsageId; extern const uint32_t Tweener_Setup_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m4040313008_MetadataUsageId; extern const uint32_t Tweener_Setup_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m4223564047_MetadataUsageId; extern const uint32_t Tweener_Setup_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m4226389840_MetadataUsageId; extern const uint32_t Tweener_Setup_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m35170712_MetadataUsageId; extern const uint32_t Tweener_Setup_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m396424315_MetadataUsageId; extern const uint32_t Tweener_Setup_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m2047564806_MetadataUsageId; extern const uint32_t Tweener_Setup_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m3493426433_MetadataUsageId; extern const uint32_t Tweener_Setup_TisQuaternion_t2301928331_TisQuaternion_t2301928331_TisNoOptions_t313102519_m1537639401_MetadataUsageId; extern const uint32_t Tweener_Setup_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1999167421_MetadataUsageId; extern const uint32_t Tweener_Setup_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m272272990_MetadataUsageId; extern const uint32_t Tweener_Setup_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m2679460266_MetadataUsageId; extern const uint32_t Tweener_Setup_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m540656670_MetadataUsageId; extern const uint32_t Tweener_Setup_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m3784595028_MetadataUsageId; extern const uint32_t Tweener_Setup_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m306422494_MetadataUsageId; extern const uint32_t Tweener_Setup_TisVector3_t3722313464_TisVector3_t3722313464_TisSpiralOptions_t2873698295_m814448339_MetadataUsageId; extern const uint32_t Tweener_Setup_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3684753109_MetadataUsageId; extern RuntimeClass* IEqualityComparer_t1493878338_il2cpp_TypeInfo_var; extern const uint32_t CollectionUtils_Contains_TisRuntimeObject_m3001744680_MetadataUsageId; extern const RuntimeMethod* Array_Exists_TisRuntimeObject_m3896745628_RuntimeMethod_var; extern String_t* _stringLiteral4007973390; extern String_t* _stringLiteral461028519; extern const uint32_t Array_Exists_TisRuntimeObject_m3896745628_MetadataUsageId; extern RuntimeClass* RankException_t3812021567_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRecordS_t2353033795_m3189766194_RuntimeMethod_var; extern String_t* _stringLiteral1684534236; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRecordS_t2353033795_m3189766194_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAutoPlay_t1346164433_m1718179410_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisAutoPlay_t1346164433_m1718179410_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAxisConstraint_t2771958344_m2211661552_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisAxisConstraint_t2771958344_m2211661552_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEase_t4010715394_m3497346438_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisEase_t4010715394_m3497346438_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLogBehaviour_t1548882435_m2289894243_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisLogBehaviour_t1548882435_m2289894243_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLoopType_t3049802818_m3899180353_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisLoopType_t3049802818_m3899180353_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPathMode_t2165603100_m2375335339_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisPathMode_t2165603100_m2375335339_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPathType_t3777299409_m1104072812_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisPathType_t3777299409_m1104072812_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisControlPoint_t3892672090_m1091504206_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisControlPoint_t3892672090_m1091504206_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRotateMode_t2548570174_m3128949814_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRotateMode_t2548570174_m3128949814_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisScrambleMode_t1285273342_m3055787112_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisScrambleMode_t1285273342_m3055787112_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTweenType_t1971673186_m3944980802_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTweenType_t1971673186_m3944980802_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUpdateType_t3937729206_m1756434357_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisUpdateType_t3937729206_m1756434357_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAvatarCate_t455786881_m295688477_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisAvatarCate_t455786881_m295688477_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisenumThreadID_t4044096134_m1836201914_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisenumThreadID_t4044096134_m1836201914_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisenumDisplayLevel_t835197188_m361196971_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisenumDisplayLevel_t835197188_m361196971_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDashType_t3688434419_m631007275_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisDashType_t3688434419_m631007275_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisReqeustItem_t1619640955_m3659483013_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisReqeustItem_t1619640955_m3659483013_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisReqeustItem_t1337038627_m1170128977_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisReqeustItem_t1337038627_m1170128977_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisArrayMetadata_t894288939_m1287360319_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisArrayMetadata_t894288939_m1287360319_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisObjectMetadata_t3566284522_m640381367_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisObjectMetadata_t3566284522_m640381367_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPropertyMetadata_t3727440473_m3603701606_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisPropertyMetadata_t3727440473_m3603701606_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLMRendererInfo_t3374010072_m4227563682_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisLMRendererInfo_t3374010072_m4227563682_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDelayedQueueItem_t1027542936_m425408881_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisDelayedQueueItem_t1027542936_m425408881_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTableRange_t3332867892_m220823873_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTableRange_t3332867892_m220823873_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisClientCertificateType_t1004704908_m3504437380_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisClientCertificateType_t1004704908_m3504437380_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUriScheme_t2867806342_m40474646_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisUriScheme_t2867806342_m40474646_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTagName_t2891256255_m2313954171_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTagName_t2891256255_m2313954171_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisJsonPosition_t2528027714_m3628797626_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisJsonPosition_t2528027714_m3628797626_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisState_t2595666649_m252094558_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisState_t2595666649_m252094558_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisJTokenType_t3022361662_m1882618557_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisJTokenType_t3022361662_m1882618557_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisReadType_t340786580_m3027728339_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisReadType_t340786580_m3027728339_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTypeNameKey_t2985541961_m1910662468_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTypeNameKey_t2985541961_m1910662468_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPropertyPresence_t2490594612_m2332401637_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisPropertyPresence_t2490594612_m2332401637_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisResolverContractKey_t3292851287_m3888795485_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisResolverContractKey_t3292851287_m3888795485_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTypeConvertKey_t285306760_m366666253_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTypeConvertKey_t285306760_m366666253_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPrimitiveTypeCode_t798949904_m4267541103_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisPrimitiveTypeCode_t798949904_m4267541103_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAnimationPair_t1784808777_m3087509007_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisAnimationPair_t1784808777_m3087509007_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisEventQueueEntry_t351831961_m2188316902_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisEventQueueEntry_t351831961_m2188316902_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAttachmentKeyTuple_t1548106539_m598224976_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisAttachmentKeyTuple_t1548106539_m598224976_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTransformMode_t614987360_m1765531030_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTransformMode_t614987360_m1765531030_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAtlasMaterialOverride_t2435041389_m3824896138_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisAtlasMaterialOverride_t2435041389_m3824896138_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSlotMaterialOverride_t1001979181_m2418115222_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisSlotMaterialOverride_t1001979181_m2418115222_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTransformPair_t3795417756_m3258487429_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTransformPair_t3795417756_m3258487429_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisMaterialTexturePair_t1637207048_m3173550003_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisMaterialTexturePair_t1637207048_m3173550003_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSlotMaterialTextureTuple_t3634971921_m3440317904_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisSlotMaterialTextureTuple_t3634971921_m3440317904_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisMixMode_t362820410_m2032743079_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisMixMode_t362820410_m2032743079_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSubmeshInstruction_t52121370_m3794575692_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisSubmeshInstruction_t52121370_m3794575692_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisArraySegment_1_t283560987_m3050253333_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisArraySegment_1_t283560987_m3050253333_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisBoolean_t97287965_m4124615291_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisBoolean_t97287965_m4124615291_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisByte_t1134296376_m11531792_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisByte_t1134296376_m11531792_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisChar_t3634460470_m4074994798_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisChar_t3634460470_m4074994798_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDictionaryEntry_t3123975638_m1596925967_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisDictionaryEntry_t3123975638_m1596925967_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLink_t3763621279_m1244015106_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisLink_t3763621279_m1244015106_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLink_t3080106562_m2272187523_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisLink_t3080106562_m2272187523_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLink_t3209266973_m172350789_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisLink_t3209266973_m172350789_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3347025686_m2773502534_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3347025686_m2773502534_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3674730509_m2053090118_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3674730509_m2053090118_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t644712158_m350302327_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t644712158_m350302327_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3267901400_m2152188925_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3267901400_m2152188925_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t753628355_m1339906557_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t753628355_m1339906557_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3078331264_m1794942965_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3078331264_m1794942965_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3402682164_m3618036444_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3402682164_m3618036444_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1398773315_m3644645293_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1398773315_m3644645293_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4099514504_m1602263854_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4099514504_m1602263854_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t298337405_m630686065_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t298337405_m630686065_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4237331251_m138928983_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4237331251_m138928983_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t727985506_m2528174741_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t727985506_m2528174741_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t71524366_m2486536917_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t71524366_m2486536917_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3793898781_m111877092_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3793898781_m111877092_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2245450819_m2755643427_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2245450819_m2755643427_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3699644050_m1466220143_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3699644050_m1466220143_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3138545574_m2741411073_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3138545574_m2741411073_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t344400094_m684639001_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t344400094_m684639001_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3016395677_m2362399341_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3016395677_m2362399341_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3177551628_m2112259079_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3177551628_m2112259079_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4085865031_m2027399926_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4085865031_m2027399926_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1940705767_m1514601756_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1940705767_m1514601756_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t249061059_m3008066104_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t249061059_m3008066104_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3842366416_m119930447_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3842366416_m119930447_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2401056908_m2117980243_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2401056908_m2117980243_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2530217319_m3941002701_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2530217319_m3941002701_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1377593753_m2905547387_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1377593753_m2905547387_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t570708821_m1999058406_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t570708821_m1999058406_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3221661147_m255119525_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3221661147_m255119525_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t226672660_m1605687717_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t226672660_m1605687717_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t590917798_m3892473641_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t590917798_m3892473641_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLink_t544317964_m163190451_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisLink_t544317964_m163190451_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSlot_t3975888750_m58971838_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisSlot_t3975888750_m58971838_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSlot_t384495010_m688761886_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisSlot_t384495010_m688761886_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDateTime_t3738529785_m364748720_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisDateTime_t3738529785_m364748720_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDecimal_t2948259380_m2897422370_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisDecimal_t2948259380_m2897422370_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDouble_t594665363_m1696010878_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisDouble_t594665363_m1696010878_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInt16_t2552820387_m2915683400_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisInt16_t2552820387_m2915683400_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInt32_t2950945753_m2907032710_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisInt32_t2950945753_m2907032710_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisInt64_t3736567304_m2911357929_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisInt64_t3736567304_m2911357929_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisIntPtr_t_m272531112_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisIntPtr_t_m272531112_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRuntimeObject_m4067783231_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRuntimeObject_m4067783231_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t287865710_m941688219_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t287865710_m941688219_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t2723150157_m2663438007_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t2723150157_m2663438007_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLabelData_t360167391_m3647461454_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisLabelData_t360167391_m3647461454_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisLabelFixup_t858502054_m3479040328_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisLabelFixup_t858502054_m3479040328_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisILTokenInfo_t2325775114_m2923331462_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisILTokenInfo_t2325775114_m2923331462_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisMonoResource_t4103430009_m3220247244_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisMonoResource_t4103430009_m3220247244_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRefEmitPermissionSet_t484390987_m2357266594_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRefEmitPermissionSet_t484390987_m2357266594_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisParameterModifier_t1461694466_m1000453323_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisParameterModifier_t1461694466_m1000453323_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisResourceCacheItem_t51292791_m2991582559_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisResourceCacheItem_t51292791_m2991582559_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisResourceInfo_t2872965302_m2530260012_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisResourceInfo_t2872965302_m2530260012_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTypeTag_t3541821701_m1685702570_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTypeTag_t3541821701_m1685702570_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSByte_t1669577662_m926034270_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisSByte_t1669577662_m926034270_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t133602714_m795171973_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t133602714_m795171973_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSingle_t1397266774_m2135761808_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisSingle_t1397266774_m2135761808_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisMark_t3471605523_m4135225167_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisMark_t3471605523_m4135225167_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTimeSpan_t881159249_m1600990182_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTimeSpan_t881159249_m1600990182_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTimeType_t2507513283_m1168214923_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTimeType_t2507513283_m1168214923_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUInt16_t2177724958_m3393176156_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisUInt16_t2177724958_m3393176156_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUInt32_t2560061978_m387509280_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisUInt32_t2560061978_m387509280_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUInt64_t4134040092_m94895126_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisUInt64_t4134040092_m94895126_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUriScheme_t722425697_m176797978_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisUriScheme_t722425697_m176797978_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisNsDecl_t3938094415_m1323189874_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisNsDecl_t3938094415_m1323189874_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisNsScope_t3958624705_m3482009003_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisNsScope_t3958624705_m3482009003_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisXPathResultType_t2828988488_m519609602_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisXPathResultType_t2828988488_m519609602_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t3156717155_m3019468589_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t3156717155_m3019468589_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisOrderBlock_t1585977831_m1840347001_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisOrderBlock_t1585977831_m1840347001_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisBoneWeight_t1955788027_m3007025984_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisBoneWeight_t1955788027_m3007025984_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisBounds_t2266837910_m2203855816_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisBounds_t2266837910_m2203855816_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisColor_t2555686324_m266224315_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisColor_t2555686324_m266224315_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisColor32_t2600501292_m2162938018_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisColor32_t2600501292_m2162938018_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisCombineInstance_t988503480_m1953627890_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisCombineInstance_t988503480_m1953627890_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisContactPoint_t3758755253_m1890115071_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisContactPoint_t3758755253_m1890115071_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisContactPoint2D_t3390240644_m215789881_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisContactPoint2D_t3390240644_m215789881_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisDiagnosticSwitch_t2110704064_m4105160162_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisDiagnosticSwitch_t2110704064_m4105160162_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRaycastResult_t3360306849_m3809401052_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRaycastResult_t3360306849_m3809401052_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisGradientColorKey_t812552589_m3480448779_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisGradientColorKey_t812552589_m3480448779_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyCode_t2599294277_m3220314415_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyCode_t2599294277_m3220314415_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisKeyframe_t4206410242_m2096605895_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisKeyframe_t4206410242_m2096605895_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisMatrix4x4_t1817901843_m2788258248_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisMatrix4x4_t1817901843_m2788258248_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisParticle_t1882894987_m2995624373_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisParticle_t1882894987_m2995624373_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPlayable_t459825607_m1369734625_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisPlayable_t459825607_m1369734625_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPlayableBinding_t354260709_m782693665_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisPlayableBinding_t354260709_m782693665_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisQuaternion_t2301928331_m2220433239_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisQuaternion_t2301928331_m2220433239_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRay_t3785851493_m1896771276_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRay_t3785851493_m1896771276_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRay2D_t2082843914_m2549438903_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRay2D_t2082843914_m2549438903_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRaycastHit_t1056001966_m2163828986_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRaycastHit_t1056001966_m2163828986_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t2279581989_m2733133723_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t2279581989_m2733133723_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRect_t2360479859_m2973973747_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRect_t2360479859_m2973973747_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisRenderBuffer_t586150500_m3630830659_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisRenderBuffer_t586150500_m3630830659_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_t288657778_m3543260098_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_t288657778_m3543260098_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisHitInfo_t3229609740_m180302123_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisHitInfo_t3229609740_m180302123_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisGcAchievementData_t675222246_m348483916_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisGcAchievementData_t675222246_m348483916_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisGcScoreData_t2125309831_m2879791485_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisGcScoreData_t2125309831_m2879791485_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTextEditOp_t1927482598_m3290431703_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTextEditOp_t1927482598_m3290431703_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisWeightInfo_t1982677921_m207145816_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisWeightInfo_t1982677921_m207145816_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisConnectionCache_t1120597666_m1285553114_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisConnectionCache_t1120597666_m1285553114_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisTouch_t1921856868_m354355717_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisTouch_t1921856868_m354355717_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisContentType_t1787303396_m692835665_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisContentType_t1787303396_m692835665_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUICharInfo_t75501106_m1619960249_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisUICharInfo_t75501106_m1619960249_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUILineInfo_t4195266810_m375073905_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisUILineInfo_t4195266810_m375073905_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisUIVertex_t4057497605_m1942096352_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisUIVertex_t4057497605_m1942096352_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisWorkRequest_t1354518612_m2404463752_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisWorkRequest_t1354518612_m2404463752_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisVector2_t2156229523_m4078183089_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisVector2_t2156229523_m4078183089_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisVector2Int_t3469998543_m3367926777_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisVector2Int_t3469998543_m3367926777_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisVector3_t3722313464_m4078183076_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisVector3_t3722313464_m4078183076_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisVector4_t3319028937_m4078183023_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisVector4_t3319028937_m4078183023_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisVehicleInputCmd_t551763092_m4139603896_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisVehicleInputCmd_t551763092_m4139603896_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisGCAction_t1580222198_m1038985090_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisGCAction_t1580222198_m1038985090_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisSlot_t179431562_m3701726824_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisSlot_t179431562_m3701726824_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisMethodKey_t431904033_m305733066_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisMethodKey_t431904033_m305733066_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisMyEnum_t4134377632_m724445420_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisMyEnum_t4134377632_m724445420_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisMyStruct_t514849583_m187733288_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisMyStruct_t514849583_m187733288_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPedding_t3796070799_m1711851688_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisPedding_t3796070799_m1711851688_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Contains_TisPushAsTableStruct_t2836609445_m3753436680_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Contains_TisPushAsTableStruct_t2836609445_m3753436680_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRecordS_t2353033795_m3594180872_RuntimeMethod_var; extern String_t* _stringLiteral2240313997; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRecordS_t2353033795_m3594180872_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAutoPlay_t1346164433_m1139013725_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisAutoPlay_t1346164433_m1139013725_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAxisConstraint_t2771958344_m1131714014_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisAxisConstraint_t2771958344_m1131714014_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEase_t4010715394_m3226953434_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisEase_t4010715394_m3226953434_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLogBehaviour_t1548882435_m1898920046_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisLogBehaviour_t1548882435_m1898920046_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLoopType_t3049802818_m3737875243_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisLoopType_t3049802818_m3737875243_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPathMode_t2165603100_m3719816103_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisPathMode_t2165603100_m3719816103_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPathType_t3777299409_m2623828690_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisPathType_t3777299409_m2623828690_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisControlPoint_t3892672090_m2156490500_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisControlPoint_t3892672090_m2156490500_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRotateMode_t2548570174_m3236842756_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRotateMode_t2548570174_m3236842756_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisScrambleMode_t1285273342_m3646448896_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisScrambleMode_t1285273342_m3646448896_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTweenType_t1971673186_m3918330708_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTweenType_t1971673186_m3918330708_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUpdateType_t3937729206_m3990279222_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisUpdateType_t3937729206_m3990279222_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAvatarCate_t455786881_m3162458924_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisAvatarCate_t455786881_m3162458924_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisenumThreadID_t4044096134_m2929257276_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisenumThreadID_t4044096134_m2929257276_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisenumDisplayLevel_t835197188_m3619663144_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisenumDisplayLevel_t835197188_m3619663144_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDashType_t3688434419_m2020718884_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisDashType_t3688434419_m2020718884_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisReqeustItem_t1619640955_m2719911980_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisReqeustItem_t1619640955_m2719911980_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisReqeustItem_t1337038627_m2554878476_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisReqeustItem_t1337038627_m2554878476_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisArrayMetadata_t894288939_m3056423355_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisArrayMetadata_t894288939_m3056423355_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisObjectMetadata_t3566284522_m2906308400_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisObjectMetadata_t3566284522_m2906308400_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPropertyMetadata_t3727440473_m3454034217_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisPropertyMetadata_t3727440473_m3454034217_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLMRendererInfo_t3374010072_m3929536033_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisLMRendererInfo_t3374010072_m3929536033_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDelayedQueueItem_t1027542936_m313419662_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisDelayedQueueItem_t1027542936_m313419662_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTableRange_t3332867892_m1941639116_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTableRange_t3332867892_m1941639116_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisClientCertificateType_t1004704908_m1078474577_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisClientCertificateType_t1004704908_m1078474577_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUriScheme_t2867806342_m423135401_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisUriScheme_t2867806342_m423135401_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTagName_t2891256255_m796791876_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTagName_t2891256255_m796791876_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisJsonPosition_t2528027714_m3138383512_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisJsonPosition_t2528027714_m3138383512_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisState_t2595666649_m1643144767_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisState_t2595666649_m1643144767_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisJTokenType_t3022361662_m2245043786_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisJTokenType_t3022361662_m2245043786_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisReadType_t340786580_m2125257231_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisReadType_t340786580_m2125257231_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTypeNameKey_t2985541961_m217455145_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTypeNameKey_t2985541961_m217455145_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPropertyPresence_t2490594612_m767444185_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisPropertyPresence_t2490594612_m767444185_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisResolverContractKey_t3292851287_m1745888751_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisResolverContractKey_t3292851287_m1745888751_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTypeConvertKey_t285306760_m918343112_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTypeConvertKey_t285306760_m918343112_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPrimitiveTypeCode_t798949904_m3112483613_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisPrimitiveTypeCode_t798949904_m3112483613_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAnimationPair_t1784808777_m1276900817_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisAnimationPair_t1784808777_m1276900817_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisEventQueueEntry_t351831961_m2728169793_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisEventQueueEntry_t351831961_m2728169793_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAttachmentKeyTuple_t1548106539_m3682017492_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisAttachmentKeyTuple_t1548106539_m3682017492_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTransformMode_t614987360_m3897457836_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTransformMode_t614987360_m3897457836_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAtlasMaterialOverride_t2435041389_m1054523506_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisAtlasMaterialOverride_t2435041389_m1054523506_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSlotMaterialOverride_t1001979181_m2559175663_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisSlotMaterialOverride_t1001979181_m2559175663_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTransformPair_t3795417756_m3438464857_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTransformPair_t3795417756_m3438464857_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisMaterialTexturePair_t1637207048_m1253181412_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisMaterialTexturePair_t1637207048_m1253181412_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSlotMaterialTextureTuple_t3634971921_m42024978_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisSlotMaterialTextureTuple_t3634971921_m42024978_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisMixMode_t362820410_m1574528348_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisMixMode_t362820410_m1574528348_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSubmeshInstruction_t52121370_m3049667366_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisSubmeshInstruction_t52121370_m3049667366_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisArraySegment_1_t283560987_m1561035780_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisArraySegment_1_t283560987_m1561035780_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisBoolean_t97287965_m802427701_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisBoolean_t97287965_m802427701_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisByte_t1134296376_m2266787817_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisByte_t1134296376_m2266787817_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisChar_t3634460470_m4143749387_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisChar_t3634460470_m4143749387_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDictionaryEntry_t3123975638_m3699186409_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisDictionaryEntry_t3123975638_m3699186409_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLink_t3763621279_m2880689587_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisLink_t3763621279_m2880689587_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLink_t3080106562_m2228173729_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisLink_t3080106562_m2228173729_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLink_t3209266973_m897088622_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisLink_t3209266973_m897088622_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3347025686_m1755961977_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3347025686_m1755961977_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3674730509_m3657891131_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3674730509_m3657891131_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t644712158_m406422188_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t644712158_m406422188_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3267901400_m549425606_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3267901400_m549425606_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t753628355_m3544114911_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t753628355_m3544114911_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3078331264_m1314863835_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3078331264_m1314863835_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3402682164_m3633146787_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3402682164_m3633146787_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1398773315_m782409491_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1398773315_m782409491_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4099514504_m3203560911_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4099514504_m3203560911_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t298337405_m2111204647_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t298337405_m2111204647_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4237331251_m2718145390_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4237331251_m2718145390_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t727985506_m1728554900_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t727985506_m1728554900_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t71524366_m1112804119_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t71524366_m1112804119_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3793898781_m3412232082_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3793898781_m3412232082_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2245450819_m3064110492_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2245450819_m3064110492_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3699644050_m3356523584_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3699644050_m3356523584_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3138545574_m2020328422_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3138545574_m2020328422_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t344400094_m1393633355_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t344400094_m1393633355_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3016395677_m1073765379_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3016395677_m1073765379_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3177551628_m3270097997_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3177551628_m3270097997_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4085865031_m2486281852_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4085865031_m2486281852_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1940705767_m459219064_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1940705767_m459219064_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t249061059_m2590450722_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t249061059_m2590450722_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3842366416_m278128148_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3842366416_m278128148_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2401056908_m74803181_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2401056908_m74803181_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2530217319_m805303252_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2530217319_m805303252_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1377593753_m1700300271_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1377593753_m1700300271_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t570708821_m3020740237_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t570708821_m3020740237_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3221661147_m841337912_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3221661147_m841337912_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t226672660_m218561681_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t226672660_m218561681_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t590917798_m1402593279_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t590917798_m1402593279_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLink_t544317964_m1280781374_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisLink_t544317964_m1280781374_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSlot_t3975888750_m1037969254_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisSlot_t3975888750_m1037969254_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSlot_t384495010_m635565498_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisSlot_t384495010_m635565498_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDateTime_t3738529785_m2250893026_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisDateTime_t3738529785_m2250893026_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDecimal_t2948259380_m1489074346_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisDecimal_t2948259380_m1489074346_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDouble_t594665363_m3197228342_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisDouble_t594665363_m3197228342_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInt16_t2552820387_m3372313693_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisInt16_t2552820387_m3372313693_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInt32_t2950945753_m1299950055_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisInt32_t2950945753_m1299950055_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisInt64_t3736567304_m3736440744_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisInt64_t3736567304_m3736440744_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisIntPtr_t_m3807208150_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisIntPtr_t_m3807208150_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRuntimeObject_m2110193223_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRuntimeObject_m2110193223_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t287865710_m2189952110_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t287865710_m2189952110_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t2723150157_m3045918830_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t2723150157_m3045918830_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLabelData_t360167391_m3556246844_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisLabelData_t360167391_m3556246844_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisLabelFixup_t858502054_m3068158566_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisLabelFixup_t858502054_m3068158566_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisILTokenInfo_t2325775114_m3179429710_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisILTokenInfo_t2325775114_m3179429710_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisMonoResource_t4103430009_m238733686_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisMonoResource_t4103430009_m238733686_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRefEmitPermissionSet_t484390987_m4235288405_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRefEmitPermissionSet_t484390987_m4235288405_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisParameterModifier_t1461694466_m2152733370_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisParameterModifier_t1461694466_m2152733370_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisResourceCacheItem_t51292791_m1682003393_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisResourceCacheItem_t51292791_m1682003393_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisResourceInfo_t2872965302_m411268393_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisResourceInfo_t2872965302_m411268393_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTypeTag_t3541821701_m764358406_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTypeTag_t3541821701_m764358406_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSByte_t1669577662_m1857659578_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisSByte_t1669577662_m1857659578_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t133602714_m3635989134_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t133602714_m3635989134_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisSingle_t1397266774_m3361324455_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisSingle_t1397266774_m3361324455_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisMark_t3471605523_m351418700_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisMark_t3471605523_m351418700_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTimeSpan_t881159249_m2877951771_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTimeSpan_t881159249_m2877951771_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTimeType_t2507513283_m2708562854_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTimeType_t2507513283_m2708562854_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUInt16_t2177724958_m1766181761_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisUInt16_t2177724958_m1766181761_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUInt32_t2560061978_m733727733_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisUInt32_t2560061978_m733727733_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUInt64_t4134040092_m2664745791_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisUInt64_t4134040092_m2664745791_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisUriScheme_t722425697_m3733744077_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisUriScheme_t722425697_m3733744077_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisNsDecl_t3938094415_m3762257439_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisNsDecl_t3938094415_m3762257439_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisNsScope_t3958624705_m3473036661_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisNsScope_t3958624705_m3473036661_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisXPathResultType_t2828988488_m1066441019_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisXPathResultType_t2828988488_m1066441019_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t3156717155_m1316206563_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t3156717155_m1316206563_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisOrderBlock_t1585977831_m1449044465_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisOrderBlock_t1585977831_m1449044465_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisBoneWeight_t1955788027_m3703385444_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisBoneWeight_t1955788027_m3703385444_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisBounds_t2266837910_m3569718719_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisBounds_t2266837910_m3569718719_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisColor_t2555686324_m1658001816_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisColor_t2555686324_m1658001816_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisColor32_t2600501292_m1053145697_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisColor32_t2600501292_m1053145697_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisCombineInstance_t988503480_m4004583816_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisCombineInstance_t988503480_m4004583816_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisContactPoint_t3758755253_m4004109175_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisContactPoint_t3758755253_m4004109175_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisContactPoint2D_t3390240644_m284878234_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisContactPoint2D_t3390240644_m284878234_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisDiagnosticSwitch_t2110704064_m1023007190_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisDiagnosticSwitch_t2110704064_m1023007190_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRaycastResult_t3360306849_m3237401700_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRaycastResult_t3360306849_m3237401700_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisGradientColorKey_t812552589_m3431239891_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisGradientColorKey_t812552589_m3431239891_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyCode_t2599294277_m3115392171_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyCode_t2599294277_m3115392171_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisKeyframe_t4206410242_m3222074551_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisKeyframe_t4206410242_m3222074551_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisMatrix4x4_t1817901843_m4092628408_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisMatrix4x4_t1817901843_m4092628408_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisParticle_t1882894987_m1763945844_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisParticle_t1882894987_m1763945844_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPlayable_t459825607_m1844912473_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisPlayable_t459825607_m1844912473_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisPlayableBinding_t354260709_m2417281815_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisPlayableBinding_t354260709_m2417281815_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisQuaternion_t2301928331_m3013369755_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisQuaternion_t2301928331_m3013369755_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRay_t3785851493_m3436683737_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRay_t3785851493_m3436683737_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRay2D_t2082843914_m3276166304_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRay2D_t2082843914_m3276166304_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRaycastHit_t1056001966_m2255692446_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRaycastHit_t1056001966_m2255692446_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t2279581989_m2916504088_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t2279581989_m2916504088_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRect_t2360479859_m2140365044_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRect_t2360479859_m2140365044_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisRenderBuffer_t586150500_m3610519594_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisRenderBuffer_t586150500_m3610519594_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_t288657778_m3135979312_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_t288657778_m3135979312_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisHitInfo_t3229609740_m1726675946_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisHitInfo_t3229609740_m1726675946_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisGcAchievementData_t675222246_m441238831_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisGcAchievementData_t675222246_m441238831_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisGcScoreData_t2125309831_m863269800_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisGcScoreData_t2125309831_m863269800_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTextEditOp_t1927482598_m1349235500_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTextEditOp_t1927482598_m1349235500_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisWeightInfo_t1982677921_m1937101264_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisWeightInfo_t1982677921_m1937101264_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisConnectionCache_t1120597666_m1662229316_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisConnectionCache_t1120597666_m1662229316_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisTouch_t1921856868_m3186275290_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisTouch_t1921856868_m3186275290_MetadataUsageId; extern const RuntimeMethod* Array_InternalArray__ICollection_Remove_TisContentType_t1787303396_m4258952916_RuntimeMethod_var; extern const uint32_t Array_InternalArray__ICollection_Remove_TisContentType_t1787303396_m4258952916_MetadataUsageId; struct Object_t631007953_marshaled_com; struct ObjectU5BU5D_t2843939325; struct AvatarCateU5BU5D_t1610689372; struct Int32U5BU5D_t385246372; struct DoubleU5BU5D_t3413330114; struct enumThreadIDU5BU5D_t3988452515; struct PropertyMetadataU5BU5D_t3282844708; struct LMRendererInfoU5BU5D_t4046529225; struct DelayedQueueItemU5BU5D_t658540297; struct JsonPositionU5BU5D_t197937271; struct EventQueueEntryU5BU5D_t1574228452; struct AtlasMaterialOverrideU5BU5D_t1961062208; struct SlotMaterialOverrideU5BU5D_t1365839744; struct TransformPairU5BU5D_t3004865397; struct SubmeshInstructionU5BU5D_t131014463; struct BooleanU5BU5D_t2897418192; struct ByteU5BU5D_t4116647657; struct CharU5BU5D_t3528271667; struct KeyValuePair_2U5BU5D_t2143006960; struct KeyValuePair_2U5BU5D_t118269214; struct Int64U5BU5D_t2559172825; struct CustomAttributeNamedArgumentU5BU5D_t3710464795; struct CustomAttributeTypedArgumentU5BU5D_t1465843424; struct SingleU5BU5D_t1444911251; struct AnimatorClipInfoU5BU5D_t855299250; struct OrderBlockU5BU5D_t2389202590; struct BoneWeightU5BU5D_t1776052410; struct ColorU5BU5D_t941916413; struct Color32U5BU5D_t3850468773; struct DiagnosticSwitchU5BU5D_t2165446465; struct RaycastResultU5BU5D_t1128832444; struct KeyCodeU5BU5D_t2223234056; struct Matrix4x4U5BU5D_t2302988098; struct PlayableU5BU5D_t3229717310; struct ReflectionProbeBlendInfoU5BU5D_t2102825095; struct WeightInfoU5BU5D_t1690221756; struct UICharInfoU5BU5D_t928762055; struct UILineInfoU5BU5D_t1655937503; struct UIVertexU5BU5D_t1981460040; struct Vector2U5BU5D_t1457185986; struct Vector2IntU5BU5D_t2878452246; struct Vector3U5BU5D_t1718750761; struct Vector4U5BU5D_t934056436; #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 ABSTWEENPLUGIN_3_T1116502072_H #define ABSTWEENPLUGIN_3_T1116502072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1116502072 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1116502072_H #ifndef ABSTWEENPLUGIN_3_T1253391633_H #define ABSTWEENPLUGIN_3_T1253391633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1253391633 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1253391633_H #ifndef DEBUGGER_T1756157868_H #define DEBUGGER_T1756157868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Debugger struct Debugger_t1756157868 : public RuntimeObject { public: public: }; struct Debugger_t1756157868_StaticFields { public: // System.Int32 DG.Tweening.Core.Debugger::logPriority int32_t ___logPriority_0; public: inline static int32_t get_offset_of_logPriority_0() { return static_cast(offsetof(Debugger_t1756157868_StaticFields, ___logPriority_0)); } inline int32_t get_logPriority_0() const { return ___logPriority_0; } inline int32_t* get_address_of_logPriority_0() { return &___logPriority_0; } inline void set_logPriority_0(int32_t value) { ___logPriority_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEBUGGER_T1756157868_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 ABSTWEENPLUGIN_3_T835568657_H #define ABSTWEENPLUGIN_3_T835568657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t835568657 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T835568657_H #ifndef ABSTWEENPLUGIN_3_T3321825548_H #define ABSTWEENPLUGIN_3_T3321825548_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3321825548 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T3321825548_H #ifndef ABSTWEENPLUGIN_3_T1371845967_H #define ABSTWEENPLUGIN_3_T1371845967_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1371845967 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1371845967_H #ifndef ABSTWEENPLUGIN_3_T281541932_H #define ABSTWEENPLUGIN_3_T281541932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t281541932 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T281541932_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef SETPROPERTYUTILITYEXT_T2967470485_H #define SETPROPERTYUTILITYEXT_T2967470485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // SetPropertyUtilityExt struct SetPropertyUtilityExt_t2967470485 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SETPROPERTYUTILITYEXT_T2967470485_H #ifndef ABSTWEENPLUGIN_3_T3999134832_H #define ABSTWEENPLUGIN_3_T3999134832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3999134832 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T3999134832_H #ifndef ABSTWEENPLUGIN_3_T2480340187_H #define ABSTWEENPLUGIN_3_T2480340187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2480340187 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2480340187_H #ifndef ABSTWEENPLUGIN_3_T2785364532_H #define ABSTWEENPLUGIN_3_T2785364532_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2785364532 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2785364532_H #ifndef ABSTWEENPLUGIN_3_T30281596_H #define ABSTWEENPLUGIN_3_T30281596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t30281596 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T30281596_H #ifndef DOTWEENANIMATIONEXTENSIONS_T980608231_H #define DOTWEENANIMATIONEXTENSIONS_T980608231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.DOTweenAnimationExtensions struct DOTweenAnimationExtensions_t980608231 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOTWEENANIMATIONEXTENSIONS_T980608231_H #ifndef ABSTWEENPLUGIN_3_T3542497879_H #define ABSTWEENPLUGIN_3_T3542497879_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3542497879 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T3542497879_H #ifndef FILEUTILS_T2924242649_H #define FILEUTILS_T2924242649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.FileUtils struct FileUtils_t2924242649 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEUTILS_T2924242649_H #ifndef COLLECTIONUTILS_T1649232698_H #define COLLECTIONUTILS_T1649232698_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.CollectionUtils struct CollectionUtils_t1649232698 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONUTILS_T1649232698_H #ifndef LIST_1_T257213610_H #define LIST_1_T257213610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t257213610 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t2843939325* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t257213610, ____items_1)); } inline ObjectU5BU5D_t2843939325* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t2843939325** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t2843939325* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t257213610, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t257213610, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t257213610_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t257213610_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T257213610_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef ABSTWEENPLUGIN_3_T2924512484_H #define ABSTWEENPLUGIN_3_T2924512484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2924512484 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2924512484_H #ifndef ABSTWEENPLUGIN_3_T420566061_H #define ABSTWEENPLUGIN_3_T420566061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t420566061 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T420566061_H #ifndef EXPOSEDLIST_1_T1492250734_H #define EXPOSEDLIST_1_T1492250734_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t1492250734 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items ObjectU5BU5D_t2843939325* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t1492250734, ___Items_0)); } inline ObjectU5BU5D_t2843939325* get_Items_0() const { return ___Items_0; } inline ObjectU5BU5D_t2843939325** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(ObjectU5BU5D_t2843939325* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t1492250734, ___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; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t1492250734, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t1492250734_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t1492250734_StaticFields, ___EmptyArray_3)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_3() const { return ___EmptyArray_3; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T1492250734_H #ifndef REFLECTIONDELEGATEFACTORY_T2528576452_H #define REFLECTIONDELEGATEFACTORY_T2528576452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_t2528576452 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONDELEGATEFACTORY_T2528576452_H #ifndef ABSTWEENPLUGIN_3_T1969933424_H #define ABSTWEENPLUGIN_3_T1969933424_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1969933424 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1969933424_H #ifndef ABSTWEENPLUGIN_3_T2233520741_H #define ABSTWEENPLUGIN_3_T2233520741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2233520741 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2233520741_H #ifndef U3CU3EC__DISPLAYCLASS4_0_1_T1908165307_H #define U3CU3EC__DISPLAYCLASS4_0_1_T1908165307_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1 struct U3CU3Ec__DisplayClass4_0_1_t1908165307 : public RuntimeObject { public: // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::c ConstructorInfo_t5769829 * ___c_0; // System.Reflection.MethodBase Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::method MethodBase_t * ___method_1; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t1908165307, ___c_0)); } inline ConstructorInfo_t5769829 * get_c_0() const { return ___c_0; } inline ConstructorInfo_t5769829 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(ConstructorInfo_t5769829 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((&___c_0), value); } inline static int32_t get_offset_of_method_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t1908165307, ___method_1)); } inline MethodBase_t * get_method_1() const { return ___method_1; } inline MethodBase_t ** get_address_of_method_1() { return &___method_1; } inline void set_method_1(MethodBase_t * value) { ___method_1 = value; Il2CppCodeGenWriteBarrier((&___method_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS4_0_1_T1908165307_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef ABSTWEENPLUGIN_3_T2849099616_H #define ABSTWEENPLUGIN_3_T2849099616_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2849099616 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2849099616_H #ifndef ABSTWEENPLUGIN_3_T1601250467_H #define ABSTWEENPLUGIN_3_T1601250467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1601250467 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1601250467_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef U3CU3EC__DISPLAYCLASS9_0_1_T3906388924_H #define U3CU3EC__DISPLAYCLASS9_0_1_T3906388924_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t3906388924 : public RuntimeObject { public: // System.Reflection.PropertyInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1::propertyInfo PropertyInfo_t * ___propertyInfo_0; public: inline static int32_t get_offset_of_propertyInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t3906388924, ___propertyInfo_0)); } inline PropertyInfo_t * get_propertyInfo_0() const { return ___propertyInfo_0; } inline PropertyInfo_t ** get_address_of_propertyInfo_0() { return &___propertyInfo_0; } inline void set_propertyInfo_0(PropertyInfo_t * value) { ___propertyInfo_0 = value; Il2CppCodeGenWriteBarrier((&___propertyInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS9_0_1_T3906388924_H #ifndef ABSTWEENPLUGIN_3_T4012845184_H #define ABSTWEENPLUGIN_3_T4012845184_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4012845184 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T4012845184_H #ifndef U3CU3EC__DISPLAYCLASS8_0_1_T2706806143_H #define U3CU3EC__DISPLAYCLASS8_0_1_T2706806143_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1 struct U3CU3Ec__DisplayClass8_0_1_t2706806143 : public RuntimeObject { public: // System.Reflection.FieldInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1::fieldInfo FieldInfo_t * ___fieldInfo_0; public: inline static int32_t get_offset_of_fieldInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_1_t2706806143, ___fieldInfo_0)); } inline FieldInfo_t * get_fieldInfo_0() const { return ___fieldInfo_0; } inline FieldInfo_t ** get_address_of_fieldInfo_0() { return &___fieldInfo_0; } inline void set_fieldInfo_0(FieldInfo_t * value) { ___fieldInfo_0 = value; Il2CppCodeGenWriteBarrier((&___fieldInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS8_0_1_T2706806143_H #ifndef ABSTWEENPLUGIN_3_T3746269868_H #define ABSTWEENPLUGIN_3_T3746269868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3746269868 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T3746269868_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_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 SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef HITINFO_T3229609740_H #define HITINFO_T3229609740_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SendMouseEvents/HitInfo struct HitInfo_t3229609740 { public: // UnityEngine.GameObject UnityEngine.SendMouseEvents/HitInfo::target GameObject_t1113636619 * ___target_0; // UnityEngine.Camera UnityEngine.SendMouseEvents/HitInfo::camera Camera_t4157153871 * ___camera_1; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(HitInfo_t3229609740, ___target_0)); } inline GameObject_t1113636619 * get_target_0() const { return ___target_0; } inline GameObject_t1113636619 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(GameObject_t1113636619 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((&___target_0), value); } inline static int32_t get_offset_of_camera_1() { return static_cast(offsetof(HitInfo_t3229609740, ___camera_1)); } inline Camera_t4157153871 * get_camera_1() const { return ___camera_1; } inline Camera_t4157153871 ** get_address_of_camera_1() { return &___camera_1; } inline void set_camera_1(Camera_t4157153871 * value) { ___camera_1 = value; Il2CppCodeGenWriteBarrier((&___camera_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.SendMouseEvents/HitInfo struct HitInfo_t3229609740_marshaled_pinvoke { GameObject_t1113636619 * ___target_0; Camera_t4157153871 * ___camera_1; }; // Native definition for COM marshalling of UnityEngine.SendMouseEvents/HitInfo struct HitInfo_t3229609740_marshaled_com { GameObject_t1113636619 * ___target_0; Camera_t4157153871 * ___camera_1; }; #endif // HITINFO_T3229609740_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 MARK_T3471605523_H #define MARK_T3471605523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Mark struct Mark_t3471605523 { public: // System.Int32 System.Text.RegularExpressions.Mark::Start int32_t ___Start_0; // System.Int32 System.Text.RegularExpressions.Mark::End int32_t ___End_1; // System.Int32 System.Text.RegularExpressions.Mark::Previous int32_t ___Previous_2; public: inline static int32_t get_offset_of_Start_0() { return static_cast(offsetof(Mark_t3471605523, ___Start_0)); } inline int32_t get_Start_0() const { return ___Start_0; } inline int32_t* get_address_of_Start_0() { return &___Start_0; } inline void set_Start_0(int32_t value) { ___Start_0 = value; } inline static int32_t get_offset_of_End_1() { return static_cast(offsetof(Mark_t3471605523, ___End_1)); } inline int32_t get_End_1() const { return ___End_1; } inline int32_t* get_address_of_End_1() { return &___End_1; } inline void set_End_1(int32_t value) { ___End_1 = value; } inline static int32_t get_offset_of_Previous_2() { return static_cast(offsetof(Mark_t3471605523, ___Previous_2)); } inline int32_t get_Previous_2() const { return ___Previous_2; } inline int32_t* get_address_of_Previous_2() { return &___Previous_2; } inline void set_Previous_2(int32_t value) { ___Previous_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARK_T3471605523_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_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 NSSCOPE_T3958624705_H #define NSSCOPE_T3958624705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager/NsScope struct NsScope_t3958624705 { public: // System.Int32 System.Xml.XmlNamespaceManager/NsScope::DeclCount int32_t ___DeclCount_0; // System.String System.Xml.XmlNamespaceManager/NsScope::DefaultNamespace String_t* ___DefaultNamespace_1; public: inline static int32_t get_offset_of_DeclCount_0() { return static_cast(offsetof(NsScope_t3958624705, ___DeclCount_0)); } inline int32_t get_DeclCount_0() const { return ___DeclCount_0; } inline int32_t* get_address_of_DeclCount_0() { return &___DeclCount_0; } inline void set_DeclCount_0(int32_t value) { ___DeclCount_0 = value; } inline static int32_t get_offset_of_DefaultNamespace_1() { return static_cast(offsetof(NsScope_t3958624705, ___DefaultNamespace_1)); } inline String_t* get_DefaultNamespace_1() const { return ___DefaultNamespace_1; } inline String_t** get_address_of_DefaultNamespace_1() { return &___DefaultNamespace_1; } inline void set_DefaultNamespace_1(String_t* value) { ___DefaultNamespace_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultNamespace_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NsScope struct NsScope_t3958624705_marshaled_pinvoke { int32_t ___DeclCount_0; char* ___DefaultNamespace_1; }; // Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NsScope struct NsScope_t3958624705_marshaled_com { int32_t ___DeclCount_0; Il2CppChar* ___DefaultNamespace_1; }; #endif // NSSCOPE_T3958624705_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 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 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 NSDECL_T3938094415_H #define NSDECL_T3938094415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager/NsDecl struct NsDecl_t3938094415 { public: // System.String System.Xml.XmlNamespaceManager/NsDecl::Prefix String_t* ___Prefix_0; // System.String System.Xml.XmlNamespaceManager/NsDecl::Uri String_t* ___Uri_1; public: inline static int32_t get_offset_of_Prefix_0() { return static_cast(offsetof(NsDecl_t3938094415, ___Prefix_0)); } inline String_t* get_Prefix_0() const { return ___Prefix_0; } inline String_t** get_address_of_Prefix_0() { return &___Prefix_0; } inline void set_Prefix_0(String_t* value) { ___Prefix_0 = value; Il2CppCodeGenWriteBarrier((&___Prefix_0), value); } inline static int32_t get_offset_of_Uri_1() { return static_cast(offsetof(NsDecl_t3938094415, ___Uri_1)); } inline String_t* get_Uri_1() const { return ___Uri_1; } inline String_t** get_address_of_Uri_1() { return &___Uri_1; } inline void set_Uri_1(String_t* value) { ___Uri_1 = value; Il2CppCodeGenWriteBarrier((&___Uri_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NsDecl struct NsDecl_t3938094415_marshaled_pinvoke { char* ___Prefix_0; char* ___Uri_1; }; // Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NsDecl struct NsDecl_t3938094415_marshaled_com { Il2CppChar* ___Prefix_0; Il2CppChar* ___Uri_1; }; #endif // NSDECL_T3938094415_H #ifndef URISCHEME_T722425697_H #define URISCHEME_T722425697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri/UriScheme struct UriScheme_t722425697 { public: // System.String System.Uri/UriScheme::scheme String_t* ___scheme_0; // System.String System.Uri/UriScheme::delimiter String_t* ___delimiter_1; // System.Int32 System.Uri/UriScheme::defaultPort int32_t ___defaultPort_2; public: inline static int32_t get_offset_of_scheme_0() { return static_cast(offsetof(UriScheme_t722425697, ___scheme_0)); } inline String_t* get_scheme_0() const { return ___scheme_0; } inline String_t** get_address_of_scheme_0() { return &___scheme_0; } inline void set_scheme_0(String_t* value) { ___scheme_0 = value; Il2CppCodeGenWriteBarrier((&___scheme_0), value); } inline static int32_t get_offset_of_delimiter_1() { return static_cast(offsetof(UriScheme_t722425697, ___delimiter_1)); } inline String_t* get_delimiter_1() const { return ___delimiter_1; } inline String_t** get_address_of_delimiter_1() { return &___delimiter_1; } inline void set_delimiter_1(String_t* value) { ___delimiter_1 = value; Il2CppCodeGenWriteBarrier((&___delimiter_1), value); } inline static int32_t get_offset_of_defaultPort_2() { return static_cast(offsetof(UriScheme_t722425697, ___defaultPort_2)); } inline int32_t get_defaultPort_2() const { return ___defaultPort_2; } inline int32_t* get_address_of_defaultPort_2() { return &___defaultPort_2; } inline void set_defaultPort_2(int32_t value) { ___defaultPort_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Uri/UriScheme struct UriScheme_t722425697_marshaled_pinvoke { char* ___scheme_0; char* ___delimiter_1; int32_t ___defaultPort_2; }; // Native definition for COM marshalling of System.Uri/UriScheme struct UriScheme_t722425697_marshaled_com { Il2CppChar* ___scheme_0; Il2CppChar* ___delimiter_1; int32_t ___defaultPort_2; }; #endif // URISCHEME_T722425697_H #ifndef LATEBOUNDREFLECTIONDELEGATEFACTORY_T925499913_H #define LATEBOUNDREFLECTIONDELEGATEFACTORY_T925499913_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory struct LateBoundReflectionDelegateFactory_t925499913 : public ReflectionDelegateFactory_t2528576452 { public: public: }; struct LateBoundReflectionDelegateFactory_t925499913_StaticFields { public: // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::_instance LateBoundReflectionDelegateFactory_t925499913 * ____instance_0; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(LateBoundReflectionDelegateFactory_t925499913_StaticFields, ____instance_0)); } inline LateBoundReflectionDelegateFactory_t925499913 * get__instance_0() const { return ____instance_0; } inline LateBoundReflectionDelegateFactory_t925499913 ** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(LateBoundReflectionDelegateFactory_t925499913 * value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((&____instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LATEBOUNDREFLECTIONDELEGATEFACTORY_T925499913_H #ifndef LINK_T3080106562_H #define LINK_T3080106562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1/Link struct Link_t3080106562 { public: // System.Int32 System.Collections.Generic.HashSet`1/Link::HashCode int32_t ___HashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Link::Next int32_t ___Next_1; public: inline static int32_t get_offset_of_HashCode_0() { return static_cast(offsetof(Link_t3080106562, ___HashCode_0)); } inline int32_t get_HashCode_0() const { return ___HashCode_0; } inline int32_t* get_address_of_HashCode_0() { return &___HashCode_0; } inline void set_HashCode_0(int32_t value) { ___HashCode_0 = value; } inline static int32_t get_offset_of_Next_1() { return static_cast(offsetof(Link_t3080106562, ___Next_1)); } inline int32_t get_Next_1() const { return ___Next_1; } inline int32_t* get_address_of_Next_1() { return &___Next_1; } inline void set_Next_1(int32_t value) { ___Next_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.Generic.HashSet`1/Link #ifndef Link_t4233491588_marshaled_pinvoke_define #define Link_t4233491588_marshaled_pinvoke_define struct Link_t4233491588_marshaled_pinvoke { int32_t ___HashCode_0; int32_t ___Next_1; }; #endif // Native definition for COM marshalling of System.Collections.Generic.HashSet`1/Link #ifndef Link_t4233491588_marshaled_com_define #define Link_t4233491588_marshaled_com_define struct Link_t4233491588_marshaled_com { int32_t ___HashCode_0; int32_t ___Next_1; }; #endif #endif // LINK_T3080106562_H #ifndef TAGNAME_T2891256255_H #define TAGNAME_T2891256255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml2.XmlTextReader/TagName struct TagName_t2891256255 { public: // System.String Mono.Xml2.XmlTextReader/TagName::Name String_t* ___Name_0; // System.String Mono.Xml2.XmlTextReader/TagName::LocalName String_t* ___LocalName_1; // System.String Mono.Xml2.XmlTextReader/TagName::Prefix String_t* ___Prefix_2; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(TagName_t2891256255, ___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_LocalName_1() { return static_cast(offsetof(TagName_t2891256255, ___LocalName_1)); } inline String_t* get_LocalName_1() const { return ___LocalName_1; } inline String_t** get_address_of_LocalName_1() { return &___LocalName_1; } inline void set_LocalName_1(String_t* value) { ___LocalName_1 = value; Il2CppCodeGenWriteBarrier((&___LocalName_1), value); } inline static int32_t get_offset_of_Prefix_2() { return static_cast(offsetof(TagName_t2891256255, ___Prefix_2)); } inline String_t* get_Prefix_2() const { return ___Prefix_2; } inline String_t** get_address_of_Prefix_2() { return &___Prefix_2; } inline void set_Prefix_2(String_t* value) { ___Prefix_2 = value; Il2CppCodeGenWriteBarrier((&___Prefix_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Mono.Xml2.XmlTextReader/TagName struct TagName_t2891256255_marshaled_pinvoke { char* ___Name_0; char* ___LocalName_1; char* ___Prefix_2; }; // Native definition for COM marshalling of Mono.Xml2.XmlTextReader/TagName struct TagName_t2891256255_marshaled_com { Il2CppChar* ___Name_0; Il2CppChar* ___LocalName_1; Il2CppChar* ___Prefix_2; }; #endif // TAGNAME_T2891256255_H #ifndef URISCHEME_T2867806342_H #define URISCHEME_T2867806342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Uri/UriScheme struct UriScheme_t2867806342 { public: // System.String Mono.Security.Uri/UriScheme::scheme String_t* ___scheme_0; // System.String Mono.Security.Uri/UriScheme::delimiter String_t* ___delimiter_1; // System.Int32 Mono.Security.Uri/UriScheme::defaultPort int32_t ___defaultPort_2; public: inline static int32_t get_offset_of_scheme_0() { return static_cast(offsetof(UriScheme_t2867806342, ___scheme_0)); } inline String_t* get_scheme_0() const { return ___scheme_0; } inline String_t** get_address_of_scheme_0() { return &___scheme_0; } inline void set_scheme_0(String_t* value) { ___scheme_0 = value; Il2CppCodeGenWriteBarrier((&___scheme_0), value); } inline static int32_t get_offset_of_delimiter_1() { return static_cast(offsetof(UriScheme_t2867806342, ___delimiter_1)); } inline String_t* get_delimiter_1() const { return ___delimiter_1; } inline String_t** get_address_of_delimiter_1() { return &___delimiter_1; } inline void set_delimiter_1(String_t* value) { ___delimiter_1 = value; Il2CppCodeGenWriteBarrier((&___delimiter_1), value); } inline static int32_t get_offset_of_defaultPort_2() { return static_cast(offsetof(UriScheme_t2867806342, ___defaultPort_2)); } inline int32_t get_defaultPort_2() const { return ___defaultPort_2; } inline int32_t* get_address_of_defaultPort_2() { return &___defaultPort_2; } inline void set_defaultPort_2(int32_t value) { ___defaultPort_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Mono.Security.Uri/UriScheme struct UriScheme_t2867806342_marshaled_pinvoke { char* ___scheme_0; char* ___delimiter_1; int32_t ___defaultPort_2; }; // Native definition for COM marshalling of Mono.Security.Uri/UriScheme struct UriScheme_t2867806342_marshaled_com { Il2CppChar* ___scheme_0; Il2CppChar* ___delimiter_1; int32_t ___defaultPort_2; }; #endif // URISCHEME_T2867806342_H #ifndef LINK_T3209266973_H #define LINK_T3209266973_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1/Link struct Link_t3209266973 { public: // System.Int32 System.Collections.Generic.HashSet`1/Link::HashCode int32_t ___HashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Link::Next int32_t ___Next_1; public: inline static int32_t get_offset_of_HashCode_0() { return static_cast(offsetof(Link_t3209266973, ___HashCode_0)); } inline int32_t get_HashCode_0() const { return ___HashCode_0; } inline int32_t* get_address_of_HashCode_0() { return &___HashCode_0; } inline void set_HashCode_0(int32_t value) { ___HashCode_0 = value; } inline static int32_t get_offset_of_Next_1() { return static_cast(offsetof(Link_t3209266973, ___Next_1)); } inline int32_t get_Next_1() const { return ___Next_1; } inline int32_t* get_address_of_Next_1() { return &___Next_1; } inline void set_Next_1(int32_t value) { ___Next_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.Generic.HashSet`1/Link #ifndef Link_t4233491588_marshaled_pinvoke_define #define Link_t4233491588_marshaled_pinvoke_define struct Link_t4233491588_marshaled_pinvoke { int32_t ___HashCode_0; int32_t ___Next_1; }; #endif // Native definition for COM marshalling of System.Collections.Generic.HashSet`1/Link #ifndef Link_t4233491588_marshaled_com_define #define Link_t4233491588_marshaled_com_define struct Link_t4233491588_marshaled_com { int32_t ___HashCode_0; int32_t ___Next_1; }; #endif #endif // LINK_T3209266973_H #ifndef TABLERANGE_T3332867892_H #define TABLERANGE_T3332867892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Globalization.Unicode.CodePointIndexer/TableRange struct TableRange_t3332867892 { public: // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Start int32_t ___Start_0; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::End int32_t ___End_1; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::Count int32_t ___Count_2; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexStart int32_t ___IndexStart_3; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer/TableRange::IndexEnd int32_t ___IndexEnd_4; public: inline static int32_t get_offset_of_Start_0() { return static_cast(offsetof(TableRange_t3332867892, ___Start_0)); } inline int32_t get_Start_0() const { return ___Start_0; } inline int32_t* get_address_of_Start_0() { return &___Start_0; } inline void set_Start_0(int32_t value) { ___Start_0 = value; } inline static int32_t get_offset_of_End_1() { return static_cast(offsetof(TableRange_t3332867892, ___End_1)); } inline int32_t get_End_1() const { return ___End_1; } inline int32_t* get_address_of_End_1() { return &___End_1; } inline void set_End_1(int32_t value) { ___End_1 = value; } inline static int32_t get_offset_of_Count_2() { return static_cast(offsetof(TableRange_t3332867892, ___Count_2)); } inline int32_t get_Count_2() const { return ___Count_2; } inline int32_t* get_address_of_Count_2() { return &___Count_2; } inline void set_Count_2(int32_t value) { ___Count_2 = value; } inline static int32_t get_offset_of_IndexStart_3() { return static_cast(offsetof(TableRange_t3332867892, ___IndexStart_3)); } inline int32_t get_IndexStart_3() const { return ___IndexStart_3; } inline int32_t* get_address_of_IndexStart_3() { return &___IndexStart_3; } inline void set_IndexStart_3(int32_t value) { ___IndexStart_3 = value; } inline static int32_t get_offset_of_IndexEnd_4() { return static_cast(offsetof(TableRange_t3332867892, ___IndexEnd_4)); } inline int32_t get_IndexEnd_4() const { return ___IndexEnd_4; } inline int32_t* get_address_of_IndexEnd_4() { return &___IndexEnd_4; } inline void set_IndexEnd_4(int32_t value) { ___IndexEnd_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TABLERANGE_T3332867892_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 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 REQEUSTITEM_T1337038627_H #define REQEUSTITEM_T1337038627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CRequestManager/ReqeustItem struct ReqeustItem_t1337038627 { public: // CircleImage FitFun.CRequestManager/ReqeustItem::img CircleImage_t2126599838 * ___img_0; // System.String FitFun.CRequestManager/ReqeustItem::url String_t* ___url_1; // System.String FitFun.CRequestManager/ReqeustItem::key String_t* ___key_2; // System.String FitFun.CRequestManager/ReqeustItem::localFullPath String_t* ___localFullPath_3; public: inline static int32_t get_offset_of_img_0() { return static_cast(offsetof(ReqeustItem_t1337038627, ___img_0)); } inline CircleImage_t2126599838 * get_img_0() const { return ___img_0; } inline CircleImage_t2126599838 ** get_address_of_img_0() { return &___img_0; } inline void set_img_0(CircleImage_t2126599838 * value) { ___img_0 = value; Il2CppCodeGenWriteBarrier((&___img_0), value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(ReqeustItem_t1337038627, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((&___url_1), value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(ReqeustItem_t1337038627, ___key_2)); } inline String_t* get_key_2() const { return ___key_2; } inline String_t** get_address_of_key_2() { return &___key_2; } inline void set_key_2(String_t* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((&___key_2), value); } inline static int32_t get_offset_of_localFullPath_3() { return static_cast(offsetof(ReqeustItem_t1337038627, ___localFullPath_3)); } inline String_t* get_localFullPath_3() const { return ___localFullPath_3; } inline String_t** get_address_of_localFullPath_3() { return &___localFullPath_3; } inline void set_localFullPath_3(String_t* value) { ___localFullPath_3 = value; Il2CppCodeGenWriteBarrier((&___localFullPath_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of FitFun.CRequestManager/ReqeustItem struct ReqeustItem_t1337038627_marshaled_pinvoke { CircleImage_t2126599838 * ___img_0; char* ___url_1; char* ___key_2; char* ___localFullPath_3; }; // Native definition for COM marshalling of FitFun.CRequestManager/ReqeustItem struct ReqeustItem_t1337038627_marshaled_com { CircleImage_t2126599838 * ___img_0; Il2CppChar* ___url_1; Il2CppChar* ___key_2; Il2CppChar* ___localFullPath_3; }; #endif // REQEUSTITEM_T1337038627_H #ifndef LINK_T3763621279_H #define LINK_T3763621279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1/Link struct Link_t3763621279 { public: // System.Int32 System.Collections.Generic.HashSet`1/Link::HashCode int32_t ___HashCode_0; // System.Int32 System.Collections.Generic.HashSet`1/Link::Next int32_t ___Next_1; public: inline static int32_t get_offset_of_HashCode_0() { return static_cast(offsetof(Link_t3763621279, ___HashCode_0)); } inline int32_t get_HashCode_0() const { return ___HashCode_0; } inline int32_t* get_address_of_HashCode_0() { return &___HashCode_0; } inline void set_HashCode_0(int32_t value) { ___HashCode_0 = value; } inline static int32_t get_offset_of_Next_1() { return static_cast(offsetof(Link_t3763621279, ___Next_1)); } inline int32_t get_Next_1() const { return ___Next_1; } inline int32_t* get_address_of_Next_1() { return &___Next_1; } inline void set_Next_1(int32_t value) { ___Next_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.Generic.HashSet`1/Link #ifndef Link_t4233491588_marshaled_pinvoke_define #define Link_t4233491588_marshaled_pinvoke_define struct Link_t4233491588_marshaled_pinvoke { int32_t ___HashCode_0; int32_t ___Next_1; }; #endif // Native definition for COM marshalling of System.Collections.Generic.HashSet`1/Link #ifndef Link_t4233491588_marshaled_com_define #define Link_t4233491588_marshaled_com_define struct Link_t4233491588_marshaled_com { int32_t ___HashCode_0; int32_t ___Next_1; }; #endif #endif // LINK_T3763621279_H #ifndef SLOTMATERIALTEXTURETUPLE_T3634971921_H #define SLOTMATERIALTEXTURETUPLE_T3634971921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.Modules.SlotBlendModes/SlotMaterialTextureTuple struct SlotMaterialTextureTuple_t3634971921 { public: // Spine.Slot Spine.Unity.Modules.SlotBlendModes/SlotMaterialTextureTuple::slot Slot_t3514940700 * ___slot_0; // UnityEngine.Texture2D Spine.Unity.Modules.SlotBlendModes/SlotMaterialTextureTuple::texture2D Texture2D_t3840446185 * ___texture2D_1; // UnityEngine.Material Spine.Unity.Modules.SlotBlendModes/SlotMaterialTextureTuple::material Material_t340375123 * ___material_2; public: inline static int32_t get_offset_of_slot_0() { return static_cast(offsetof(SlotMaterialTextureTuple_t3634971921, ___slot_0)); } inline Slot_t3514940700 * get_slot_0() const { return ___slot_0; } inline Slot_t3514940700 ** get_address_of_slot_0() { return &___slot_0; } inline void set_slot_0(Slot_t3514940700 * value) { ___slot_0 = value; Il2CppCodeGenWriteBarrier((&___slot_0), value); } inline static int32_t get_offset_of_texture2D_1() { return static_cast(offsetof(SlotMaterialTextureTuple_t3634971921, ___texture2D_1)); } inline Texture2D_t3840446185 * get_texture2D_1() const { return ___texture2D_1; } inline Texture2D_t3840446185 ** get_address_of_texture2D_1() { return &___texture2D_1; } inline void set_texture2D_1(Texture2D_t3840446185 * value) { ___texture2D_1 = value; Il2CppCodeGenWriteBarrier((&___texture2D_1), value); } inline static int32_t get_offset_of_material_2() { return static_cast(offsetof(SlotMaterialTextureTuple_t3634971921, ___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.SlotBlendModes/SlotMaterialTextureTuple struct SlotMaterialTextureTuple_t3634971921_marshaled_pinvoke { Slot_t3514940700 * ___slot_0; Texture2D_t3840446185 * ___texture2D_1; Material_t340375123 * ___material_2; }; // Native definition for COM marshalling of Spine.Unity.Modules.SlotBlendModes/SlotMaterialTextureTuple struct SlotMaterialTextureTuple_t3634971921_marshaled_com { Slot_t3514940700 * ___slot_0; Texture2D_t3840446185 * ___texture2D_1; Material_t340375123 * ___material_2; }; #endif // SLOTMATERIALTEXTURETUPLE_T3634971921_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 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 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 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 ARRAYSEGMENT_1_T283560987_H #define ARRAYSEGMENT_1_T283560987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArraySegment`1 struct ArraySegment_1_t283560987 { public: // T[] System.ArraySegment`1::array ByteU5BU5D_t4116647657* ___array_0; // System.Int32 System.ArraySegment`1::offset int32_t ___offset_1; // System.Int32 System.ArraySegment`1::count int32_t ___count_2; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(ArraySegment_1_t283560987, ___array_0)); } inline ByteU5BU5D_t4116647657* get_array_0() const { return ___array_0; } inline ByteU5BU5D_t4116647657** get_address_of_array_0() { return &___array_0; } inline void set_array_0(ByteU5BU5D_t4116647657* value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((&___array_0), value); } inline static int32_t get_offset_of_offset_1() { return static_cast(offsetof(ArraySegment_1_t283560987, ___offset_1)); } inline int32_t get_offset_1() const { return ___offset_1; } inline int32_t* get_address_of_offset_1() { return &___offset_1; } inline void set_offset_1(int32_t value) { ___offset_1 = value; } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(ArraySegment_1_t283560987, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYSEGMENT_1_T283560987_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 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 REQEUSTITEM_T1619640955_H #define REQEUSTITEM_T1619640955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.CImageManager/ReqeustItem struct ReqeustItem_t1619640955 { public: // CircleImage FitFun.CImageManager/ReqeustItem::img CircleImage_t2126599838 * ___img_0; // System.String FitFun.CImageManager/ReqeustItem::url String_t* ___url_1; // System.String FitFun.CImageManager/ReqeustItem::key String_t* ___key_2; // System.String FitFun.CImageManager/ReqeustItem::localFullPath String_t* ___localFullPath_3; // System.Int32 FitFun.CImageManager/ReqeustItem::failedTryCount int32_t ___failedTryCount_4; public: inline static int32_t get_offset_of_img_0() { return static_cast(offsetof(ReqeustItem_t1619640955, ___img_0)); } inline CircleImage_t2126599838 * get_img_0() const { return ___img_0; } inline CircleImage_t2126599838 ** get_address_of_img_0() { return &___img_0; } inline void set_img_0(CircleImage_t2126599838 * value) { ___img_0 = value; Il2CppCodeGenWriteBarrier((&___img_0), value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(ReqeustItem_t1619640955, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((&___url_1), value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(ReqeustItem_t1619640955, ___key_2)); } inline String_t* get_key_2() const { return ___key_2; } inline String_t** get_address_of_key_2() { return &___key_2; } inline void set_key_2(String_t* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((&___key_2), value); } inline static int32_t get_offset_of_localFullPath_3() { return static_cast(offsetof(ReqeustItem_t1619640955, ___localFullPath_3)); } inline String_t* get_localFullPath_3() const { return ___localFullPath_3; } inline String_t** get_address_of_localFullPath_3() { return &___localFullPath_3; } inline void set_localFullPath_3(String_t* value) { ___localFullPath_3 = value; Il2CppCodeGenWriteBarrier((&___localFullPath_3), value); } inline static int32_t get_offset_of_failedTryCount_4() { return static_cast(offsetof(ReqeustItem_t1619640955, ___failedTryCount_4)); } inline int32_t get_failedTryCount_4() const { return ___failedTryCount_4; } inline int32_t* get_address_of_failedTryCount_4() { return &___failedTryCount_4; } inline void set_failedTryCount_4(int32_t value) { ___failedTryCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of FitFun.CImageManager/ReqeustItem struct ReqeustItem_t1619640955_marshaled_pinvoke { CircleImage_t2126599838 * ___img_0; char* ___url_1; char* ___key_2; char* ___localFullPath_3; int32_t ___failedTryCount_4; }; // Native definition for COM marshalling of FitFun.CImageManager/ReqeustItem struct ReqeustItem_t1619640955_marshaled_com { CircleImage_t2126599838 * ___img_0; Il2CppChar* ___url_1; Il2CppChar* ___key_2; Il2CppChar* ___localFullPath_3; int32_t ___failedTryCount_4; }; #endif // REQEUSTITEM_T1619640955_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 INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef LABELDATA_T360167391_H #define LABELDATA_T360167391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator/LabelData struct LabelData_t360167391 { public: // System.Int32 System.Reflection.Emit.ILGenerator/LabelData::addr int32_t ___addr_0; // System.Int32 System.Reflection.Emit.ILGenerator/LabelData::maxStack int32_t ___maxStack_1; public: inline static int32_t get_offset_of_addr_0() { return static_cast(offsetof(LabelData_t360167391, ___addr_0)); } inline int32_t get_addr_0() const { return ___addr_0; } inline int32_t* get_address_of_addr_0() { return &___addr_0; } inline void set_addr_0(int32_t value) { ___addr_0 = value; } inline static int32_t get_offset_of_maxStack_1() { return static_cast(offsetof(LabelData_t360167391, ___maxStack_1)); } inline int32_t get_maxStack_1() const { return ___maxStack_1; } inline int32_t* get_address_of_maxStack_1() { return &___maxStack_1; } inline void set_maxStack_1(int32_t value) { ___maxStack_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABELDATA_T360167391_H #ifndef LABELFIXUP_T858502054_H #define LABELFIXUP_T858502054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator/LabelFixup struct LabelFixup_t858502054 { public: // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::offset int32_t ___offset_0; // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::pos int32_t ___pos_1; // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::label_idx int32_t ___label_idx_2; public: inline static int32_t get_offset_of_offset_0() { return static_cast(offsetof(LabelFixup_t858502054, ___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_pos_1() { return static_cast(offsetof(LabelFixup_t858502054, ___pos_1)); } inline int32_t get_pos_1() const { return ___pos_1; } inline int32_t* get_address_of_pos_1() { return &___pos_1; } inline void set_pos_1(int32_t value) { ___pos_1 = value; } inline static int32_t get_offset_of_label_idx_2() { return static_cast(offsetof(LabelFixup_t858502054, ___label_idx_2)); } inline int32_t get_label_idx_2() const { return ___label_idx_2; } inline int32_t* get_address_of_label_idx_2() { return &___label_idx_2; } inline void set_label_idx_2(int32_t value) { ___label_idx_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABELFIXUP_T858502054_H #ifndef ILTOKENINFO_T2325775114_H #define ILTOKENINFO_T2325775114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114 { public: // System.Reflection.MemberInfo System.Reflection.Emit.ILTokenInfo::member MemberInfo_t * ___member_0; // System.Int32 System.Reflection.Emit.ILTokenInfo::code_pos int32_t ___code_pos_1; public: inline static int32_t get_offset_of_member_0() { return static_cast(offsetof(ILTokenInfo_t2325775114, ___member_0)); } inline MemberInfo_t * get_member_0() const { return ___member_0; } inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; } inline void set_member_0(MemberInfo_t * value) { ___member_0 = value; Il2CppCodeGenWriteBarrier((&___member_0), value); } inline static int32_t get_offset_of_code_pos_1() { return static_cast(offsetof(ILTokenInfo_t2325775114, ___code_pos_1)); } inline int32_t get_code_pos_1() const { return ___code_pos_1; } inline int32_t* get_address_of_code_pos_1() { return &___code_pos_1; } inline void set_code_pos_1(int32_t value) { ___code_pos_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114_marshaled_pinvoke { MemberInfo_t * ___member_0; int32_t ___code_pos_1; }; // Native definition for COM marshalling of System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114_marshaled_com { MemberInfo_t * ___member_0; int32_t ___code_pos_1; }; #endif // ILTOKENINFO_T2325775114_H #ifndef PARAMETERMODIFIER_T1461694466_H #define PARAMETERMODIFIER_T1461694466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterModifier struct ParameterModifier_t1461694466 { public: // System.Boolean[] System.Reflection.ParameterModifier::_byref BooleanU5BU5D_t2897418192* ____byref_0; public: inline static int32_t get_offset_of__byref_0() { return static_cast(offsetof(ParameterModifier_t1461694466, ____byref_0)); } inline BooleanU5BU5D_t2897418192* get__byref_0() const { return ____byref_0; } inline BooleanU5BU5D_t2897418192** get_address_of__byref_0() { return &____byref_0; } inline void set__byref_0(BooleanU5BU5D_t2897418192* value) { ____byref_0 = value; Il2CppCodeGenWriteBarrier((&____byref_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_pinvoke { int32_t* ____byref_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_com { int32_t* ____byref_0; }; #endif // PARAMETERMODIFIER_T1461694466_H #ifndef RESOURCECACHEITEM_T51292791_H #define RESOURCECACHEITEM_T51292791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader/ResourceCacheItem struct ResourceCacheItem_t51292791 { public: // System.String System.Resources.ResourceReader/ResourceCacheItem::ResourceName String_t* ___ResourceName_0; // System.Object System.Resources.ResourceReader/ResourceCacheItem::ResourceValue RuntimeObject * ___ResourceValue_1; public: inline static int32_t get_offset_of_ResourceName_0() { return static_cast(offsetof(ResourceCacheItem_t51292791, ___ResourceName_0)); } inline String_t* get_ResourceName_0() const { return ___ResourceName_0; } inline String_t** get_address_of_ResourceName_0() { return &___ResourceName_0; } inline void set_ResourceName_0(String_t* value) { ___ResourceName_0 = value; Il2CppCodeGenWriteBarrier((&___ResourceName_0), value); } inline static int32_t get_offset_of_ResourceValue_1() { return static_cast(offsetof(ResourceCacheItem_t51292791, ___ResourceValue_1)); } inline RuntimeObject * get_ResourceValue_1() const { return ___ResourceValue_1; } inline RuntimeObject ** get_address_of_ResourceValue_1() { return &___ResourceValue_1; } inline void set_ResourceValue_1(RuntimeObject * value) { ___ResourceValue_1 = value; Il2CppCodeGenWriteBarrier((&___ResourceValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Resources.ResourceReader/ResourceCacheItem struct ResourceCacheItem_t51292791_marshaled_pinvoke { char* ___ResourceName_0; Il2CppIUnknown* ___ResourceValue_1; }; // Native definition for COM marshalling of System.Resources.ResourceReader/ResourceCacheItem struct ResourceCacheItem_t51292791_marshaled_com { Il2CppChar* ___ResourceName_0; Il2CppIUnknown* ___ResourceValue_1; }; #endif // RESOURCECACHEITEM_T51292791_H #ifndef RESOURCEINFO_T2872965302_H #define RESOURCEINFO_T2872965302_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader/ResourceInfo struct ResourceInfo_t2872965302 { public: // System.Int64 System.Resources.ResourceReader/ResourceInfo::ValuePosition int64_t ___ValuePosition_0; // System.String System.Resources.ResourceReader/ResourceInfo::ResourceName String_t* ___ResourceName_1; // System.Int32 System.Resources.ResourceReader/ResourceInfo::TypeIndex int32_t ___TypeIndex_2; public: inline static int32_t get_offset_of_ValuePosition_0() { return static_cast(offsetof(ResourceInfo_t2872965302, ___ValuePosition_0)); } inline int64_t get_ValuePosition_0() const { return ___ValuePosition_0; } inline int64_t* get_address_of_ValuePosition_0() { return &___ValuePosition_0; } inline void set_ValuePosition_0(int64_t value) { ___ValuePosition_0 = value; } inline static int32_t get_offset_of_ResourceName_1() { return static_cast(offsetof(ResourceInfo_t2872965302, ___ResourceName_1)); } inline String_t* get_ResourceName_1() const { return ___ResourceName_1; } inline String_t** get_address_of_ResourceName_1() { return &___ResourceName_1; } inline void set_ResourceName_1(String_t* value) { ___ResourceName_1 = value; Il2CppCodeGenWriteBarrier((&___ResourceName_1), value); } inline static int32_t get_offset_of_TypeIndex_2() { return static_cast(offsetof(ResourceInfo_t2872965302, ___TypeIndex_2)); } inline int32_t get_TypeIndex_2() const { return ___TypeIndex_2; } inline int32_t* get_address_of_TypeIndex_2() { return &___TypeIndex_2; } inline void set_TypeIndex_2(int32_t value) { ___TypeIndex_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Resources.ResourceReader/ResourceInfo struct ResourceInfo_t2872965302_marshaled_pinvoke { int64_t ___ValuePosition_0; char* ___ResourceName_1; int32_t ___TypeIndex_2; }; // Native definition for COM marshalling of System.Resources.ResourceReader/ResourceInfo struct ResourceInfo_t2872965302_marshaled_com { int64_t ___ValuePosition_0; Il2CppChar* ___ResourceName_1; int32_t ___TypeIndex_2; }; #endif // RESOURCEINFO_T2872965302_H #ifndef SLOT_T384495010_H #define SLOT_T384495010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList/Slot struct Slot_t384495010 { public: // System.Object System.Collections.SortedList/Slot::key RuntimeObject * ___key_0; // System.Object System.Collections.SortedList/Slot::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(Slot_t384495010, ___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(Slot_t384495010, ___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.SortedList/Slot struct Slot_t384495010_marshaled_pinvoke { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Collections.SortedList/Slot struct Slot_t384495010_marshaled_com { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; #endif // SLOT_T384495010_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 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 RECORDS_T2353033795_H #define RECORDS_T2353033795_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CVehicleBody/RecordS struct RecordS_t2353033795 { public: // System.Int32 CVehicleBody/RecordS::id int32_t ___id_0; // System.Single CVehicleBody/RecordS::elapsedTime float ___elapsedTime_1; // System.Int32 CVehicleBody/RecordS::key int32_t ___key_2; // System.Single CVehicleBody/RecordS::value float ___value_3; // System.Single CVehicleBody/RecordS::eulerAnglesY float ___eulerAnglesY_4; // System.Single CVehicleBody/RecordS::x float ___x_5; // System.Single CVehicleBody/RecordS::z float ___z_6; // System.Boolean CVehicleBody/RecordS::synPosition bool ___synPosition_7; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(RecordS_t2353033795, ___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; } inline static int32_t get_offset_of_elapsedTime_1() { return static_cast(offsetof(RecordS_t2353033795, ___elapsedTime_1)); } inline float get_elapsedTime_1() const { return ___elapsedTime_1; } inline float* get_address_of_elapsedTime_1() { return &___elapsedTime_1; } inline void set_elapsedTime_1(float value) { ___elapsedTime_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(RecordS_t2353033795, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(RecordS_t2353033795, ___value_3)); } inline float get_value_3() const { return ___value_3; } inline float* get_address_of_value_3() { return &___value_3; } inline void set_value_3(float value) { ___value_3 = value; } inline static int32_t get_offset_of_eulerAnglesY_4() { return static_cast(offsetof(RecordS_t2353033795, ___eulerAnglesY_4)); } inline float get_eulerAnglesY_4() const { return ___eulerAnglesY_4; } inline float* get_address_of_eulerAnglesY_4() { return &___eulerAnglesY_4; } inline void set_eulerAnglesY_4(float value) { ___eulerAnglesY_4 = value; } inline static int32_t get_offset_of_x_5() { return static_cast(offsetof(RecordS_t2353033795, ___x_5)); } inline float get_x_5() const { return ___x_5; } inline float* get_address_of_x_5() { return &___x_5; } inline void set_x_5(float value) { ___x_5 = value; } inline static int32_t get_offset_of_z_6() { return static_cast(offsetof(RecordS_t2353033795, ___z_6)); } inline float get_z_6() const { return ___z_6; } inline float* get_address_of_z_6() { return &___z_6; } inline void set_z_6(float value) { ___z_6 = value; } inline static int32_t get_offset_of_synPosition_7() { return static_cast(offsetof(RecordS_t2353033795, ___synPosition_7)); } inline bool get_synPosition_7() const { return ___synPosition_7; } inline bool* get_address_of_synPosition_7() { return &___synPosition_7; } inline void set_synPosition_7(bool value) { ___synPosition_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of CVehicleBody/RecordS struct RecordS_t2353033795_marshaled_pinvoke { int32_t ___id_0; float ___elapsedTime_1; int32_t ___key_2; float ___value_3; float ___eulerAnglesY_4; float ___x_5; float ___z_6; int32_t ___synPosition_7; }; // Native definition for COM marshalling of CVehicleBody/RecordS struct RecordS_t2353033795_marshaled_com { int32_t ___id_0; float ___elapsedTime_1; int32_t ___key_2; float ___value_3; float ___eulerAnglesY_4; float ___x_5; float ___z_6; int32_t ___synPosition_7; }; #endif // RECORDS_T2353033795_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 LINK_T544317964_H #define LINK_T544317964_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Link struct Link_t544317964 { public: // System.Int32 System.Collections.Generic.Link::HashCode int32_t ___HashCode_0; // System.Int32 System.Collections.Generic.Link::Next int32_t ___Next_1; public: inline static int32_t get_offset_of_HashCode_0() { return static_cast(offsetof(Link_t544317964, ___HashCode_0)); } inline int32_t get_HashCode_0() const { return ___HashCode_0; } inline int32_t* get_address_of_HashCode_0() { return &___HashCode_0; } inline void set_HashCode_0(int32_t value) { ___HashCode_0 = value; } inline static int32_t get_offset_of_Next_1() { return static_cast(offsetof(Link_t544317964, ___Next_1)); } inline int32_t get_Next_1() const { return ___Next_1; } inline int32_t* get_address_of_Next_1() { return &___Next_1; } inline void set_Next_1(int32_t value) { ___Next_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINK_T544317964_H #ifndef SLOT_T3975888750_H #define SLOT_T3975888750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable/Slot struct Slot_t3975888750 { public: // System.Object System.Collections.Hashtable/Slot::key RuntimeObject * ___key_0; // System.Object System.Collections.Hashtable/Slot::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(Slot_t3975888750, ___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(Slot_t3975888750, ___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.Hashtable/Slot struct Slot_t3975888750_marshaled_pinvoke { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Collections.Hashtable/Slot struct Slot_t3975888750_marshaled_com { Il2CppIUnknown* ___key_0; Il2CppIUnknown* ___value_1; }; #endif // SLOT_T3975888750_H #ifndef GCACHIEVEMENTDATA_T675222246_H #define GCACHIEVEMENTDATA_T675222246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SocialPlatforms.GameCenter.GcAchievementData struct GcAchievementData_t675222246 { public: // System.String UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_Identifier String_t* ___m_Identifier_0; // System.Double UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_PercentCompleted double ___m_PercentCompleted_1; // System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_Completed int32_t ___m_Completed_2; // System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_Hidden int32_t ___m_Hidden_3; // System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_LastReportedDate int32_t ___m_LastReportedDate_4; public: inline static int32_t get_offset_of_m_Identifier_0() { return static_cast(offsetof(GcAchievementData_t675222246, ___m_Identifier_0)); } inline String_t* get_m_Identifier_0() const { return ___m_Identifier_0; } inline String_t** get_address_of_m_Identifier_0() { return &___m_Identifier_0; } inline void set_m_Identifier_0(String_t* value) { ___m_Identifier_0 = value; Il2CppCodeGenWriteBarrier((&___m_Identifier_0), value); } inline static int32_t get_offset_of_m_PercentCompleted_1() { return static_cast(offsetof(GcAchievementData_t675222246, ___m_PercentCompleted_1)); } inline double get_m_PercentCompleted_1() const { return ___m_PercentCompleted_1; } inline double* get_address_of_m_PercentCompleted_1() { return &___m_PercentCompleted_1; } inline void set_m_PercentCompleted_1(double value) { ___m_PercentCompleted_1 = value; } inline static int32_t get_offset_of_m_Completed_2() { return static_cast(offsetof(GcAchievementData_t675222246, ___m_Completed_2)); } inline int32_t get_m_Completed_2() const { return ___m_Completed_2; } inline int32_t* get_address_of_m_Completed_2() { return &___m_Completed_2; } inline void set_m_Completed_2(int32_t value) { ___m_Completed_2 = value; } inline static int32_t get_offset_of_m_Hidden_3() { return static_cast(offsetof(GcAchievementData_t675222246, ___m_Hidden_3)); } inline int32_t get_m_Hidden_3() const { return ___m_Hidden_3; } inline int32_t* get_address_of_m_Hidden_3() { return &___m_Hidden_3; } inline void set_m_Hidden_3(int32_t value) { ___m_Hidden_3 = value; } inline static int32_t get_offset_of_m_LastReportedDate_4() { return static_cast(offsetof(GcAchievementData_t675222246, ___m_LastReportedDate_4)); } inline int32_t get_m_LastReportedDate_4() const { return ___m_LastReportedDate_4; } inline int32_t* get_address_of_m_LastReportedDate_4() { return &___m_LastReportedDate_4; } inline void set_m_LastReportedDate_4(int32_t value) { ___m_LastReportedDate_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.SocialPlatforms.GameCenter.GcAchievementData struct GcAchievementData_t675222246_marshaled_pinvoke { char* ___m_Identifier_0; double ___m_PercentCompleted_1; int32_t ___m_Completed_2; int32_t ___m_Hidden_3; int32_t ___m_LastReportedDate_4; }; // Native definition for COM marshalling of UnityEngine.SocialPlatforms.GameCenter.GcAchievementData struct GcAchievementData_t675222246_marshaled_com { Il2CppChar* ___m_Identifier_0; double ___m_PercentCompleted_1; int32_t ___m_Completed_2; int32_t ___m_Hidden_3; int32_t ___m_LastReportedDate_4; }; #endif // GCACHIEVEMENTDATA_T675222246_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef 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 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 INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_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 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 CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_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 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 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 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 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 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 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 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 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 BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_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 BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef 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 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 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 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 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 SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_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 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 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 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 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 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 SLOT_T179431562_H #define SLOT_T179431562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectPool/Slot struct Slot_t179431562 { public: // System.Int32 XLua.ObjectPool/Slot::next int32_t ___next_0; // System.Object XLua.ObjectPool/Slot::obj RuntimeObject * ___obj_1; public: inline static int32_t get_offset_of_next_0() { return static_cast(offsetof(Slot_t179431562, ___next_0)); } inline int32_t get_next_0() const { return ___next_0; } inline int32_t* get_address_of_next_0() { return &___next_0; } inline void set_next_0(int32_t value) { ___next_0 = value; } inline static int32_t get_offset_of_obj_1() { return static_cast(offsetof(Slot_t179431562, ___obj_1)); } inline RuntimeObject * get_obj_1() const { return ___obj_1; } inline RuntimeObject ** get_address_of_obj_1() { return &___obj_1; } inline void set_obj_1(RuntimeObject * value) { ___obj_1 = value; Il2CppCodeGenWriteBarrier((&___obj_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of XLua.ObjectPool/Slot struct Slot_t179431562_marshaled_pinvoke { int32_t ___next_0; Il2CppIUnknown* ___obj_1; }; // Native definition for COM marshalling of XLua.ObjectPool/Slot struct Slot_t179431562_marshaled_com { int32_t ___next_0; Il2CppIUnknown* ___obj_1; }; #endif // SLOT_T179431562_H #ifndef GCACTION_T1580222198_H #define GCACTION_T1580222198_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaEnv/GCAction struct GCAction_t1580222198 { public: // System.Int32 XLua.LuaEnv/GCAction::Reference int32_t ___Reference_0; // System.Boolean XLua.LuaEnv/GCAction::IsDelegate bool ___IsDelegate_1; public: inline static int32_t get_offset_of_Reference_0() { return static_cast(offsetof(GCAction_t1580222198, ___Reference_0)); } inline int32_t get_Reference_0() const { return ___Reference_0; } inline int32_t* get_address_of_Reference_0() { return &___Reference_0; } inline void set_Reference_0(int32_t value) { ___Reference_0 = value; } inline static int32_t get_offset_of_IsDelegate_1() { return static_cast(offsetof(GCAction_t1580222198, ___IsDelegate_1)); } inline bool get_IsDelegate_1() const { return ___IsDelegate_1; } inline bool* get_address_of_IsDelegate_1() { return &___IsDelegate_1; } inline void set_IsDelegate_1(bool value) { ___IsDelegate_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of XLua.LuaEnv/GCAction struct GCAction_t1580222198_marshaled_pinvoke { int32_t ___Reference_0; int32_t ___IsDelegate_1; }; // Native definition for COM marshalling of XLua.LuaEnv/GCAction struct GCAction_t1580222198_marshaled_com { int32_t ___Reference_0; int32_t ___IsDelegate_1; }; #endif // GCACTION_T1580222198_H #ifndef WORKREQUEST_T1354518612_H #define WORKREQUEST_T1354518612_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_t1354518612 { public: // System.Threading.SendOrPostCallback UnityEngine.UnitySynchronizationContext/WorkRequest::m_DelagateCallback SendOrPostCallback_t2750080073 * ___m_DelagateCallback_0; // System.Object UnityEngine.UnitySynchronizationContext/WorkRequest::m_DelagateState RuntimeObject * ___m_DelagateState_1; // System.Threading.ManualResetEvent UnityEngine.UnitySynchronizationContext/WorkRequest::m_WaitHandle ManualResetEvent_t451242010 * ___m_WaitHandle_2; public: inline static int32_t get_offset_of_m_DelagateCallback_0() { return static_cast(offsetof(WorkRequest_t1354518612, ___m_DelagateCallback_0)); } inline SendOrPostCallback_t2750080073 * get_m_DelagateCallback_0() const { return ___m_DelagateCallback_0; } inline SendOrPostCallback_t2750080073 ** get_address_of_m_DelagateCallback_0() { return &___m_DelagateCallback_0; } inline void set_m_DelagateCallback_0(SendOrPostCallback_t2750080073 * value) { ___m_DelagateCallback_0 = value; Il2CppCodeGenWriteBarrier((&___m_DelagateCallback_0), value); } inline static int32_t get_offset_of_m_DelagateState_1() { return static_cast(offsetof(WorkRequest_t1354518612, ___m_DelagateState_1)); } inline RuntimeObject * get_m_DelagateState_1() const { return ___m_DelagateState_1; } inline RuntimeObject ** get_address_of_m_DelagateState_1() { return &___m_DelagateState_1; } inline void set_m_DelagateState_1(RuntimeObject * value) { ___m_DelagateState_1 = value; Il2CppCodeGenWriteBarrier((&___m_DelagateState_1), value); } inline static int32_t get_offset_of_m_WaitHandle_2() { return static_cast(offsetof(WorkRequest_t1354518612, ___m_WaitHandle_2)); } inline ManualResetEvent_t451242010 * get_m_WaitHandle_2() const { return ___m_WaitHandle_2; } inline ManualResetEvent_t451242010 ** get_address_of_m_WaitHandle_2() { return &___m_WaitHandle_2; } inline void set_m_WaitHandle_2(ManualResetEvent_t451242010 * value) { ___m_WaitHandle_2 = value; Il2CppCodeGenWriteBarrier((&___m_WaitHandle_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_t1354518612_marshaled_pinvoke { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_t451242010 * ___m_WaitHandle_2; }; // Native definition for COM marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_t1354518612_marshaled_com { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_t451242010 * ___m_WaitHandle_2; }; #endif // WORKREQUEST_T1354518612_H #ifndef GCSCOREDATA_T2125309831_H #define GCSCOREDATA_T2125309831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.SocialPlatforms.GameCenter.GcScoreData struct GcScoreData_t2125309831 { public: // System.String UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_Category String_t* ___m_Category_0; // System.UInt32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_ValueLow uint32_t ___m_ValueLow_1; // System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_ValueHigh int32_t ___m_ValueHigh_2; // System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_Date int32_t ___m_Date_3; // System.String UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_FormattedValue String_t* ___m_FormattedValue_4; // System.String UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_PlayerID String_t* ___m_PlayerID_5; // System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_Rank int32_t ___m_Rank_6; public: inline static int32_t get_offset_of_m_Category_0() { return static_cast(offsetof(GcScoreData_t2125309831, ___m_Category_0)); } inline String_t* get_m_Category_0() const { return ___m_Category_0; } inline String_t** get_address_of_m_Category_0() { return &___m_Category_0; } inline void set_m_Category_0(String_t* value) { ___m_Category_0 = value; Il2CppCodeGenWriteBarrier((&___m_Category_0), value); } inline static int32_t get_offset_of_m_ValueLow_1() { return static_cast(offsetof(GcScoreData_t2125309831, ___m_ValueLow_1)); } inline uint32_t get_m_ValueLow_1() const { return ___m_ValueLow_1; } inline uint32_t* get_address_of_m_ValueLow_1() { return &___m_ValueLow_1; } inline void set_m_ValueLow_1(uint32_t value) { ___m_ValueLow_1 = value; } inline static int32_t get_offset_of_m_ValueHigh_2() { return static_cast(offsetof(GcScoreData_t2125309831, ___m_ValueHigh_2)); } inline int32_t get_m_ValueHigh_2() const { return ___m_ValueHigh_2; } inline int32_t* get_address_of_m_ValueHigh_2() { return &___m_ValueHigh_2; } inline void set_m_ValueHigh_2(int32_t value) { ___m_ValueHigh_2 = value; } inline static int32_t get_offset_of_m_Date_3() { return static_cast(offsetof(GcScoreData_t2125309831, ___m_Date_3)); } inline int32_t get_m_Date_3() const { return ___m_Date_3; } inline int32_t* get_address_of_m_Date_3() { return &___m_Date_3; } inline void set_m_Date_3(int32_t value) { ___m_Date_3 = value; } inline static int32_t get_offset_of_m_FormattedValue_4() { return static_cast(offsetof(GcScoreData_t2125309831, ___m_FormattedValue_4)); } inline String_t* get_m_FormattedValue_4() const { return ___m_FormattedValue_4; } inline String_t** get_address_of_m_FormattedValue_4() { return &___m_FormattedValue_4; } inline void set_m_FormattedValue_4(String_t* value) { ___m_FormattedValue_4 = value; Il2CppCodeGenWriteBarrier((&___m_FormattedValue_4), value); } inline static int32_t get_offset_of_m_PlayerID_5() { return static_cast(offsetof(GcScoreData_t2125309831, ___m_PlayerID_5)); } inline String_t* get_m_PlayerID_5() const { return ___m_PlayerID_5; } inline String_t** get_address_of_m_PlayerID_5() { return &___m_PlayerID_5; } inline void set_m_PlayerID_5(String_t* value) { ___m_PlayerID_5 = value; Il2CppCodeGenWriteBarrier((&___m_PlayerID_5), value); } inline static int32_t get_offset_of_m_Rank_6() { return static_cast(offsetof(GcScoreData_t2125309831, ___m_Rank_6)); } inline int32_t get_m_Rank_6() const { return ___m_Rank_6; } inline int32_t* get_address_of_m_Rank_6() { return &___m_Rank_6; } inline void set_m_Rank_6(int32_t value) { ___m_Rank_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.SocialPlatforms.GameCenter.GcScoreData struct GcScoreData_t2125309831_marshaled_pinvoke { char* ___m_Category_0; uint32_t ___m_ValueLow_1; int32_t ___m_ValueHigh_2; int32_t ___m_Date_3; char* ___m_FormattedValue_4; char* ___m_PlayerID_5; int32_t ___m_Rank_6; }; // Native definition for COM marshalling of UnityEngine.SocialPlatforms.GameCenter.GcScoreData struct GcScoreData_t2125309831_marshaled_com { Il2CppChar* ___m_Category_0; uint32_t ___m_ValueLow_1; int32_t ___m_ValueHigh_2; int32_t ___m_Date_3; Il2CppChar* ___m_FormattedValue_4; Il2CppChar* ___m_PlayerID_5; int32_t ___m_Rank_6; }; #endif // GCSCOREDATA_T2125309831_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 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 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 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 VEHICLEINPUTCMD_T551763092_H #define VEHICLEINPUTCMD_T551763092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // VehicleInputCmd struct VehicleInputCmd_t551763092 { public: // System.Int32 VehicleInputCmd::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(VehicleInputCmd_t551763092, ___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 // VEHICLEINPUTCMD_T551763092_H #ifndef SECURITYACTION_T569814076_H #define SECURITYACTION_T569814076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityAction struct SecurityAction_t569814076 { public: // System.Int32 System.Security.Permissions.SecurityAction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityAction_t569814076, ___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 // SECURITYACTION_T569814076_H #ifndef RESOURCEATTRIBUTES_T3997964906_H #define RESOURCEATTRIBUTES_T3997964906_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ResourceAttributes struct ResourceAttributes_t3997964906 { public: // System.Int32 System.Reflection.ResourceAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ResourceAttributes_t3997964906, ___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 // RESOURCEATTRIBUTES_T3997964906_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 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 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 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 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_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_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 X509CHAINSTATUSFLAGS_T1026973125_H #define X509CHAINSTATUSFLAGS_T1026973125_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags struct X509ChainStatusFlags_t1026973125 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509ChainStatusFlags_t1026973125, ___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 // X509CHAINSTATUSFLAGS_T1026973125_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 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 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 MIXMODE_T362820410_H #define MIXMODE_T362820410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.SkeletonMecanim/MecanimTranslator/MixMode struct MixMode_t362820410 { public: // System.Int32 Spine.Unity.SkeletonMecanim/MecanimTranslator/MixMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MixMode_t362820410, ___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 // MIXMODE_T362820410_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef CONTENTTYPE_T1787303396_H #define CONTENTTYPE_T1787303396_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/ContentType struct ContentType_t1787303396 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ContentType_t1787303396, ___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 // CONTENTTYPE_T1787303396_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 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 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 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 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 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 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_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 CONTACTPOINT_T3758755253_H #define CONTACTPOINT_T3758755253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ContactPoint struct ContactPoint_t3758755253 { public: // UnityEngine.Vector3 UnityEngine.ContactPoint::m_Point Vector3_t3722313464 ___m_Point_0; // UnityEngine.Vector3 UnityEngine.ContactPoint::m_Normal Vector3_t3722313464 ___m_Normal_1; // System.Int32 UnityEngine.ContactPoint::m_ThisColliderInstanceID int32_t ___m_ThisColliderInstanceID_2; // System.Int32 UnityEngine.ContactPoint::m_OtherColliderInstanceID int32_t ___m_OtherColliderInstanceID_3; // System.Single UnityEngine.ContactPoint::m_Separation float ___m_Separation_4; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(ContactPoint_t3758755253, ___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(ContactPoint_t3758755253, ___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_ThisColliderInstanceID_2() { return static_cast(offsetof(ContactPoint_t3758755253, ___m_ThisColliderInstanceID_2)); } inline int32_t get_m_ThisColliderInstanceID_2() const { return ___m_ThisColliderInstanceID_2; } inline int32_t* get_address_of_m_ThisColliderInstanceID_2() { return &___m_ThisColliderInstanceID_2; } inline void set_m_ThisColliderInstanceID_2(int32_t value) { ___m_ThisColliderInstanceID_2 = value; } inline static int32_t get_offset_of_m_OtherColliderInstanceID_3() { return static_cast(offsetof(ContactPoint_t3758755253, ___m_OtherColliderInstanceID_3)); } inline int32_t get_m_OtherColliderInstanceID_3() const { return ___m_OtherColliderInstanceID_3; } inline int32_t* get_address_of_m_OtherColliderInstanceID_3() { return &___m_OtherColliderInstanceID_3; } inline void set_m_OtherColliderInstanceID_3(int32_t value) { ___m_OtherColliderInstanceID_3 = value; } inline static int32_t get_offset_of_m_Separation_4() { return static_cast(offsetof(ContactPoint_t3758755253, ___m_Separation_4)); } inline float get_m_Separation_4() const { return ___m_Separation_4; } inline float* get_address_of_m_Separation_4() { return &___m_Separation_4; } inline void set_m_Separation_4(float value) { ___m_Separation_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTACTPOINT_T3758755253_H #ifndef TYPETAG_T3541821701_H #define TYPETAG_T3541821701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.TypeTag struct TypeTag_t3541821701 { public: // System.Byte System.Runtime.Serialization.Formatters.Binary.TypeTag::value__ uint8_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeTag_t3541821701, ___value___1)); } inline uint8_t get_value___1() const { return ___value___1; } inline uint8_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(uint8_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPETAG_T3541821701_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 COMBINEINSTANCE_T988503480_H #define COMBINEINSTANCE_T988503480_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CombineInstance struct CombineInstance_t988503480 { public: // System.Int32 UnityEngine.CombineInstance::m_MeshInstanceID int32_t ___m_MeshInstanceID_0; // System.Int32 UnityEngine.CombineInstance::m_SubMeshIndex int32_t ___m_SubMeshIndex_1; // UnityEngine.Matrix4x4 UnityEngine.CombineInstance::m_Transform Matrix4x4_t1817901843 ___m_Transform_2; // UnityEngine.Vector4 UnityEngine.CombineInstance::m_LightmapScaleOffset Vector4_t3319028937 ___m_LightmapScaleOffset_3; // UnityEngine.Vector4 UnityEngine.CombineInstance::m_RealtimeLightmapScaleOffset Vector4_t3319028937 ___m_RealtimeLightmapScaleOffset_4; public: inline static int32_t get_offset_of_m_MeshInstanceID_0() { return static_cast(offsetof(CombineInstance_t988503480, ___m_MeshInstanceID_0)); } inline int32_t get_m_MeshInstanceID_0() const { return ___m_MeshInstanceID_0; } inline int32_t* get_address_of_m_MeshInstanceID_0() { return &___m_MeshInstanceID_0; } inline void set_m_MeshInstanceID_0(int32_t value) { ___m_MeshInstanceID_0 = value; } inline static int32_t get_offset_of_m_SubMeshIndex_1() { return static_cast(offsetof(CombineInstance_t988503480, ___m_SubMeshIndex_1)); } inline int32_t get_m_SubMeshIndex_1() const { return ___m_SubMeshIndex_1; } inline int32_t* get_address_of_m_SubMeshIndex_1() { return &___m_SubMeshIndex_1; } inline void set_m_SubMeshIndex_1(int32_t value) { ___m_SubMeshIndex_1 = value; } inline static int32_t get_offset_of_m_Transform_2() { return static_cast(offsetof(CombineInstance_t988503480, ___m_Transform_2)); } inline Matrix4x4_t1817901843 get_m_Transform_2() const { return ___m_Transform_2; } inline Matrix4x4_t1817901843 * get_address_of_m_Transform_2() { return &___m_Transform_2; } inline void set_m_Transform_2(Matrix4x4_t1817901843 value) { ___m_Transform_2 = value; } inline static int32_t get_offset_of_m_LightmapScaleOffset_3() { return static_cast(offsetof(CombineInstance_t988503480, ___m_LightmapScaleOffset_3)); } inline Vector4_t3319028937 get_m_LightmapScaleOffset_3() const { return ___m_LightmapScaleOffset_3; } inline Vector4_t3319028937 * get_address_of_m_LightmapScaleOffset_3() { return &___m_LightmapScaleOffset_3; } inline void set_m_LightmapScaleOffset_3(Vector4_t3319028937 value) { ___m_LightmapScaleOffset_3 = value; } inline static int32_t get_offset_of_m_RealtimeLightmapScaleOffset_4() { return static_cast(offsetof(CombineInstance_t988503480, ___m_RealtimeLightmapScaleOffset_4)); } inline Vector4_t3319028937 get_m_RealtimeLightmapScaleOffset_4() const { return ___m_RealtimeLightmapScaleOffset_4; } inline Vector4_t3319028937 * get_address_of_m_RealtimeLightmapScaleOffset_4() { return &___m_RealtimeLightmapScaleOffset_4; } inline void set_m_RealtimeLightmapScaleOffset_4(Vector4_t3319028937 value) { ___m_RealtimeLightmapScaleOffset_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMBINEINSTANCE_T988503480_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_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 ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef XPATHRESULTTYPE_T2828988488_H #define XPATHRESULTTYPE_T2828988488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathResultType struct XPathResultType_t2828988488 { public: // System.Int32 System.Xml.XPath.XPathResultType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XPathResultType_t2828988488, ___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 // XPATHRESULTTYPE_T2828988488_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 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 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_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 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 NESTEDTWEENFAILUREBEHAVIOUR_T751082215_H #define NESTEDTWEENFAILUREBEHAVIOUR_T751082215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.NestedTweenFailureBehaviour struct NestedTweenFailureBehaviour_t751082215 { public: // System.Int32 DG.Tweening.Core.Enums.NestedTweenFailureBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NestedTweenFailureBehaviour_t751082215, ___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 // NESTEDTWEENFAILUREBEHAVIOUR_T751082215_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_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 MYENUM_T4134377632_H #define MYENUM_T4134377632_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyEnum struct MyEnum_t4134377632 { public: // System.Int32 XLuaTest.MyEnum::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MyEnum_t4134377632, ___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 // MYENUM_T4134377632_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 REWINDCALLBACKMODE_T4293633524_H #define REWINDCALLBACKMODE_T4293633524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.RewindCallbackMode struct RewindCallbackMode_t4293633524 { public: // System.Int32 DG.Tweening.Core.Enums.RewindCallbackMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RewindCallbackMode_t4293633524, ___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 // REWINDCALLBACKMODE_T4293633524_H #ifndef CONTACTPOINT2D_T3390240644_H #define CONTACTPOINT2D_T3390240644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ContactPoint2D struct ContactPoint2D_t3390240644 { public: // UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_Point Vector2_t2156229523 ___m_Point_0; // UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_Normal Vector2_t2156229523 ___m_Normal_1; // UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_RelativeVelocity Vector2_t2156229523 ___m_RelativeVelocity_2; // System.Single UnityEngine.ContactPoint2D::m_Separation float ___m_Separation_3; // System.Single UnityEngine.ContactPoint2D::m_NormalImpulse float ___m_NormalImpulse_4; // System.Single UnityEngine.ContactPoint2D::m_TangentImpulse float ___m_TangentImpulse_5; // System.Int32 UnityEngine.ContactPoint2D::m_Collider int32_t ___m_Collider_6; // System.Int32 UnityEngine.ContactPoint2D::m_OtherCollider int32_t ___m_OtherCollider_7; // System.Int32 UnityEngine.ContactPoint2D::m_Rigidbody int32_t ___m_Rigidbody_8; // System.Int32 UnityEngine.ContactPoint2D::m_OtherRigidbody int32_t ___m_OtherRigidbody_9; // System.Int32 UnityEngine.ContactPoint2D::m_Enabled int32_t ___m_Enabled_10; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_Point_0)); } inline Vector2_t2156229523 get_m_Point_0() const { return ___m_Point_0; } inline Vector2_t2156229523 * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector2_t2156229523 value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_Normal_1)); } inline Vector2_t2156229523 get_m_Normal_1() const { return ___m_Normal_1; } inline Vector2_t2156229523 * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector2_t2156229523 value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_RelativeVelocity_2() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_RelativeVelocity_2)); } inline Vector2_t2156229523 get_m_RelativeVelocity_2() const { return ___m_RelativeVelocity_2; } inline Vector2_t2156229523 * get_address_of_m_RelativeVelocity_2() { return &___m_RelativeVelocity_2; } inline void set_m_RelativeVelocity_2(Vector2_t2156229523 value) { ___m_RelativeVelocity_2 = value; } inline static int32_t get_offset_of_m_Separation_3() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_Separation_3)); } inline float get_m_Separation_3() const { return ___m_Separation_3; } inline float* get_address_of_m_Separation_3() { return &___m_Separation_3; } inline void set_m_Separation_3(float value) { ___m_Separation_3 = value; } inline static int32_t get_offset_of_m_NormalImpulse_4() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_NormalImpulse_4)); } inline float get_m_NormalImpulse_4() const { return ___m_NormalImpulse_4; } inline float* get_address_of_m_NormalImpulse_4() { return &___m_NormalImpulse_4; } inline void set_m_NormalImpulse_4(float value) { ___m_NormalImpulse_4 = value; } inline static int32_t get_offset_of_m_TangentImpulse_5() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_TangentImpulse_5)); } inline float get_m_TangentImpulse_5() const { return ___m_TangentImpulse_5; } inline float* get_address_of_m_TangentImpulse_5() { return &___m_TangentImpulse_5; } inline void set_m_TangentImpulse_5(float value) { ___m_TangentImpulse_5 = value; } inline static int32_t get_offset_of_m_Collider_6() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_Collider_6)); } inline int32_t get_m_Collider_6() const { return ___m_Collider_6; } inline int32_t* get_address_of_m_Collider_6() { return &___m_Collider_6; } inline void set_m_Collider_6(int32_t value) { ___m_Collider_6 = value; } inline static int32_t get_offset_of_m_OtherCollider_7() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_OtherCollider_7)); } inline int32_t get_m_OtherCollider_7() const { return ___m_OtherCollider_7; } inline int32_t* get_address_of_m_OtherCollider_7() { return &___m_OtherCollider_7; } inline void set_m_OtherCollider_7(int32_t value) { ___m_OtherCollider_7 = value; } inline static int32_t get_offset_of_m_Rigidbody_8() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_Rigidbody_8)); } inline int32_t get_m_Rigidbody_8() const { return ___m_Rigidbody_8; } inline int32_t* get_address_of_m_Rigidbody_8() { return &___m_Rigidbody_8; } inline void set_m_Rigidbody_8(int32_t value) { ___m_Rigidbody_8 = value; } inline static int32_t get_offset_of_m_OtherRigidbody_9() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_OtherRigidbody_9)); } inline int32_t get_m_OtherRigidbody_9() const { return ___m_OtherRigidbody_9; } inline int32_t* get_address_of_m_OtherRigidbody_9() { return &___m_OtherRigidbody_9; } inline void set_m_OtherRigidbody_9(int32_t value) { ___m_OtherRigidbody_9 = value; } inline static int32_t get_offset_of_m_Enabled_10() { return static_cast(offsetof(ContactPoint2D_t3390240644, ___m_Enabled_10)); } inline int32_t get_m_Enabled_10() const { return ___m_Enabled_10; } inline int32_t* get_address_of_m_Enabled_10() { return &___m_Enabled_10; } inline void set_m_Enabled_10(int32_t value) { ___m_Enabled_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTACTPOINT2D_T3390240644_H #ifndef GRADIENTCOLORKEY_T812552589_H #define GRADIENTCOLORKEY_T812552589_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GradientColorKey struct GradientColorKey_t812552589 { public: // UnityEngine.Color UnityEngine.GradientColorKey::color Color_t2555686324 ___color_0; // System.Single UnityEngine.GradientColorKey::time float ___time_1; public: inline static int32_t get_offset_of_color_0() { return static_cast(offsetof(GradientColorKey_t812552589, ___color_0)); } inline Color_t2555686324 get_color_0() const { return ___color_0; } inline Color_t2555686324 * get_address_of_color_0() { return &___color_0; } inline void set_color_0(Color_t2555686324 value) { ___color_0 = value; } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(GradientColorKey_t812552589, ___time_1)); } inline float get_time_1() const { return ___time_1; } inline float* get_address_of_time_1() { return &___time_1; } inline void set_time_1(float value) { ___time_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GRADIENTCOLORKEY_T812552589_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 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 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 SPECIALSTARTUPMODE_T1644068939_H #define SPECIALSTARTUPMODE_T1644068939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t1644068939 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SpecialStartupMode_t1644068939, ___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 // SPECIALSTARTUPMODE_T1644068939_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 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 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 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 AUTOPLAY_T1346164433_H #define AUTOPLAY_T1346164433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AutoPlay struct AutoPlay_t1346164433 { public: // System.Int32 DG.Tweening.AutoPlay::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AutoPlay_t1346164433, ___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 // AUTOPLAY_T1346164433_H #ifndef RANKEXCEPTION_T3812021567_H #define RANKEXCEPTION_T3812021567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RankException struct RankException_t3812021567 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANKEXCEPTION_T3812021567_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 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 CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_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 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 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 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 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 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 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 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 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 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 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 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 JTOKENTYPE_T3022361662_H #define JTOKENTYPE_T3022361662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JTokenType struct JTokenType_t3022361662 { public: // System.Int32 Newtonsoft.Json.Linq.JTokenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JTokenType_t3022361662, ___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 // JTOKENTYPE_T3022361662_H #ifndef UPDATETYPE_T3937729206_H #define UPDATETYPE_T3937729206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.UpdateType struct UpdateType_t3937729206 { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateType_t3937729206, ___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 // UPDATETYPE_T3937729206_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 TWEENTYPE_T1971673186_H #define TWEENTYPE_T1971673186_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenType struct TweenType_t1971673186 { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TweenType_t1971673186, ___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 // TWEENTYPE_T1971673186_H #ifndef CLIENTCERTIFICATETYPE_T1004704908_H #define CLIENTCERTIFICATETYPE_T1004704908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.Handshake.ClientCertificateType struct ClientCertificateType_t1004704908 { public: // System.Int32 Mono.Security.Protocol.Tls.Handshake.ClientCertificateType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ClientCertificateType_t1004704908, ___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 // CLIENTCERTIFICATETYPE_T1004704908_H #ifndef STATE_T2595666649_H #define STATE_T2595666649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonWriter/State struct State_t2595666649 { public: // System.Int32 Newtonsoft.Json.JsonWriter/State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(State_t2595666649, ___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 // STATE_T2595666649_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 TRANSFORMMODE_T614987360_H #define TRANSFORMMODE_T614987360_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.TransformMode struct TransformMode_t614987360 { public: // System.Int32 Spine.TransformMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TransformMode_t614987360, ___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 // TRANSFORMMODE_T614987360_H #ifndef CONTROLPOINT_T3892672090_H #define CONTROLPOINT_T3892672090_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.PathCore.ControlPoint struct ControlPoint_t3892672090 { public: // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ControlPoint::a Vector3_t3722313464 ___a_0; // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ControlPoint::b Vector3_t3722313464 ___b_1; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(ControlPoint_t3892672090, ___a_0)); } inline Vector3_t3722313464 get_a_0() const { return ___a_0; } inline Vector3_t3722313464 * get_address_of_a_0() { return &___a_0; } inline void set_a_0(Vector3_t3722313464 value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(ControlPoint_t3892672090, ___b_1)); } inline Vector3_t3722313464 get_b_1() const { return ___b_1; } inline Vector3_t3722313464 * get_address_of_b_1() { return &___b_1; } inline void set_b_1(Vector3_t3722313464 value) { ___b_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTROLPOINT_T3892672090_H #ifndef PATHTYPE_T3777299409_H #define PATHTYPE_T3777299409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathType struct PathType_t3777299409 { public: // System.Int32 DG.Tweening.PathType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathType_t3777299409, ___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 // PATHTYPE_T3777299409_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 X509CHAINSTATUS_T133602714_H #define X509CHAINSTATUS_T133602714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_t133602714 { public: // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::status int32_t ___status_0; // System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::info String_t* ___info_1; public: inline static int32_t get_offset_of_status_0() { return static_cast(offsetof(X509ChainStatus_t133602714, ___status_0)); } inline int32_t get_status_0() const { return ___status_0; } inline int32_t* get_address_of_status_0() { return &___status_0; } inline void set_status_0(int32_t value) { ___status_0 = value; } inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(X509ChainStatus_t133602714, ___info_1)); } inline String_t* get_info_1() const { return ___info_1; } inline String_t** get_address_of_info_1() { return &___info_1; } inline void set_info_1(String_t* value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((&___info_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_t133602714_marshaled_pinvoke { int32_t ___status_0; char* ___info_1; }; // Native definition for COM marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_t133602714_marshaled_com { int32_t ___status_0; Il2CppChar* ___info_1; }; #endif // X509CHAINSTATUS_T133602714_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 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 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 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 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 DOTWEEN_T2744875806_H #define DOTWEEN_T2744875806_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.DOTween struct DOTween_t2744875806 : public RuntimeObject { public: public: }; struct DOTween_t2744875806_StaticFields { public: // System.String DG.Tweening.DOTween::Version String_t* ___Version_0; // System.Boolean DG.Tweening.DOTween::useSafeMode bool ___useSafeMode_1; // DG.Tweening.Core.Enums.NestedTweenFailureBehaviour DG.Tweening.DOTween::nestedTweenFailureBehaviour int32_t ___nestedTweenFailureBehaviour_2; // System.Boolean DG.Tweening.DOTween::showUnityEditorReport bool ___showUnityEditorReport_3; // System.Single DG.Tweening.DOTween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.DOTween::useSmoothDeltaTime bool ___useSmoothDeltaTime_5; // System.Single DG.Tweening.DOTween::maxSmoothUnscaledTime float ___maxSmoothUnscaledTime_6; // DG.Tweening.Core.Enums.RewindCallbackMode DG.Tweening.DOTween::rewindCallbackMode int32_t ___rewindCallbackMode_7; // DG.Tweening.LogBehaviour DG.Tweening.DOTween::_logBehaviour int32_t ____logBehaviour_8; // System.Func`3 DG.Tweening.DOTween::onWillLog Func_3_t766691812 * ___onWillLog_9; // System.Boolean DG.Tweening.DOTween::drawGizmos bool ___drawGizmos_10; // DG.Tweening.UpdateType DG.Tweening.DOTween::defaultUpdateType int32_t ___defaultUpdateType_11; // System.Boolean DG.Tweening.DOTween::defaultTimeScaleIndependent bool ___defaultTimeScaleIndependent_12; // DG.Tweening.AutoPlay DG.Tweening.DOTween::defaultAutoPlay int32_t ___defaultAutoPlay_13; // System.Boolean DG.Tweening.DOTween::defaultAutoKill bool ___defaultAutoKill_14; // DG.Tweening.LoopType DG.Tweening.DOTween::defaultLoopType int32_t ___defaultLoopType_15; // System.Boolean DG.Tweening.DOTween::defaultRecyclable bool ___defaultRecyclable_16; // DG.Tweening.Ease DG.Tweening.DOTween::defaultEaseType int32_t ___defaultEaseType_17; // System.Single DG.Tweening.DOTween::defaultEaseOvershootOrAmplitude float ___defaultEaseOvershootOrAmplitude_18; // System.Single DG.Tweening.DOTween::defaultEasePeriod float ___defaultEasePeriod_19; // DG.Tweening.Core.DOTweenComponent DG.Tweening.DOTween::instance DOTweenComponent_t828035757 * ___instance_20; // System.Int32 DG.Tweening.DOTween::maxActiveTweenersReached int32_t ___maxActiveTweenersReached_21; // System.Int32 DG.Tweening.DOTween::maxActiveSequencesReached int32_t ___maxActiveSequencesReached_22; // System.Collections.Generic.List`1 DG.Tweening.DOTween::GizmosDelegates List_1_t904863771 * ___GizmosDelegates_23; // System.Boolean DG.Tweening.DOTween::initialized bool ___initialized_24; // System.Boolean DG.Tweening.DOTween::isQuitting bool ___isQuitting_25; public: inline static int32_t get_offset_of_Version_0() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___Version_0)); } inline String_t* get_Version_0() const { return ___Version_0; } inline String_t** get_address_of_Version_0() { return &___Version_0; } inline void set_Version_0(String_t* value) { ___Version_0 = value; Il2CppCodeGenWriteBarrier((&___Version_0), value); } inline static int32_t get_offset_of_useSafeMode_1() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___useSafeMode_1)); } inline bool get_useSafeMode_1() const { return ___useSafeMode_1; } inline bool* get_address_of_useSafeMode_1() { return &___useSafeMode_1; } inline void set_useSafeMode_1(bool value) { ___useSafeMode_1 = value; } inline static int32_t get_offset_of_nestedTweenFailureBehaviour_2() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___nestedTweenFailureBehaviour_2)); } inline int32_t get_nestedTweenFailureBehaviour_2() const { return ___nestedTweenFailureBehaviour_2; } inline int32_t* get_address_of_nestedTweenFailureBehaviour_2() { return &___nestedTweenFailureBehaviour_2; } inline void set_nestedTweenFailureBehaviour_2(int32_t value) { ___nestedTweenFailureBehaviour_2 = value; } inline static int32_t get_offset_of_showUnityEditorReport_3() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___showUnityEditorReport_3)); } inline bool get_showUnityEditorReport_3() const { return ___showUnityEditorReport_3; } inline bool* get_address_of_showUnityEditorReport_3() { return &___showUnityEditorReport_3; } inline void set_showUnityEditorReport_3(bool value) { ___showUnityEditorReport_3 = value; } inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_useSmoothDeltaTime_5() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___useSmoothDeltaTime_5)); } inline bool get_useSmoothDeltaTime_5() const { return ___useSmoothDeltaTime_5; } inline bool* get_address_of_useSmoothDeltaTime_5() { return &___useSmoothDeltaTime_5; } inline void set_useSmoothDeltaTime_5(bool value) { ___useSmoothDeltaTime_5 = value; } inline static int32_t get_offset_of_maxSmoothUnscaledTime_6() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___maxSmoothUnscaledTime_6)); } inline float get_maxSmoothUnscaledTime_6() const { return ___maxSmoothUnscaledTime_6; } inline float* get_address_of_maxSmoothUnscaledTime_6() { return &___maxSmoothUnscaledTime_6; } inline void set_maxSmoothUnscaledTime_6(float value) { ___maxSmoothUnscaledTime_6 = value; } inline static int32_t get_offset_of_rewindCallbackMode_7() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___rewindCallbackMode_7)); } inline int32_t get_rewindCallbackMode_7() const { return ___rewindCallbackMode_7; } inline int32_t* get_address_of_rewindCallbackMode_7() { return &___rewindCallbackMode_7; } inline void set_rewindCallbackMode_7(int32_t value) { ___rewindCallbackMode_7 = value; } inline static int32_t get_offset_of__logBehaviour_8() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ____logBehaviour_8)); } inline int32_t get__logBehaviour_8() const { return ____logBehaviour_8; } inline int32_t* get_address_of__logBehaviour_8() { return &____logBehaviour_8; } inline void set__logBehaviour_8(int32_t value) { ____logBehaviour_8 = value; } inline static int32_t get_offset_of_onWillLog_9() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___onWillLog_9)); } inline Func_3_t766691812 * get_onWillLog_9() const { return ___onWillLog_9; } inline Func_3_t766691812 ** get_address_of_onWillLog_9() { return &___onWillLog_9; } inline void set_onWillLog_9(Func_3_t766691812 * value) { ___onWillLog_9 = value; Il2CppCodeGenWriteBarrier((&___onWillLog_9), value); } inline static int32_t get_offset_of_drawGizmos_10() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___drawGizmos_10)); } inline bool get_drawGizmos_10() const { return ___drawGizmos_10; } inline bool* get_address_of_drawGizmos_10() { return &___drawGizmos_10; } inline void set_drawGizmos_10(bool value) { ___drawGizmos_10 = value; } inline static int32_t get_offset_of_defaultUpdateType_11() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultUpdateType_11)); } inline int32_t get_defaultUpdateType_11() const { return ___defaultUpdateType_11; } inline int32_t* get_address_of_defaultUpdateType_11() { return &___defaultUpdateType_11; } inline void set_defaultUpdateType_11(int32_t value) { ___defaultUpdateType_11 = value; } inline static int32_t get_offset_of_defaultTimeScaleIndependent_12() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultTimeScaleIndependent_12)); } inline bool get_defaultTimeScaleIndependent_12() const { return ___defaultTimeScaleIndependent_12; } inline bool* get_address_of_defaultTimeScaleIndependent_12() { return &___defaultTimeScaleIndependent_12; } inline void set_defaultTimeScaleIndependent_12(bool value) { ___defaultTimeScaleIndependent_12 = value; } inline static int32_t get_offset_of_defaultAutoPlay_13() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultAutoPlay_13)); } inline int32_t get_defaultAutoPlay_13() const { return ___defaultAutoPlay_13; } inline int32_t* get_address_of_defaultAutoPlay_13() { return &___defaultAutoPlay_13; } inline void set_defaultAutoPlay_13(int32_t value) { ___defaultAutoPlay_13 = value; } inline static int32_t get_offset_of_defaultAutoKill_14() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultAutoKill_14)); } inline bool get_defaultAutoKill_14() const { return ___defaultAutoKill_14; } inline bool* get_address_of_defaultAutoKill_14() { return &___defaultAutoKill_14; } inline void set_defaultAutoKill_14(bool value) { ___defaultAutoKill_14 = value; } inline static int32_t get_offset_of_defaultLoopType_15() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultLoopType_15)); } inline int32_t get_defaultLoopType_15() const { return ___defaultLoopType_15; } inline int32_t* get_address_of_defaultLoopType_15() { return &___defaultLoopType_15; } inline void set_defaultLoopType_15(int32_t value) { ___defaultLoopType_15 = value; } inline static int32_t get_offset_of_defaultRecyclable_16() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultRecyclable_16)); } inline bool get_defaultRecyclable_16() const { return ___defaultRecyclable_16; } inline bool* get_address_of_defaultRecyclable_16() { return &___defaultRecyclable_16; } inline void set_defaultRecyclable_16(bool value) { ___defaultRecyclable_16 = value; } inline static int32_t get_offset_of_defaultEaseType_17() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultEaseType_17)); } inline int32_t get_defaultEaseType_17() const { return ___defaultEaseType_17; } inline int32_t* get_address_of_defaultEaseType_17() { return &___defaultEaseType_17; } inline void set_defaultEaseType_17(int32_t value) { ___defaultEaseType_17 = value; } inline static int32_t get_offset_of_defaultEaseOvershootOrAmplitude_18() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultEaseOvershootOrAmplitude_18)); } inline float get_defaultEaseOvershootOrAmplitude_18() const { return ___defaultEaseOvershootOrAmplitude_18; } inline float* get_address_of_defaultEaseOvershootOrAmplitude_18() { return &___defaultEaseOvershootOrAmplitude_18; } inline void set_defaultEaseOvershootOrAmplitude_18(float value) { ___defaultEaseOvershootOrAmplitude_18 = value; } inline static int32_t get_offset_of_defaultEasePeriod_19() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultEasePeriod_19)); } inline float get_defaultEasePeriod_19() const { return ___defaultEasePeriod_19; } inline float* get_address_of_defaultEasePeriod_19() { return &___defaultEasePeriod_19; } inline void set_defaultEasePeriod_19(float value) { ___defaultEasePeriod_19 = value; } inline static int32_t get_offset_of_instance_20() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___instance_20)); } inline DOTweenComponent_t828035757 * get_instance_20() const { return ___instance_20; } inline DOTweenComponent_t828035757 ** get_address_of_instance_20() { return &___instance_20; } inline void set_instance_20(DOTweenComponent_t828035757 * value) { ___instance_20 = value; Il2CppCodeGenWriteBarrier((&___instance_20), value); } inline static int32_t get_offset_of_maxActiveTweenersReached_21() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___maxActiveTweenersReached_21)); } inline int32_t get_maxActiveTweenersReached_21() const { return ___maxActiveTweenersReached_21; } inline int32_t* get_address_of_maxActiveTweenersReached_21() { return &___maxActiveTweenersReached_21; } inline void set_maxActiveTweenersReached_21(int32_t value) { ___maxActiveTweenersReached_21 = value; } inline static int32_t get_offset_of_maxActiveSequencesReached_22() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___maxActiveSequencesReached_22)); } inline int32_t get_maxActiveSequencesReached_22() const { return ___maxActiveSequencesReached_22; } inline int32_t* get_address_of_maxActiveSequencesReached_22() { return &___maxActiveSequencesReached_22; } inline void set_maxActiveSequencesReached_22(int32_t value) { ___maxActiveSequencesReached_22 = value; } inline static int32_t get_offset_of_GizmosDelegates_23() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___GizmosDelegates_23)); } inline List_1_t904863771 * get_GizmosDelegates_23() const { return ___GizmosDelegates_23; } inline List_1_t904863771 ** get_address_of_GizmosDelegates_23() { return &___GizmosDelegates_23; } inline void set_GizmosDelegates_23(List_1_t904863771 * value) { ___GizmosDelegates_23 = value; Il2CppCodeGenWriteBarrier((&___GizmosDelegates_23), value); } inline static int32_t get_offset_of_initialized_24() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___initialized_24)); } inline bool get_initialized_24() const { return ___initialized_24; } inline bool* get_address_of_initialized_24() { return &___initialized_24; } inline void set_initialized_24(bool value) { ___initialized_24 = value; } inline static int32_t get_offset_of_isQuitting_25() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___isQuitting_25)); } inline bool get_isQuitting_25() const { return ___isQuitting_25; } inline bool* get_address_of_isQuitting_25() { return &___isQuitting_25; } inline void set_isQuitting_25(bool value) { ___isQuitting_25 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOTWEEN_T2744875806_H #ifndef COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef 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 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 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 ABSSEQUENTIABLE_T3376041011_H #define ABSSEQUENTIABLE_T3376041011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t3376041011 : public RuntimeObject { public: // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_t3727756325 * ___onStart_3; public: inline static int32_t get_offset_of_tweenType_0() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___tweenType_0)); } inline int32_t get_tweenType_0() const { return ___tweenType_0; } inline int32_t* get_address_of_tweenType_0() { return &___tweenType_0; } inline void set_tweenType_0(int32_t value) { ___tweenType_0 = value; } inline static int32_t get_offset_of_sequencedPosition_1() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___sequencedPosition_1)); } inline float get_sequencedPosition_1() const { return ___sequencedPosition_1; } inline float* get_address_of_sequencedPosition_1() { return &___sequencedPosition_1; } inline void set_sequencedPosition_1(float value) { ___sequencedPosition_1 = value; } inline static int32_t get_offset_of_sequencedEndPosition_2() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___sequencedEndPosition_2)); } inline float get_sequencedEndPosition_2() const { return ___sequencedEndPosition_2; } inline float* get_address_of_sequencedEndPosition_2() { return &___sequencedEndPosition_2; } inline void set_sequencedEndPosition_2(float value) { ___sequencedEndPosition_2 = value; } inline static int32_t get_offset_of_onStart_3() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___onStart_3)); } inline TweenCallback_t3727756325 * get_onStart_3() const { return ___onStart_3; } inline TweenCallback_t3727756325 ** get_address_of_onStart_3() { return &___onStart_3; } inline void set_onStart_3(TweenCallback_t3727756325 * value) { ___onStart_3 = value; Il2CppCodeGenWriteBarrier((&___onStart_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSSEQUENTIABLE_T3376041011_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_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 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 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 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 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 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 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 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 REFEMITPERMISSIONSET_T484390987_H #define REFEMITPERMISSIONSET_T484390987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.RefEmitPermissionSet struct RefEmitPermissionSet_t484390987 { public: // System.Security.Permissions.SecurityAction System.Reflection.Emit.RefEmitPermissionSet::action int32_t ___action_0; // System.String System.Reflection.Emit.RefEmitPermissionSet::pset String_t* ___pset_1; public: inline static int32_t get_offset_of_action_0() { return static_cast(offsetof(RefEmitPermissionSet_t484390987, ___action_0)); } inline int32_t get_action_0() const { return ___action_0; } inline int32_t* get_address_of_action_0() { return &___action_0; } inline void set_action_0(int32_t value) { ___action_0 = value; } inline static int32_t get_offset_of_pset_1() { return static_cast(offsetof(RefEmitPermissionSet_t484390987, ___pset_1)); } inline String_t* get_pset_1() const { return ___pset_1; } inline String_t** get_address_of_pset_1() { return &___pset_1; } inline void set_pset_1(String_t* value) { ___pset_1 = value; Il2CppCodeGenWriteBarrier((&___pset_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.RefEmitPermissionSet struct RefEmitPermissionSet_t484390987_marshaled_pinvoke { int32_t ___action_0; char* ___pset_1; }; // Native definition for COM marshalling of System.Reflection.Emit.RefEmitPermissionSet struct RefEmitPermissionSet_t484390987_marshaled_com { int32_t ___action_0; Il2CppChar* ___pset_1; }; #endif // REFEMITPERMISSIONSET_T484390987_H #ifndef MONORESOURCE_T4103430009_H #define MONORESOURCE_T4103430009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MonoResource struct MonoResource_t4103430009 { public: // System.Byte[] System.Reflection.Emit.MonoResource::data ByteU5BU5D_t4116647657* ___data_0; // System.String System.Reflection.Emit.MonoResource::name String_t* ___name_1; // System.String System.Reflection.Emit.MonoResource::filename String_t* ___filename_2; // System.Reflection.ResourceAttributes System.Reflection.Emit.MonoResource::attrs int32_t ___attrs_3; // System.Int32 System.Reflection.Emit.MonoResource::offset int32_t ___offset_4; // System.IO.Stream System.Reflection.Emit.MonoResource::stream Stream_t1273022909 * ___stream_5; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(MonoResource_t4103430009, ___data_0)); } inline ByteU5BU5D_t4116647657* get_data_0() const { return ___data_0; } inline ByteU5BU5D_t4116647657** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ByteU5BU5D_t4116647657* value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(MonoResource_t4103430009, ___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_filename_2() { return static_cast(offsetof(MonoResource_t4103430009, ___filename_2)); } inline String_t* get_filename_2() const { return ___filename_2; } inline String_t** get_address_of_filename_2() { return &___filename_2; } inline void set_filename_2(String_t* value) { ___filename_2 = value; Il2CppCodeGenWriteBarrier((&___filename_2), value); } inline static int32_t get_offset_of_attrs_3() { return static_cast(offsetof(MonoResource_t4103430009, ___attrs_3)); } inline int32_t get_attrs_3() const { return ___attrs_3; } inline int32_t* get_address_of_attrs_3() { return &___attrs_3; } inline void set_attrs_3(int32_t value) { ___attrs_3 = value; } inline static int32_t get_offset_of_offset_4() { return static_cast(offsetof(MonoResource_t4103430009, ___offset_4)); } inline int32_t get_offset_4() const { return ___offset_4; } inline int32_t* get_address_of_offset_4() { return &___offset_4; } inline void set_offset_4(int32_t value) { ___offset_4 = value; } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(MonoResource_t4103430009, ___stream_5)); } inline Stream_t1273022909 * get_stream_5() const { return ___stream_5; } inline Stream_t1273022909 ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t1273022909 * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((&___stream_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.MonoResource struct MonoResource_t4103430009_marshaled_pinvoke { uint8_t* ___data_0; char* ___name_1; char* ___filename_2; int32_t ___attrs_3; int32_t ___offset_4; Stream_t1273022909 * ___stream_5; }; // Native definition for COM marshalling of System.Reflection.Emit.MonoResource struct MonoResource_t4103430009_marshaled_com { uint8_t* ___data_0; Il2CppChar* ___name_1; Il2CppChar* ___filename_2; int32_t ___attrs_3; int32_t ___offset_4; Stream_t1273022909 * ___stream_5; }; #endif // MONORESOURCE_T4103430009_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 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 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 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 MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef DOGETTER_1_T2693741957_H #define DOGETTER_1_T2693741957_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2693741957 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T2693741957_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 DOGETTER_1_T337461567_H #define DOGETTER_1_T337461567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t337461567 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T337461567_H #ifndef DOGETTER_1_T2840439279_H #define DOGETTER_1_T2840439279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2840439279 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T2840439279_H #ifndef ACTION_2_T2470008838_H #define ACTION_2_T2470008838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t2470008838 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T2470008838_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 CONVERTER_2_T2442480487_H #define CONVERTER_2_T2442480487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Converter`2 struct Converter_2_t2442480487 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONVERTER_2_T2442480487_H #ifndef SWAPPER_T2822380397_H #define SWAPPER_T2822380397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array/Swapper struct Swapper_t2822380397 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SWAPPER_T2822380397_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 METHODCALL_2_T2845904993_H #define METHODCALL_2_T2845904993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_t2845904993 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODCALL_2_T2845904993_H #ifndef TWEEN_T2342918553_H #define TWEEN_T2342918553_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Tween struct Tween_t2342918553 : public ABSSequentiable_t3376041011 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_t3727756325 * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_t3727756325 * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_t3727756325 * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_t3727756325 * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_t3727756325 * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_t3727756325 * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_t3727756325 * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t3009965658 * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_t3531141372 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_34; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_35; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_36; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_37; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_38; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_t2050373119 * ___sequenceParent_39; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_40; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_41; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_42; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_43; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_44; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_46; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_47; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_48; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_49; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_50; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_51; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_52; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_t2342918553, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_t2342918553, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_t2342918553, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((&___id_6), value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_t2342918553, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((&___stringId_7), value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_t2342918553, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_t2342918553, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((&___target_9), value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_t2342918553, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_t2342918553, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_t2342918553, ___onPlay_12)); } inline TweenCallback_t3727756325 * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_t3727756325 ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_t3727756325 * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((&___onPlay_12), value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_t2342918553, ___onPause_13)); } inline TweenCallback_t3727756325 * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_t3727756325 ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_t3727756325 * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((&___onPause_13), value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_t2342918553, ___onRewind_14)); } inline TweenCallback_t3727756325 * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_t3727756325 ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_t3727756325 * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((&___onRewind_14), value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_t2342918553, ___onUpdate_15)); } inline TweenCallback_t3727756325 * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_t3727756325 ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_t3727756325 * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((&___onUpdate_15), value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_t2342918553, ___onStepComplete_16)); } inline TweenCallback_t3727756325 * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_t3727756325 ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_t3727756325 * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((&___onStepComplete_16), value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_t2342918553, ___onComplete_17)); } inline TweenCallback_t3727756325 * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_t3727756325 ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_t3727756325 * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((&___onComplete_17), value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_t2342918553, ___onKill_18)); } inline TweenCallback_t3727756325 * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_t3727756325 ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_t3727756325 * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((&___onKill_18), value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_t2342918553, ___onWaypointChange_19)); } inline TweenCallback_1_t3009965658 * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t3009965658 ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t3009965658 * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((&___onWaypointChange_19), value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_t2342918553, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_t2342918553, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_t2342918553, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_t2342918553, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_t2342918553, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_t2342918553, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_t2342918553, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_t2342918553, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_t2342918553, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_t2342918553, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_t2342918553, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_t2342918553, ___customEase_31)); } inline EaseFunction_t3531141372 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_t3531141372 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_t3531141372 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((&___customEase_31), value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_t2342918553, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_t2342918553, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_typeofT1_34() { return static_cast(offsetof(Tween_t2342918553, ___typeofT1_34)); } inline Type_t * get_typeofT1_34() const { return ___typeofT1_34; } inline Type_t ** get_address_of_typeofT1_34() { return &___typeofT1_34; } inline void set_typeofT1_34(Type_t * value) { ___typeofT1_34 = value; Il2CppCodeGenWriteBarrier((&___typeofT1_34), value); } inline static int32_t get_offset_of_typeofT2_35() { return static_cast(offsetof(Tween_t2342918553, ___typeofT2_35)); } inline Type_t * get_typeofT2_35() const { return ___typeofT2_35; } inline Type_t ** get_address_of_typeofT2_35() { return &___typeofT2_35; } inline void set_typeofT2_35(Type_t * value) { ___typeofT2_35 = value; Il2CppCodeGenWriteBarrier((&___typeofT2_35), value); } inline static int32_t get_offset_of_typeofTPlugOptions_36() { return static_cast(offsetof(Tween_t2342918553, ___typeofTPlugOptions_36)); } inline Type_t * get_typeofTPlugOptions_36() const { return ___typeofTPlugOptions_36; } inline Type_t ** get_address_of_typeofTPlugOptions_36() { return &___typeofTPlugOptions_36; } inline void set_typeofTPlugOptions_36(Type_t * value) { ___typeofTPlugOptions_36 = value; Il2CppCodeGenWriteBarrier((&___typeofTPlugOptions_36), value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_37() { return static_cast(offsetof(Tween_t2342918553, ___U3CactiveU3Ek__BackingField_37)); } inline bool get_U3CactiveU3Ek__BackingField_37() const { return ___U3CactiveU3Ek__BackingField_37; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_37() { return &___U3CactiveU3Ek__BackingField_37; } inline void set_U3CactiveU3Ek__BackingField_37(bool value) { ___U3CactiveU3Ek__BackingField_37 = value; } inline static int32_t get_offset_of_isSequenced_38() { return static_cast(offsetof(Tween_t2342918553, ___isSequenced_38)); } inline bool get_isSequenced_38() const { return ___isSequenced_38; } inline bool* get_address_of_isSequenced_38() { return &___isSequenced_38; } inline void set_isSequenced_38(bool value) { ___isSequenced_38 = value; } inline static int32_t get_offset_of_sequenceParent_39() { return static_cast(offsetof(Tween_t2342918553, ___sequenceParent_39)); } inline Sequence_t2050373119 * get_sequenceParent_39() const { return ___sequenceParent_39; } inline Sequence_t2050373119 ** get_address_of_sequenceParent_39() { return &___sequenceParent_39; } inline void set_sequenceParent_39(Sequence_t2050373119 * value) { ___sequenceParent_39 = value; Il2CppCodeGenWriteBarrier((&___sequenceParent_39), value); } inline static int32_t get_offset_of_activeId_40() { return static_cast(offsetof(Tween_t2342918553, ___activeId_40)); } inline int32_t get_activeId_40() const { return ___activeId_40; } inline int32_t* get_address_of_activeId_40() { return &___activeId_40; } inline void set_activeId_40(int32_t value) { ___activeId_40 = value; } inline static int32_t get_offset_of_specialStartupMode_41() { return static_cast(offsetof(Tween_t2342918553, ___specialStartupMode_41)); } inline int32_t get_specialStartupMode_41() const { return ___specialStartupMode_41; } inline int32_t* get_address_of_specialStartupMode_41() { return &___specialStartupMode_41; } inline void set_specialStartupMode_41(int32_t value) { ___specialStartupMode_41 = value; } inline static int32_t get_offset_of_creationLocked_42() { return static_cast(offsetof(Tween_t2342918553, ___creationLocked_42)); } inline bool get_creationLocked_42() const { return ___creationLocked_42; } inline bool* get_address_of_creationLocked_42() { return &___creationLocked_42; } inline void set_creationLocked_42(bool value) { ___creationLocked_42 = value; } inline static int32_t get_offset_of_startupDone_43() { return static_cast(offsetof(Tween_t2342918553, ___startupDone_43)); } inline bool get_startupDone_43() const { return ___startupDone_43; } inline bool* get_address_of_startupDone_43() { return &___startupDone_43; } inline void set_startupDone_43(bool value) { ___startupDone_43 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_44() { return static_cast(offsetof(Tween_t2342918553, ___U3CplayedOnceU3Ek__BackingField_44)); } inline bool get_U3CplayedOnceU3Ek__BackingField_44() const { return ___U3CplayedOnceU3Ek__BackingField_44; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_44() { return &___U3CplayedOnceU3Ek__BackingField_44; } inline void set_U3CplayedOnceU3Ek__BackingField_44(bool value) { ___U3CplayedOnceU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_45() { return static_cast(offsetof(Tween_t2342918553, ___U3CpositionU3Ek__BackingField_45)); } inline float get_U3CpositionU3Ek__BackingField_45() const { return ___U3CpositionU3Ek__BackingField_45; } inline float* get_address_of_U3CpositionU3Ek__BackingField_45() { return &___U3CpositionU3Ek__BackingField_45; } inline void set_U3CpositionU3Ek__BackingField_45(float value) { ___U3CpositionU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_fullDuration_46() { return static_cast(offsetof(Tween_t2342918553, ___fullDuration_46)); } inline float get_fullDuration_46() const { return ___fullDuration_46; } inline float* get_address_of_fullDuration_46() { return &___fullDuration_46; } inline void set_fullDuration_46(float value) { ___fullDuration_46 = value; } inline static int32_t get_offset_of_completedLoops_47() { return static_cast(offsetof(Tween_t2342918553, ___completedLoops_47)); } inline int32_t get_completedLoops_47() const { return ___completedLoops_47; } inline int32_t* get_address_of_completedLoops_47() { return &___completedLoops_47; } inline void set_completedLoops_47(int32_t value) { ___completedLoops_47 = value; } inline static int32_t get_offset_of_isPlaying_48() { return static_cast(offsetof(Tween_t2342918553, ___isPlaying_48)); } inline bool get_isPlaying_48() const { return ___isPlaying_48; } inline bool* get_address_of_isPlaying_48() { return &___isPlaying_48; } inline void set_isPlaying_48(bool value) { ___isPlaying_48 = value; } inline static int32_t get_offset_of_isComplete_49() { return static_cast(offsetof(Tween_t2342918553, ___isComplete_49)); } inline bool get_isComplete_49() const { return ___isComplete_49; } inline bool* get_address_of_isComplete_49() { return &___isComplete_49; } inline void set_isComplete_49(bool value) { ___isComplete_49 = value; } inline static int32_t get_offset_of_elapsedDelay_50() { return static_cast(offsetof(Tween_t2342918553, ___elapsedDelay_50)); } inline float get_elapsedDelay_50() const { return ___elapsedDelay_50; } inline float* get_address_of_elapsedDelay_50() { return &___elapsedDelay_50; } inline void set_elapsedDelay_50(float value) { ___elapsedDelay_50 = value; } inline static int32_t get_offset_of_delayComplete_51() { return static_cast(offsetof(Tween_t2342918553, ___delayComplete_51)); } inline bool get_delayComplete_51() const { return ___delayComplete_51; } inline bool* get_address_of_delayComplete_51() { return &___delayComplete_51; } inline void set_delayComplete_51(bool value) { ___delayComplete_51 = value; } inline static int32_t get_offset_of_miscInt_52() { return static_cast(offsetof(Tween_t2342918553, ___miscInt_52)); } inline int32_t get_miscInt_52() const { return ___miscInt_52; } inline int32_t* get_address_of_miscInt_52() { return &___miscInt_52; } inline void set_miscInt_52(int32_t value) { ___miscInt_52 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEEN_T2342918553_H #ifndef TWEENCALLBACK_1_T3009965658_H #define TWEENCALLBACK_1_T3009965658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCALLBACK_1_T3009965658_H #ifndef TWEENCALLBACK_1_T3139126069_H #define TWEENCALLBACK_1_T3139126069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3139126069 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCALLBACK_1_T3139126069_H #ifndef DOGETTER_1_T3479363508_H #define DOGETTER_1_T3479363508_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3479363508 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T3479363508_H #ifndef DOSETTER_1_T3610170310_H #define DOSETTER_1_T3610170310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3610170310 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T3610170310_H #ifndef DOGETTER_1_T2298482528_H #define DOGETTER_1_T2298482528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2298482528 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T2298482528_H #ifndef DOSETTER_1_T2447375106_H #define DOSETTER_1_T2447375106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2447375106 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T2447375106_H #ifndef DOGETTER_1_T2044724535_H #define DOGETTER_1_T2044724535_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2044724535 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T2044724535_H #ifndef DOSETTER_1_T4130214496_H #define DOSETTER_1_T4130214496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4130214496 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T4130214496_H #ifndef DOGETTER_1_T2103276063_H #define DOGETTER_1_T2103276063_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2103276063 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T2103276063_H #ifndef DOSETTER_1_T4147751407_H #define DOSETTER_1_T4147751407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4147751407 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T4147751407_H #ifndef DOSETTER_1_T1644773695_H #define DOSETTER_1_T1644773695_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t1644773695 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T1644773695_H #ifndef DOGETTER_1_T3465109668_H #define DOGETTER_1_T3465109668_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3465109668 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T3465109668_H #ifndef DOSETTER_1_T4001054085_H #define DOSETTER_1_T4001054085_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4001054085 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T4001054085_H #ifndef DOGETTER_1_T1899025727_H #define DOGETTER_1_T1899025727_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1899025727 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T1899025727_H #ifndef DOSETTER_1_T491708340_H #define DOSETTER_1_T491708340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t491708340 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T491708340_H #ifndef DOGETTER_1_T3876836296_H #define DOGETTER_1_T3876836296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3876836296 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T3876836296_H #ifndef DOSETTER_1_T3410588191_H #define DOSETTER_1_T3410588191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3410588191 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T3410588191_H #ifndef DOSETTER_1_T3206337855_H #define DOSETTER_1_T3206337855_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3206337855 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T3206337855_H #ifndef DOSETTER_1_T477454500_H #define DOSETTER_1_T477454500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t477454500 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T477454500_H #ifndef DOSETTER_1_T74169973_H #define DOSETTER_1_T74169973_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t74169973 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T74169973_H #ifndef DOGETTER_1_T2822902368_H #define DOGETTER_1_T2822902368_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2822902368 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T2822902368_H #ifndef PREDICATE_1_T3905400288_H #define PREDICATE_1_T3905400288_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3905400288 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3905400288_H #ifndef DOSETTER_1_T3352036663_H #define DOSETTER_1_T3352036663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3352036663 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T3352036663_H #ifndef DOSETTER_1_T889181128_H #define DOSETTER_1_T889181128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t889181128 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T889181128_H #ifndef DOSETTER_1_T3605794656_H #define DOSETTER_1_T3605794656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3605794656 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T3605794656_H #ifndef DOGETTER_1_T2302858182_H #define DOGETTER_1_T2302858182_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2302858182 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T2302858182_H #ifndef DOGETTER_1_T1140062978_H #define DOGETTER_1_T1140062978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1140062978 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T1140062978_H #ifndef DOGETTER_1_T3061825141_H #define DOGETTER_1_T3061825141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3061825141 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T3061825141_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 #ifndef TWEENER_T436044680_H #define TWEENER_T436044680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Tweener struct Tweener_t436044680 : public Tween_t2342918553 { public: // System.Boolean DG.Tweening.Tweener::hasManuallySetStartValue bool ___hasManuallySetStartValue_53; // System.Boolean DG.Tweening.Tweener::isFromAllowed bool ___isFromAllowed_54; public: inline static int32_t get_offset_of_hasManuallySetStartValue_53() { return static_cast(offsetof(Tweener_t436044680, ___hasManuallySetStartValue_53)); } inline bool get_hasManuallySetStartValue_53() const { return ___hasManuallySetStartValue_53; } inline bool* get_address_of_hasManuallySetStartValue_53() { return &___hasManuallySetStartValue_53; } inline void set_hasManuallySetStartValue_53(bool value) { ___hasManuallySetStartValue_53 = value; } inline static int32_t get_offset_of_isFromAllowed_54() { return static_cast(offsetof(Tweener_t436044680, ___isFromAllowed_54)); } inline bool get_isFromAllowed_54() const { return ___isFromAllowed_54; } inline bool* get_address_of_isFromAllowed_54() { return &___isFromAllowed_54; } inline void set_isFromAllowed_54(bool value) { ___isFromAllowed_54 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENER_T436044680_H #ifndef TWEENERCORE_3_T951858585_H #define TWEENERCORE_3_T951858585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t951858585 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3U5BU5D_t1718750761* ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3U5BU5D_t1718750761* ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3U5BU5D_t1718750761* ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions Vector3ArrayOptions_t534739431 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3465109668 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t477454500 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t487868235 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t951858585, ___startValue_55)); } inline Vector3U5BU5D_t1718750761* get_startValue_55() const { return ___startValue_55; } inline Vector3U5BU5D_t1718750761** get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector3U5BU5D_t1718750761* value) { ___startValue_55 = value; Il2CppCodeGenWriteBarrier((&___startValue_55), value); } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t951858585, ___endValue_56)); } inline Vector3U5BU5D_t1718750761* get_endValue_56() const { return ___endValue_56; } inline Vector3U5BU5D_t1718750761** get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector3U5BU5D_t1718750761* value) { ___endValue_56 = value; Il2CppCodeGenWriteBarrier((&___endValue_56), value); } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t951858585, ___changeValue_57)); } inline Vector3U5BU5D_t1718750761* get_changeValue_57() const { return ___changeValue_57; } inline Vector3U5BU5D_t1718750761** get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector3U5BU5D_t1718750761* value) { ___changeValue_57 = value; Il2CppCodeGenWriteBarrier((&___changeValue_57), value); } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t951858585, ___plugOptions_58)); } inline Vector3ArrayOptions_t534739431 get_plugOptions_58() const { return ___plugOptions_58; } inline Vector3ArrayOptions_t534739431 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(Vector3ArrayOptions_t534739431 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t951858585, ___getter_59)); } inline DOGetter_1_t3465109668 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3465109668 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3465109668 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t951858585, ___setter_60)); } inline DOSetter_1_t477454500 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t477454500 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t477454500 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t951858585, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t487868235 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t487868235 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t487868235 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T951858585_H #ifndef TWEENERCORE_3_T181868238_H #define TWEENERCORE_3_T181868238_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t181868238 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue uint64_t ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue uint64_t ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue uint64_t ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_t313102519 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3876836296 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t889181128 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t4012845184 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t181868238, ___startValue_55)); } inline uint64_t get_startValue_55() const { return ___startValue_55; } inline uint64_t* get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(uint64_t value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t181868238, ___endValue_56)); } inline uint64_t get_endValue_56() const { return ___endValue_56; } inline uint64_t* get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(uint64_t value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t181868238, ___changeValue_57)); } inline uint64_t get_changeValue_57() const { return ___changeValue_57; } inline uint64_t* get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(uint64_t value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t181868238, ___plugOptions_58)); } inline NoOptions_t313102519 get_plugOptions_58() const { return ___plugOptions_58; } inline NoOptions_t313102519 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(NoOptions_t313102519 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t181868238, ___getter_59)); } inline DOGetter_1_t3876836296 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3876836296 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3876836296 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t181868238, ___setter_60)); } inline DOSetter_1_t889181128 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t889181128 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t889181128 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t181868238, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t4012845184 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t4012845184 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t4012845184 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T181868238_H #ifndef TWEENERCORE_3_T2065240817_H #define TWEENERCORE_3_T2065240817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2065240817 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue uint32_t ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue uint32_t ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue uint32_t ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions UintOptions_t1006674242 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2302858182 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3610170310 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t1601250467 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t2065240817, ___startValue_55)); } inline uint32_t get_startValue_55() const { return ___startValue_55; } inline uint32_t* get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(uint32_t value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t2065240817, ___endValue_56)); } inline uint32_t get_endValue_56() const { return ___endValue_56; } inline uint32_t* get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(uint32_t value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t2065240817, ___changeValue_57)); } inline uint32_t get_changeValue_57() const { return ___changeValue_57; } inline uint32_t* get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(uint32_t value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t2065240817, ___plugOptions_58)); } inline UintOptions_t1006674242 get_plugOptions_58() const { return ___plugOptions_58; } inline UintOptions_t1006674242 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(UintOptions_t1006674242 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t2065240817, ___getter_59)); } inline DOGetter_1_t2302858182 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2302858182 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2302858182 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t2065240817, ___setter_60)); } inline DOSetter_1_t3610170310 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3610170310 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3610170310 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t2065240817, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t1601250467 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t1601250467 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t1601250467 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T2065240817_H #ifndef TWEENERCORE_3_T4210260218_H #define TWEENERCORE_3_T4210260218_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4210260218 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue double ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue double ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue double ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_t313102519 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t337461567 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t1644773695 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t3746269868 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t4210260218, ___startValue_55)); } inline double get_startValue_55() const { return ___startValue_55; } inline double* get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(double value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t4210260218, ___endValue_56)); } inline double get_endValue_56() const { return ___endValue_56; } inline double* get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(double value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t4210260218, ___changeValue_57)); } inline double get_changeValue_57() const { return ___changeValue_57; } inline double* get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(double value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t4210260218, ___plugOptions_58)); } inline NoOptions_t313102519 get_plugOptions_58() const { return ___plugOptions_58; } inline NoOptions_t313102519 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(NoOptions_t313102519 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t4210260218, ___getter_59)); } inline DOGetter_1_t337461567 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t337461567 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t337461567 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t4210260218, ___setter_60)); } inline DOSetter_1_t1644773695 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t1644773695 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t1644773695 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t4210260218, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t3746269868 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t3746269868 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t3746269868 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T4210260218_H #ifndef TWEENERCORE_3_T884556411_H #define TWEENERCORE_3_T884556411_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t884556411 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue float ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue float ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue float ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions FloatOptions_t1203667100 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t1140062978 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t2447375106 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t420566061 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t884556411, ___startValue_55)); } inline float get_startValue_55() const { return ___startValue_55; } inline float* get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(float value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t884556411, ___endValue_56)); } inline float get_endValue_56() const { return ___endValue_56; } inline float* get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(float value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t884556411, ___changeValue_57)); } inline float get_changeValue_57() const { return ___changeValue_57; } inline float* get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(float value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t884556411, ___plugOptions_58)); } inline FloatOptions_t1203667100 get_plugOptions_58() const { return ___plugOptions_58; } inline FloatOptions_t1203667100 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(FloatOptions_t1203667100 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t884556411, ___getter_59)); } inline DOGetter_1_t1140062978 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t1140062978 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t1140062978 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t884556411, ___setter_60)); } inline DOSetter_1_t2447375106 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t2447375106 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t2447375106 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t884556411, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t420566061 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t420566061 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t420566061 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T884556411_H #ifndef TWEENERCORE_3_T3388502834_H #define TWEENERCORE_3_T3388502834_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3388502834 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue int32_t ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue int32_t ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue int32_t ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_t313102519 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2693741957 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t4001054085 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t2924512484 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t3388502834, ___startValue_55)); } inline int32_t get_startValue_55() const { return ___startValue_55; } inline int32_t* get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(int32_t value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t3388502834, ___endValue_56)); } inline int32_t get_endValue_56() const { return ___endValue_56; } inline int32_t* get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(int32_t value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t3388502834, ___changeValue_57)); } inline int32_t get_changeValue_57() const { return ___changeValue_57; } inline int32_t* get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(int32_t value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t3388502834, ___plugOptions_58)); } inline NoOptions_t313102519 get_plugOptions_58() const { return ___plugOptions_58; } inline NoOptions_t313102519 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(NoOptions_t313102519 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t3388502834, ___getter_59)); } inline DOGetter_1_t2693741957 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2693741957 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2693741957 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t3388502834, ___setter_60)); } inline DOSetter_1_t4001054085 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t4001054085 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t4001054085 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t3388502834, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t2924512484 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t2924512484 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t2924512484 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T3388502834_H #ifndef TWEENERCORE_3_T2697511091_H #define TWEENERCORE_3_T2697511091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2697511091 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue RuntimeObject * ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue RuntimeObject * ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue RuntimeObject * ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions StringOptions_t3992490940 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2822902368 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t4130214496 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t2233520741 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t2697511091, ___startValue_55)); } inline RuntimeObject * get_startValue_55() const { return ___startValue_55; } inline RuntimeObject ** get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(RuntimeObject * value) { ___startValue_55 = value; Il2CppCodeGenWriteBarrier((&___startValue_55), value); } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t2697511091, ___endValue_56)); } inline RuntimeObject * get_endValue_56() const { return ___endValue_56; } inline RuntimeObject ** get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(RuntimeObject * value) { ___endValue_56 = value; Il2CppCodeGenWriteBarrier((&___endValue_56), value); } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t2697511091, ___changeValue_57)); } inline RuntimeObject * get_changeValue_57() const { return ___changeValue_57; } inline RuntimeObject ** get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(RuntimeObject * value) { ___changeValue_57 = value; Il2CppCodeGenWriteBarrier((&___changeValue_57), value); } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t2697511091, ___plugOptions_58)); } inline StringOptions_t3992490940 get_plugOptions_58() const { return ___plugOptions_58; } inline StringOptions_t3992490940 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(StringOptions_t3992490940 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t2697511091, ___getter_59)); } inline DOGetter_1_t2822902368 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2822902368 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2822902368 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t2697511091, ___setter_60)); } inline DOSetter_1_t4130214496 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t4130214496 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t4130214496 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t2697511091, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t2233520741 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t2233520741 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t2233520741 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T2697511091_H #ifndef TWEENERCORE_3_T2433923774_H #define TWEENERCORE_3_T2433923774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2433923774 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue int64_t ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue int64_t ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue int64_t ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_t313102519 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3479363508 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t491708340 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t1969933424 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t2433923774, ___startValue_55)); } inline int64_t get_startValue_55() const { return ___startValue_55; } inline int64_t* get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(int64_t value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t2433923774, ___endValue_56)); } inline int64_t get_endValue_56() const { return ___endValue_56; } inline int64_t* get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(int64_t value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t2433923774, ___changeValue_57)); } inline int64_t get_changeValue_57() const { return ___changeValue_57; } inline int64_t* get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(int64_t value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t2433923774, ___plugOptions_58)); } inline NoOptions_t313102519 get_plugOptions_58() const { return ___plugOptions_58; } inline NoOptions_t313102519 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(NoOptions_t313102519 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t2433923774, ___getter_59)); } inline DOGetter_1_t3479363508 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3479363508 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3479363508 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t2433923774, ___setter_60)); } inline DOSetter_1_t491708340 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t491708340 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t491708340 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t2433923774, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t1969933424 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t1969933424 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t1969933424 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T2433923774_H #ifndef TWEENERCORE_3_T3313089966_H #define TWEENERCORE_3_T3313089966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3313089966 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue RuntimeObject * ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue RuntimeObject * ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue RuntimeObject * ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_t313102519 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2822902368 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t4130214496 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t2849099616 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t3313089966, ___startValue_55)); } inline RuntimeObject * get_startValue_55() const { return ___startValue_55; } inline RuntimeObject ** get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(RuntimeObject * value) { ___startValue_55 = value; Il2CppCodeGenWriteBarrier((&___startValue_55), value); } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t3313089966, ___endValue_56)); } inline RuntimeObject * get_endValue_56() const { return ___endValue_56; } inline RuntimeObject ** get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(RuntimeObject * value) { ___endValue_56 = value; Il2CppCodeGenWriteBarrier((&___endValue_56), value); } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t3313089966, ___changeValue_57)); } inline RuntimeObject * get_changeValue_57() const { return ___changeValue_57; } inline RuntimeObject ** get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(RuntimeObject * value) { ___changeValue_57 = value; Il2CppCodeGenWriteBarrier((&___changeValue_57), value); } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t3313089966, ___plugOptions_58)); } inline NoOptions_t313102519 get_plugOptions_58() const { return ___plugOptions_58; } inline NoOptions_t313102519 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(NoOptions_t313102519 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t3313089966, ___getter_59)); } inline DOGetter_1_t2822902368 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2822902368 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2822902368 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t3313089966, ___setter_60)); } inline DOSetter_1_t4130214496 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t4130214496 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t4130214496 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t3313089966, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t2849099616 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t2849099616 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t2849099616 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T3313089966_H #ifndef TWEENERCORE_3_T1580492422_H #define TWEENERCORE_3_T1580492422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1580492422 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Color2_t3097643075 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Color2_t3097643075 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Color2_t3097643075 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions ColorOptions_t1487297155 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2840439279 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t4147751407 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t1116502072 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t1580492422, ___startValue_55)); } inline Color2_t3097643075 get_startValue_55() const { return ___startValue_55; } inline Color2_t3097643075 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Color2_t3097643075 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t1580492422, ___endValue_56)); } inline Color2_t3097643075 get_endValue_56() const { return ___endValue_56; } inline Color2_t3097643075 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Color2_t3097643075 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t1580492422, ___changeValue_57)); } inline Color2_t3097643075 get_changeValue_57() const { return ___changeValue_57; } inline Color2_t3097643075 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Color2_t3097643075 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t1580492422, ___plugOptions_58)); } inline ColorOptions_t1487297155 get_plugOptions_58() const { return ___plugOptions_58; } inline ColorOptions_t1487297155 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(ColorOptions_t1487297155 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t1580492422, ___getter_59)); } inline DOGetter_1_t2840439279 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2840439279 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2840439279 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t1580492422, ___setter_60)); } inline DOSetter_1_t4147751407 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t4147751407 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t4147751407 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t1580492422, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t1116502072 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t1116502072 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t1116502072 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T1580492422_H #ifndef TWEENERCORE_3_T1835836317_H #define TWEENERCORE_3_T1835836317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1835836317 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector4_t3319028937 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector4_t3319028937 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector4_t3319028937 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t1354903650 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3061825141 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t74169973 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t1371845967 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___startValue_55)); } inline Vector4_t3319028937 get_startValue_55() const { return ___startValue_55; } inline Vector4_t3319028937 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector4_t3319028937 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___endValue_56)); } inline Vector4_t3319028937 get_endValue_56() const { return ___endValue_56; } inline Vector4_t3319028937 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector4_t3319028937 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___changeValue_57)); } inline Vector4_t3319028937 get_changeValue_57() const { return ___changeValue_57; } inline Vector4_t3319028937 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector4_t3319028937 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___plugOptions_58)); } inline VectorOptions_t1354903650 get_plugOptions_58() const { return ___plugOptions_58; } inline VectorOptions_t1354903650 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(VectorOptions_t1354903650 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___getter_59)); } inline DOGetter_1_t3061825141 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3061825141 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3061825141 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___setter_60)); } inline DOSetter_1_t74169973 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t74169973 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t74169973 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t1371845967 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t1371845967 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t1371845967 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T1835836317_H #ifndef TWEENERCORE_3_T168157886_H #define TWEENERCORE_3_T168157886_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t168157886 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3_t3722313464 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3_t3722313464 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3_t3722313464 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions SpiralOptions_t2873698295 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3465109668 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t477454500 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t3999134832 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t168157886, ___startValue_55)); } inline Vector3_t3722313464 get_startValue_55() const { return ___startValue_55; } inline Vector3_t3722313464 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector3_t3722313464 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t168157886, ___endValue_56)); } inline Vector3_t3722313464 get_endValue_56() const { return ___endValue_56; } inline Vector3_t3722313464 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector3_t3722313464 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t168157886, ___changeValue_57)); } inline Vector3_t3722313464 get_changeValue_57() const { return ___changeValue_57; } inline Vector3_t3722313464 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector3_t3722313464 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t168157886, ___plugOptions_58)); } inline SpiralOptions_t2873698295 get_plugOptions_58() const { return ___plugOptions_58; } inline SpiralOptions_t2873698295 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(SpiralOptions_t2873698295 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t168157886, ___getter_59)); } inline DOGetter_1_t3465109668 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3465109668 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3465109668 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t168157886, ___setter_60)); } inline DOSetter_1_t477454500 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t477454500 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t477454500 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t168157886, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t3999134832 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t3999134832 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t3999134832 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T168157886_H #ifndef TWEENERCORE_3_T2944330537_H #define TWEENERCORE_3_T2944330537_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2944330537 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3_t3722313464 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3_t3722313464 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3_t3722313464 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t1354903650 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3465109668 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t477454500 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t2480340187 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___startValue_55)); } inline Vector3_t3722313464 get_startValue_55() const { return ___startValue_55; } inline Vector3_t3722313464 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector3_t3722313464 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___endValue_56)); } inline Vector3_t3722313464 get_endValue_56() const { return ___endValue_56; } inline Vector3_t3722313464 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector3_t3722313464 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___changeValue_57)); } inline Vector3_t3722313464 get_changeValue_57() const { return ___changeValue_57; } inline Vector3_t3722313464 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector3_t3722313464 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___plugOptions_58)); } inline VectorOptions_t1354903650 get_plugOptions_58() const { return ___plugOptions_58; } inline VectorOptions_t1354903650 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(VectorOptions_t1354903650 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___getter_59)); } inline DOGetter_1_t3465109668 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3465109668 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3465109668 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___setter_60)); } inline DOSetter_1_t477454500 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t477454500 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t477454500 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t2944330537, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t2480340187 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t2480340187 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t2480340187 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T2944330537_H #ifndef TWEENERCORE_3_T3249354882_H #define TWEENERCORE_3_T3249354882_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3249354882 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue RuntimeObject * ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue RuntimeObject * ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue RuntimeObject * ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions Vector3ArrayOptions_t534739431 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3465109668 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t477454500 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t2785364532 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t3249354882, ___startValue_55)); } inline RuntimeObject * get_startValue_55() const { return ___startValue_55; } inline RuntimeObject ** get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(RuntimeObject * value) { ___startValue_55 = value; Il2CppCodeGenWriteBarrier((&___startValue_55), value); } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t3249354882, ___endValue_56)); } inline RuntimeObject * get_endValue_56() const { return ___endValue_56; } inline RuntimeObject ** get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(RuntimeObject * value) { ___endValue_56 = value; Il2CppCodeGenWriteBarrier((&___endValue_56), value); } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t3249354882, ___changeValue_57)); } inline RuntimeObject * get_changeValue_57() const { return ___changeValue_57; } inline RuntimeObject ** get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(RuntimeObject * value) { ___changeValue_57 = value; Il2CppCodeGenWriteBarrier((&___changeValue_57), value); } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t3249354882, ___plugOptions_58)); } inline Vector3ArrayOptions_t534739431 get_plugOptions_58() const { return ___plugOptions_58; } inline Vector3ArrayOptions_t534739431 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(Vector3ArrayOptions_t534739431 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t3249354882, ___getter_59)); } inline DOGetter_1_t3465109668 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3465109668 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3465109668 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t3249354882, ___setter_60)); } inline DOSetter_1_t477454500 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t477454500 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t477454500 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t3249354882, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t2785364532 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t2785364532 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t2785364532 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T3249354882_H #ifndef TWEENERCORE_3_T494271946_H #define TWEENERCORE_3_T494271946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t494271946 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue RuntimeObject * ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue RuntimeObject * ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue RuntimeObject * ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions PathOptions_t2074623791 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3465109668 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t477454500 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t30281596 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t494271946, ___startValue_55)); } inline RuntimeObject * get_startValue_55() const { return ___startValue_55; } inline RuntimeObject ** get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(RuntimeObject * value) { ___startValue_55 = value; Il2CppCodeGenWriteBarrier((&___startValue_55), value); } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t494271946, ___endValue_56)); } inline RuntimeObject * get_endValue_56() const { return ___endValue_56; } inline RuntimeObject ** get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(RuntimeObject * value) { ___endValue_56 = value; Il2CppCodeGenWriteBarrier((&___endValue_56), value); } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t494271946, ___changeValue_57)); } inline RuntimeObject * get_changeValue_57() const { return ___changeValue_57; } inline RuntimeObject ** get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(RuntimeObject * value) { ___changeValue_57 = value; Il2CppCodeGenWriteBarrier((&___changeValue_57), value); } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t494271946, ___plugOptions_58)); } inline PathOptions_t2074623791 get_plugOptions_58() const { return ___plugOptions_58; } inline PathOptions_t2074623791 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(PathOptions_t2074623791 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t494271946, ___getter_59)); } inline DOGetter_1_t3465109668 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3465109668 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3465109668 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t494271946, ___setter_60)); } inline DOSetter_1_t477454500 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t477454500 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t477454500 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t494271946, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t30281596 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t30281596 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t30281596 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T494271946_H #ifndef TWEENERCORE_3_T4006488229_H #define TWEENERCORE_3_T4006488229_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4006488229 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector2_t2156229523 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector2_t2156229523 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector2_t2156229523 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t1354903650 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t1899025727 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3206337855 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t3542497879 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___startValue_55)); } inline Vector2_t2156229523 get_startValue_55() const { return ___startValue_55; } inline Vector2_t2156229523 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector2_t2156229523 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___endValue_56)); } inline Vector2_t2156229523 get_endValue_56() const { return ___endValue_56; } inline Vector2_t2156229523 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector2_t2156229523 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___changeValue_57)); } inline Vector2_t2156229523 get_changeValue_57() const { return ___changeValue_57; } inline Vector2_t2156229523 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector2_t2156229523 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___plugOptions_58)); } inline VectorOptions_t1354903650 get_plugOptions_58() const { return ___plugOptions_58; } inline VectorOptions_t1354903650 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(VectorOptions_t1354903650 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___getter_59)); } inline DOGetter_1_t1899025727 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t1899025727 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t1899025727 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___setter_60)); } inline DOSetter_1_t3206337855 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3206337855 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3206337855 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t4006488229, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t3542497879 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t3542497879 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t3542497879 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T4006488229_H #ifndef TWEENERCORE_3_T1299559007_H #define TWEENERCORE_3_T1299559007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1299559007 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3_t3722313464 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3_t3722313464 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3_t3722313464 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions QuaternionOptions_t2974423933 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2044724535 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3352036663 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t835568657 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___startValue_55)); } inline Vector3_t3722313464 get_startValue_55() const { return ___startValue_55; } inline Vector3_t3722313464 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector3_t3722313464 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___endValue_56)); } inline Vector3_t3722313464 get_endValue_56() const { return ___endValue_56; } inline Vector3_t3722313464 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector3_t3722313464 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___changeValue_57)); } inline Vector3_t3722313464 get_changeValue_57() const { return ___changeValue_57; } inline Vector3_t3722313464 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector3_t3722313464 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___plugOptions_58)); } inline QuaternionOptions_t2974423933 get_plugOptions_58() const { return ___plugOptions_58; } inline QuaternionOptions_t2974423933 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(QuaternionOptions_t2974423933 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___getter_59)); } inline DOGetter_1_t2044724535 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2044724535 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2044724535 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___setter_60)); } inline DOSetter_1_t3352036663 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3352036663 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3352036663 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t835568657 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t835568657 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t835568657 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T1299559007_H #ifndef TWEENERCORE_3_T3785815898_H #define TWEENERCORE_3_T3785815898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3785815898 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Quaternion_t2301928331 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Quaternion_t2301928331 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Quaternion_t2301928331 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_t313102519 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2044724535 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3352036663 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t3321825548 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___startValue_55)); } inline Quaternion_t2301928331 get_startValue_55() const { return ___startValue_55; } inline Quaternion_t2301928331 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Quaternion_t2301928331 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___endValue_56)); } inline Quaternion_t2301928331 get_endValue_56() const { return ___endValue_56; } inline Quaternion_t2301928331 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Quaternion_t2301928331 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___changeValue_57)); } inline Quaternion_t2301928331 get_changeValue_57() const { return ___changeValue_57; } inline Quaternion_t2301928331 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Quaternion_t2301928331 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___plugOptions_58)); } inline NoOptions_t313102519 get_plugOptions_58() const { return ___plugOptions_58; } inline NoOptions_t313102519 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(NoOptions_t313102519 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___getter_59)); } inline DOGetter_1_t2044724535 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2044724535 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2044724535 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___setter_60)); } inline DOSetter_1_t3352036663 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3352036663 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3352036663 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t3321825548 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t3321825548 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t3321825548 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T3785815898_H #ifndef TWEENERCORE_3_T745532282_H #define TWEENERCORE_3_T745532282_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t745532282 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Color_t2555686324 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Color_t2555686324 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Color_t2555686324 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions ColorOptions_t1487297155 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2298482528 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3605794656 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t281541932 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t745532282, ___startValue_55)); } inline Color_t2555686324 get_startValue_55() const { return ___startValue_55; } inline Color_t2555686324 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Color_t2555686324 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t745532282, ___endValue_56)); } inline Color_t2555686324 get_endValue_56() const { return ___endValue_56; } inline Color_t2555686324 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Color_t2555686324 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t745532282, ___changeValue_57)); } inline Color_t2555686324 get_changeValue_57() const { return ___changeValue_57; } inline Color_t2555686324 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Color_t2555686324 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t745532282, ___plugOptions_58)); } inline ColorOptions_t1487297155 get_plugOptions_58() const { return ___plugOptions_58; } inline ColorOptions_t1487297155 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(ColorOptions_t1487297155 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t745532282, ___getter_59)); } inline DOGetter_1_t2298482528 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2298482528 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2298482528 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t745532282, ___setter_60)); } inline DOSetter_1_t3605794656 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3605794656 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3605794656 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t745532282, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t281541932 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t281541932 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t281541932 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T745532282_H #ifndef TWEENERCORE_3_T1717381983_H #define TWEENERCORE_3_T1717381983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1717381983 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Rect_t2360479859 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Rect_t2360479859 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Rect_t2360479859 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions RectOptions_t1018205596 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2103276063 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3410588191 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t1253391633 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t1717381983, ___startValue_55)); } inline Rect_t2360479859 get_startValue_55() const { return ___startValue_55; } inline Rect_t2360479859 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Rect_t2360479859 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t1717381983, ___endValue_56)); } inline Rect_t2360479859 get_endValue_56() const { return ___endValue_56; } inline Rect_t2360479859 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Rect_t2360479859 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t1717381983, ___changeValue_57)); } inline Rect_t2360479859 get_changeValue_57() const { return ___changeValue_57; } inline Rect_t2360479859 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Rect_t2360479859 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t1717381983, ___plugOptions_58)); } inline RectOptions_t1018205596 get_plugOptions_58() const { return ___plugOptions_58; } inline RectOptions_t1018205596 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(RectOptions_t1018205596 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t1717381983, ___getter_59)); } inline DOGetter_1_t2103276063 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2103276063 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2103276063 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t1717381983, ___setter_60)); } inline DOSetter_1_t3410588191 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3410588191 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3410588191 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t1717381983, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t1253391633 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t1253391633 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t1253391633 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T1717381983_H // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // DMCore.Framework.Scene.AvatarCate[] struct AvatarCateU5BU5D_t1610689372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t3413330114 : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // DMCore.Framework.Thread.enumThreadID[] struct enumThreadIDU5BU5D_t3988452515 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // LitJson.PropertyMetadata[] struct PropertyMetadataU5BU5D_t3282844708 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyMetadata_t3727440473 m_Items[1]; public: inline PropertyMetadata_t3727440473 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyMetadata_t3727440473 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PropertyMetadata_t3727440473 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline PropertyMetadata_t3727440473 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyMetadata_t3727440473 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyMetadata_t3727440473 value) { m_Items[index] = value; } }; // LMRendererInfo[] struct LMRendererInfoU5BU5D_t4046529225 : public RuntimeArray { public: ALIGN_FIELD (8) LMRendererInfo_t3374010072 m_Items[1]; public: inline LMRendererInfo_t3374010072 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LMRendererInfo_t3374010072 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, LMRendererInfo_t3374010072 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline LMRendererInfo_t3374010072 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LMRendererInfo_t3374010072 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LMRendererInfo_t3374010072 value) { m_Items[index] = value; } }; // Loom/DelayedQueueItem[] struct DelayedQueueItemU5BU5D_t658540297 : public RuntimeArray { public: ALIGN_FIELD (8) DelayedQueueItem_t1027542936 m_Items[1]; public: inline DelayedQueueItem_t1027542936 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DelayedQueueItem_t1027542936 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DelayedQueueItem_t1027542936 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DelayedQueueItem_t1027542936 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DelayedQueueItem_t1027542936 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DelayedQueueItem_t1027542936 value) { m_Items[index] = value; } }; // Newtonsoft.Json.JsonPosition[] struct JsonPositionU5BU5D_t197937271 : public RuntimeArray { public: ALIGN_FIELD (8) JsonPosition_t2528027714 m_Items[1]; public: inline JsonPosition_t2528027714 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JsonPosition_t2528027714 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, JsonPosition_t2528027714 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline JsonPosition_t2528027714 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JsonPosition_t2528027714 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JsonPosition_t2528027714 value) { m_Items[index] = value; } }; // Spine.EventQueue/EventQueueEntry[] struct EventQueueEntryU5BU5D_t1574228452 : public RuntimeArray { public: ALIGN_FIELD (8) EventQueueEntry_t351831961 m_Items[1]; public: inline EventQueueEntry_t351831961 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventQueueEntry_t351831961 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, EventQueueEntry_t351831961 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline EventQueueEntry_t351831961 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventQueueEntry_t351831961 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventQueueEntry_t351831961 value) { m_Items[index] = value; } }; // Spine.Unity.Modules.SkeletonRendererCustomMaterials/AtlasMaterialOverride[] struct AtlasMaterialOverrideU5BU5D_t1961062208 : public RuntimeArray { public: ALIGN_FIELD (8) AtlasMaterialOverride_t2435041389 m_Items[1]; public: inline AtlasMaterialOverride_t2435041389 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AtlasMaterialOverride_t2435041389 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, AtlasMaterialOverride_t2435041389 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline AtlasMaterialOverride_t2435041389 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AtlasMaterialOverride_t2435041389 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AtlasMaterialOverride_t2435041389 value) { m_Items[index] = value; } }; // Spine.Unity.Modules.SkeletonRendererCustomMaterials/SlotMaterialOverride[] struct SlotMaterialOverrideU5BU5D_t1365839744 : public RuntimeArray { public: ALIGN_FIELD (8) SlotMaterialOverride_t1001979181 m_Items[1]; public: inline SlotMaterialOverride_t1001979181 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SlotMaterialOverride_t1001979181 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, SlotMaterialOverride_t1001979181 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline SlotMaterialOverride_t1001979181 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SlotMaterialOverride_t1001979181 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SlotMaterialOverride_t1001979181 value) { m_Items[index] = value; } }; // Spine.Unity.Modules.SkeletonUtilityKinematicShadow/TransformPair[] struct TransformPairU5BU5D_t3004865397 : public RuntimeArray { public: ALIGN_FIELD (8) TransformPair_t3795417756 m_Items[1]; public: inline TransformPair_t3795417756 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TransformPair_t3795417756 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TransformPair_t3795417756 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TransformPair_t3795417756 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TransformPair_t3795417756 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TransformPair_t3795417756 value) { m_Items[index] = value; } }; // Spine.Unity.SubmeshInstruction[] struct SubmeshInstructionU5BU5D_t131014463 : public RuntimeArray { public: ALIGN_FIELD (8) SubmeshInstruction_t52121370 m_Items[1]; public: inline SubmeshInstruction_t52121370 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SubmeshInstruction_t52121370 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, SubmeshInstruction_t52121370 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline SubmeshInstruction_t52121370 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SubmeshInstruction_t52121370 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SubmeshInstruction_t52121370 value) { m_Items[index] = value; } }; // System.Boolean[] struct BooleanU5BU5D_t2897418192 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t2143006960 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_t298337405 m_Items[1]; public: inline KeyValuePair_2_t298337405 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_t298337405 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_t298337405 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline KeyValuePair_2_t298337405 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_t298337405 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t298337405 value) { m_Items[index] = value; } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t118269214 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_t2530217319 m_Items[1]; public: inline KeyValuePair_2_t2530217319 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_t2530217319 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_t2530217319 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline KeyValuePair_2_t2530217319 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_t2530217319 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t2530217319 value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_t2559172825 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t3710464795 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeNamedArgument_t287865710 m_Items[1]; public: inline CustomAttributeNamedArgument_t287865710 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeNamedArgument_t287865710 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeNamedArgument_t287865710 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline CustomAttributeNamedArgument_t287865710 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeNamedArgument_t287865710 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeNamedArgument_t287865710 value) { m_Items[index] = value; } }; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t1465843424 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeTypedArgument_t2723150157 m_Items[1]; public: inline CustomAttributeTypedArgument_t2723150157 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeTypedArgument_t2723150157 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeTypedArgument_t2723150157 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline CustomAttributeTypedArgument_t2723150157 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeTypedArgument_t2723150157 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeTypedArgument_t2723150157 value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t1444911251 : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // UnityEngine.AnimatorClipInfo[] struct AnimatorClipInfoU5BU5D_t855299250 : public RuntimeArray { public: ALIGN_FIELD (8) AnimatorClipInfo_t3156717155 m_Items[1]; public: inline AnimatorClipInfo_t3156717155 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AnimatorClipInfo_t3156717155 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, AnimatorClipInfo_t3156717155 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline AnimatorClipInfo_t3156717155 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AnimatorClipInfo_t3156717155 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AnimatorClipInfo_t3156717155 value) { m_Items[index] = value; } }; // UnityEngine.BeforeRenderHelper/OrderBlock[] struct OrderBlockU5BU5D_t2389202590 : public RuntimeArray { public: ALIGN_FIELD (8) OrderBlock_t1585977831 m_Items[1]; public: inline OrderBlock_t1585977831 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OrderBlock_t1585977831 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, OrderBlock_t1585977831 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline OrderBlock_t1585977831 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OrderBlock_t1585977831 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OrderBlock_t1585977831 value) { m_Items[index] = value; } }; // UnityEngine.BoneWeight[] struct BoneWeightU5BU5D_t1776052410 : public RuntimeArray { public: ALIGN_FIELD (8) BoneWeight_t1955788027 m_Items[1]; public: inline BoneWeight_t1955788027 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BoneWeight_t1955788027 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, BoneWeight_t1955788027 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline BoneWeight_t1955788027 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BoneWeight_t1955788027 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BoneWeight_t1955788027 value) { m_Items[index] = value; } }; // UnityEngine.Color[] struct ColorU5BU5D_t941916413 : public RuntimeArray { public: ALIGN_FIELD (8) Color_t2555686324 m_Items[1]; public: inline Color_t2555686324 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_t2555686324 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Color_t2555686324 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_t2555686324 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_t2555686324 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_t2555686324 value) { m_Items[index] = value; } }; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773 : public RuntimeArray { public: ALIGN_FIELD (8) Color32_t2600501292 m_Items[1]; public: inline Color32_t2600501292 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color32_t2600501292 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Color32_t2600501292 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color32_t2600501292 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color32_t2600501292 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t2600501292 value) { m_Items[index] = value; } }; // UnityEngine.DiagnosticSwitch[] struct DiagnosticSwitchU5BU5D_t2165446465 : public RuntimeArray { public: ALIGN_FIELD (8) DiagnosticSwitch_t2110704064 m_Items[1]; public: inline DiagnosticSwitch_t2110704064 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DiagnosticSwitch_t2110704064 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DiagnosticSwitch_t2110704064 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DiagnosticSwitch_t2110704064 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DiagnosticSwitch_t2110704064 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DiagnosticSwitch_t2110704064 value) { m_Items[index] = value; } }; // UnityEngine.EventSystems.RaycastResult[] struct RaycastResultU5BU5D_t1128832444 : public RuntimeArray { public: ALIGN_FIELD (8) RaycastResult_t3360306849 m_Items[1]; public: inline RaycastResult_t3360306849 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RaycastResult_t3360306849 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RaycastResult_t3360306849 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RaycastResult_t3360306849 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RaycastResult_t3360306849 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastResult_t3360306849 value) { m_Items[index] = value; } }; // UnityEngine.KeyCode[] struct KeyCodeU5BU5D_t2223234056 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // UnityEngine.Matrix4x4[] struct Matrix4x4U5BU5D_t2302988098 : public RuntimeArray { public: ALIGN_FIELD (8) Matrix4x4_t1817901843 m_Items[1]; public: inline Matrix4x4_t1817901843 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Matrix4x4_t1817901843 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Matrix4x4_t1817901843 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Matrix4x4_t1817901843 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Matrix4x4_t1817901843 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Matrix4x4_t1817901843 value) { m_Items[index] = value; } }; // UnityEngine.Playables.Playable[] struct PlayableU5BU5D_t3229717310 : public RuntimeArray { public: ALIGN_FIELD (8) Playable_t459825607 m_Items[1]; public: inline Playable_t459825607 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Playable_t459825607 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Playable_t459825607 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Playable_t459825607 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Playable_t459825607 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Playable_t459825607 value) { m_Items[index] = value; } }; // UnityEngine.Rendering.ReflectionProbeBlendInfo[] struct ReflectionProbeBlendInfoU5BU5D_t2102825095 : public RuntimeArray { public: ALIGN_FIELD (8) ReflectionProbeBlendInfo_t288657778 m_Items[1]; public: inline ReflectionProbeBlendInfo_t288657778 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ReflectionProbeBlendInfo_t288657778 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ReflectionProbeBlendInfo_t288657778 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ReflectionProbeBlendInfo_t288657778 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ReflectionProbeBlendInfo_t288657778 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ReflectionProbeBlendInfo_t288657778 value) { m_Items[index] = value; } }; // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo[] struct WeightInfoU5BU5D_t1690221756 : public RuntimeArray { public: ALIGN_FIELD (8) WeightInfo_t1982677921 m_Items[1]; public: inline WeightInfo_t1982677921 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WeightInfo_t1982677921 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, WeightInfo_t1982677921 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline WeightInfo_t1982677921 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WeightInfo_t1982677921 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WeightInfo_t1982677921 value) { m_Items[index] = value; } }; // UnityEngine.UICharInfo[] struct UICharInfoU5BU5D_t928762055 : public RuntimeArray { public: ALIGN_FIELD (8) UICharInfo_t75501106 m_Items[1]; public: inline UICharInfo_t75501106 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UICharInfo_t75501106 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, UICharInfo_t75501106 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UICharInfo_t75501106 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UICharInfo_t75501106 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UICharInfo_t75501106 value) { m_Items[index] = value; } }; // UnityEngine.UILineInfo[] struct UILineInfoU5BU5D_t1655937503 : public RuntimeArray { public: ALIGN_FIELD (8) UILineInfo_t4195266810 m_Items[1]; public: inline UILineInfo_t4195266810 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UILineInfo_t4195266810 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, UILineInfo_t4195266810 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UILineInfo_t4195266810 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UILineInfo_t4195266810 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UILineInfo_t4195266810 value) { m_Items[index] = value; } }; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040 : public RuntimeArray { public: ALIGN_FIELD (8) UIVertex_t4057497605 m_Items[1]; public: inline UIVertex_t4057497605 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UIVertex_t4057497605 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, UIVertex_t4057497605 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UIVertex_t4057497605 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UIVertex_t4057497605 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UIVertex_t4057497605 value) { m_Items[index] = value; } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986 : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_t2156229523 m_Items[1]; public: inline Vector2_t2156229523 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_t2156229523 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector2_t2156229523 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_t2156229523 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_t2156229523 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t2156229523 value) { m_Items[index] = value; } }; // UnityEngine.Vector2Int[] struct Vector2IntU5BU5D_t2878452246 : public RuntimeArray { public: ALIGN_FIELD (8) Vector2Int_t3469998543 m_Items[1]; public: inline Vector2Int_t3469998543 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2Int_t3469998543 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector2Int_t3469998543 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2Int_t3469998543 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2Int_t3469998543 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2Int_t3469998543 value) { m_Items[index] = value; } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1]; public: inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t3722313464 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value) { m_Items[index] = value; } }; // UnityEngine.Vector4[] struct Vector4U5BU5D_t934056436 : public RuntimeArray { public: ALIGN_FIELD (8) Vector4_t3319028937 m_Items[1]; public: inline Vector4_t3319028937 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector4_t3319028937 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector4_t3319028937 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector4_t3319028937 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector4_t3319028937 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_t3319028937 value) { m_Items[index] = value; } }; // System.Void Newtonsoft.Json.Utilities.ValidationUtils::ArgumentNotNull(System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ValidationUtils_ArgumentNotNull_m5418296 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, String_t* ___parameterName1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m3056805521 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Array/Swapper::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Swapper__ctor_m3019156154 (Swapper_t2822380397 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Reflection.MethodBase System.Exception::get_TargetSite() extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Exception_get_TargetSite_m2108375097 (Exception_t * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void DG.Tweening.Core.Debugger::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogWarning_m4070894882 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Tween::get_isRelative() extern "C" IL2CPP_METHOD_ATTR bool Tween_get_isRelative_m1742579053 (Tween_t2342918553 * __this, const RuntimeMethod* method); // System.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetLookAt(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetLookAt_m1465717111 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1299559007 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetPunch(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetPunch_m1173055849 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t951858585 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetShake(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetShake_m804175975 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t951858585 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetCameraShakePosition(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetCameraShakePosition_m947627980 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t951858585 * ___t0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.Debugger::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogError_m3567904185 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m3448755881 (RuntimeArray * __this, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3374010885 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // System.Void System.RankException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RankException__ctor_m2226473861 (RankException_t3812021567 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeNameKey_Equals_m1391893537 (TypeNameKey_t2985541961 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.ResolverContractKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ResolverContractKey_Equals_m4037987600 (ResolverContractKey_t3292851287 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeConvertKey_Equals_m1519043382 (TypeConvertKey_t285306760 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Boolean::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Equals_m2410333903 (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Byte::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Byte_Equals_m1161982810 (uint8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Char::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m1279957088 (Il2CppChar* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.DateTime::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m611432332 (DateTime_t3738529785 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Decimal::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Decimal_Equals_m2592017260 (Decimal_t2948259380 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Double::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Double_Equals_m1674752021 (double* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Int16::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int16_Equals_m82811458 (int16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int32_Equals_m3996243976 (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Int64::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int64_Equals_m858582563 (int64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.IntPtr::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_Equals_m3408989655 (intptr_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Reflection.CustomAttributeNamedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeNamedArgument_Equals_m1414002036 (CustomAttributeNamedArgument_t287865710 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Reflection.CustomAttributeTypedArgument::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CustomAttributeTypedArgument_Equals_m2261980307 (CustomAttributeTypedArgument_t2723150157 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.SByte::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SByte_Equals_m865896384 (int8_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Single_Equals_m438106747 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_Equals_m45505612 (TimeSpan_t881159249 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.UInt16::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool UInt16_Equals_m642257745 (uint16_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.UInt32::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool UInt32_Equals_m351935437 (uint32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.UInt64::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool UInt64_Equals_m1879425698 (uint64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean UnityEngine.BoneWeight::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool BoneWeight_Equals_m2285825644 (BoneWeight_t1955788027 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Bounds::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Bounds_Equals_m3920299735 (Bounds_t2266837910 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Color::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Color_Equals_m3887740140 (Color_t2555686324 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Matrix4x4::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Matrix4x4_Equals_m3210071278 (Matrix4x4_t1817901843 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Quaternion::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Quaternion_Equals_m1863659319 (Quaternion_t2301928331 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Rect::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Rect_Equals_m4169342960 (Rect_t2360479859 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector2::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Vector2_Equals_m832062989 (Vector2_t2156229523 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector2Int::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Vector2Int_Equals_m3404209996 (Vector2Int_t3469998543 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector3::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Vector3_Equals_m1753054704 (Vector3_t3722313464 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector4::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Vector4_Equals_m1779210055 (Vector4_t3319028937 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* ___message0, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.MethodCall`2 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::CreateMethodCall(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR MethodCall_2_t2845904993 * LateBoundReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m2974059156_gshared (LateBoundReflectionDelegateFactory_t925499913 * __this, MethodBase_t * ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LateBoundReflectionDelegateFactory_CreateMethodCall_TisRuntimeObject_m2974059156_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass4_0_1_t1908165307 * V_0 = NULL; { U3CU3Ec__DisplayClass4_0_1_t1908165307 * L_0 = (U3CU3Ec__DisplayClass4_0_1_t1908165307 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass4_0_1_t1908165307 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (U3CU3Ec__DisplayClass4_0_1_t1908165307 *)L_0; U3CU3Ec__DisplayClass4_0_1_t1908165307 * L_1 = V_0; MethodBase_t * L_2 = ___method0; NullCheck(L_1); L_1->set_method_1(L_2); U3CU3Ec__DisplayClass4_0_1_t1908165307 * L_3 = V_0; NullCheck(L_3); MethodBase_t * L_4 = (MethodBase_t *)L_3->get_method_1(); ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, (RuntimeObject *)L_4, (String_t*)_stringLiteral414301358, /*hidden argument*/NULL); U3CU3Ec__DisplayClass4_0_1_t1908165307 * L_5 = V_0; U3CU3Ec__DisplayClass4_0_1_t1908165307 * L_6 = V_0; NullCheck(L_6); MethodBase_t * L_7 = (MethodBase_t *)L_6->get_method_1(); NullCheck(L_5); L_5->set_c_0(((ConstructorInfo_t5769829 *)IsInst((RuntimeObject*)L_7, ConstructorInfo_t5769829_il2cpp_TypeInfo_var))); U3CU3Ec__DisplayClass4_0_1_t1908165307 * L_8 = V_0; NullCheck(L_8); ConstructorInfo_t5769829 * L_9 = (ConstructorInfo_t5769829 *)L_8->get_c_0(); if (!L_9) { goto IL_0043; } } { U3CU3Ec__DisplayClass4_0_1_t1908165307 * L_10 = V_0; intptr_t L_11 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2); MethodCall_2_t2845904993 * L_12 = (MethodCall_2_t2845904993 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (MethodCall_2_t2845904993 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_12, (RuntimeObject *)L_10, (intptr_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return L_12; } IL_0043: { U3CU3Ec__DisplayClass4_0_1_t1908165307 * L_13 = V_0; intptr_t L_14 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5); MethodCall_2_t2845904993 * L_15 = (MethodCall_2_t2845904993 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (MethodCall_2_t2845904993 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_15, (RuntimeObject *)L_13, (intptr_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return L_15; } } // Spine.ExposedList`1 Spine.ExposedList`1::ConvertAll(System.Converter`2) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1492250734 * ExposedList_1_ConvertAll_TisRuntimeObject_m2345800364_gshared (ExposedList_1_t1492250734 * __this, Converter_2_t2442480487 * ___converter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_ConvertAll_TisRuntimeObject_m2345800364_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExposedList_1_t1492250734 * V_0 = NULL; int32_t V_1 = 0; { Converter_2_t2442480487 * L_0 = ___converter0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral879148213, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_ConvertAll_TisRuntimeObject_m2345800364_RuntimeMethod_var); } IL_0011: { int32_t L_2 = (int32_t)__this->get_Count_1(); ExposedList_1_t1492250734 * L_3 = (ExposedList_1_t1492250734 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ExposedList_1_t1492250734 *)L_3; V_1 = (int32_t)0; goto IL_0046; } IL_0024: { ExposedList_1_t1492250734 * L_4 = V_0; NullCheck(L_4); ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)L_4->get_Items_0(); int32_t L_6 = V_1; Converter_2_t2442480487 * L_7 = ___converter0; ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; RuntimeObject * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((Converter_2_t2442480487 *)L_7); RuntimeObject * L_12 = (( RuntimeObject * (*) (Converter_2_t2442480487 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Converter_2_t2442480487 *)L_7, (RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (RuntimeObject *)L_12); int32_t L_13 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0046: { int32_t L_14 = V_1; int32_t L_15 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0024; } } { ExposedList_1_t1492250734 * L_16 = V_0; int32_t L_17 = (int32_t)__this->get_Count_1(); NullCheck(L_16); L_16->set_Count_1(L_17); ExposedList_1_t1492250734 * L_18 = V_0; return L_18; } } // System.Action`2 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::CreateSet(System.Reflection.FieldInfo) extern "C" IL2CPP_METHOD_ATTR Action_2_t2470008838 * LateBoundReflectionDelegateFactory_CreateSet_TisRuntimeObject_m3638235545_gshared (LateBoundReflectionDelegateFactory_t925499913 * __this, FieldInfo_t * ___fieldInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LateBoundReflectionDelegateFactory_CreateSet_TisRuntimeObject_m3638235545_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec__DisplayClass8_0_1_t2706806143 * L_0 = (U3CU3Ec__DisplayClass8_0_1_t2706806143 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass8_0_1_t2706806143 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass8_0_1_t2706806143 * L_1 = (U3CU3Ec__DisplayClass8_0_1_t2706806143 *)L_0; FieldInfo_t * L_2 = ___fieldInfo0; NullCheck(L_1); L_1->set_fieldInfo_0(L_2); U3CU3Ec__DisplayClass8_0_1_t2706806143 * L_3 = (U3CU3Ec__DisplayClass8_0_1_t2706806143 *)L_1; NullCheck(L_3); FieldInfo_t * L_4 = (FieldInfo_t *)L_3->get_fieldInfo_0(); ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, (RuntimeObject *)L_4, (String_t*)_stringLiteral938070653, /*hidden argument*/NULL); intptr_t L_5 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2); Action_2_t2470008838 * L_6 = (Action_2_t2470008838 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Action_2_t2470008838 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_6, (RuntimeObject *)L_3, (intptr_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return L_6; } } // System.Action`2 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory::CreateSet(System.Reflection.PropertyInfo) extern "C" IL2CPP_METHOD_ATTR Action_2_t2470008838 * LateBoundReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2453882876_gshared (LateBoundReflectionDelegateFactory_t925499913 * __this, PropertyInfo_t * ___propertyInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LateBoundReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2453882876_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec__DisplayClass9_0_1_t3906388924 * L_0 = (U3CU3Ec__DisplayClass9_0_1_t3906388924 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass9_0_1_t3906388924 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass9_0_1_t3906388924 * L_1 = (U3CU3Ec__DisplayClass9_0_1_t3906388924 *)L_0; PropertyInfo_t * L_2 = ___propertyInfo0; NullCheck(L_1); L_1->set_propertyInfo_0(L_2); U3CU3Ec__DisplayClass9_0_1_t3906388924 * L_3 = (U3CU3Ec__DisplayClass9_0_1_t3906388924 *)L_1; NullCheck(L_3); PropertyInfo_t * L_4 = (PropertyInfo_t *)L_3->get_propertyInfo_0(); ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, (RuntimeObject *)L_4, (String_t*)_stringLiteral2854063445, /*hidden argument*/NULL); intptr_t L_5 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2); Action_2_t2470008838 * L_6 = (Action_2_t2470008838 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Action_2_t2470008838 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_6, (RuntimeObject *)L_3, (intptr_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return L_6; } } // System.Action`2 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateSet(System.Reflection.MemberInfo) extern "C" IL2CPP_METHOD_ATTR Action_2_t2470008838 * ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_gshared (ReflectionDelegateFactory_t2528576452 * __this, MemberInfo_t * ___memberInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropertyInfo_t * V_0 = NULL; FieldInfo_t * V_1 = NULL; { MemberInfo_t * L_0 = ___memberInfo0; V_0 = (PropertyInfo_t *)((PropertyInfo_t *)IsInst((RuntimeObject*)L_0, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_1 = V_0; if (!L_1) { goto IL_0012; } } { PropertyInfo_t * L_2 = V_0; NullCheck((ReflectionDelegateFactory_t2528576452 *)__this); Action_2_t2470008838 * L_3 = GenericVirtFuncInvoker1< Action_2_t2470008838 *, PropertyInfo_t * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (ReflectionDelegateFactory_t2528576452 *)__this, (PropertyInfo_t *)L_2); return L_3; } IL_0012: { MemberInfo_t * L_4 = ___memberInfo0; V_1 = (FieldInfo_t *)((FieldInfo_t *)IsInst((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_5 = V_1; if (!L_5) { goto IL_0024; } } { FieldInfo_t * L_6 = V_1; NullCheck((ReflectionDelegateFactory_t2528576452 *)__this); Action_2_t2470008838 * L_7 = GenericVirtFuncInvoker1< Action_2_t2470008838 *, FieldInfo_t * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (ReflectionDelegateFactory_t2528576452 *)__this, (FieldInfo_t *)L_6); return L_7; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); MemberInfo_t * L_9 = ___memberInfo0; String_t* L_10 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, (String_t*)_stringLiteral988316407, (RuntimeObject*)L_8, (RuntimeObject *)L_9, /*hidden argument*/NULL); Exception_t * L_11 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_11, (String_t*)L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,ReflectionDelegateFactory_CreateSet_TisRuntimeObject_m2440090338_RuntimeMethod_var); } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisAvatarCate_t455786881_m2176868631_gshared (RuntimeObject * __this /* static, unused */, AvatarCateU5BU5D_t1610689372* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisAvatarCate_t455786881_m2176868631_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AvatarCateU5BU5D_t1610689372* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { AvatarCateU5BU5D_t1610689372* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { AvatarCateU5BU5D_t1610689372* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { AvatarCateU5BU5D_t1610689372* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { AvatarCateU5BU5D_t1610689372* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisenumThreadID_t4044096134_m906914780_gshared (RuntimeObject * __this /* static, unused */, enumThreadIDU5BU5D_t3988452515* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisenumThreadID_t4044096134_m906914780_MetadataUsageId); s_Il2CppMethodInitialized = true; } { enumThreadIDU5BU5D_t3988452515* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { enumThreadIDU5BU5D_t3988452515* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { enumThreadIDU5BU5D_t3988452515* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { enumThreadIDU5BU5D_t3988452515* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { enumThreadIDU5BU5D_t3988452515* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisPropertyMetadata_t3727440473_m3857888431_gshared (RuntimeObject * __this /* static, unused */, PropertyMetadataU5BU5D_t3282844708* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisPropertyMetadata_t3727440473_m3857888431_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PropertyMetadataU5BU5D_t3282844708* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { PropertyMetadataU5BU5D_t3282844708* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { PropertyMetadataU5BU5D_t3282844708* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { PropertyMetadataU5BU5D_t3282844708* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { PropertyMetadataU5BU5D_t3282844708* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisLMRendererInfo_t3374010072_m1651205109_gshared (RuntimeObject * __this /* static, unused */, LMRendererInfoU5BU5D_t4046529225* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisLMRendererInfo_t3374010072_m1651205109_MetadataUsageId); s_Il2CppMethodInitialized = true; } { LMRendererInfoU5BU5D_t4046529225* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { LMRendererInfoU5BU5D_t4046529225* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { LMRendererInfoU5BU5D_t4046529225* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { LMRendererInfoU5BU5D_t4046529225* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { LMRendererInfoU5BU5D_t4046529225* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisDelayedQueueItem_t1027542936_m1761056574_gshared (RuntimeObject * __this /* static, unused */, DelayedQueueItemU5BU5D_t658540297* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisDelayedQueueItem_t1027542936_m1761056574_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DelayedQueueItemU5BU5D_t658540297* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { DelayedQueueItemU5BU5D_t658540297* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { DelayedQueueItemU5BU5D_t658540297* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { DelayedQueueItemU5BU5D_t658540297* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { DelayedQueueItemU5BU5D_t658540297* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisJsonPosition_t2528027714_m1324768847_gshared (RuntimeObject * __this /* static, unused */, JsonPositionU5BU5D_t197937271* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisJsonPosition_t2528027714_m1324768847_MetadataUsageId); s_Il2CppMethodInitialized = true; } { JsonPositionU5BU5D_t197937271* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { JsonPositionU5BU5D_t197937271* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { JsonPositionU5BU5D_t197937271* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { JsonPositionU5BU5D_t197937271* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { JsonPositionU5BU5D_t197937271* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisEventQueueEntry_t351831961_m4119899164_gshared (RuntimeObject * __this /* static, unused */, EventQueueEntryU5BU5D_t1574228452* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisEventQueueEntry_t351831961_m4119899164_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EventQueueEntryU5BU5D_t1574228452* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { EventQueueEntryU5BU5D_t1574228452* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { EventQueueEntryU5BU5D_t1574228452* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { EventQueueEntryU5BU5D_t1574228452* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { EventQueueEntryU5BU5D_t1574228452* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisAtlasMaterialOverride_t2435041389_m1354987436_gshared (RuntimeObject * __this /* static, unused */, AtlasMaterialOverrideU5BU5D_t1961062208* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisAtlasMaterialOverride_t2435041389_m1354987436_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AtlasMaterialOverrideU5BU5D_t1961062208* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { AtlasMaterialOverrideU5BU5D_t1961062208* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { AtlasMaterialOverrideU5BU5D_t1961062208* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { AtlasMaterialOverrideU5BU5D_t1961062208* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { AtlasMaterialOverrideU5BU5D_t1961062208* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisSlotMaterialOverride_t1001979181_m2199205222_gshared (RuntimeObject * __this /* static, unused */, SlotMaterialOverrideU5BU5D_t1365839744* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisSlotMaterialOverride_t1001979181_m2199205222_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SlotMaterialOverrideU5BU5D_t1365839744* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { SlotMaterialOverrideU5BU5D_t1365839744* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { SlotMaterialOverrideU5BU5D_t1365839744* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { SlotMaterialOverrideU5BU5D_t1365839744* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { SlotMaterialOverrideU5BU5D_t1365839744* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisTransformPair_t3795417756_m93237324_gshared (RuntimeObject * __this /* static, unused */, TransformPairU5BU5D_t3004865397* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisTransformPair_t3795417756_m93237324_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TransformPairU5BU5D_t3004865397* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { TransformPairU5BU5D_t3004865397* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { TransformPairU5BU5D_t3004865397* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { TransformPairU5BU5D_t3004865397* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { TransformPairU5BU5D_t3004865397* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisSubmeshInstruction_t52121370_m1712287179_gshared (RuntimeObject * __this /* static, unused */, SubmeshInstructionU5BU5D_t131014463* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisSubmeshInstruction_t52121370_m1712287179_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SubmeshInstructionU5BU5D_t131014463* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { SubmeshInstructionU5BU5D_t131014463* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { SubmeshInstructionU5BU5D_t131014463* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { SubmeshInstructionU5BU5D_t131014463* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { SubmeshInstructionU5BU5D_t131014463* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisBoolean_t97287965_m1876432270_gshared (RuntimeObject * __this /* static, unused */, BooleanU5BU5D_t2897418192* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisBoolean_t97287965_m1876432270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BooleanU5BU5D_t2897418192* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { BooleanU5BU5D_t2897418192* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { BooleanU5BU5D_t2897418192* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { BooleanU5BU5D_t2897418192* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { BooleanU5BU5D_t2897418192* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisByte_t1134296376_m2804831695_gshared (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisByte_t1134296376_m2804831695_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { ByteU5BU5D_t4116647657* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { ByteU5BU5D_t4116647657* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { ByteU5BU5D_t4116647657* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { ByteU5BU5D_t4116647657* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisChar_t3634460470_m188555467_gshared (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisChar_t3634460470_m188555467_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { CharU5BU5D_t3528271667* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { CharU5BU5D_t3528271667* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { CharU5BU5D_t3528271667* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { CharU5BU5D_t3528271667* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper>(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisKeyValuePair_2_t298337405_m3728156715_gshared (RuntimeObject * __this /* static, unused */, KeyValuePair_2U5BU5D_t2143006960* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisKeyValuePair_2_t298337405_m3728156715_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeyValuePair_2U5BU5D_t2143006960* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { KeyValuePair_2U5BU5D_t2143006960* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { KeyValuePair_2U5BU5D_t2143006960* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { KeyValuePair_2U5BU5D_t2143006960* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { KeyValuePair_2U5BU5D_t2143006960* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper>(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisKeyValuePair_2_t2530217319_m325309230_gshared (RuntimeObject * __this /* static, unused */, KeyValuePair_2U5BU5D_t118269214* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisKeyValuePair_2_t2530217319_m325309230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeyValuePair_2U5BU5D_t118269214* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { KeyValuePair_2U5BU5D_t118269214* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { KeyValuePair_2U5BU5D_t118269214* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { KeyValuePair_2U5BU5D_t118269214* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { KeyValuePair_2U5BU5D_t118269214* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisInt32_t2950945753_m2372143757_gshared (RuntimeObject * __this /* static, unused */, Int32U5BU5D_t385246372* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisInt32_t2950945753_m2372143757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t385246372* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { Int32U5BU5D_t385246372* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Int32U5BU5D_t385246372* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { Int32U5BU5D_t385246372* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { Int32U5BU5D_t385246372* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisInt64_t3736567304_m3748213750_gshared (RuntimeObject * __this /* static, unused */, Int64U5BU5D_t2559172825* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisInt64_t3736567304_m3748213750_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int64U5BU5D_t2559172825* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { Int64U5BU5D_t2559172825* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Int64U5BU5D_t2559172825* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { Int64U5BU5D_t2559172825* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { Int64U5BU5D_t2559172825* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisRuntimeObject_m1378919517_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisRuntimeObject_m1378919517_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { ObjectU5BU5D_t2843939325* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { ObjectU5BU5D_t2843939325* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { ObjectU5BU5D_t2843939325* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { ObjectU5BU5D_t2843939325* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisCustomAttributeNamedArgument_t287865710_m4254011335_gshared (RuntimeObject * __this /* static, unused */, CustomAttributeNamedArgumentU5BU5D_t3710464795* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisCustomAttributeNamedArgument_t287865710_m4254011335_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { CustomAttributeNamedArgumentU5BU5D_t3710464795* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisCustomAttributeTypedArgument_t2723150157_m469078792_gshared (RuntimeObject * __this /* static, unused */, CustomAttributeTypedArgumentU5BU5D_t1465843424* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisCustomAttributeTypedArgument_t2723150157_m469078792_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { CustomAttributeTypedArgumentU5BU5D_t1465843424* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisSingle_t1397266774_m4040622123_gshared (RuntimeObject * __this /* static, unused */, SingleU5BU5D_t1444911251* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisSingle_t1397266774_m4040622123_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SingleU5BU5D_t1444911251* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { SingleU5BU5D_t1444911251* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { SingleU5BU5D_t1444911251* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { SingleU5BU5D_t1444911251* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { SingleU5BU5D_t1444911251* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisAnimatorClipInfo_t3156717155_m2473341281_gshared (RuntimeObject * __this /* static, unused */, AnimatorClipInfoU5BU5D_t855299250* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisAnimatorClipInfo_t3156717155_m2473341281_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AnimatorClipInfoU5BU5D_t855299250* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { AnimatorClipInfoU5BU5D_t855299250* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { AnimatorClipInfoU5BU5D_t855299250* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { AnimatorClipInfoU5BU5D_t855299250* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { AnimatorClipInfoU5BU5D_t855299250* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisOrderBlock_t1585977831_m1093805686_gshared (RuntimeObject * __this /* static, unused */, OrderBlockU5BU5D_t2389202590* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisOrderBlock_t1585977831_m1093805686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OrderBlockU5BU5D_t2389202590* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { OrderBlockU5BU5D_t2389202590* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { OrderBlockU5BU5D_t2389202590* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { OrderBlockU5BU5D_t2389202590* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { OrderBlockU5BU5D_t2389202590* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisBoneWeight_t1955788027_m4256468894_gshared (RuntimeObject * __this /* static, unused */, BoneWeightU5BU5D_t1776052410* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisBoneWeight_t1955788027_m4256468894_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BoneWeightU5BU5D_t1776052410* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { BoneWeightU5BU5D_t1776052410* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { BoneWeightU5BU5D_t1776052410* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { BoneWeightU5BU5D_t1776052410* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { BoneWeightU5BU5D_t1776052410* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisColor_t2555686324_m3813529855_gshared (RuntimeObject * __this /* static, unused */, ColorU5BU5D_t941916413* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisColor_t2555686324_m3813529855_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ColorU5BU5D_t941916413* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { ColorU5BU5D_t941916413* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { ColorU5BU5D_t941916413* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { ColorU5BU5D_t941916413* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { ColorU5BU5D_t941916413* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisColor32_t2600501292_m2310851009_gshared (RuntimeObject * __this /* static, unused */, Color32U5BU5D_t3850468773* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisColor32_t2600501292_m2310851009_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Color32U5BU5D_t3850468773* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { Color32U5BU5D_t3850468773* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Color32U5BU5D_t3850468773* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { Color32U5BU5D_t3850468773* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { Color32U5BU5D_t3850468773* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisDiagnosticSwitch_t2110704064_m2548750243_gshared (RuntimeObject * __this /* static, unused */, DiagnosticSwitchU5BU5D_t2165446465* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisDiagnosticSwitch_t2110704064_m2548750243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DiagnosticSwitchU5BU5D_t2165446465* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { DiagnosticSwitchU5BU5D_t2165446465* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { DiagnosticSwitchU5BU5D_t2165446465* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { DiagnosticSwitchU5BU5D_t2165446465* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { DiagnosticSwitchU5BU5D_t2165446465* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisRaycastResult_t3360306849_m1267000905_gshared (RuntimeObject * __this /* static, unused */, RaycastResultU5BU5D_t1128832444* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisRaycastResult_t3360306849_m1267000905_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RaycastResultU5BU5D_t1128832444* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { RaycastResultU5BU5D_t1128832444* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { RaycastResultU5BU5D_t1128832444* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { RaycastResultU5BU5D_t1128832444* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { RaycastResultU5BU5D_t1128832444* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisKeyCode_t2599294277_m1948577974_gshared (RuntimeObject * __this /* static, unused */, KeyCodeU5BU5D_t2223234056* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisKeyCode_t2599294277_m1948577974_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeyCodeU5BU5D_t2223234056* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { KeyCodeU5BU5D_t2223234056* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { KeyCodeU5BU5D_t2223234056* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { KeyCodeU5BU5D_t2223234056* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { KeyCodeU5BU5D_t2223234056* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisMatrix4x4_t1817901843_m1199574643_gshared (RuntimeObject * __this /* static, unused */, Matrix4x4U5BU5D_t2302988098* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisMatrix4x4_t1817901843_m1199574643_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Matrix4x4U5BU5D_t2302988098* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { Matrix4x4U5BU5D_t2302988098* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Matrix4x4U5BU5D_t2302988098* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { Matrix4x4U5BU5D_t2302988098* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { Matrix4x4U5BU5D_t2302988098* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisPlayable_t459825607_m679674582_gshared (RuntimeObject * __this /* static, unused */, PlayableU5BU5D_t3229717310* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisPlayable_t459825607_m679674582_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PlayableU5BU5D_t3229717310* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { PlayableU5BU5D_t3229717310* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { PlayableU5BU5D_t3229717310* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { PlayableU5BU5D_t3229717310* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { PlayableU5BU5D_t3229717310* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisReflectionProbeBlendInfo_t288657778_m2523044914_gshared (RuntimeObject * __this /* static, unused */, ReflectionProbeBlendInfoU5BU5D_t2102825095* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisReflectionProbeBlendInfo_t288657778_m2523044914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ReflectionProbeBlendInfoU5BU5D_t2102825095* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { ReflectionProbeBlendInfoU5BU5D_t2102825095* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { ReflectionProbeBlendInfoU5BU5D_t2102825095* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { ReflectionProbeBlendInfoU5BU5D_t2102825095* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { ReflectionProbeBlendInfoU5BU5D_t2102825095* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisWeightInfo_t1982677921_m3708710937_gshared (RuntimeObject * __this /* static, unused */, WeightInfoU5BU5D_t1690221756* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisWeightInfo_t1982677921_m3708710937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WeightInfoU5BU5D_t1690221756* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { WeightInfoU5BU5D_t1690221756* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { WeightInfoU5BU5D_t1690221756* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { WeightInfoU5BU5D_t1690221756* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { WeightInfoU5BU5D_t1690221756* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisUICharInfo_t75501106_m2239932398_gshared (RuntimeObject * __this /* static, unused */, UICharInfoU5BU5D_t928762055* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisUICharInfo_t75501106_m2239932398_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UICharInfoU5BU5D_t928762055* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { UICharInfoU5BU5D_t928762055* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { UICharInfoU5BU5D_t928762055* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { UICharInfoU5BU5D_t928762055* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { UICharInfoU5BU5D_t928762055* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisUILineInfo_t4195266810_m2154129620_gshared (RuntimeObject * __this /* static, unused */, UILineInfoU5BU5D_t1655937503* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisUILineInfo_t4195266810_m2154129620_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UILineInfoU5BU5D_t1655937503* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { UILineInfoU5BU5D_t1655937503* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { UILineInfoU5BU5D_t1655937503* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { UILineInfoU5BU5D_t1655937503* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { UILineInfoU5BU5D_t1655937503* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisUIVertex_t4057497605_m3029113773_gshared (RuntimeObject * __this /* static, unused */, UIVertexU5BU5D_t1981460040* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisUIVertex_t4057497605_m3029113773_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UIVertexU5BU5D_t1981460040* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { UIVertexU5BU5D_t1981460040* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { UIVertexU5BU5D_t1981460040* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { UIVertexU5BU5D_t1981460040* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { UIVertexU5BU5D_t1981460040* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisVector2_t2156229523_m2525208316_gshared (RuntimeObject * __this /* static, unused */, Vector2U5BU5D_t1457185986* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisVector2_t2156229523_m2525208316_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector2U5BU5D_t1457185986* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { Vector2U5BU5D_t1457185986* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Vector2U5BU5D_t1457185986* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { Vector2U5BU5D_t1457185986* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { Vector2U5BU5D_t1457185986* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisVector2Int_t3469998543_m290515103_gshared (RuntimeObject * __this /* static, unused */, Vector2IntU5BU5D_t2878452246* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisVector2Int_t3469998543_m290515103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector2IntU5BU5D_t2878452246* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { Vector2IntU5BU5D_t2878452246* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Vector2IntU5BU5D_t2878452246* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { Vector2IntU5BU5D_t2878452246* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { Vector2IntU5BU5D_t2878452246* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisVector3_t3722313464_m1221246401_gshared (RuntimeObject * __this /* static, unused */, Vector3U5BU5D_t1718750761* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisVector3_t3722313464_m1221246401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector3U5BU5D_t1718750761* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { Vector3U5BU5D_t1718750761* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Vector3U5BU5D_t1718750761* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { Vector3U5BU5D_t1718750761* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { Vector3U5BU5D_t1718750761* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Array/Swapper System.Array::get_swapper(T[]) extern "C" IL2CPP_METHOD_ATTR Swapper_t2822380397 * Array_get_swapper_TisVector4_t3319028937_m2807533318_gshared (RuntimeObject * __this /* static, unused */, Vector4U5BU5D_t934056436* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_get_swapper_TisVector4_t3319028937_m2807533318_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector4U5BU5D_t934056436* L_0 = ___array0; if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_0, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_0018; } } { Vector4U5BU5D_t934056436* L_1 = ___array0; intptr_t L_2 = (intptr_t)Array_int_swapper_m3830919681_RuntimeMethod_var; Swapper_t2822380397 * L_3 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_3, (RuntimeObject *)(RuntimeObject *)L_1, (intptr_t)L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { Vector4U5BU5D_t934056436* L_4 = ___array0; if (!((DoubleU5BU5D_t3413330114*)IsInst((RuntimeObject*)L_4, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))) { goto IL_0030; } } { Vector4U5BU5D_t934056436* L_5 = ___array0; intptr_t L_6 = (intptr_t)Array_double_swapper_m4135376022_RuntimeMethod_var; Swapper_t2822380397 * L_7 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_7, (RuntimeObject *)(RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/NULL); return L_7; } IL_0030: { Vector4U5BU5D_t934056436* L_8 = ___array0; intptr_t L_9 = (intptr_t)Array_slow_swapper_m4116724811_RuntimeMethod_var; Swapper_t2822380397 * L_10 = (Swapper_t2822380397 *)il2cpp_codegen_object_new(Swapper_t2822380397_il2cpp_TypeInfo_var); Swapper__ctor_m3019156154(L_10, (RuntimeObject *)(RuntimeObject *)L_8, (intptr_t)L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean DG.Tweening.DOTweenAnimationExtensions::IsSameOrSubclassOf(UnityEngine.Component) extern "C" IL2CPP_METHOD_ATTR bool DOTweenAnimationExtensions_IsSameOrSubclassOf_TisRuntimeObject_m2484398038_gshared (RuntimeObject * __this /* static, unused */, Component_t1923634451 * ___t0, const RuntimeMethod* method) { { Component_t1923634451 * L_0 = ___t0; return (bool)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Boolean DG.Tweening.Tween::OnTweenCallback(DG.Tweening.TweenCallback`1,T) extern "C" IL2CPP_METHOD_ATTR bool Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735_gshared (RuntimeObject * __this /* static, unused */, TweenCallback_1_t3009965658 * ___callback0, int32_t ___param1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_0) { goto IL_0038; } } IL_0007: try { // begin try (depth: 1) TweenCallback_1_t3009965658 * L_1 = ___callback0; int32_t L_2 = ___param1; NullCheck((TweenCallback_1_t3009965658 *)L_1); (( void (*) (TweenCallback_1_t3009965658 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((TweenCallback_1_t3009965658 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); goto IL_003f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0010; throw e; } CATCH_0010: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_3 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_3) < ((int32_t)1))) { goto IL_0034; } } IL_0019: { Exception_t * L_4 = V_0; NullCheck((Exception_t *)L_4); MethodBase_t * L_5 = Exception_get_TargetSite_m2108375097((Exception_t *)L_4, /*hidden argument*/NULL); Exception_t * L_6 = V_0; NullCheck((Exception_t *)L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral1420415011, (RuntimeObject *)L_5, (RuntimeObject *)L_7, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_8, /*hidden argument*/NULL); } IL_0034: { V_1 = (bool)0; goto IL_0041; } } // end catch (depth: 1) IL_0038: { TweenCallback_1_t3009965658 * L_9 = ___callback0; int32_t L_10 = ___param1; NullCheck((TweenCallback_1_t3009965658 *)L_9); (( void (*) (TweenCallback_1_t3009965658 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((TweenCallback_1_t3009965658 *)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_003f: { return (bool)1; } IL_0041: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tween::OnTweenCallback(DG.Tweening.TweenCallback`1,T) extern "C" IL2CPP_METHOD_ATTR bool Tween_OnTweenCallback_TisRuntimeObject_m1933219730_gshared (RuntimeObject * __this /* static, unused */, TweenCallback_1_t3139126069 * ___callback0, RuntimeObject * ___param1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tween_OnTweenCallback_TisRuntimeObject_m1933219730_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_0) { goto IL_0038; } } IL_0007: try { // begin try (depth: 1) TweenCallback_1_t3139126069 * L_1 = ___callback0; RuntimeObject * L_2 = ___param1; NullCheck((TweenCallback_1_t3139126069 *)L_1); (( void (*) (TweenCallback_1_t3139126069 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((TweenCallback_1_t3139126069 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); goto IL_003f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0010; throw e; } CATCH_0010: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_3 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_3) < ((int32_t)1))) { goto IL_0034; } } IL_0019: { Exception_t * L_4 = V_0; NullCheck((Exception_t *)L_4); MethodBase_t * L_5 = Exception_get_TargetSite_m2108375097((Exception_t *)L_4, /*hidden argument*/NULL); Exception_t * L_6 = V_0; NullCheck((Exception_t *)L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral1420415011, (RuntimeObject *)L_5, (RuntimeObject *)L_7, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_8, /*hidden argument*/NULL); } IL_0034: { V_1 = (bool)0; goto IL_0041; } } // end catch (depth: 1) IL_0038: { TweenCallback_1_t3139126069 * L_9 = ___callback0; RuntimeObject * L_10 = ___param1; NullCheck((TweenCallback_1_t3139126069 *)L_9); (( void (*) (TweenCallback_1_t3139126069 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((TweenCallback_1_t3139126069 *)L_9, (RuntimeObject *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_003f: { return (bool)1; } IL_0041: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m4219947255_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1580492422 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m4219947255_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t1580492422 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t1580492422 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t1580492422 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t1580492422 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t1580492422 * L_8 = ___t0; TweenerCore_3_t1580492422 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t1116502072 * L_10 = (ABSTweenPlugin_3_t1116502072 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t1580492422 * L_11 = ___t0; TweenerCore_3_t1580492422 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t2840439279 * L_13 = (DOGetter_1_t2840439279 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t2840439279 *)L_13); Color2_t3097643075 L_14 = (( Color2_t3097643075 (*) (DOGetter_1_t2840439279 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2840439279 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1116502072 *)L_10); Color2_t3097643075 L_15 = VirtFuncInvoker2< Color2_t3097643075 , TweenerCore_3_t1580492422 *, Color2_t3097643075 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1116502072 *)L_10, (TweenerCore_3_t1580492422 *)L_11, (Color2_t3097643075 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t1580492422 * L_22 = ___t0; TweenerCore_3_t1580492422 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t1116502072 * L_24 = (ABSTweenPlugin_3_t1116502072 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t1580492422 * L_25 = ___t0; TweenerCore_3_t1580492422 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t2840439279 * L_27 = (DOGetter_1_t2840439279 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t2840439279 *)L_27); Color2_t3097643075 L_28 = (( Color2_t3097643075 (*) (DOGetter_1_t2840439279 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2840439279 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1116502072 *)L_24); Color2_t3097643075 L_29 = VirtFuncInvoker2< Color2_t3097643075 , TweenerCore_3_t1580492422 *, Color2_t3097643075 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1116502072 *)L_24, (TweenerCore_3_t1580492422 *)L_25, (Color2_t3097643075 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t1580492422 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t1580492422 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t1116502072 * L_33 = (ABSTweenPlugin_3_t1116502072 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t1580492422 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t1116502072 *)L_33); VirtActionInvoker1< TweenerCore_3_t1580492422 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1116502072 *)L_33, (TweenerCore_3_t1580492422 *)L_34); } IL_00a0: { TweenerCore_3_t1580492422 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t1116502072 * L_36 = (ABSTweenPlugin_3_t1116502072 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t1580492422 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t1116502072 *)L_36); VirtActionInvoker1< TweenerCore_3_t1580492422 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1116502072 *)L_36, (TweenerCore_3_t1580492422 *)L_37); TweenerCore_3_t1580492422 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t1580492422 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t1580492422 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m3606913421_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t4210260218 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m3606913421_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t4210260218 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t4210260218 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t4210260218 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t4210260218 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t4210260218 * L_8 = ___t0; TweenerCore_3_t4210260218 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t3746269868 * L_10 = (ABSTweenPlugin_3_t3746269868 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t4210260218 * L_11 = ___t0; TweenerCore_3_t4210260218 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t337461567 * L_13 = (DOGetter_1_t337461567 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t337461567 *)L_13); double L_14 = (( double (*) (DOGetter_1_t337461567 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t337461567 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t3746269868 *)L_10); double L_15 = VirtFuncInvoker2< double, TweenerCore_3_t4210260218 *, double >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t3746269868 *)L_10, (TweenerCore_3_t4210260218 *)L_11, (double)L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t4210260218 * L_22 = ___t0; TweenerCore_3_t4210260218 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t3746269868 * L_24 = (ABSTweenPlugin_3_t3746269868 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t4210260218 * L_25 = ___t0; TweenerCore_3_t4210260218 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t337461567 * L_27 = (DOGetter_1_t337461567 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t337461567 *)L_27); double L_28 = (( double (*) (DOGetter_1_t337461567 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t337461567 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t3746269868 *)L_24); double L_29 = VirtFuncInvoker2< double, TweenerCore_3_t4210260218 *, double >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t3746269868 *)L_24, (TweenerCore_3_t4210260218 *)L_25, (double)L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t4210260218 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t4210260218 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t3746269868 * L_33 = (ABSTweenPlugin_3_t3746269868 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t4210260218 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t3746269868 *)L_33); VirtActionInvoker1< TweenerCore_3_t4210260218 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3746269868 *)L_33, (TweenerCore_3_t4210260218 *)L_34); } IL_00a0: { TweenerCore_3_t4210260218 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t3746269868 * L_36 = (ABSTweenPlugin_3_t3746269868 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t4210260218 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t3746269868 *)L_36); VirtActionInvoker1< TweenerCore_3_t4210260218 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3746269868 *)L_36, (TweenerCore_3_t4210260218 *)L_37); TweenerCore_3_t4210260218 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t4210260218 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t4210260218 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m184061100_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3388502834 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m184061100_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t3388502834 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t3388502834 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t3388502834 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t3388502834 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t3388502834 * L_8 = ___t0; TweenerCore_3_t3388502834 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t2924512484 * L_10 = (ABSTweenPlugin_3_t2924512484 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t3388502834 * L_11 = ___t0; TweenerCore_3_t3388502834 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t2693741957 * L_13 = (DOGetter_1_t2693741957 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t2693741957 *)L_13); int32_t L_14 = (( int32_t (*) (DOGetter_1_t2693741957 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2693741957 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2924512484 *)L_10); int32_t L_15 = VirtFuncInvoker2< int32_t, TweenerCore_3_t3388502834 *, int32_t >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2924512484 *)L_10, (TweenerCore_3_t3388502834 *)L_11, (int32_t)L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t3388502834 * L_22 = ___t0; TweenerCore_3_t3388502834 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t2924512484 * L_24 = (ABSTweenPlugin_3_t2924512484 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t3388502834 * L_25 = ___t0; TweenerCore_3_t3388502834 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t2693741957 * L_27 = (DOGetter_1_t2693741957 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t2693741957 *)L_27); int32_t L_28 = (( int32_t (*) (DOGetter_1_t2693741957 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2693741957 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2924512484 *)L_24); int32_t L_29 = VirtFuncInvoker2< int32_t, TweenerCore_3_t3388502834 *, int32_t >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2924512484 *)L_24, (TweenerCore_3_t3388502834 *)L_25, (int32_t)L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t3388502834 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t3388502834 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t2924512484 * L_33 = (ABSTweenPlugin_3_t2924512484 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t3388502834 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t2924512484 *)L_33); VirtActionInvoker1< TweenerCore_3_t3388502834 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2924512484 *)L_33, (TweenerCore_3_t3388502834 *)L_34); } IL_00a0: { TweenerCore_3_t3388502834 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t2924512484 * L_36 = (ABSTweenPlugin_3_t2924512484 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t3388502834 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t2924512484 *)L_36); VirtActionInvoker1< TweenerCore_3_t3388502834 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2924512484 *)L_36, (TweenerCore_3_t3388502834 *)L_37); TweenerCore_3_t3388502834 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t3388502834 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t3388502834 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m3925013982_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2433923774 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m3925013982_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t2433923774 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t2433923774 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t2433923774 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t2433923774 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t2433923774 * L_8 = ___t0; TweenerCore_3_t2433923774 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t1969933424 * L_10 = (ABSTweenPlugin_3_t1969933424 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t2433923774 * L_11 = ___t0; TweenerCore_3_t2433923774 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t3479363508 * L_13 = (DOGetter_1_t3479363508 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t3479363508 *)L_13); int64_t L_14 = (( int64_t (*) (DOGetter_1_t3479363508 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3479363508 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1969933424 *)L_10); int64_t L_15 = VirtFuncInvoker2< int64_t, TweenerCore_3_t2433923774 *, int64_t >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1969933424 *)L_10, (TweenerCore_3_t2433923774 *)L_11, (int64_t)L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t2433923774 * L_22 = ___t0; TweenerCore_3_t2433923774 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t1969933424 * L_24 = (ABSTweenPlugin_3_t1969933424 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t2433923774 * L_25 = ___t0; TweenerCore_3_t2433923774 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t3479363508 * L_27 = (DOGetter_1_t3479363508 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t3479363508 *)L_27); int64_t L_28 = (( int64_t (*) (DOGetter_1_t3479363508 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3479363508 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1969933424 *)L_24); int64_t L_29 = VirtFuncInvoker2< int64_t, TweenerCore_3_t2433923774 *, int64_t >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1969933424 *)L_24, (TweenerCore_3_t2433923774 *)L_25, (int64_t)L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t2433923774 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t2433923774 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t1969933424 * L_33 = (ABSTweenPlugin_3_t1969933424 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t2433923774 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t1969933424 *)L_33); VirtActionInvoker1< TweenerCore_3_t2433923774 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1969933424 *)L_33, (TweenerCore_3_t2433923774 *)L_34); } IL_00a0: { TweenerCore_3_t2433923774 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t1969933424 * L_36 = (ABSTweenPlugin_3_t1969933424 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t2433923774 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t1969933424 *)L_36); VirtActionInvoker1< TweenerCore_3_t2433923774 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1969933424 *)L_36, (TweenerCore_3_t2433923774 *)L_37); TweenerCore_3_t2433923774 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t2433923774 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t2433923774 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m501616071_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3313089966 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m501616071_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t3313089966 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t3313089966 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t3313089966 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t3313089966 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t3313089966 * L_8 = ___t0; TweenerCore_3_t3313089966 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t2849099616 * L_10 = (ABSTweenPlugin_3_t2849099616 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t3313089966 * L_11 = ___t0; TweenerCore_3_t3313089966 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t2822902368 * L_13 = (DOGetter_1_t2822902368 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t2822902368 *)L_13); RuntimeObject * L_14 = (( RuntimeObject * (*) (DOGetter_1_t2822902368 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2822902368 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2849099616 *)L_10); RuntimeObject * L_15 = VirtFuncInvoker2< RuntimeObject *, TweenerCore_3_t3313089966 *, RuntimeObject * >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2849099616 *)L_10, (TweenerCore_3_t3313089966 *)L_11, (RuntimeObject *)L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t3313089966 * L_22 = ___t0; TweenerCore_3_t3313089966 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t2849099616 * L_24 = (ABSTweenPlugin_3_t2849099616 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t3313089966 * L_25 = ___t0; TweenerCore_3_t3313089966 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t2822902368 * L_27 = (DOGetter_1_t2822902368 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t2822902368 *)L_27); RuntimeObject * L_28 = (( RuntimeObject * (*) (DOGetter_1_t2822902368 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2822902368 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2849099616 *)L_24); RuntimeObject * L_29 = VirtFuncInvoker2< RuntimeObject *, TweenerCore_3_t3313089966 *, RuntimeObject * >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2849099616 *)L_24, (TweenerCore_3_t3313089966 *)L_25, (RuntimeObject *)L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t3313089966 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t3313089966 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t2849099616 * L_33 = (ABSTweenPlugin_3_t2849099616 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t3313089966 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t2849099616 *)L_33); VirtActionInvoker1< TweenerCore_3_t3313089966 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2849099616 *)L_33, (TweenerCore_3_t3313089966 *)L_34); } IL_00a0: { TweenerCore_3_t3313089966 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t2849099616 * L_36 = (ABSTweenPlugin_3_t2849099616 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t3313089966 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t2849099616 *)L_36); VirtActionInvoker1< TweenerCore_3_t3313089966 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2849099616 *)L_36, (TweenerCore_3_t3313089966 *)L_37); TweenerCore_3_t3313089966 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t3313089966 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t3313089966 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m3842851989_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2697511091 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m3842851989_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t2697511091 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t2697511091 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t2697511091 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t2697511091 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t2697511091 * L_8 = ___t0; TweenerCore_3_t2697511091 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t2233520741 * L_10 = (ABSTweenPlugin_3_t2233520741 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t2697511091 * L_11 = ___t0; TweenerCore_3_t2697511091 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t2822902368 * L_13 = (DOGetter_1_t2822902368 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t2822902368 *)L_13); RuntimeObject * L_14 = (( RuntimeObject * (*) (DOGetter_1_t2822902368 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2822902368 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2233520741 *)L_10); RuntimeObject * L_15 = VirtFuncInvoker2< RuntimeObject *, TweenerCore_3_t2697511091 *, RuntimeObject * >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2233520741 *)L_10, (TweenerCore_3_t2697511091 *)L_11, (RuntimeObject *)L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t2697511091 * L_22 = ___t0; TweenerCore_3_t2697511091 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t2233520741 * L_24 = (ABSTweenPlugin_3_t2233520741 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t2697511091 * L_25 = ___t0; TweenerCore_3_t2697511091 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t2822902368 * L_27 = (DOGetter_1_t2822902368 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t2822902368 *)L_27); RuntimeObject * L_28 = (( RuntimeObject * (*) (DOGetter_1_t2822902368 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2822902368 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2233520741 *)L_24); RuntimeObject * L_29 = VirtFuncInvoker2< RuntimeObject *, TweenerCore_3_t2697511091 *, RuntimeObject * >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2233520741 *)L_24, (TweenerCore_3_t2697511091 *)L_25, (RuntimeObject *)L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t2697511091 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t2697511091 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t2233520741 * L_33 = (ABSTweenPlugin_3_t2233520741 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t2697511091 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t2233520741 *)L_33); VirtActionInvoker1< TweenerCore_3_t2697511091 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2233520741 *)L_33, (TweenerCore_3_t2697511091 *)L_34); } IL_00a0: { TweenerCore_3_t2697511091 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t2233520741 * L_36 = (ABSTweenPlugin_3_t2233520741 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t2697511091 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t2233520741 *)L_36); VirtActionInvoker1< TweenerCore_3_t2697511091 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2233520741 *)L_36, (TweenerCore_3_t2697511091 *)L_37); TweenerCore_3_t2697511091 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t2697511091 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t2697511091 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m3309985700_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t884556411 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m3309985700_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t884556411 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t884556411 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t884556411 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t884556411 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t884556411 * L_8 = ___t0; TweenerCore_3_t884556411 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t420566061 * L_10 = (ABSTweenPlugin_3_t420566061 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t884556411 * L_11 = ___t0; TweenerCore_3_t884556411 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t1140062978 * L_13 = (DOGetter_1_t1140062978 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t1140062978 *)L_13); float L_14 = (( float (*) (DOGetter_1_t1140062978 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t1140062978 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t420566061 *)L_10); float L_15 = VirtFuncInvoker2< float, TweenerCore_3_t884556411 *, float >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t420566061 *)L_10, (TweenerCore_3_t884556411 *)L_11, (float)L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t884556411 * L_22 = ___t0; TweenerCore_3_t884556411 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t420566061 * L_24 = (ABSTweenPlugin_3_t420566061 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t884556411 * L_25 = ___t0; TweenerCore_3_t884556411 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t1140062978 * L_27 = (DOGetter_1_t1140062978 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t1140062978 *)L_27); float L_28 = (( float (*) (DOGetter_1_t1140062978 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t1140062978 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t420566061 *)L_24); float L_29 = VirtFuncInvoker2< float, TweenerCore_3_t884556411 *, float >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t420566061 *)L_24, (TweenerCore_3_t884556411 *)L_25, (float)L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t884556411 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t884556411 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t420566061 * L_33 = (ABSTweenPlugin_3_t420566061 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t884556411 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t420566061 *)L_33); VirtActionInvoker1< TweenerCore_3_t884556411 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t420566061 *)L_33, (TweenerCore_3_t884556411 *)L_34); } IL_00a0: { TweenerCore_3_t884556411 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t420566061 * L_36 = (ABSTweenPlugin_3_t420566061 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t884556411 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t420566061 *)L_36); VirtActionInvoker1< TweenerCore_3_t884556411 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t420566061 *)L_36, (TweenerCore_3_t884556411 *)L_37); TweenerCore_3_t884556411 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t884556411 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t884556411 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m3552610069_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2065240817 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m3552610069_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t2065240817 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t2065240817 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t2065240817 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t2065240817 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t2065240817 * L_8 = ___t0; TweenerCore_3_t2065240817 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t1601250467 * L_10 = (ABSTweenPlugin_3_t1601250467 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t2065240817 * L_11 = ___t0; TweenerCore_3_t2065240817 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t2302858182 * L_13 = (DOGetter_1_t2302858182 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t2302858182 *)L_13); uint32_t L_14 = (( uint32_t (*) (DOGetter_1_t2302858182 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2302858182 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1601250467 *)L_10); uint32_t L_15 = VirtFuncInvoker2< uint32_t, TweenerCore_3_t2065240817 *, uint32_t >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1601250467 *)L_10, (TweenerCore_3_t2065240817 *)L_11, (uint32_t)L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t2065240817 * L_22 = ___t0; TweenerCore_3_t2065240817 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t1601250467 * L_24 = (ABSTweenPlugin_3_t1601250467 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t2065240817 * L_25 = ___t0; TweenerCore_3_t2065240817 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t2302858182 * L_27 = (DOGetter_1_t2302858182 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t2302858182 *)L_27); uint32_t L_28 = (( uint32_t (*) (DOGetter_1_t2302858182 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2302858182 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1601250467 *)L_24); uint32_t L_29 = VirtFuncInvoker2< uint32_t, TweenerCore_3_t2065240817 *, uint32_t >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1601250467 *)L_24, (TweenerCore_3_t2065240817 *)L_25, (uint32_t)L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t2065240817 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t2065240817 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t1601250467 * L_33 = (ABSTweenPlugin_3_t1601250467 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t2065240817 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t1601250467 *)L_33); VirtActionInvoker1< TweenerCore_3_t2065240817 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1601250467 *)L_33, (TweenerCore_3_t2065240817 *)L_34); } IL_00a0: { TweenerCore_3_t2065240817 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t1601250467 * L_36 = (ABSTweenPlugin_3_t1601250467 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t2065240817 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t1601250467 *)L_36); VirtActionInvoker1< TweenerCore_3_t2065240817 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1601250467 *)L_36, (TweenerCore_3_t2065240817 *)L_37); TweenerCore_3_t2065240817 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t2065240817 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t2065240817 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m543733454_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t181868238 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m543733454_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t181868238 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t181868238 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t181868238 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t181868238 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t181868238 * L_8 = ___t0; TweenerCore_3_t181868238 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t4012845184 * L_10 = (ABSTweenPlugin_3_t4012845184 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t181868238 * L_11 = ___t0; TweenerCore_3_t181868238 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t3876836296 * L_13 = (DOGetter_1_t3876836296 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t3876836296 *)L_13); uint64_t L_14 = (( uint64_t (*) (DOGetter_1_t3876836296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3876836296 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t4012845184 *)L_10); uint64_t L_15 = VirtFuncInvoker2< uint64_t, TweenerCore_3_t181868238 *, uint64_t >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t4012845184 *)L_10, (TweenerCore_3_t181868238 *)L_11, (uint64_t)L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t181868238 * L_22 = ___t0; TweenerCore_3_t181868238 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t4012845184 * L_24 = (ABSTweenPlugin_3_t4012845184 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t181868238 * L_25 = ___t0; TweenerCore_3_t181868238 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t3876836296 * L_27 = (DOGetter_1_t3876836296 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t3876836296 *)L_27); uint64_t L_28 = (( uint64_t (*) (DOGetter_1_t3876836296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3876836296 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t4012845184 *)L_24); uint64_t L_29 = VirtFuncInvoker2< uint64_t, TweenerCore_3_t181868238 *, uint64_t >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t4012845184 *)L_24, (TweenerCore_3_t181868238 *)L_25, (uint64_t)L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t181868238 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t181868238 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t4012845184 * L_33 = (ABSTweenPlugin_3_t4012845184 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t181868238 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t4012845184 *)L_33); VirtActionInvoker1< TweenerCore_3_t181868238 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t4012845184 *)L_33, (TweenerCore_3_t181868238 *)L_34); } IL_00a0: { TweenerCore_3_t181868238 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t4012845184 * L_36 = (ABSTweenPlugin_3_t4012845184 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t181868238 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t4012845184 *)L_36); VirtActionInvoker1< TweenerCore_3_t181868238 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t4012845184 *)L_36, (TweenerCore_3_t181868238 *)L_37); TweenerCore_3_t181868238 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t181868238 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t181868238 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m2053664010_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t745532282 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m2053664010_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t745532282 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t745532282 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t745532282 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t745532282 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t745532282 * L_8 = ___t0; TweenerCore_3_t745532282 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t281541932 * L_10 = (ABSTweenPlugin_3_t281541932 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t745532282 * L_11 = ___t0; TweenerCore_3_t745532282 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t2298482528 * L_13 = (DOGetter_1_t2298482528 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t2298482528 *)L_13); Color_t2555686324 L_14 = (( Color_t2555686324 (*) (DOGetter_1_t2298482528 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2298482528 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t281541932 *)L_10); Color_t2555686324 L_15 = VirtFuncInvoker2< Color_t2555686324 , TweenerCore_3_t745532282 *, Color_t2555686324 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t281541932 *)L_10, (TweenerCore_3_t745532282 *)L_11, (Color_t2555686324 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t745532282 * L_22 = ___t0; TweenerCore_3_t745532282 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t281541932 * L_24 = (ABSTweenPlugin_3_t281541932 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t745532282 * L_25 = ___t0; TweenerCore_3_t745532282 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t2298482528 * L_27 = (DOGetter_1_t2298482528 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t2298482528 *)L_27); Color_t2555686324 L_28 = (( Color_t2555686324 (*) (DOGetter_1_t2298482528 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2298482528 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t281541932 *)L_24); Color_t2555686324 L_29 = VirtFuncInvoker2< Color_t2555686324 , TweenerCore_3_t745532282 *, Color_t2555686324 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t281541932 *)L_24, (TweenerCore_3_t745532282 *)L_25, (Color_t2555686324 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t745532282 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t745532282 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t281541932 * L_33 = (ABSTweenPlugin_3_t281541932 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t745532282 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t281541932 *)L_33); VirtActionInvoker1< TweenerCore_3_t745532282 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t281541932 *)L_33, (TweenerCore_3_t745532282 *)L_34); } IL_00a0: { TweenerCore_3_t745532282 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t281541932 * L_36 = (ABSTweenPlugin_3_t281541932 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t745532282 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t281541932 *)L_36); VirtActionInvoker1< TweenerCore_3_t745532282 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t281541932 *)L_36, (TweenerCore_3_t745532282 *)L_37); TweenerCore_3_t745532282 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t745532282 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t745532282 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisQuaternion_t2301928331_TisQuaternion_t2301928331_TisNoOptions_t313102519_m289791778_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3785815898 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisQuaternion_t2301928331_TisQuaternion_t2301928331_TisNoOptions_t313102519_m289791778_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t3785815898 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t3785815898 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t3785815898 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t3785815898 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t3785815898 * L_8 = ___t0; TweenerCore_3_t3785815898 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t3321825548 * L_10 = (ABSTweenPlugin_3_t3321825548 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t3785815898 * L_11 = ___t0; TweenerCore_3_t3785815898 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t2044724535 * L_13 = (DOGetter_1_t2044724535 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t2044724535 *)L_13); Quaternion_t2301928331 L_14 = (( Quaternion_t2301928331 (*) (DOGetter_1_t2044724535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2044724535 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t3321825548 *)L_10); Quaternion_t2301928331 L_15 = VirtFuncInvoker2< Quaternion_t2301928331 , TweenerCore_3_t3785815898 *, Quaternion_t2301928331 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t3321825548 *)L_10, (TweenerCore_3_t3785815898 *)L_11, (Quaternion_t2301928331 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t3785815898 * L_22 = ___t0; TweenerCore_3_t3785815898 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t3321825548 * L_24 = (ABSTweenPlugin_3_t3321825548 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t3785815898 * L_25 = ___t0; TweenerCore_3_t3785815898 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t2044724535 * L_27 = (DOGetter_1_t2044724535 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t2044724535 *)L_27); Quaternion_t2301928331 L_28 = (( Quaternion_t2301928331 (*) (DOGetter_1_t2044724535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2044724535 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t3321825548 *)L_24); Quaternion_t2301928331 L_29 = VirtFuncInvoker2< Quaternion_t2301928331 , TweenerCore_3_t3785815898 *, Quaternion_t2301928331 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t3321825548 *)L_24, (TweenerCore_3_t3785815898 *)L_25, (Quaternion_t2301928331 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t3785815898 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t3785815898 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t3321825548 * L_33 = (ABSTweenPlugin_3_t3321825548 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t3785815898 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t3321825548 *)L_33); VirtActionInvoker1< TweenerCore_3_t3785815898 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3321825548 *)L_33, (TweenerCore_3_t3785815898 *)L_34); } IL_00a0: { TweenerCore_3_t3785815898 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t3321825548 * L_36 = (ABSTweenPlugin_3_t3321825548 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t3785815898 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t3321825548 *)L_36); VirtActionInvoker1< TweenerCore_3_t3785815898 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3321825548 *)L_36, (TweenerCore_3_t3785815898 *)L_37); TweenerCore_3_t3785815898 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t3785815898 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t3785815898 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1050149158_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1299559007 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1050149158_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t1299559007 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t1299559007 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t1299559007 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t1299559007 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t1299559007 * L_8 = ___t0; TweenerCore_3_t1299559007 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t835568657 * L_10 = (ABSTweenPlugin_3_t835568657 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t1299559007 * L_11 = ___t0; TweenerCore_3_t1299559007 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t2044724535 * L_13 = (DOGetter_1_t2044724535 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t2044724535 *)L_13); Quaternion_t2301928331 L_14 = (( Quaternion_t2301928331 (*) (DOGetter_1_t2044724535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2044724535 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t835568657 *)L_10); Vector3_t3722313464 L_15 = VirtFuncInvoker2< Vector3_t3722313464 , TweenerCore_3_t1299559007 *, Quaternion_t2301928331 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t835568657 *)L_10, (TweenerCore_3_t1299559007 *)L_11, (Quaternion_t2301928331 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t1299559007 * L_22 = ___t0; TweenerCore_3_t1299559007 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t835568657 * L_24 = (ABSTweenPlugin_3_t835568657 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t1299559007 * L_25 = ___t0; TweenerCore_3_t1299559007 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t2044724535 * L_27 = (DOGetter_1_t2044724535 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t2044724535 *)L_27); Quaternion_t2301928331 L_28 = (( Quaternion_t2301928331 (*) (DOGetter_1_t2044724535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2044724535 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t835568657 *)L_24); Vector3_t3722313464 L_29 = VirtFuncInvoker2< Vector3_t3722313464 , TweenerCore_3_t1299559007 *, Quaternion_t2301928331 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t835568657 *)L_24, (TweenerCore_3_t1299559007 *)L_25, (Quaternion_t2301928331 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t1299559007 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t1299559007 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t835568657 * L_33 = (ABSTweenPlugin_3_t835568657 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t1299559007 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t835568657 *)L_33); VirtActionInvoker1< TweenerCore_3_t1299559007 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t835568657 *)L_33, (TweenerCore_3_t1299559007 *)L_34); } IL_00a0: { TweenerCore_3_t1299559007 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t835568657 * L_36 = (ABSTweenPlugin_3_t835568657 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t1299559007 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t835568657 *)L_36); VirtActionInvoker1< TweenerCore_3_t1299559007 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t835568657 *)L_36, (TweenerCore_3_t1299559007 *)L_37); TweenerCore_3_t1299559007 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t1299559007 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t1299559007 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3623710429_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1717381983 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3623710429_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t1717381983 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t1717381983 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t1717381983 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t1717381983 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t1717381983 * L_8 = ___t0; TweenerCore_3_t1717381983 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t1253391633 * L_10 = (ABSTweenPlugin_3_t1253391633 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t1717381983 * L_11 = ___t0; TweenerCore_3_t1717381983 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t2103276063 * L_13 = (DOGetter_1_t2103276063 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t2103276063 *)L_13); Rect_t2360479859 L_14 = (( Rect_t2360479859 (*) (DOGetter_1_t2103276063 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2103276063 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1253391633 *)L_10); Rect_t2360479859 L_15 = VirtFuncInvoker2< Rect_t2360479859 , TweenerCore_3_t1717381983 *, Rect_t2360479859 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1253391633 *)L_10, (TweenerCore_3_t1717381983 *)L_11, (Rect_t2360479859 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t1717381983 * L_22 = ___t0; TweenerCore_3_t1717381983 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t1253391633 * L_24 = (ABSTweenPlugin_3_t1253391633 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t1717381983 * L_25 = ___t0; TweenerCore_3_t1717381983 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t2103276063 * L_27 = (DOGetter_1_t2103276063 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t2103276063 *)L_27); Rect_t2360479859 L_28 = (( Rect_t2360479859 (*) (DOGetter_1_t2103276063 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t2103276063 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1253391633 *)L_24); Rect_t2360479859 L_29 = VirtFuncInvoker2< Rect_t2360479859 , TweenerCore_3_t1717381983 *, Rect_t2360479859 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1253391633 *)L_24, (TweenerCore_3_t1717381983 *)L_25, (Rect_t2360479859 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t1717381983 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t1717381983 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t1253391633 * L_33 = (ABSTweenPlugin_3_t1253391633 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t1717381983 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t1253391633 *)L_33); VirtActionInvoker1< TweenerCore_3_t1717381983 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1253391633 *)L_33, (TweenerCore_3_t1717381983 *)L_34); } IL_00a0: { TweenerCore_3_t1717381983 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t1253391633 * L_36 = (ABSTweenPlugin_3_t1253391633 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t1717381983 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t1253391633 *)L_36); VirtActionInvoker1< TweenerCore_3_t1717381983 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1253391633 *)L_36, (TweenerCore_3_t1717381983 *)L_37); TweenerCore_3_t1717381983 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t1717381983 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t1717381983 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m3679516119_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t4006488229 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m3679516119_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t4006488229 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t4006488229 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t4006488229 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t4006488229 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t4006488229 * L_8 = ___t0; TweenerCore_3_t4006488229 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t3542497879 * L_10 = (ABSTweenPlugin_3_t3542497879 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t4006488229 * L_11 = ___t0; TweenerCore_3_t4006488229 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t1899025727 * L_13 = (DOGetter_1_t1899025727 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t1899025727 *)L_13); Vector2_t2156229523 L_14 = (( Vector2_t2156229523 (*) (DOGetter_1_t1899025727 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t1899025727 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t3542497879 *)L_10); Vector2_t2156229523 L_15 = VirtFuncInvoker2< Vector2_t2156229523 , TweenerCore_3_t4006488229 *, Vector2_t2156229523 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t3542497879 *)L_10, (TweenerCore_3_t4006488229 *)L_11, (Vector2_t2156229523 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t4006488229 * L_22 = ___t0; TweenerCore_3_t4006488229 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t3542497879 * L_24 = (ABSTweenPlugin_3_t3542497879 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t4006488229 * L_25 = ___t0; TweenerCore_3_t4006488229 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t1899025727 * L_27 = (DOGetter_1_t1899025727 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t1899025727 *)L_27); Vector2_t2156229523 L_28 = (( Vector2_t2156229523 (*) (DOGetter_1_t1899025727 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t1899025727 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t3542497879 *)L_24); Vector2_t2156229523 L_29 = VirtFuncInvoker2< Vector2_t2156229523 , TweenerCore_3_t4006488229 *, Vector2_t2156229523 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t3542497879 *)L_24, (TweenerCore_3_t4006488229 *)L_25, (Vector2_t2156229523 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t4006488229 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t4006488229 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t3542497879 * L_33 = (ABSTweenPlugin_3_t3542497879 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t4006488229 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t3542497879 *)L_33); VirtActionInvoker1< TweenerCore_3_t4006488229 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3542497879 *)L_33, (TweenerCore_3_t4006488229 *)L_34); } IL_00a0: { TweenerCore_3_t4006488229 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t3542497879 * L_36 = (ABSTweenPlugin_3_t3542497879 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t4006488229 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t3542497879 *)L_36); VirtActionInvoker1< TweenerCore_3_t4006488229 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3542497879 *)L_36, (TweenerCore_3_t4006488229 *)L_37); TweenerCore_3_t4006488229 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t4006488229 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t4006488229 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m2553061088_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t494271946 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m2553061088_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t494271946 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t494271946 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t494271946 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t494271946 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t494271946 * L_8 = ___t0; TweenerCore_3_t494271946 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t30281596 * L_10 = (ABSTweenPlugin_3_t30281596 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t494271946 * L_11 = ___t0; TweenerCore_3_t494271946 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t3465109668 * L_13 = (DOGetter_1_t3465109668 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_13); Vector3_t3722313464 L_14 = (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3465109668 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t30281596 *)L_10); RuntimeObject * L_15 = VirtFuncInvoker2< RuntimeObject *, TweenerCore_3_t494271946 *, Vector3_t3722313464 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t30281596 *)L_10, (TweenerCore_3_t494271946 *)L_11, (Vector3_t3722313464 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t494271946 * L_22 = ___t0; TweenerCore_3_t494271946 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t30281596 * L_24 = (ABSTweenPlugin_3_t30281596 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t494271946 * L_25 = ___t0; TweenerCore_3_t494271946 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t3465109668 * L_27 = (DOGetter_1_t3465109668 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_27); Vector3_t3722313464 L_28 = (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3465109668 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t30281596 *)L_24); RuntimeObject * L_29 = VirtFuncInvoker2< RuntimeObject *, TweenerCore_3_t494271946 *, Vector3_t3722313464 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t30281596 *)L_24, (TweenerCore_3_t494271946 *)L_25, (Vector3_t3722313464 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t494271946 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t494271946 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t30281596 * L_33 = (ABSTweenPlugin_3_t30281596 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t494271946 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t30281596 *)L_33); VirtActionInvoker1< TweenerCore_3_t494271946 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t30281596 *)L_33, (TweenerCore_3_t494271946 *)L_34); } IL_00a0: { TweenerCore_3_t494271946 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t30281596 * L_36 = (ABSTweenPlugin_3_t30281596 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t494271946 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t30281596 *)L_36); VirtActionInvoker1< TweenerCore_3_t494271946 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t30281596 *)L_36, (TweenerCore_3_t494271946 *)L_37); TweenerCore_3_t494271946 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t494271946 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t494271946 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m4284772559_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3249354882 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m4284772559_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t3249354882 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t3249354882 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t3249354882 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t3249354882 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t3249354882 * L_8 = ___t0; TweenerCore_3_t3249354882 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t2785364532 * L_10 = (ABSTweenPlugin_3_t2785364532 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t3249354882 * L_11 = ___t0; TweenerCore_3_t3249354882 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t3465109668 * L_13 = (DOGetter_1_t3465109668 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_13); Vector3_t3722313464 L_14 = (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3465109668 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2785364532 *)L_10); RuntimeObject * L_15 = VirtFuncInvoker2< RuntimeObject *, TweenerCore_3_t3249354882 *, Vector3_t3722313464 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2785364532 *)L_10, (TweenerCore_3_t3249354882 *)L_11, (Vector3_t3722313464 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t3249354882 * L_22 = ___t0; TweenerCore_3_t3249354882 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t2785364532 * L_24 = (ABSTweenPlugin_3_t2785364532 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t3249354882 * L_25 = ___t0; TweenerCore_3_t3249354882 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t3465109668 * L_27 = (DOGetter_1_t3465109668 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_27); Vector3_t3722313464 L_28 = (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3465109668 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2785364532 *)L_24); RuntimeObject * L_29 = VirtFuncInvoker2< RuntimeObject *, TweenerCore_3_t3249354882 *, Vector3_t3722313464 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2785364532 *)L_24, (TweenerCore_3_t3249354882 *)L_25, (Vector3_t3722313464 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t3249354882 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t3249354882 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t2785364532 * L_33 = (ABSTweenPlugin_3_t2785364532 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t3249354882 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t2785364532 *)L_33); VirtActionInvoker1< TweenerCore_3_t3249354882 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2785364532 *)L_33, (TweenerCore_3_t3249354882 *)L_34); } IL_00a0: { TweenerCore_3_t3249354882 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t2785364532 * L_36 = (ABSTweenPlugin_3_t2785364532 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t3249354882 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t2785364532 *)L_36); VirtActionInvoker1< TweenerCore_3_t3249354882 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2785364532 *)L_36, (TweenerCore_3_t3249354882 *)L_37); TweenerCore_3_t3249354882 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t3249354882 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t3249354882 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m3041283455_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2944330537 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m3041283455_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t2944330537 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t2944330537 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t2944330537 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t2944330537 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t2944330537 * L_8 = ___t0; TweenerCore_3_t2944330537 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t2480340187 * L_10 = (ABSTweenPlugin_3_t2480340187 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t2944330537 * L_11 = ___t0; TweenerCore_3_t2944330537 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t3465109668 * L_13 = (DOGetter_1_t3465109668 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_13); Vector3_t3722313464 L_14 = (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3465109668 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2480340187 *)L_10); Vector3_t3722313464 L_15 = VirtFuncInvoker2< Vector3_t3722313464 , TweenerCore_3_t2944330537 *, Vector3_t3722313464 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2480340187 *)L_10, (TweenerCore_3_t2944330537 *)L_11, (Vector3_t3722313464 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t2944330537 * L_22 = ___t0; TweenerCore_3_t2944330537 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t2480340187 * L_24 = (ABSTweenPlugin_3_t2480340187 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t2944330537 * L_25 = ___t0; TweenerCore_3_t2944330537 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t3465109668 * L_27 = (DOGetter_1_t3465109668 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_27); Vector3_t3722313464 L_28 = (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3465109668 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t2480340187 *)L_24); Vector3_t3722313464 L_29 = VirtFuncInvoker2< Vector3_t3722313464 , TweenerCore_3_t2944330537 *, Vector3_t3722313464 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t2480340187 *)L_24, (TweenerCore_3_t2944330537 *)L_25, (Vector3_t3722313464 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t2944330537 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t2944330537 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t2480340187 * L_33 = (ABSTweenPlugin_3_t2480340187 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t2944330537 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t2480340187 *)L_33); VirtActionInvoker1< TweenerCore_3_t2944330537 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2480340187 *)L_33, (TweenerCore_3_t2944330537 *)L_34); } IL_00a0: { TweenerCore_3_t2944330537 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t2480340187 * L_36 = (ABSTweenPlugin_3_t2480340187 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t2944330537 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t2480340187 *)L_36); VirtActionInvoker1< TweenerCore_3_t2944330537 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2480340187 *)L_36, (TweenerCore_3_t2944330537 *)L_37); TweenerCore_3_t2944330537 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t2944330537 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t2944330537 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisVector3_t3722313464_TisVector3_t3722313464_TisSpiralOptions_t2873698295_m2334290476_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t168157886 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisVector3_t3722313464_TisVector3_t3722313464_TisSpiralOptions_t2873698295_m2334290476_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t168157886 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t168157886 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t168157886 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t168157886 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t168157886 * L_8 = ___t0; TweenerCore_3_t168157886 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t3999134832 * L_10 = (ABSTweenPlugin_3_t3999134832 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t168157886 * L_11 = ___t0; TweenerCore_3_t168157886 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t3465109668 * L_13 = (DOGetter_1_t3465109668 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_13); Vector3_t3722313464 L_14 = (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3465109668 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t3999134832 *)L_10); Vector3_t3722313464 L_15 = VirtFuncInvoker2< Vector3_t3722313464 , TweenerCore_3_t168157886 *, Vector3_t3722313464 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t3999134832 *)L_10, (TweenerCore_3_t168157886 *)L_11, (Vector3_t3722313464 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t168157886 * L_22 = ___t0; TweenerCore_3_t168157886 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t3999134832 * L_24 = (ABSTweenPlugin_3_t3999134832 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t168157886 * L_25 = ___t0; TweenerCore_3_t168157886 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t3465109668 * L_27 = (DOGetter_1_t3465109668 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_27); Vector3_t3722313464 L_28 = (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3465109668 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t3999134832 *)L_24); Vector3_t3722313464 L_29 = VirtFuncInvoker2< Vector3_t3722313464 , TweenerCore_3_t168157886 *, Vector3_t3722313464 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t3999134832 *)L_24, (TweenerCore_3_t168157886 *)L_25, (Vector3_t3722313464 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t168157886 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t168157886 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t3999134832 * L_33 = (ABSTweenPlugin_3_t3999134832 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t168157886 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t3999134832 *)L_33); VirtActionInvoker1< TweenerCore_3_t168157886 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3999134832 *)L_33, (TweenerCore_3_t168157886 *)L_34); } IL_00a0: { TweenerCore_3_t168157886 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t3999134832 * L_36 = (ABSTweenPlugin_3_t3999134832 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t168157886 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t3999134832 *)L_36); VirtActionInvoker1< TweenerCore_3_t168157886 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3999134832 *)L_36, (TweenerCore_3_t168157886 *)L_37); TweenerCore_3_t168157886 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t168157886 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t168157886 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DoStartup(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DoStartup_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m1344186589_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1835836317 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DoStartup_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m1344186589_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { TweenerCore_3_t1835836317 * L_0 = ___t0; NullCheck(L_0); ((Tween_t2342918553 *)L_0)->set_startupDone_43((bool)1); TweenerCore_3_t1835836317 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = (int32_t)((Tween_t2342918553 *)L_1)->get_specialStartupMode_41(); if (!L_2) { goto IL_0019; } } { TweenerCore_3_t1835836317 * L_3 = ___t0; bool L_4 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { TweenerCore_3_t1835836317 * L_5 = ___t0; NullCheck(L_5); bool L_6 = (bool)((Tweener_t436044680 *)L_5)->get_hasManuallySetStartValue_53(); if (L_6) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_7) { goto IL_006f; } } IL_0028: try { // begin try (depth: 1) TweenerCore_3_t1835836317 * L_8 = ___t0; TweenerCore_3_t1835836317 * L_9 = ___t0; NullCheck(L_9); ABSTweenPlugin_3_t1371845967 * L_10 = (ABSTweenPlugin_3_t1371845967 *)L_9->get_tweenPlugin_61(); TweenerCore_3_t1835836317 * L_11 = ___t0; TweenerCore_3_t1835836317 * L_12 = ___t0; NullCheck(L_12); DOGetter_1_t3061825141 * L_13 = (DOGetter_1_t3061825141 *)L_12->get_getter_59(); NullCheck((DOGetter_1_t3061825141 *)L_13); Vector4_t3319028937 L_14 = (( Vector4_t3319028937 (*) (DOGetter_1_t3061825141 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3061825141 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1371845967 *)L_10); Vector4_t3319028937 L_15 = VirtFuncInvoker2< Vector4_t3319028937 , TweenerCore_3_t1835836317 *, Vector4_t3319028937 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1371845967 *)L_10, (TweenerCore_3_t1835836317 *)L_11, (Vector4_t3319028937 )L_14); NullCheck(L_8); L_8->set_startValue_55(L_15); goto IL_008c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) { V_0 = (Exception_t *)((Exception_t *)__exception_local); int32_t L_16 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_16) < ((int32_t)1))) { goto IL_006b; } } IL_0050: { Exception_t * L_17 = V_0; NullCheck((Exception_t *)L_17); MethodBase_t * L_18 = Exception_get_TargetSite_m2108375097((Exception_t *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_0; NullCheck((Exception_t *)L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, (Exception_t *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, (String_t*)_stringLiteral274149159, (RuntimeObject *)L_18, (RuntimeObject *)L_20, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_006b: { V_1 = (bool)0; goto IL_00c9; } } // end catch (depth: 1) IL_006f: { TweenerCore_3_t1835836317 * L_22 = ___t0; TweenerCore_3_t1835836317 * L_23 = ___t0; NullCheck(L_23); ABSTweenPlugin_3_t1371845967 * L_24 = (ABSTweenPlugin_3_t1371845967 *)L_23->get_tweenPlugin_61(); TweenerCore_3_t1835836317 * L_25 = ___t0; TweenerCore_3_t1835836317 * L_26 = ___t0; NullCheck(L_26); DOGetter_1_t3061825141 * L_27 = (DOGetter_1_t3061825141 *)L_26->get_getter_59(); NullCheck((DOGetter_1_t3061825141 *)L_27); Vector4_t3319028937 L_28 = (( Vector4_t3319028937 (*) (DOGetter_1_t3061825141 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DOGetter_1_t3061825141 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ABSTweenPlugin_3_t1371845967 *)L_24); Vector4_t3319028937 L_29 = VirtFuncInvoker2< Vector4_t3319028937 , TweenerCore_3_t1835836317 *, Vector4_t3319028937 >::Invoke(7 /* T2 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,T1) */, (ABSTweenPlugin_3_t1371845967 *)L_24, (TweenerCore_3_t1835836317 *)L_25, (Vector4_t3319028937 )L_28); NullCheck(L_22); L_22->set_startValue_55(L_29); } IL_008c: { TweenerCore_3_t1835836317 * L_30 = ___t0; NullCheck((Tween_t2342918553 *)L_30); bool L_31 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00a0; } } { TweenerCore_3_t1835836317 * L_32 = ___t0; NullCheck(L_32); ABSTweenPlugin_3_t1371845967 * L_33 = (ABSTweenPlugin_3_t1371845967 *)L_32->get_tweenPlugin_61(); TweenerCore_3_t1835836317 * L_34 = ___t0; NullCheck((ABSTweenPlugin_3_t1371845967 *)L_33); VirtActionInvoker1< TweenerCore_3_t1835836317 * >::Invoke(8 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1371845967 *)L_33, (TweenerCore_3_t1835836317 *)L_34); } IL_00a0: { TweenerCore_3_t1835836317 * L_35 = ___t0; NullCheck(L_35); ABSTweenPlugin_3_t1371845967 * L_36 = (ABSTweenPlugin_3_t1371845967 *)L_35->get_tweenPlugin_61(); TweenerCore_3_t1835836317 * L_37 = ___t0; NullCheck((ABSTweenPlugin_3_t1371845967 *)L_36); VirtActionInvoker1< TweenerCore_3_t1835836317 * >::Invoke(9 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetChangeValue(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1371845967 *)L_36, (TweenerCore_3_t1835836317 *)L_37); TweenerCore_3_t1835836317 * L_38 = ___t0; (( void (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)L_38, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); TweenerCore_3_t1835836317 * L_39 = ___t0; NullCheck(L_39); float L_40 = (float)((Tween_t2342918553 *)L_39)->get_duration_25(); if ((!(((float)L_40) <= ((float)(0.0f))))) { goto IL_00c7; } } { TweenerCore_3_t1835836317 * L_41 = ___t0; NullCheck(L_41); ((Tween_t2342918553 *)L_41)->set_easeType_30(((int32_t)36)); } IL_00c7: { return (bool)1; } IL_00c9: { bool L_42 = V_1; return L_42; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m4082385918_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1580492422 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m4082385918_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t1580492422 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t1580492422 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t1580492422 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t1580492422 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t1580492422 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m3960224551_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t4210260218 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m3960224551_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t4210260218 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t4210260218 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t4210260218 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t4210260218 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t4210260218 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m1453379440_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3388502834 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m1453379440_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t3388502834 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t3388502834 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t3388502834 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t3388502834 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t3388502834 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m2857726651_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2433923774 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m2857726651_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t2433923774 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t2433923774 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t2433923774 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t2433923774 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t2433923774 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m3505104025_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3313089966 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m3505104025_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t3313089966 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t3313089966 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t3313089966 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t3313089966 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t3313089966 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m2012273079_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2697511091 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m2012273079_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t2697511091 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t2697511091 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t2697511091 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t2697511091 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t2697511091 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m4137135614_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t884556411 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m4137135614_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t884556411 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t884556411 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t884556411 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t884556411 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t884556411 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m876096105_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2065240817 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m876096105_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t2065240817 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t2065240817 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t2065240817 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t2065240817 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t2065240817 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m1424248136_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t181868238 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m1424248136_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t181868238 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t181868238 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t181868238 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t181868238 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t181868238 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1274220461_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t745532282 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1274220461_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t745532282 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t745532282 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t745532282 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t745532282 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t745532282 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisQuaternion_t2301928331_TisQuaternion_t2301928331_TisNoOptions_t313102519_m645753403_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3785815898 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisQuaternion_t2301928331_TisQuaternion_t2301928331_TisNoOptions_t313102519_m645753403_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t3785815898 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t3785815898 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t3785815898 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t3785815898 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t3785815898 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m537097371_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1299559007 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m537097371_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t1299559007 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t1299559007 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t1299559007 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t1299559007 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t1299559007 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3192417127_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1717381983 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3192417127_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t1717381983 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t1717381983 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t1717381983 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t1717381983 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t1717381983 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m290699156_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t4006488229 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m290699156_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t4006488229 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t4006488229 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t4006488229 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t4006488229 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t4006488229 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m3938122123_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t494271946 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m3938122123_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t494271946 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t494271946 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t494271946 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t494271946 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t494271946 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m3758054358_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3249354882 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m3758054358_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t3249354882 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t3249354882 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t3249354882 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t3249354882 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t3249354882 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m496113298_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2944330537 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m496113298_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t2944330537 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t2944330537 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t2944330537 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t2944330537 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t2944330537 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisVector3_t3722313464_TisVector3_t3722313464_TisSpiralOptions_t2873698295_m963801058_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t168157886 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisVector3_t3722313464_TisVector3_t3722313464_TisSpiralOptions_t2873698295_m963801058_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t168157886 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t168157886 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t168157886 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t168157886 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t168157886 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::DOStartupSpecials(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_DOStartupSpecials_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3500085190_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1835836317 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_DOStartupSpecials_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3500085190_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TweenerCore_3_t1835836317 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = (int32_t)((Tween_t2342918553 *)L_0)->get_specialStartupMode_41(); V_0 = (int32_t)L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0043; } case 2: { goto IL_0032; } case 3: { goto IL_0054; } } } IL_001f: { goto IL_0065; } IL_0021: { TweenerCore_3_t1835836317 * L_3 = ___t0; bool L_4 = SpecialPluginsUtils_SetLookAt_m1465717111(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)((TweenerCore_3_t1299559007 *)IsInst((RuntimeObject*)L_3, TweenerCore_3_t1299559007_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0065; } } IL_002e: { V_1 = (bool)0; goto IL_006e; } IL_0032: { TweenerCore_3_t1835836317 * L_5 = ___t0; bool L_6 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_5, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_6) { goto IL_0065; } } IL_003f: { V_1 = (bool)0; goto IL_006e; } IL_0043: { TweenerCore_3_t1835836317 * L_7 = ___t0; bool L_8 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_7, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_8) { goto IL_0065; } } IL_0050: { V_1 = (bool)0; goto IL_006e; } IL_0054: { TweenerCore_3_t1835836317 * L_9 = ___t0; bool L_10 = SpecialPluginsUtils_SetCameraShakePosition_m947627980(NULL /*static, unused*/, (TweenerCore_3_t951858585 *)((TweenerCore_3_t951858585 *)IsInst((RuntimeObject*)L_9, TweenerCore_3_t951858585_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_10) { goto IL_0065; } } IL_0061: { V_1 = (bool)0; goto IL_006e; } IL_0065: { V_1 = (bool)1; goto IL_006e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Object) V_1 = (bool)0; goto IL_006e; } // end catch (depth: 1) IL_006e: { bool L_11 = V_1; return L_11; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m2964904062_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1580492422 * ___t0, DOGetter_1_t2840439279 * ___getter1, DOSetter_1_t4147751407 * ___setter2, Color2_t3097643075 ___endValue3, float ___duration4, ABSTweenPlugin_3_t1116502072 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m2964904062_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t1580492422 * G_B8_0 = NULL; TweenerCore_3_t1580492422 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t1580492422 * G_B9_1 = NULL; { ABSTweenPlugin_3_t1116502072 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t1580492422 * L_1 = ___t0; ABSTweenPlugin_3_t1116502072 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t1580492422 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t1116502072 * L_4 = (ABSTweenPlugin_3_t1116502072 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t1580492422 * L_5 = ___t0; ABSTweenPlugin_3_t1116502072 * L_6 = (( ABSTweenPlugin_3_t1116502072 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t1580492422 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t1116502072 * L_8 = (ABSTweenPlugin_3_t1116502072 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t1580492422 * L_9 = ___t0; DOGetter_1_t2840439279 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t1580492422 * L_11 = ___t0; DOSetter_1_t4147751407 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t1580492422 * L_13 = ___t0; Color2_t3097643075 L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t1580492422 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t1580492422 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t1580492422 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t1580492422 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t1580492422 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t1580492422 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t1580492422 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t1580492422 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m2964204548_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t4210260218 * ___t0, DOGetter_1_t337461567 * ___getter1, DOSetter_1_t1644773695 * ___setter2, double ___endValue3, float ___duration4, ABSTweenPlugin_3_t3746269868 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m2964204548_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t4210260218 * G_B8_0 = NULL; TweenerCore_3_t4210260218 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t4210260218 * G_B9_1 = NULL; { ABSTweenPlugin_3_t3746269868 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t4210260218 * L_1 = ___t0; ABSTweenPlugin_3_t3746269868 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t4210260218 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t3746269868 * L_4 = (ABSTweenPlugin_3_t3746269868 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t4210260218 * L_5 = ___t0; ABSTweenPlugin_3_t3746269868 * L_6 = (( ABSTweenPlugin_3_t3746269868 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t4210260218 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t3746269868 * L_8 = (ABSTweenPlugin_3_t3746269868 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t4210260218 * L_9 = ___t0; DOGetter_1_t337461567 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t4210260218 * L_11 = ___t0; DOSetter_1_t1644773695 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t4210260218 * L_13 = ___t0; double L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t4210260218 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t4210260218 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t4210260218 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t4210260218 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t4210260218 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t4210260218 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t4210260218 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t4210260218 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m3021896942_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3388502834 * ___t0, DOGetter_1_t2693741957 * ___getter1, DOSetter_1_t4001054085 * ___setter2, int32_t ___endValue3, float ___duration4, ABSTweenPlugin_3_t2924512484 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m3021896942_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t3388502834 * G_B8_0 = NULL; TweenerCore_3_t3388502834 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t3388502834 * G_B9_1 = NULL; { ABSTweenPlugin_3_t2924512484 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t3388502834 * L_1 = ___t0; ABSTweenPlugin_3_t2924512484 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t3388502834 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t2924512484 * L_4 = (ABSTweenPlugin_3_t2924512484 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t3388502834 * L_5 = ___t0; ABSTweenPlugin_3_t2924512484 * L_6 = (( ABSTweenPlugin_3_t2924512484 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t3388502834 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t2924512484 * L_8 = (ABSTweenPlugin_3_t2924512484 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t3388502834 * L_9 = ___t0; DOGetter_1_t2693741957 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t3388502834 * L_11 = ___t0; DOSetter_1_t4001054085 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t3388502834 * L_13 = ___t0; int32_t L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t3388502834 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t3388502834 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t3388502834 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t3388502834 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t3388502834 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t3388502834 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t3388502834 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t3388502834 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m4040313008_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2433923774 * ___t0, DOGetter_1_t3479363508 * ___getter1, DOSetter_1_t491708340 * ___setter2, int64_t ___endValue3, float ___duration4, ABSTweenPlugin_3_t1969933424 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m4040313008_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t2433923774 * G_B8_0 = NULL; TweenerCore_3_t2433923774 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t2433923774 * G_B9_1 = NULL; { ABSTweenPlugin_3_t1969933424 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t2433923774 * L_1 = ___t0; ABSTweenPlugin_3_t1969933424 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t2433923774 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t1969933424 * L_4 = (ABSTweenPlugin_3_t1969933424 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t2433923774 * L_5 = ___t0; ABSTweenPlugin_3_t1969933424 * L_6 = (( ABSTweenPlugin_3_t1969933424 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t2433923774 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t1969933424 * L_8 = (ABSTweenPlugin_3_t1969933424 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t2433923774 * L_9 = ___t0; DOGetter_1_t3479363508 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t2433923774 * L_11 = ___t0; DOSetter_1_t491708340 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t2433923774 * L_13 = ___t0; int64_t L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t2433923774 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t2433923774 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t2433923774 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t2433923774 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t2433923774 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t2433923774 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t2433923774 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t2433923774 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m4223564047_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3313089966 * ___t0, DOGetter_1_t2822902368 * ___getter1, DOSetter_1_t4130214496 * ___setter2, RuntimeObject * ___endValue3, float ___duration4, ABSTweenPlugin_3_t2849099616 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m4223564047_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t3313089966 * G_B8_0 = NULL; TweenerCore_3_t3313089966 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t3313089966 * G_B9_1 = NULL; { ABSTweenPlugin_3_t2849099616 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t3313089966 * L_1 = ___t0; ABSTweenPlugin_3_t2849099616 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t3313089966 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t2849099616 * L_4 = (ABSTweenPlugin_3_t2849099616 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t3313089966 * L_5 = ___t0; ABSTweenPlugin_3_t2849099616 * L_6 = (( ABSTweenPlugin_3_t2849099616 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t3313089966 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t2849099616 * L_8 = (ABSTweenPlugin_3_t2849099616 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t3313089966 * L_9 = ___t0; DOGetter_1_t2822902368 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t3313089966 * L_11 = ___t0; DOSetter_1_t4130214496 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t3313089966 * L_13 = ___t0; RuntimeObject * L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t3313089966 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t3313089966 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t3313089966 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t3313089966 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t3313089966 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t3313089966 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t3313089966 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t3313089966 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m4226389840_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2697511091 * ___t0, DOGetter_1_t2822902368 * ___getter1, DOSetter_1_t4130214496 * ___setter2, RuntimeObject * ___endValue3, float ___duration4, ABSTweenPlugin_3_t2233520741 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m4226389840_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t2697511091 * G_B8_0 = NULL; TweenerCore_3_t2697511091 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t2697511091 * G_B9_1 = NULL; { ABSTweenPlugin_3_t2233520741 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t2697511091 * L_1 = ___t0; ABSTweenPlugin_3_t2233520741 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t2697511091 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t2233520741 * L_4 = (ABSTweenPlugin_3_t2233520741 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t2697511091 * L_5 = ___t0; ABSTweenPlugin_3_t2233520741 * L_6 = (( ABSTweenPlugin_3_t2233520741 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t2697511091 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t2233520741 * L_8 = (ABSTweenPlugin_3_t2233520741 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t2697511091 * L_9 = ___t0; DOGetter_1_t2822902368 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t2697511091 * L_11 = ___t0; DOSetter_1_t4130214496 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t2697511091 * L_13 = ___t0; RuntimeObject * L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t2697511091 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t2697511091 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t2697511091 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t2697511091 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t2697511091 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t2697511091 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t2697511091 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t2697511091 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m35170712_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t884556411 * ___t0, DOGetter_1_t1140062978 * ___getter1, DOSetter_1_t2447375106 * ___setter2, float ___endValue3, float ___duration4, ABSTweenPlugin_3_t420566061 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m35170712_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t884556411 * G_B8_0 = NULL; TweenerCore_3_t884556411 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t884556411 * G_B9_1 = NULL; { ABSTweenPlugin_3_t420566061 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t884556411 * L_1 = ___t0; ABSTweenPlugin_3_t420566061 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t884556411 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t420566061 * L_4 = (ABSTweenPlugin_3_t420566061 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t884556411 * L_5 = ___t0; ABSTweenPlugin_3_t420566061 * L_6 = (( ABSTweenPlugin_3_t420566061 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t884556411 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t420566061 * L_8 = (ABSTweenPlugin_3_t420566061 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t884556411 * L_9 = ___t0; DOGetter_1_t1140062978 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t884556411 * L_11 = ___t0; DOSetter_1_t2447375106 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t884556411 * L_13 = ___t0; float L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t884556411 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t884556411 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t884556411 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t884556411 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t884556411 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t884556411 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t884556411 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t884556411 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m396424315_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2065240817 * ___t0, DOGetter_1_t2302858182 * ___getter1, DOSetter_1_t3610170310 * ___setter2, uint32_t ___endValue3, float ___duration4, ABSTweenPlugin_3_t1601250467 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m396424315_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t2065240817 * G_B8_0 = NULL; TweenerCore_3_t2065240817 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t2065240817 * G_B9_1 = NULL; { ABSTweenPlugin_3_t1601250467 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t2065240817 * L_1 = ___t0; ABSTweenPlugin_3_t1601250467 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t2065240817 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t1601250467 * L_4 = (ABSTweenPlugin_3_t1601250467 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t2065240817 * L_5 = ___t0; ABSTweenPlugin_3_t1601250467 * L_6 = (( ABSTweenPlugin_3_t1601250467 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t2065240817 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t1601250467 * L_8 = (ABSTweenPlugin_3_t1601250467 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t2065240817 * L_9 = ___t0; DOGetter_1_t2302858182 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t2065240817 * L_11 = ___t0; DOSetter_1_t3610170310 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t2065240817 * L_13 = ___t0; uint32_t L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t2065240817 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t2065240817 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t2065240817 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t2065240817 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t2065240817 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t2065240817 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t2065240817 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t2065240817 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m2047564806_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t181868238 * ___t0, DOGetter_1_t3876836296 * ___getter1, DOSetter_1_t889181128 * ___setter2, uint64_t ___endValue3, float ___duration4, ABSTweenPlugin_3_t4012845184 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m2047564806_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t181868238 * G_B8_0 = NULL; TweenerCore_3_t181868238 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t181868238 * G_B9_1 = NULL; { ABSTweenPlugin_3_t4012845184 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t181868238 * L_1 = ___t0; ABSTweenPlugin_3_t4012845184 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t181868238 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t4012845184 * L_4 = (ABSTweenPlugin_3_t4012845184 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t181868238 * L_5 = ___t0; ABSTweenPlugin_3_t4012845184 * L_6 = (( ABSTweenPlugin_3_t4012845184 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t181868238 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t4012845184 * L_8 = (ABSTweenPlugin_3_t4012845184 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t181868238 * L_9 = ___t0; DOGetter_1_t3876836296 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t181868238 * L_11 = ___t0; DOSetter_1_t889181128 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t181868238 * L_13 = ___t0; uint64_t L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t181868238 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t181868238 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t181868238 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t181868238 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t181868238 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t181868238 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t181868238 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t181868238 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m3493426433_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t745532282 * ___t0, DOGetter_1_t2298482528 * ___getter1, DOSetter_1_t3605794656 * ___setter2, Color_t2555686324 ___endValue3, float ___duration4, ABSTweenPlugin_3_t281541932 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m3493426433_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t745532282 * G_B8_0 = NULL; TweenerCore_3_t745532282 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t745532282 * G_B9_1 = NULL; { ABSTweenPlugin_3_t281541932 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t745532282 * L_1 = ___t0; ABSTweenPlugin_3_t281541932 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t745532282 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t281541932 * L_4 = (ABSTweenPlugin_3_t281541932 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t745532282 * L_5 = ___t0; ABSTweenPlugin_3_t281541932 * L_6 = (( ABSTweenPlugin_3_t281541932 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t745532282 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t281541932 * L_8 = (ABSTweenPlugin_3_t281541932 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t745532282 * L_9 = ___t0; DOGetter_1_t2298482528 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t745532282 * L_11 = ___t0; DOSetter_1_t3605794656 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t745532282 * L_13 = ___t0; Color_t2555686324 L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t745532282 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t745532282 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t745532282 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t745532282 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t745532282 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t745532282 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t745532282 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t745532282 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisQuaternion_t2301928331_TisQuaternion_t2301928331_TisNoOptions_t313102519_m1537639401_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3785815898 * ___t0, DOGetter_1_t2044724535 * ___getter1, DOSetter_1_t3352036663 * ___setter2, Quaternion_t2301928331 ___endValue3, float ___duration4, ABSTweenPlugin_3_t3321825548 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisQuaternion_t2301928331_TisQuaternion_t2301928331_TisNoOptions_t313102519_m1537639401_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t3785815898 * G_B8_0 = NULL; TweenerCore_3_t3785815898 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t3785815898 * G_B9_1 = NULL; { ABSTweenPlugin_3_t3321825548 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t3785815898 * L_1 = ___t0; ABSTweenPlugin_3_t3321825548 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t3785815898 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t3321825548 * L_4 = (ABSTweenPlugin_3_t3321825548 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t3785815898 * L_5 = ___t0; ABSTweenPlugin_3_t3321825548 * L_6 = (( ABSTweenPlugin_3_t3321825548 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t3785815898 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t3321825548 * L_8 = (ABSTweenPlugin_3_t3321825548 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t3785815898 * L_9 = ___t0; DOGetter_1_t2044724535 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t3785815898 * L_11 = ___t0; DOSetter_1_t3352036663 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t3785815898 * L_13 = ___t0; Quaternion_t2301928331 L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t3785815898 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t3785815898 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t3785815898 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t3785815898 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t3785815898 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t3785815898 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t3785815898 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t3785815898 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1999167421_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1299559007 * ___t0, DOGetter_1_t2044724535 * ___getter1, DOSetter_1_t3352036663 * ___setter2, Vector3_t3722313464 ___endValue3, float ___duration4, ABSTweenPlugin_3_t835568657 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1999167421_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t1299559007 * G_B8_0 = NULL; TweenerCore_3_t1299559007 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t1299559007 * G_B9_1 = NULL; { ABSTweenPlugin_3_t835568657 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t1299559007 * L_1 = ___t0; ABSTweenPlugin_3_t835568657 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t1299559007 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t835568657 * L_4 = (ABSTweenPlugin_3_t835568657 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t1299559007 * L_5 = ___t0; ABSTweenPlugin_3_t835568657 * L_6 = (( ABSTweenPlugin_3_t835568657 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t1299559007 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t835568657 * L_8 = (ABSTweenPlugin_3_t835568657 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t1299559007 * L_9 = ___t0; DOGetter_1_t2044724535 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t1299559007 * L_11 = ___t0; DOSetter_1_t3352036663 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t1299559007 * L_13 = ___t0; Vector3_t3722313464 L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t1299559007 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t1299559007 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t1299559007 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t1299559007 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t1299559007 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t1299559007 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t1299559007 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t1299559007 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m272272990_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1717381983 * ___t0, DOGetter_1_t2103276063 * ___getter1, DOSetter_1_t3410588191 * ___setter2, Rect_t2360479859 ___endValue3, float ___duration4, ABSTweenPlugin_3_t1253391633 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m272272990_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t1717381983 * G_B8_0 = NULL; TweenerCore_3_t1717381983 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t1717381983 * G_B9_1 = NULL; { ABSTweenPlugin_3_t1253391633 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t1717381983 * L_1 = ___t0; ABSTweenPlugin_3_t1253391633 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t1717381983 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t1253391633 * L_4 = (ABSTweenPlugin_3_t1253391633 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t1717381983 * L_5 = ___t0; ABSTweenPlugin_3_t1253391633 * L_6 = (( ABSTweenPlugin_3_t1253391633 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t1717381983 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t1253391633 * L_8 = (ABSTweenPlugin_3_t1253391633 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t1717381983 * L_9 = ___t0; DOGetter_1_t2103276063 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t1717381983 * L_11 = ___t0; DOSetter_1_t3410588191 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t1717381983 * L_13 = ___t0; Rect_t2360479859 L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t1717381983 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t1717381983 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t1717381983 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t1717381983 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t1717381983 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t1717381983 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t1717381983 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t1717381983 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m2679460266_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t4006488229 * ___t0, DOGetter_1_t1899025727 * ___getter1, DOSetter_1_t3206337855 * ___setter2, Vector2_t2156229523 ___endValue3, float ___duration4, ABSTweenPlugin_3_t3542497879 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m2679460266_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t4006488229 * G_B8_0 = NULL; TweenerCore_3_t4006488229 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t4006488229 * G_B9_1 = NULL; { ABSTweenPlugin_3_t3542497879 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t4006488229 * L_1 = ___t0; ABSTweenPlugin_3_t3542497879 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t4006488229 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t3542497879 * L_4 = (ABSTweenPlugin_3_t3542497879 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t4006488229 * L_5 = ___t0; ABSTweenPlugin_3_t3542497879 * L_6 = (( ABSTweenPlugin_3_t3542497879 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t4006488229 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t3542497879 * L_8 = (ABSTweenPlugin_3_t3542497879 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t4006488229 * L_9 = ___t0; DOGetter_1_t1899025727 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t4006488229 * L_11 = ___t0; DOSetter_1_t3206337855 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t4006488229 * L_13 = ___t0; Vector2_t2156229523 L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t4006488229 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t4006488229 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t4006488229 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t4006488229 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t4006488229 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t4006488229 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t4006488229 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t4006488229 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m540656670_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t494271946 * ___t0, DOGetter_1_t3465109668 * ___getter1, DOSetter_1_t477454500 * ___setter2, RuntimeObject * ___endValue3, float ___duration4, ABSTweenPlugin_3_t30281596 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m540656670_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t494271946 * G_B8_0 = NULL; TweenerCore_3_t494271946 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t494271946 * G_B9_1 = NULL; { ABSTweenPlugin_3_t30281596 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t494271946 * L_1 = ___t0; ABSTweenPlugin_3_t30281596 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t494271946 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t30281596 * L_4 = (ABSTweenPlugin_3_t30281596 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t494271946 * L_5 = ___t0; ABSTweenPlugin_3_t30281596 * L_6 = (( ABSTweenPlugin_3_t30281596 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t494271946 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t30281596 * L_8 = (ABSTweenPlugin_3_t30281596 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t494271946 * L_9 = ___t0; DOGetter_1_t3465109668 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t494271946 * L_11 = ___t0; DOSetter_1_t477454500 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t494271946 * L_13 = ___t0; RuntimeObject * L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t494271946 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t494271946 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t494271946 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t494271946 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t494271946 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t494271946 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t494271946 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t494271946 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m3784595028_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3249354882 * ___t0, DOGetter_1_t3465109668 * ___getter1, DOSetter_1_t477454500 * ___setter2, RuntimeObject * ___endValue3, float ___duration4, ABSTweenPlugin_3_t2785364532 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m3784595028_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t3249354882 * G_B8_0 = NULL; TweenerCore_3_t3249354882 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t3249354882 * G_B9_1 = NULL; { ABSTweenPlugin_3_t2785364532 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t3249354882 * L_1 = ___t0; ABSTweenPlugin_3_t2785364532 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t3249354882 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t2785364532 * L_4 = (ABSTweenPlugin_3_t2785364532 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t3249354882 * L_5 = ___t0; ABSTweenPlugin_3_t2785364532 * L_6 = (( ABSTweenPlugin_3_t2785364532 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t3249354882 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t2785364532 * L_8 = (ABSTweenPlugin_3_t2785364532 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t3249354882 * L_9 = ___t0; DOGetter_1_t3465109668 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t3249354882 * L_11 = ___t0; DOSetter_1_t477454500 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t3249354882 * L_13 = ___t0; RuntimeObject * L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t3249354882 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t3249354882 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t3249354882 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t3249354882 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t3249354882 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t3249354882 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t3249354882 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t3249354882 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m306422494_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t2944330537 * ___t0, DOGetter_1_t3465109668 * ___getter1, DOSetter_1_t477454500 * ___setter2, Vector3_t3722313464 ___endValue3, float ___duration4, ABSTweenPlugin_3_t2480340187 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m306422494_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t2944330537 * G_B8_0 = NULL; TweenerCore_3_t2944330537 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t2944330537 * G_B9_1 = NULL; { ABSTweenPlugin_3_t2480340187 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t2944330537 * L_1 = ___t0; ABSTweenPlugin_3_t2480340187 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t2944330537 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t2480340187 * L_4 = (ABSTweenPlugin_3_t2480340187 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t2944330537 * L_5 = ___t0; ABSTweenPlugin_3_t2480340187 * L_6 = (( ABSTweenPlugin_3_t2480340187 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t2944330537 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t2480340187 * L_8 = (ABSTweenPlugin_3_t2480340187 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t2944330537 * L_9 = ___t0; DOGetter_1_t3465109668 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t2944330537 * L_11 = ___t0; DOSetter_1_t477454500 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t2944330537 * L_13 = ___t0; Vector3_t3722313464 L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t2944330537 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t2944330537 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t2944330537 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t2944330537 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t2944330537 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t2944330537 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t2944330537 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t2944330537 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisVector3_t3722313464_TisVector3_t3722313464_TisSpiralOptions_t2873698295_m814448339_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t168157886 * ___t0, DOGetter_1_t3465109668 * ___getter1, DOSetter_1_t477454500 * ___setter2, Vector3_t3722313464 ___endValue3, float ___duration4, ABSTweenPlugin_3_t3999134832 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisVector3_t3722313464_TisVector3_t3722313464_TisSpiralOptions_t2873698295_m814448339_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t168157886 * G_B8_0 = NULL; TweenerCore_3_t168157886 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t168157886 * G_B9_1 = NULL; { ABSTweenPlugin_3_t3999134832 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t168157886 * L_1 = ___t0; ABSTweenPlugin_3_t3999134832 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t168157886 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t3999134832 * L_4 = (ABSTweenPlugin_3_t3999134832 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t168157886 * L_5 = ___t0; ABSTweenPlugin_3_t3999134832 * L_6 = (( ABSTweenPlugin_3_t3999134832 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t168157886 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t3999134832 * L_8 = (ABSTweenPlugin_3_t3999134832 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t168157886 * L_9 = ___t0; DOGetter_1_t3465109668 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t168157886 * L_11 = ___t0; DOSetter_1_t477454500 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t168157886 * L_13 = ___t0; Vector3_t3722313464 L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t168157886 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t168157886 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t168157886 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t168157886 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t168157886 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t168157886 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t168157886 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t168157886 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean DG.Tweening.Tweener::Setup(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR bool Tweener_Setup_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3684753109_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1835836317 * ___t0, DOGetter_1_t3061825141 * ___getter1, DOSetter_1_t74169973 * ___setter2, Vector4_t3319028937 ___endValue3, float ___duration4, ABSTweenPlugin_3_t1371845967 * ___plugin5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tweener_Setup_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3684753109_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenerCore_3_t1835836317 * G_B8_0 = NULL; TweenerCore_3_t1835836317 * G_B7_0 = NULL; int32_t G_B9_0 = 0; TweenerCore_3_t1835836317 * G_B9_1 = NULL; { ABSTweenPlugin_3_t1371845967 * L_0 = ___plugin5; if (!L_0) { goto IL_000e; } } { TweenerCore_3_t1835836317 * L_1 = ___t0; ABSTweenPlugin_3_t1371845967 * L_2 = ___plugin5; NullCheck(L_1); L_1->set_tweenPlugin_61(L_2); goto IL_0035; } IL_000e: { TweenerCore_3_t1835836317 * L_3 = ___t0; NullCheck(L_3); ABSTweenPlugin_3_t1371845967 * L_4 = (ABSTweenPlugin_3_t1371845967 *)L_3->get_tweenPlugin_61(); if (L_4) { goto IL_0021; } } { TweenerCore_3_t1835836317 * L_5 = ___t0; ABSTweenPlugin_3_t1371845967 * L_6 = (( ABSTweenPlugin_3_t1371845967 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck(L_5); L_5->set_tweenPlugin_61(L_6); } IL_0021: { TweenerCore_3_t1835836317 * L_7 = ___t0; NullCheck(L_7); ABSTweenPlugin_3_t1371845967 * L_8 = (ABSTweenPlugin_3_t1371845967 *)L_7->get_tweenPlugin_61(); if (L_8) { goto IL_0035; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2615817033, /*hidden argument*/NULL); return (bool)0; } IL_0035: { TweenerCore_3_t1835836317 * L_9 = ___t0; DOGetter_1_t3061825141 * L_10 = ___getter1; NullCheck(L_9); L_9->set_getter_59(L_10); TweenerCore_3_t1835836317 * L_11 = ___t0; DOSetter_1_t74169973 * L_12 = ___setter2; NullCheck(L_11); L_11->set_setter_60(L_12); TweenerCore_3_t1835836317 * L_13 = ___t0; Vector4_t3319028937 L_14 = ___endValue3; NullCheck(L_13); L_13->set_endValue_56(L_14); TweenerCore_3_t1835836317 * L_15 = ___t0; float L_16 = ___duration4; NullCheck(L_15); ((Tween_t2342918553 *)L_15)->set_duration_25(L_16); TweenerCore_3_t1835836317 * L_17 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_18 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoKill_14(); NullCheck(L_17); ((Tween_t2342918553 *)L_17)->set_autoKill_24(L_18); TweenerCore_3_t1835836317 * L_19 = ___t0; bool L_20 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); NullCheck(L_19); ((Tween_t2342918553 *)L_19)->set_isRecyclable_22(L_20); TweenerCore_3_t1835836317 * L_21 = ___t0; int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); NullCheck(L_21); ((Tween_t2342918553 *)L_21)->set_easeType_30(L_22); TweenerCore_3_t1835836317 * L_23 = ___t0; float L_24 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); NullCheck(L_23); ((Tween_t2342918553 *)L_23)->set_easeOvershootOrAmplitude_32(L_24); TweenerCore_3_t1835836317 * L_25 = ___t0; float L_26 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); NullCheck(L_25); ((Tween_t2342918553 *)L_25)->set_easePeriod_33(L_26); TweenerCore_3_t1835836317 * L_27 = ___t0; int32_t L_28 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultLoopType_15(); NullCheck(L_27); ((Tween_t2342918553 *)L_27)->set_loopType_27(L_28); TweenerCore_3_t1835836317 * L_29 = ___t0; int32_t L_30 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B7_0 = L_29; if ((((int32_t)L_30) == ((int32_t)3))) { G_B8_0 = L_29; goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_31 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultAutoPlay_13(); G_B9_0 = ((((int32_t)L_31) == ((int32_t)2))? 1 : 0); G_B9_1 = G_B7_0; goto IL_00a8; } IL_00a7: { G_B9_0 = 1; G_B9_1 = G_B8_0; } IL_00a8: { NullCheck(G_B9_1); ((Tween_t2342918553 *)G_B9_1)->set_isPlaying_48((bool)G_B9_0); return (bool)1; } } // System.Boolean FitFun.FileUtils::SerializeProto(T,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool FileUtils_SerializeProto_TisRuntimeObject_m4221099601_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___info0, String_t* ___folder1, String_t* ___fileName2, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::Contains(System.Collections.Generic.List`1,T,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR bool CollectionUtils_Contains_TisRuntimeObject_m3001744680_gshared (RuntimeObject * __this /* static, unused */, List_1_t257213610 * ___list0, RuntimeObject * ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionUtils_Contains_TisRuntimeObject_m3001744680_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0024; } IL_0004: { RuntimeObject* L_0 = ___comparer2; RuntimeObject * L_1 = ___value1; List_1_t257213610 * L_2 = ___list0; int32_t L_3 = V_0; NullCheck((List_1_t257213610 *)L_2); RuntimeObject * L_4 = (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t257213610 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((RuntimeObject*)L_0); bool L_5 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t1493878338_il2cpp_TypeInfo_var, (RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_4); if (!L_5) { goto IL_0020; } } { return (bool)1; } IL_0020: { int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { int32_t L_7 = V_0; List_1_t257213610 * L_8 = ___list0; NullCheck((List_1_t257213610 *)L_8); int32_t L_9 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_t257213610 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } { return (bool)0; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR bool CollectionUtils_IsNullOrEmpty_TisRuntimeObject_m702392015_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* ___collection0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___collection0; if (!L_0) { goto IL_000d; } } { RuntimeObject* L_1 = ___collection0; NullCheck((RuntimeObject*)L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_1); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_000d: { return (bool)1; } } // System.Boolean SetPropertyUtilityExt::SetClass(T&,T) extern "C" IL2CPP_METHOD_ATTR bool SetPropertyUtilityExt_SetClass_TisRuntimeObject_m3951519530_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject ** ___currentValue0, RuntimeObject * ___newValue1, const RuntimeMethod* method) { { RuntimeObject ** L_0 = ___currentValue0; if ((*(RuntimeObject **)L_0)) { goto IL_001b; } } { RuntimeObject * L_1 = ___newValue1; if (!L_1) { goto IL_0042; } } IL_001b: { RuntimeObject ** L_2 = ___currentValue0; if (!(*(RuntimeObject **)L_2)) { goto IL_0044; } } { RuntimeObject ** L_3 = ___currentValue0; RuntimeObject * L_4 = ___newValue1; NullCheck((RuntimeObject *)(*L_3)); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(*L_3), (RuntimeObject *)L_4); if (!L_5) { goto IL_0044; } } IL_0042: { return (bool)0; } IL_0044: { RuntimeObject ** L_6 = ___currentValue0; RuntimeObject * L_7 = ___newValue1; *(RuntimeObject **)L_6 = L_7; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_6, L_7); return (bool)1; } } // System.Boolean System.Array::Exists(T[],System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool Array_Exists_TisRuntimeObject_m3896745628_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___array0, Predicate_1_t3905400288 * ___match1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_Exists_TisRuntimeObject_m3896745628_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ObjectU5BU5D_t2843939325* V_1 = NULL; int32_t V_2 = 0; { ObjectU5BU5D_t2843939325* L_0 = ___array0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Array_Exists_TisRuntimeObject_m3896745628_RuntimeMethod_var); } IL_0011: { Predicate_1_t3905400288 * L_2 = ___match1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, (String_t*)_stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Array_Exists_TisRuntimeObject_m3896745628_RuntimeMethod_var); } IL_0022: { ObjectU5BU5D_t2843939325* L_4 = ___array0; V_1 = (ObjectU5BU5D_t2843939325*)L_4; V_2 = (int32_t)0; goto IL_0045; } IL_002b: { ObjectU5BU5D_t2843939325* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = (RuntimeObject *)L_8; Predicate_1_t3905400288 * L_9 = ___match1; RuntimeObject * L_10 = V_0; NullCheck((Predicate_1_t3905400288 *)L_9); bool L_11 = (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Predicate_1_t3905400288 *)L_9, (RuntimeObject *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_11) { goto IL_0041; } } { return (bool)1; } IL_0041: { int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0045: { int32_t L_13 = V_2; ObjectU5BU5D_t2843939325* L_14 = V_1; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_002b; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRecordS_t2353033795_m3189766194_gshared (RuntimeArray * __this, RecordS_t2353033795 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRecordS_t2353033795_m3189766194_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RecordS_t2353033795 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRecordS_t2353033795_m3189766194_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RecordS_t2353033795 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { RecordS_t2353033795 L_7 = V_2; RecordS_t2353033795 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(RecordS_t2353033795 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAutoPlay_t1346164433_m1718179410_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAutoPlay_t1346164433_m1718179410_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisAutoPlay_t1346164433_m1718179410_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAxisConstraint_t2771958344_m2211661552_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAxisConstraint_t2771958344_m2211661552_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisAxisConstraint_t2771958344_m2211661552_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEase_t4010715394_m3497346438_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEase_t4010715394_m3497346438_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisEase_t4010715394_m3497346438_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLogBehaviour_t1548882435_m2289894243_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLogBehaviour_t1548882435_m2289894243_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisLogBehaviour_t1548882435_m2289894243_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLoopType_t3049802818_m3899180353_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLoopType_t3049802818_m3899180353_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisLoopType_t3049802818_m3899180353_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPathMode_t2165603100_m2375335339_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPathMode_t2165603100_m2375335339_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisPathMode_t2165603100_m2375335339_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPathType_t3777299409_m1104072812_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPathType_t3777299409_m1104072812_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisPathType_t3777299409_m1104072812_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisControlPoint_t3892672090_m1091504206_gshared (RuntimeArray * __this, ControlPoint_t3892672090 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisControlPoint_t3892672090_m1091504206_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ControlPoint_t3892672090 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisControlPoint_t3892672090_m1091504206_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ControlPoint_t3892672090 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ControlPoint_t3892672090 L_7 = V_2; ControlPoint_t3892672090 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ControlPoint_t3892672090 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRotateMode_t2548570174_m3128949814_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRotateMode_t2548570174_m3128949814_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRotateMode_t2548570174_m3128949814_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisScrambleMode_t1285273342_m3055787112_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisScrambleMode_t1285273342_m3055787112_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisScrambleMode_t1285273342_m3055787112_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTweenType_t1971673186_m3944980802_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTweenType_t1971673186_m3944980802_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTweenType_t1971673186_m3944980802_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUpdateType_t3937729206_m1756434357_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUpdateType_t3937729206_m1756434357_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisUpdateType_t3937729206_m1756434357_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAvatarCate_t455786881_m295688477_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAvatarCate_t455786881_m295688477_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisAvatarCate_t455786881_m295688477_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisenumThreadID_t4044096134_m1836201914_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisenumThreadID_t4044096134_m1836201914_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisenumThreadID_t4044096134_m1836201914_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisenumDisplayLevel_t835197188_m361196971_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisenumDisplayLevel_t835197188_m361196971_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisenumDisplayLevel_t835197188_m361196971_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDashType_t3688434419_m631007275_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDashType_t3688434419_m631007275_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisDashType_t3688434419_m631007275_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisReqeustItem_t1619640955_m3659483013_gshared (RuntimeArray * __this, ReqeustItem_t1619640955 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisReqeustItem_t1619640955_m3659483013_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ReqeustItem_t1619640955 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisReqeustItem_t1619640955_m3659483013_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ReqeustItem_t1619640955 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ReqeustItem_t1619640955 L_7 = V_2; ReqeustItem_t1619640955 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ReqeustItem_t1619640955 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisReqeustItem_t1337038627_m1170128977_gshared (RuntimeArray * __this, ReqeustItem_t1337038627 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisReqeustItem_t1337038627_m1170128977_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ReqeustItem_t1337038627 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisReqeustItem_t1337038627_m1170128977_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ReqeustItem_t1337038627 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ReqeustItem_t1337038627 L_7 = V_2; ReqeustItem_t1337038627 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ReqeustItem_t1337038627 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisArrayMetadata_t894288939_m1287360319_gshared (RuntimeArray * __this, ArrayMetadata_t894288939 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisArrayMetadata_t894288939_m1287360319_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ArrayMetadata_t894288939 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisArrayMetadata_t894288939_m1287360319_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ArrayMetadata_t894288939 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ArrayMetadata_t894288939 L_7 = V_2; ArrayMetadata_t894288939 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ArrayMetadata_t894288939 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisObjectMetadata_t3566284522_m640381367_gshared (RuntimeArray * __this, ObjectMetadata_t3566284522 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisObjectMetadata_t3566284522_m640381367_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ObjectMetadata_t3566284522 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisObjectMetadata_t3566284522_m640381367_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ObjectMetadata_t3566284522 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ObjectMetadata_t3566284522 L_7 = V_2; ObjectMetadata_t3566284522 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ObjectMetadata_t3566284522 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPropertyMetadata_t3727440473_m3603701606_gshared (RuntimeArray * __this, PropertyMetadata_t3727440473 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPropertyMetadata_t3727440473_m3603701606_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; PropertyMetadata_t3727440473 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisPropertyMetadata_t3727440473_m3603701606_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (PropertyMetadata_t3727440473 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { PropertyMetadata_t3727440473 L_7 = V_2; PropertyMetadata_t3727440473 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(PropertyMetadata_t3727440473 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLMRendererInfo_t3374010072_m4227563682_gshared (RuntimeArray * __this, LMRendererInfo_t3374010072 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLMRendererInfo_t3374010072_m4227563682_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; LMRendererInfo_t3374010072 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisLMRendererInfo_t3374010072_m4227563682_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (LMRendererInfo_t3374010072 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { LMRendererInfo_t3374010072 L_7 = V_2; LMRendererInfo_t3374010072 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(LMRendererInfo_t3374010072 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDelayedQueueItem_t1027542936_m425408881_gshared (RuntimeArray * __this, DelayedQueueItem_t1027542936 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDelayedQueueItem_t1027542936_m425408881_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; DelayedQueueItem_t1027542936 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisDelayedQueueItem_t1027542936_m425408881_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (DelayedQueueItem_t1027542936 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { DelayedQueueItem_t1027542936 L_7 = V_2; DelayedQueueItem_t1027542936 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(DelayedQueueItem_t1027542936 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTableRange_t3332867892_m220823873_gshared (RuntimeArray * __this, TableRange_t3332867892 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTableRange_t3332867892_m220823873_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TableRange_t3332867892 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTableRange_t3332867892_m220823873_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TableRange_t3332867892 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { TableRange_t3332867892 L_7 = V_2; TableRange_t3332867892 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(TableRange_t3332867892 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisClientCertificateType_t1004704908_m3504437380_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisClientCertificateType_t1004704908_m3504437380_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisClientCertificateType_t1004704908_m3504437380_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUriScheme_t2867806342_m40474646_gshared (RuntimeArray * __this, UriScheme_t2867806342 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUriScheme_t2867806342_m40474646_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UriScheme_t2867806342 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisUriScheme_t2867806342_m40474646_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (UriScheme_t2867806342 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { UriScheme_t2867806342 L_7 = V_2; UriScheme_t2867806342 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(UriScheme_t2867806342 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTagName_t2891256255_m2313954171_gshared (RuntimeArray * __this, TagName_t2891256255 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTagName_t2891256255_m2313954171_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TagName_t2891256255 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTagName_t2891256255_m2313954171_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TagName_t2891256255 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { TagName_t2891256255 L_7 = V_2; TagName_t2891256255 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(TagName_t2891256255 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisJsonPosition_t2528027714_m3628797626_gshared (RuntimeArray * __this, JsonPosition_t2528027714 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisJsonPosition_t2528027714_m3628797626_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; JsonPosition_t2528027714 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisJsonPosition_t2528027714_m3628797626_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (JsonPosition_t2528027714 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { JsonPosition_t2528027714 L_7 = V_2; JsonPosition_t2528027714 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(JsonPosition_t2528027714 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisState_t2595666649_m252094558_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisState_t2595666649_m252094558_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisState_t2595666649_m252094558_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisJTokenType_t3022361662_m1882618557_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisJTokenType_t3022361662_m1882618557_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisJTokenType_t3022361662_m1882618557_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisReadType_t340786580_m3027728339_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisReadType_t340786580_m3027728339_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisReadType_t340786580_m3027728339_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTypeNameKey_t2985541961_m1910662468_gshared (RuntimeArray * __this, TypeNameKey_t2985541961 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTypeNameKey_t2985541961_m1910662468_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TypeNameKey_t2985541961 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTypeNameKey_t2985541961_m1910662468_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TypeNameKey_t2985541961 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { TypeNameKey_t2985541961 L_7 = V_2; TypeNameKey_t2985541961 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = TypeNameKey_Equals_m1391893537((TypeNameKey_t2985541961 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPropertyPresence_t2490594612_m2332401637_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPropertyPresence_t2490594612_m2332401637_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisPropertyPresence_t2490594612_m2332401637_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisResolverContractKey_t3292851287_m3888795485_gshared (RuntimeArray * __this, ResolverContractKey_t3292851287 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisResolverContractKey_t3292851287_m3888795485_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ResolverContractKey_t3292851287 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisResolverContractKey_t3292851287_m3888795485_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ResolverContractKey_t3292851287 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ResolverContractKey_t3292851287 L_7 = V_2; ResolverContractKey_t3292851287 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = ResolverContractKey_Equals_m4037987600((ResolverContractKey_t3292851287 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTypeConvertKey_t285306760_m366666253_gshared (RuntimeArray * __this, TypeConvertKey_t285306760 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTypeConvertKey_t285306760_m366666253_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TypeConvertKey_t285306760 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTypeConvertKey_t285306760_m366666253_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TypeConvertKey_t285306760 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { TypeConvertKey_t285306760 L_7 = V_2; TypeConvertKey_t285306760 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = TypeConvertKey_Equals_m1519043382((TypeConvertKey_t285306760 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPrimitiveTypeCode_t798949904_m4267541103_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPrimitiveTypeCode_t798949904_m4267541103_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisPrimitiveTypeCode_t798949904_m4267541103_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAnimationPair_t1784808777_m3087509007_gshared (RuntimeArray * __this, AnimationPair_t1784808777 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAnimationPair_t1784808777_m3087509007_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; AnimationPair_t1784808777 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisAnimationPair_t1784808777_m3087509007_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (AnimationPair_t1784808777 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { AnimationPair_t1784808777 L_7 = V_2; AnimationPair_t1784808777 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(AnimationPair_t1784808777 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisEventQueueEntry_t351831961_m2188316902_gshared (RuntimeArray * __this, EventQueueEntry_t351831961 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisEventQueueEntry_t351831961_m2188316902_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; EventQueueEntry_t351831961 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisEventQueueEntry_t351831961_m2188316902_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (EventQueueEntry_t351831961 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { EventQueueEntry_t351831961 L_7 = V_2; EventQueueEntry_t351831961 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(EventQueueEntry_t351831961 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAttachmentKeyTuple_t1548106539_m598224976_gshared (RuntimeArray * __this, AttachmentKeyTuple_t1548106539 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAttachmentKeyTuple_t1548106539_m598224976_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; AttachmentKeyTuple_t1548106539 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisAttachmentKeyTuple_t1548106539_m598224976_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (AttachmentKeyTuple_t1548106539 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { AttachmentKeyTuple_t1548106539 L_7 = V_2; AttachmentKeyTuple_t1548106539 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(AttachmentKeyTuple_t1548106539 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTransformMode_t614987360_m1765531030_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTransformMode_t614987360_m1765531030_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTransformMode_t614987360_m1765531030_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAtlasMaterialOverride_t2435041389_m3824896138_gshared (RuntimeArray * __this, AtlasMaterialOverride_t2435041389 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAtlasMaterialOverride_t2435041389_m3824896138_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; AtlasMaterialOverride_t2435041389 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisAtlasMaterialOverride_t2435041389_m3824896138_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (AtlasMaterialOverride_t2435041389 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { AtlasMaterialOverride_t2435041389 L_7 = V_2; AtlasMaterialOverride_t2435041389 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(AtlasMaterialOverride_t2435041389 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSlotMaterialOverride_t1001979181_m2418115222_gshared (RuntimeArray * __this, SlotMaterialOverride_t1001979181 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSlotMaterialOverride_t1001979181_m2418115222_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SlotMaterialOverride_t1001979181 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisSlotMaterialOverride_t1001979181_m2418115222_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (SlotMaterialOverride_t1001979181 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { SlotMaterialOverride_t1001979181 L_7 = V_2; SlotMaterialOverride_t1001979181 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(SlotMaterialOverride_t1001979181 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTransformPair_t3795417756_m3258487429_gshared (RuntimeArray * __this, TransformPair_t3795417756 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTransformPair_t3795417756_m3258487429_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TransformPair_t3795417756 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTransformPair_t3795417756_m3258487429_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TransformPair_t3795417756 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { TransformPair_t3795417756 L_7 = V_2; TransformPair_t3795417756 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(TransformPair_t3795417756 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisMaterialTexturePair_t1637207048_m3173550003_gshared (RuntimeArray * __this, MaterialTexturePair_t1637207048 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisMaterialTexturePair_t1637207048_m3173550003_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; MaterialTexturePair_t1637207048 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisMaterialTexturePair_t1637207048_m3173550003_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (MaterialTexturePair_t1637207048 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { MaterialTexturePair_t1637207048 L_7 = V_2; MaterialTexturePair_t1637207048 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(MaterialTexturePair_t1637207048 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSlotMaterialTextureTuple_t3634971921_m3440317904_gshared (RuntimeArray * __this, SlotMaterialTextureTuple_t3634971921 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSlotMaterialTextureTuple_t3634971921_m3440317904_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SlotMaterialTextureTuple_t3634971921 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisSlotMaterialTextureTuple_t3634971921_m3440317904_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (SlotMaterialTextureTuple_t3634971921 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { SlotMaterialTextureTuple_t3634971921 L_7 = V_2; SlotMaterialTextureTuple_t3634971921 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(SlotMaterialTextureTuple_t3634971921 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisMixMode_t362820410_m2032743079_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisMixMode_t362820410_m2032743079_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisMixMode_t362820410_m2032743079_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSubmeshInstruction_t52121370_m3794575692_gshared (RuntimeArray * __this, SubmeshInstruction_t52121370 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSubmeshInstruction_t52121370_m3794575692_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SubmeshInstruction_t52121370 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisSubmeshInstruction_t52121370_m3794575692_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (SubmeshInstruction_t52121370 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { SubmeshInstruction_t52121370 L_7 = V_2; SubmeshInstruction_t52121370 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(SubmeshInstruction_t52121370 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisArraySegment_1_t283560987_m3050253333_gshared (RuntimeArray * __this, ArraySegment_1_t283560987 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisArraySegment_1_t283560987_m3050253333_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ArraySegment_1_t283560987 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisArraySegment_1_t283560987_m3050253333_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ArraySegment_1_t283560987 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ArraySegment_1_t283560987 L_7 = V_2; ArraySegment_1_t283560987 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); Il2CppFakeBox L_10(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__91 = il2cpp_codegen_get_virtual_invoke_data(0, &L_10); bool L_11 = (( bool (*) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*))il2cpp_virtual_invoke_data__91.methodPtr)((RuntimeObject *)(&L_10), (RuntimeObject *)L_9, /*hidden argument*/il2cpp_virtual_invoke_data__91.method); ___item0 = L_10.m_Value; if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisBoolean_t97287965_m4124615291_gshared (RuntimeArray * __this, bool ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisBoolean_t97287965_m4124615291_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisBoolean_t97287965_m4124615291_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (bool*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { bool L_7 = V_2; bool L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Boolean_Equals_m2410333903((bool*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisByte_t1134296376_m11531792_gshared (RuntimeArray * __this, uint8_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisByte_t1134296376_m11531792_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisByte_t1134296376_m11531792_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint8_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { uint8_t L_7 = V_2; uint8_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Byte_Equals_m1161982810((uint8_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisChar_t3634460470_m4074994798_gshared (RuntimeArray * __this, Il2CppChar ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisChar_t3634460470_m4074994798_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisChar_t3634460470_m4074994798_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Il2CppChar*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Il2CppChar L_7 = V_2; Il2CppChar L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Char_Equals_m1279957088((Il2CppChar*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDictionaryEntry_t3123975638_m1596925967_gshared (RuntimeArray * __this, DictionaryEntry_t3123975638 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDictionaryEntry_t3123975638_m1596925967_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; DictionaryEntry_t3123975638 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisDictionaryEntry_t3123975638_m1596925967_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (DictionaryEntry_t3123975638 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { DictionaryEntry_t3123975638 L_7 = V_2; DictionaryEntry_t3123975638 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(DictionaryEntry_t3123975638 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLink_t3763621279_m1244015106_gshared (RuntimeArray * __this, Link_t3763621279 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLink_t3763621279_m1244015106_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Link_t3763621279 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisLink_t3763621279_m1244015106_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Link_t3763621279 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Link_t3763621279 L_7 = V_2; Link_t3763621279 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Link_t3763621279 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLink_t3080106562_m2272187523_gshared (RuntimeArray * __this, Link_t3080106562 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLink_t3080106562_m2272187523_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Link_t3080106562 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisLink_t3080106562_m2272187523_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Link_t3080106562 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Link_t3080106562 L_7 = V_2; Link_t3080106562 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Link_t3080106562 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLink_t3209266973_m172350789_gshared (RuntimeArray * __this, Link_t3209266973 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLink_t3209266973_m172350789_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Link_t3209266973 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisLink_t3209266973_m172350789_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Link_t3209266973 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Link_t3209266973 L_7 = V_2; Link_t3209266973 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Link_t3209266973 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3347025686_m2773502534_gshared (RuntimeArray * __this, KeyValuePair_2_t3347025686 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3347025686_m2773502534_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3347025686 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3347025686_m2773502534_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3347025686 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3347025686 L_7 = V_2; KeyValuePair_2_t3347025686 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3347025686 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3674730509_m2053090118_gshared (RuntimeArray * __this, KeyValuePair_2_t3674730509 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3674730509_m2053090118_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3674730509 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3674730509_m2053090118_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3674730509 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3674730509 L_7 = V_2; KeyValuePair_2_t3674730509 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3674730509 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t644712158_m350302327_gshared (RuntimeArray * __this, KeyValuePair_2_t644712158 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t644712158_m350302327_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t644712158 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t644712158_m350302327_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t644712158 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t644712158 L_7 = V_2; KeyValuePair_2_t644712158 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t644712158 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3267901400_m2152188925_gshared (RuntimeArray * __this, KeyValuePair_2_t3267901400 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3267901400_m2152188925_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3267901400 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3267901400_m2152188925_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3267901400 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3267901400 L_7 = V_2; KeyValuePair_2_t3267901400 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3267901400 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t753628355_m1339906557_gshared (RuntimeArray * __this, KeyValuePair_2_t753628355 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t753628355_m1339906557_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t753628355 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t753628355_m1339906557_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t753628355 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t753628355 L_7 = V_2; KeyValuePair_2_t753628355 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t753628355 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3078331264_m1794942965_gshared (RuntimeArray * __this, KeyValuePair_2_t3078331264 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3078331264_m1794942965_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3078331264 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3078331264_m1794942965_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3078331264 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3078331264 L_7 = V_2; KeyValuePair_2_t3078331264 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3078331264 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3402682164_m3618036444_gshared (RuntimeArray * __this, KeyValuePair_2_t3402682164 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3402682164_m3618036444_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3402682164 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3402682164_m3618036444_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3402682164 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3402682164 L_7 = V_2; KeyValuePair_2_t3402682164 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3402682164 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1398773315_m3644645293_gshared (RuntimeArray * __this, KeyValuePair_2_t1398773315 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1398773315_m3644645293_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t1398773315 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1398773315_m3644645293_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t1398773315 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t1398773315 L_7 = V_2; KeyValuePair_2_t1398773315 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t1398773315 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains,System.Object>>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4099514504_m1602263854_gshared (RuntimeArray * __this, KeyValuePair_2_t4099514504 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4099514504_m1602263854_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t4099514504 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4099514504_m1602263854_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t4099514504 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t4099514504 L_7 = V_2; KeyValuePair_2_t4099514504 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t4099514504 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t298337405_m630686065_gshared (RuntimeArray * __this, KeyValuePair_2_t298337405 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t298337405_m630686065_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t298337405 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t298337405_m630686065_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t298337405 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t298337405 L_7 = V_2; KeyValuePair_2_t298337405 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t298337405 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4237331251_m138928983_gshared (RuntimeArray * __this, KeyValuePair_2_t4237331251 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4237331251_m138928983_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t4237331251 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4237331251_m138928983_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t4237331251 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t4237331251 L_7 = V_2; KeyValuePair_2_t4237331251 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t4237331251 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t727985506_m2528174741_gshared (RuntimeArray * __this, KeyValuePair_2_t727985506 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t727985506_m2528174741_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t727985506 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t727985506_m2528174741_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t727985506 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t727985506 L_7 = V_2; KeyValuePair_2_t727985506 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t727985506 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t71524366_m2486536917_gshared (RuntimeArray * __this, KeyValuePair_2_t71524366 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t71524366_m2486536917_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t71524366 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t71524366_m2486536917_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t71524366 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t71524366 L_7 = V_2; KeyValuePair_2_t71524366 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t71524366 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3793898781_m111877092_gshared (RuntimeArray * __this, KeyValuePair_2_t3793898781 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3793898781_m111877092_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3793898781 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3793898781_m111877092_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3793898781 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3793898781 L_7 = V_2; KeyValuePair_2_t3793898781 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3793898781 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2245450819_m2755643427_gshared (RuntimeArray * __this, KeyValuePair_2_t2245450819 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2245450819_m2755643427_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t2245450819 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2245450819_m2755643427_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t2245450819 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t2245450819 L_7 = V_2; KeyValuePair_2_t2245450819 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t2245450819 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3699644050_m1466220143_gshared (RuntimeArray * __this, KeyValuePair_2_t3699644050 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3699644050_m1466220143_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3699644050 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3699644050_m1466220143_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3699644050 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3699644050 L_7 = V_2; KeyValuePair_2_t3699644050 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3699644050 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3138545574_m2741411073_gshared (RuntimeArray * __this, KeyValuePair_2_t3138545574 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3138545574_m2741411073_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3138545574 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3138545574_m2741411073_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3138545574 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3138545574 L_7 = V_2; KeyValuePair_2_t3138545574 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3138545574 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t344400094_m684639001_gshared (RuntimeArray * __this, KeyValuePair_2_t344400094 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t344400094_m684639001_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t344400094 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t344400094_m684639001_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t344400094 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t344400094 L_7 = V_2; KeyValuePair_2_t344400094 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t344400094 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3016395677_m2362399341_gshared (RuntimeArray * __this, KeyValuePair_2_t3016395677 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3016395677_m2362399341_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3016395677 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3016395677_m2362399341_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3016395677 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3016395677 L_7 = V_2; KeyValuePair_2_t3016395677 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3016395677 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3177551628_m2112259079_gshared (RuntimeArray * __this, KeyValuePair_2_t3177551628 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3177551628_m2112259079_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3177551628 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3177551628_m2112259079_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3177551628 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3177551628 L_7 = V_2; KeyValuePair_2_t3177551628 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3177551628 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4085865031_m2027399926_gshared (RuntimeArray * __this, KeyValuePair_2_t4085865031 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4085865031_m2027399926_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t4085865031 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t4085865031_m2027399926_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t4085865031 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t4085865031 L_7 = V_2; KeyValuePair_2_t4085865031 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t4085865031 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1940705767_m1514601756_gshared (RuntimeArray * __this, KeyValuePair_2_t1940705767 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1940705767_m1514601756_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t1940705767 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1940705767_m1514601756_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t1940705767 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t1940705767 L_7 = V_2; KeyValuePair_2_t1940705767 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t1940705767 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t249061059_m3008066104_gshared (RuntimeArray * __this, KeyValuePair_2_t249061059 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t249061059_m3008066104_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t249061059 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t249061059_m3008066104_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t249061059 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t249061059 L_7 = V_2; KeyValuePair_2_t249061059 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t249061059 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3842366416_m119930447_gshared (RuntimeArray * __this, KeyValuePair_2_t3842366416 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3842366416_m119930447_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3842366416 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3842366416_m119930447_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3842366416 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3842366416 L_7 = V_2; KeyValuePair_2_t3842366416 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3842366416 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2401056908_m2117980243_gshared (RuntimeArray * __this, KeyValuePair_2_t2401056908 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2401056908_m2117980243_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t2401056908 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2401056908_m2117980243_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t2401056908 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t2401056908 L_7 = V_2; KeyValuePair_2_t2401056908 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t2401056908 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2530217319_m3941002701_gshared (RuntimeArray * __this, KeyValuePair_2_t2530217319 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2530217319_m3941002701_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t2530217319 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t2530217319_m3941002701_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t2530217319 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t2530217319 L_7 = V_2; KeyValuePair_2_t2530217319 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t2530217319 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1377593753_m2905547387_gshared (RuntimeArray * __this, KeyValuePair_2_t1377593753 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1377593753_m2905547387_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t1377593753 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t1377593753_m2905547387_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t1377593753 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t1377593753 L_7 = V_2; KeyValuePair_2_t1377593753 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t1377593753 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t570708821_m1999058406_gshared (RuntimeArray * __this, KeyValuePair_2_t570708821 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t570708821_m1999058406_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t570708821 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t570708821_m1999058406_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t570708821 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t570708821 L_7 = V_2; KeyValuePair_2_t570708821 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t570708821 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3221661147_m255119525_gshared (RuntimeArray * __this, KeyValuePair_2_t3221661147 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3221661147_m255119525_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t3221661147 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t3221661147_m255119525_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t3221661147 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t3221661147 L_7 = V_2; KeyValuePair_2_t3221661147 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t3221661147 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t226672660_m1605687717_gshared (RuntimeArray * __this, KeyValuePair_2_t226672660 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t226672660_m1605687717_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t226672660 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t226672660_m1605687717_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t226672660 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t226672660 L_7 = V_2; KeyValuePair_2_t226672660 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t226672660 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t590917798_m3892473641_gshared (RuntimeArray * __this, KeyValuePair_2_t590917798 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t590917798_m3892473641_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; KeyValuePair_2_t590917798 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyValuePair_2_t590917798_m3892473641_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (KeyValuePair_2_t590917798 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { KeyValuePair_2_t590917798 L_7 = V_2; KeyValuePair_2_t590917798 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(KeyValuePair_2_t590917798 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLink_t544317964_m163190451_gshared (RuntimeArray * __this, Link_t544317964 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLink_t544317964_m163190451_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Link_t544317964 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisLink_t544317964_m163190451_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Link_t544317964 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Link_t544317964 L_7 = V_2; Link_t544317964 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Link_t544317964 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSlot_t3975888750_m58971838_gshared (RuntimeArray * __this, Slot_t3975888750 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSlot_t3975888750_m58971838_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Slot_t3975888750 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisSlot_t3975888750_m58971838_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Slot_t3975888750 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Slot_t3975888750 L_7 = V_2; Slot_t3975888750 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Slot_t3975888750 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSlot_t384495010_m688761886_gshared (RuntimeArray * __this, Slot_t384495010 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSlot_t384495010_m688761886_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Slot_t384495010 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisSlot_t384495010_m688761886_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Slot_t384495010 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Slot_t384495010 L_7 = V_2; Slot_t384495010 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Slot_t384495010 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDateTime_t3738529785_m364748720_gshared (RuntimeArray * __this, DateTime_t3738529785 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDateTime_t3738529785_m364748720_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisDateTime_t3738529785_m364748720_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (DateTime_t3738529785 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { DateTime_t3738529785 L_7 = V_2; DateTime_t3738529785 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = DateTime_Equals_m611432332((DateTime_t3738529785 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDecimal_t2948259380_m2897422370_gshared (RuntimeArray * __this, Decimal_t2948259380 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDecimal_t2948259380_m2897422370_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Decimal_t2948259380 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisDecimal_t2948259380_m2897422370_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Decimal_t2948259380 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Decimal_t2948259380 L_7 = V_2; Decimal_t2948259380 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Decimal_Equals_m2592017260((Decimal_t2948259380 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDouble_t594665363_m1696010878_gshared (RuntimeArray * __this, double ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDouble_t594665363_m1696010878_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; double V_2 = 0.0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisDouble_t594665363_m1696010878_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (double*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { double L_7 = V_2; double L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Double_Equals_m1674752021((double*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInt16_t2552820387_m2915683400_gshared (RuntimeArray * __this, int16_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInt16_t2552820387_m2915683400_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int16_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisInt16_t2552820387_m2915683400_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int16_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int16_t L_7 = V_2; int16_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Int16_Equals_m82811458((int16_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInt32_t2950945753_m2907032710_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInt32_t2950945753_m2907032710_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisInt32_t2950945753_m2907032710_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Int32_Equals_m3996243976((int32_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisInt64_t3736567304_m2911357929_gshared (RuntimeArray * __this, int64_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisInt64_t3736567304_m2911357929_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int64_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisInt64_t3736567304_m2911357929_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int64_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int64_t L_7 = V_2; int64_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Int64_Equals_m858582563((int64_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisIntPtr_t_m272531112_gshared (RuntimeArray * __this, intptr_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisIntPtr_t_m272531112_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; intptr_t V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisIntPtr_t_m272531112_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (intptr_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { intptr_t L_7 = V_2; intptr_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = IntPtr_Equals_m3408989655((intptr_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRuntimeObject_m4067783231_gshared (RuntimeArray * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRuntimeObject_m4067783231_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRuntimeObject_m4067783231_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RuntimeObject **)(&V_2)); RuntimeObject * L_5 = ___item0; if (L_5) { goto IL_004d; } } { RuntimeObject * L_6 = V_2; if (L_6) { goto IL_004b; } } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { RuntimeObject * L_7 = V_2; NullCheck((RuntimeObject *)(___item0)); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(___item0), (RuntimeObject *)L_7); if (!L_8) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_9 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_006b: { int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t287865710_m941688219_gshared (RuntimeArray * __this, CustomAttributeNamedArgument_t287865710 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t287865710_m941688219_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CustomAttributeNamedArgument_t287865710 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisCustomAttributeNamedArgument_t287865710_m941688219_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (CustomAttributeNamedArgument_t287865710 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { CustomAttributeNamedArgument_t287865710 L_7 = V_2; CustomAttributeNamedArgument_t287865710 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = CustomAttributeNamedArgument_Equals_m1414002036((CustomAttributeNamedArgument_t287865710 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t2723150157_m2663438007_gshared (RuntimeArray * __this, CustomAttributeTypedArgument_t2723150157 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t2723150157_m2663438007_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CustomAttributeTypedArgument_t2723150157 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisCustomAttributeTypedArgument_t2723150157_m2663438007_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (CustomAttributeTypedArgument_t2723150157 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { CustomAttributeTypedArgument_t2723150157 L_7 = V_2; CustomAttributeTypedArgument_t2723150157 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = CustomAttributeTypedArgument_Equals_m2261980307((CustomAttributeTypedArgument_t2723150157 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLabelData_t360167391_m3647461454_gshared (RuntimeArray * __this, LabelData_t360167391 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLabelData_t360167391_m3647461454_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; LabelData_t360167391 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisLabelData_t360167391_m3647461454_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (LabelData_t360167391 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { LabelData_t360167391 L_7 = V_2; LabelData_t360167391 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(LabelData_t360167391 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisLabelFixup_t858502054_m3479040328_gshared (RuntimeArray * __this, LabelFixup_t858502054 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisLabelFixup_t858502054_m3479040328_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; LabelFixup_t858502054 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisLabelFixup_t858502054_m3479040328_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (LabelFixup_t858502054 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { LabelFixup_t858502054 L_7 = V_2; LabelFixup_t858502054 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(LabelFixup_t858502054 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisILTokenInfo_t2325775114_m2923331462_gshared (RuntimeArray * __this, ILTokenInfo_t2325775114 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisILTokenInfo_t2325775114_m2923331462_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ILTokenInfo_t2325775114 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisILTokenInfo_t2325775114_m2923331462_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ILTokenInfo_t2325775114 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ILTokenInfo_t2325775114 L_7 = V_2; ILTokenInfo_t2325775114 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ILTokenInfo_t2325775114 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisMonoResource_t4103430009_m3220247244_gshared (RuntimeArray * __this, MonoResource_t4103430009 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisMonoResource_t4103430009_m3220247244_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; MonoResource_t4103430009 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisMonoResource_t4103430009_m3220247244_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (MonoResource_t4103430009 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { MonoResource_t4103430009 L_7 = V_2; MonoResource_t4103430009 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(MonoResource_t4103430009 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRefEmitPermissionSet_t484390987_m2357266594_gshared (RuntimeArray * __this, RefEmitPermissionSet_t484390987 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRefEmitPermissionSet_t484390987_m2357266594_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RefEmitPermissionSet_t484390987 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRefEmitPermissionSet_t484390987_m2357266594_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RefEmitPermissionSet_t484390987 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { RefEmitPermissionSet_t484390987 L_7 = V_2; RefEmitPermissionSet_t484390987 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(RefEmitPermissionSet_t484390987 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisParameterModifier_t1461694466_m1000453323_gshared (RuntimeArray * __this, ParameterModifier_t1461694466 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisParameterModifier_t1461694466_m1000453323_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ParameterModifier_t1461694466 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisParameterModifier_t1461694466_m1000453323_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ParameterModifier_t1461694466 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ParameterModifier_t1461694466 L_7 = V_2; ParameterModifier_t1461694466 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ParameterModifier_t1461694466 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisResourceCacheItem_t51292791_m2991582559_gshared (RuntimeArray * __this, ResourceCacheItem_t51292791 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisResourceCacheItem_t51292791_m2991582559_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ResourceCacheItem_t51292791 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisResourceCacheItem_t51292791_m2991582559_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ResourceCacheItem_t51292791 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ResourceCacheItem_t51292791 L_7 = V_2; ResourceCacheItem_t51292791 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ResourceCacheItem_t51292791 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisResourceInfo_t2872965302_m2530260012_gshared (RuntimeArray * __this, ResourceInfo_t2872965302 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisResourceInfo_t2872965302_m2530260012_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ResourceInfo_t2872965302 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisResourceInfo_t2872965302_m2530260012_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ResourceInfo_t2872965302 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ResourceInfo_t2872965302 L_7 = V_2; ResourceInfo_t2872965302 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ResourceInfo_t2872965302 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTypeTag_t3541821701_m1685702570_gshared (RuntimeArray * __this, uint8_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTypeTag_t3541821701_m1685702570_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTypeTag_t3541821701_m1685702570_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint8_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { uint8_t L_7 = V_2; uint8_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(uint8_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSByte_t1669577662_m926034270_gshared (RuntimeArray * __this, int8_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSByte_t1669577662_m926034270_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int8_t V_2 = 0x0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisSByte_t1669577662_m926034270_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int8_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int8_t L_7 = V_2; int8_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = SByte_Equals_m865896384((int8_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t133602714_m795171973_gshared (RuntimeArray * __this, X509ChainStatus_t133602714 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t133602714_m795171973_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; X509ChainStatus_t133602714 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisX509ChainStatus_t133602714_m795171973_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (X509ChainStatus_t133602714 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { X509ChainStatus_t133602714 L_7 = V_2; X509ChainStatus_t133602714 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(X509ChainStatus_t133602714 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSingle_t1397266774_m2135761808_gshared (RuntimeArray * __this, float ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSingle_t1397266774_m2135761808_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; float V_2 = 0.0f; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisSingle_t1397266774_m2135761808_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (float*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { float L_7 = V_2; float L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Single_Equals_m438106747((float*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisMark_t3471605523_m4135225167_gshared (RuntimeArray * __this, Mark_t3471605523 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisMark_t3471605523_m4135225167_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Mark_t3471605523 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisMark_t3471605523_m4135225167_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Mark_t3471605523 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Mark_t3471605523 L_7 = V_2; Mark_t3471605523 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Mark_t3471605523 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTimeSpan_t881159249_m1600990182_gshared (RuntimeArray * __this, TimeSpan_t881159249 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTimeSpan_t881159249_m1600990182_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TimeSpan_t881159249 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTimeSpan_t881159249_m1600990182_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TimeSpan_t881159249 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { TimeSpan_t881159249 L_7 = V_2; TimeSpan_t881159249 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = TimeSpan_Equals_m45505612((TimeSpan_t881159249 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTimeType_t2507513283_m1168214923_gshared (RuntimeArray * __this, TimeType_t2507513283 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTimeType_t2507513283_m1168214923_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TimeType_t2507513283 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTimeType_t2507513283_m1168214923_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (TimeType_t2507513283 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { TimeType_t2507513283 L_7 = V_2; TimeType_t2507513283 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(TimeType_t2507513283 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUInt16_t2177724958_m3393176156_gshared (RuntimeArray * __this, uint16_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUInt16_t2177724958_m3393176156_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint16_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisUInt16_t2177724958_m3393176156_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint16_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { uint16_t L_7 = V_2; uint16_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = UInt16_Equals_m642257745((uint16_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUInt32_t2560061978_m387509280_gshared (RuntimeArray * __this, uint32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUInt32_t2560061978_m387509280_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisUInt32_t2560061978_m387509280_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { uint32_t L_7 = V_2; uint32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = UInt32_Equals_m351935437((uint32_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUInt64_t4134040092_m94895126_gshared (RuntimeArray * __this, uint64_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUInt64_t4134040092_m94895126_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint64_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisUInt64_t4134040092_m94895126_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (uint64_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { uint64_t L_7 = V_2; uint64_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = UInt64_Equals_m1879425698((uint64_t*)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUriScheme_t722425697_m176797978_gshared (RuntimeArray * __this, UriScheme_t722425697 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUriScheme_t722425697_m176797978_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UriScheme_t722425697 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisUriScheme_t722425697_m176797978_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (UriScheme_t722425697 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { UriScheme_t722425697 L_7 = V_2; UriScheme_t722425697 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(UriScheme_t722425697 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisNsDecl_t3938094415_m1323189874_gshared (RuntimeArray * __this, NsDecl_t3938094415 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisNsDecl_t3938094415_m1323189874_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; NsDecl_t3938094415 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisNsDecl_t3938094415_m1323189874_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (NsDecl_t3938094415 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { NsDecl_t3938094415 L_7 = V_2; NsDecl_t3938094415 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(NsDecl_t3938094415 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisNsScope_t3958624705_m3482009003_gshared (RuntimeArray * __this, NsScope_t3958624705 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisNsScope_t3958624705_m3482009003_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; NsScope_t3958624705 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisNsScope_t3958624705_m3482009003_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (NsScope_t3958624705 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { NsScope_t3958624705 L_7 = V_2; NsScope_t3958624705 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(NsScope_t3958624705 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisXPathResultType_t2828988488_m519609602_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisXPathResultType_t2828988488_m519609602_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisXPathResultType_t2828988488_m519609602_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t3156717155_m3019468589_gshared (RuntimeArray * __this, AnimatorClipInfo_t3156717155 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t3156717155_m3019468589_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; AnimatorClipInfo_t3156717155 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisAnimatorClipInfo_t3156717155_m3019468589_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (AnimatorClipInfo_t3156717155 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { AnimatorClipInfo_t3156717155 L_7 = V_2; AnimatorClipInfo_t3156717155 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(AnimatorClipInfo_t3156717155 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisOrderBlock_t1585977831_m1840347001_gshared (RuntimeArray * __this, OrderBlock_t1585977831 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisOrderBlock_t1585977831_m1840347001_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; OrderBlock_t1585977831 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisOrderBlock_t1585977831_m1840347001_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (OrderBlock_t1585977831 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { OrderBlock_t1585977831 L_7 = V_2; OrderBlock_t1585977831 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(OrderBlock_t1585977831 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisBoneWeight_t1955788027_m3007025984_gshared (RuntimeArray * __this, BoneWeight_t1955788027 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisBoneWeight_t1955788027_m3007025984_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BoneWeight_t1955788027 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisBoneWeight_t1955788027_m3007025984_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (BoneWeight_t1955788027 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { BoneWeight_t1955788027 L_7 = V_2; BoneWeight_t1955788027 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = BoneWeight_Equals_m2285825644((BoneWeight_t1955788027 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisBounds_t2266837910_m2203855816_gshared (RuntimeArray * __this, Bounds_t2266837910 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisBounds_t2266837910_m2203855816_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Bounds_t2266837910 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisBounds_t2266837910_m2203855816_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Bounds_t2266837910 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Bounds_t2266837910 L_7 = V_2; Bounds_t2266837910 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Bounds_Equals_m3920299735((Bounds_t2266837910 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisColor_t2555686324_m266224315_gshared (RuntimeArray * __this, Color_t2555686324 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisColor_t2555686324_m266224315_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Color_t2555686324 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisColor_t2555686324_m266224315_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Color_t2555686324 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Color_t2555686324 L_7 = V_2; Color_t2555686324 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Color_Equals_m3887740140((Color_t2555686324 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisColor32_t2600501292_m2162938018_gshared (RuntimeArray * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisColor32_t2600501292_m2162938018_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Color32_t2600501292 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisColor32_t2600501292_m2162938018_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Color32_t2600501292 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Color32_t2600501292 L_7 = V_2; Color32_t2600501292 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Color32_t2600501292 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisCombineInstance_t988503480_m1953627890_gshared (RuntimeArray * __this, CombineInstance_t988503480 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisCombineInstance_t988503480_m1953627890_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CombineInstance_t988503480 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisCombineInstance_t988503480_m1953627890_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (CombineInstance_t988503480 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { CombineInstance_t988503480 L_7 = V_2; CombineInstance_t988503480 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(CombineInstance_t988503480 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisContactPoint_t3758755253_m1890115071_gshared (RuntimeArray * __this, ContactPoint_t3758755253 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisContactPoint_t3758755253_m1890115071_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ContactPoint_t3758755253 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisContactPoint_t3758755253_m1890115071_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ContactPoint_t3758755253 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ContactPoint_t3758755253 L_7 = V_2; ContactPoint_t3758755253 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ContactPoint_t3758755253 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisContactPoint2D_t3390240644_m215789881_gshared (RuntimeArray * __this, ContactPoint2D_t3390240644 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisContactPoint2D_t3390240644_m215789881_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ContactPoint2D_t3390240644 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisContactPoint2D_t3390240644_m215789881_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ContactPoint2D_t3390240644 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ContactPoint2D_t3390240644 L_7 = V_2; ContactPoint2D_t3390240644 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ContactPoint2D_t3390240644 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisDiagnosticSwitch_t2110704064_m4105160162_gshared (RuntimeArray * __this, DiagnosticSwitch_t2110704064 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisDiagnosticSwitch_t2110704064_m4105160162_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; DiagnosticSwitch_t2110704064 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisDiagnosticSwitch_t2110704064_m4105160162_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (DiagnosticSwitch_t2110704064 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { DiagnosticSwitch_t2110704064 L_7 = V_2; DiagnosticSwitch_t2110704064 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(DiagnosticSwitch_t2110704064 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRaycastResult_t3360306849_m3809401052_gshared (RuntimeArray * __this, RaycastResult_t3360306849 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRaycastResult_t3360306849_m3809401052_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RaycastResult_t3360306849 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRaycastResult_t3360306849_m3809401052_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RaycastResult_t3360306849 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { RaycastResult_t3360306849 L_7 = V_2; RaycastResult_t3360306849 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(RaycastResult_t3360306849 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisGradientColorKey_t812552589_m3480448779_gshared (RuntimeArray * __this, GradientColorKey_t812552589 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisGradientColorKey_t812552589_m3480448779_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; GradientColorKey_t812552589 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisGradientColorKey_t812552589_m3480448779_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (GradientColorKey_t812552589 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { GradientColorKey_t812552589 L_7 = V_2; GradientColorKey_t812552589 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(GradientColorKey_t812552589 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyCode_t2599294277_m3220314415_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyCode_t2599294277_m3220314415_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyCode_t2599294277_m3220314415_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisKeyframe_t4206410242_m2096605895_gshared (RuntimeArray * __this, Keyframe_t4206410242 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisKeyframe_t4206410242_m2096605895_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Keyframe_t4206410242 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisKeyframe_t4206410242_m2096605895_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Keyframe_t4206410242 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Keyframe_t4206410242 L_7 = V_2; Keyframe_t4206410242 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Keyframe_t4206410242 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisMatrix4x4_t1817901843_m2788258248_gshared (RuntimeArray * __this, Matrix4x4_t1817901843 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisMatrix4x4_t1817901843_m2788258248_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Matrix4x4_t1817901843 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisMatrix4x4_t1817901843_m2788258248_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Matrix4x4_t1817901843 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Matrix4x4_t1817901843 L_7 = V_2; Matrix4x4_t1817901843 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Matrix4x4_Equals_m3210071278((Matrix4x4_t1817901843 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisParticle_t1882894987_m2995624373_gshared (RuntimeArray * __this, Particle_t1882894987 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisParticle_t1882894987_m2995624373_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Particle_t1882894987 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisParticle_t1882894987_m2995624373_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Particle_t1882894987 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Particle_t1882894987 L_7 = V_2; Particle_t1882894987 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Particle_t1882894987 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPlayable_t459825607_m1369734625_gshared (RuntimeArray * __this, Playable_t459825607 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPlayable_t459825607_m1369734625_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Playable_t459825607 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisPlayable_t459825607_m1369734625_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Playable_t459825607 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Playable_t459825607 L_7 = V_2; Playable_t459825607 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Playable_t459825607 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPlayableBinding_t354260709_m782693665_gshared (RuntimeArray * __this, PlayableBinding_t354260709 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPlayableBinding_t354260709_m782693665_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; PlayableBinding_t354260709 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisPlayableBinding_t354260709_m782693665_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (PlayableBinding_t354260709 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { PlayableBinding_t354260709 L_7 = V_2; PlayableBinding_t354260709 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(PlayableBinding_t354260709 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisQuaternion_t2301928331_m2220433239_gshared (RuntimeArray * __this, Quaternion_t2301928331 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisQuaternion_t2301928331_m2220433239_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Quaternion_t2301928331 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisQuaternion_t2301928331_m2220433239_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Quaternion_t2301928331 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Quaternion_t2301928331 L_7 = V_2; Quaternion_t2301928331 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Quaternion_Equals_m1863659319((Quaternion_t2301928331 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRay_t3785851493_m1896771276_gshared (RuntimeArray * __this, Ray_t3785851493 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRay_t3785851493_m1896771276_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Ray_t3785851493 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRay_t3785851493_m1896771276_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Ray_t3785851493 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Ray_t3785851493 L_7 = V_2; Ray_t3785851493 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Ray_t3785851493 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRay2D_t2082843914_m2549438903_gshared (RuntimeArray * __this, Ray2D_t2082843914 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRay2D_t2082843914_m2549438903_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Ray2D_t2082843914 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRay2D_t2082843914_m2549438903_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Ray2D_t2082843914 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Ray2D_t2082843914 L_7 = V_2; Ray2D_t2082843914 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Ray2D_t2082843914 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRaycastHit_t1056001966_m2163828986_gshared (RuntimeArray * __this, RaycastHit_t1056001966 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRaycastHit_t1056001966_m2163828986_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RaycastHit_t1056001966 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRaycastHit_t1056001966_m2163828986_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RaycastHit_t1056001966 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { RaycastHit_t1056001966 L_7 = V_2; RaycastHit_t1056001966 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(RaycastHit_t1056001966 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t2279581989_m2733133723_gshared (RuntimeArray * __this, RaycastHit2D_t2279581989 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t2279581989_m2733133723_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RaycastHit2D_t2279581989 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRaycastHit2D_t2279581989_m2733133723_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RaycastHit2D_t2279581989 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { RaycastHit2D_t2279581989 L_7 = V_2; RaycastHit2D_t2279581989 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(RaycastHit2D_t2279581989 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRect_t2360479859_m2973973747_gshared (RuntimeArray * __this, Rect_t2360479859 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRect_t2360479859_m2973973747_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Rect_t2360479859 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRect_t2360479859_m2973973747_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Rect_t2360479859 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Rect_t2360479859 L_7 = V_2; Rect_t2360479859 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Rect_Equals_m4169342960((Rect_t2360479859 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisRenderBuffer_t586150500_m3630830659_gshared (RuntimeArray * __this, RenderBuffer_t586150500 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisRenderBuffer_t586150500_m3630830659_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; RenderBuffer_t586150500 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisRenderBuffer_t586150500_m3630830659_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (RenderBuffer_t586150500 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { RenderBuffer_t586150500 L_7 = V_2; RenderBuffer_t586150500 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(RenderBuffer_t586150500 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_t288657778_m3543260098_gshared (RuntimeArray * __this, ReflectionProbeBlendInfo_t288657778 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_t288657778_m3543260098_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ReflectionProbeBlendInfo_t288657778 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisReflectionProbeBlendInfo_t288657778_m3543260098_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ReflectionProbeBlendInfo_t288657778 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ReflectionProbeBlendInfo_t288657778 L_7 = V_2; ReflectionProbeBlendInfo_t288657778 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ReflectionProbeBlendInfo_t288657778 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisHitInfo_t3229609740_m180302123_gshared (RuntimeArray * __this, HitInfo_t3229609740 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisHitInfo_t3229609740_m180302123_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; HitInfo_t3229609740 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisHitInfo_t3229609740_m180302123_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (HitInfo_t3229609740 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { HitInfo_t3229609740 L_7 = V_2; HitInfo_t3229609740 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(HitInfo_t3229609740 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisGcAchievementData_t675222246_m348483916_gshared (RuntimeArray * __this, GcAchievementData_t675222246 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisGcAchievementData_t675222246_m348483916_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; GcAchievementData_t675222246 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisGcAchievementData_t675222246_m348483916_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (GcAchievementData_t675222246 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { GcAchievementData_t675222246 L_7 = V_2; GcAchievementData_t675222246 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(GcAchievementData_t675222246 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisGcScoreData_t2125309831_m2879791485_gshared (RuntimeArray * __this, GcScoreData_t2125309831 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisGcScoreData_t2125309831_m2879791485_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; GcScoreData_t2125309831 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisGcScoreData_t2125309831_m2879791485_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (GcScoreData_t2125309831 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { GcScoreData_t2125309831 L_7 = V_2; GcScoreData_t2125309831 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(GcScoreData_t2125309831 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTextEditOp_t1927482598_m3290431703_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTextEditOp_t1927482598_m3290431703_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTextEditOp_t1927482598_m3290431703_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisWeightInfo_t1982677921_m207145816_gshared (RuntimeArray * __this, WeightInfo_t1982677921 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisWeightInfo_t1982677921_m207145816_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; WeightInfo_t1982677921 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisWeightInfo_t1982677921_m207145816_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (WeightInfo_t1982677921 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { WeightInfo_t1982677921 L_7 = V_2; WeightInfo_t1982677921 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(WeightInfo_t1982677921 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisConnectionCache_t1120597666_m1285553114_gshared (RuntimeArray * __this, ConnectionCache_t1120597666 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisConnectionCache_t1120597666_m1285553114_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ConnectionCache_t1120597666 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisConnectionCache_t1120597666_m1285553114_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (ConnectionCache_t1120597666 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { ConnectionCache_t1120597666 L_7 = V_2; ConnectionCache_t1120597666 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(ConnectionCache_t1120597666 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisTouch_t1921856868_m354355717_gshared (RuntimeArray * __this, Touch_t1921856868 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisTouch_t1921856868_m354355717_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Touch_t1921856868 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisTouch_t1921856868_m354355717_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Touch_t1921856868 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Touch_t1921856868 L_7 = V_2; Touch_t1921856868 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Touch_t1921856868 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisContentType_t1787303396_m692835665_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisContentType_t1787303396_m692835665_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisContentType_t1787303396_m692835665_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUICharInfo_t75501106_m1619960249_gshared (RuntimeArray * __this, UICharInfo_t75501106 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUICharInfo_t75501106_m1619960249_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UICharInfo_t75501106 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisUICharInfo_t75501106_m1619960249_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (UICharInfo_t75501106 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { UICharInfo_t75501106 L_7 = V_2; UICharInfo_t75501106 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(UICharInfo_t75501106 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUILineInfo_t4195266810_m375073905_gshared (RuntimeArray * __this, UILineInfo_t4195266810 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUILineInfo_t4195266810_m375073905_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UILineInfo_t4195266810 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisUILineInfo_t4195266810_m375073905_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (UILineInfo_t4195266810 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { UILineInfo_t4195266810 L_7 = V_2; UILineInfo_t4195266810 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(UILineInfo_t4195266810 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisUIVertex_t4057497605_m1942096352_gshared (RuntimeArray * __this, UIVertex_t4057497605 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisUIVertex_t4057497605_m1942096352_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UIVertex_t4057497605 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisUIVertex_t4057497605_m1942096352_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (UIVertex_t4057497605 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { UIVertex_t4057497605 L_7 = V_2; UIVertex_t4057497605 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(UIVertex_t4057497605 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisWorkRequest_t1354518612_m2404463752_gshared (RuntimeArray * __this, WorkRequest_t1354518612 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisWorkRequest_t1354518612_m2404463752_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; WorkRequest_t1354518612 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisWorkRequest_t1354518612_m2404463752_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (WorkRequest_t1354518612 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { WorkRequest_t1354518612 L_7 = V_2; WorkRequest_t1354518612 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(WorkRequest_t1354518612 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisVector2_t2156229523_m4078183089_gshared (RuntimeArray * __this, Vector2_t2156229523 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisVector2_t2156229523_m4078183089_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisVector2_t2156229523_m4078183089_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Vector2_t2156229523 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Vector2_t2156229523 L_7 = V_2; Vector2_t2156229523 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Vector2_Equals_m832062989((Vector2_t2156229523 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisVector2Int_t3469998543_m3367926777_gshared (RuntimeArray * __this, Vector2Int_t3469998543 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisVector2Int_t3469998543_m3367926777_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector2Int_t3469998543 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisVector2Int_t3469998543_m3367926777_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Vector2Int_t3469998543 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Vector2Int_t3469998543 L_7 = V_2; Vector2Int_t3469998543 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Vector2Int_Equals_m3404209996((Vector2Int_t3469998543 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisVector3_t3722313464_m4078183076_gshared (RuntimeArray * __this, Vector3_t3722313464 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisVector3_t3722313464_m4078183076_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisVector3_t3722313464_m4078183076_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Vector3_t3722313464 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Vector3_t3722313464 L_7 = V_2; Vector3_t3722313464 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Vector3_Equals_m1753054704((Vector3_t3722313464 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisVector4_t3319028937_m4078183023_gshared (RuntimeArray * __this, Vector4_t3319028937 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisVector4_t3319028937_m4078183023_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector4_t3319028937 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisVector4_t3319028937_m4078183023_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Vector4_t3319028937 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Vector4_t3319028937 L_7 = V_2; Vector4_t3319028937 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); bool L_10 = Vector4_Equals_m1779210055((Vector4_t3319028937 *)(&___item0), (RuntimeObject *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_11 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisVehicleInputCmd_t551763092_m4139603896_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisVehicleInputCmd_t551763092_m4139603896_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisVehicleInputCmd_t551763092_m4139603896_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisGCAction_t1580222198_m1038985090_gshared (RuntimeArray * __this, GCAction_t1580222198 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisGCAction_t1580222198_m1038985090_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; GCAction_t1580222198 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisGCAction_t1580222198_m1038985090_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (GCAction_t1580222198 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { GCAction_t1580222198 L_7 = V_2; GCAction_t1580222198 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(GCAction_t1580222198 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisSlot_t179431562_m3701726824_gshared (RuntimeArray * __this, Slot_t179431562 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisSlot_t179431562_m3701726824_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Slot_t179431562 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisSlot_t179431562_m3701726824_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Slot_t179431562 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Slot_t179431562 L_7 = V_2; Slot_t179431562 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Slot_t179431562 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisMethodKey_t431904033_m305733066_gshared (RuntimeArray * __this, MethodKey_t431904033 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisMethodKey_t431904033_m305733066_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; MethodKey_t431904033 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisMethodKey_t431904033_m305733066_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (MethodKey_t431904033 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { MethodKey_t431904033 L_7 = V_2; MethodKey_t431904033 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(MethodKey_t431904033 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisMyEnum_t4134377632_m724445420_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisMyEnum_t4134377632_m724445420_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisMyEnum_t4134377632_m724445420_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (int32_t*)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_7 = V_2; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(int32_t*)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisMyStruct_t514849583_m187733288_gshared (RuntimeArray * __this, MyStruct_t514849583 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisMyStruct_t514849583_m187733288_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; MyStruct_t514849583 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisMyStruct_t514849583_m187733288_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (MyStruct_t514849583 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { MyStruct_t514849583 L_7 = V_2; MyStruct_t514849583 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(MyStruct_t514849583 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPedding_t3796070799_m1711851688_gshared (RuntimeArray * __this, Pedding_t3796070799 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPedding_t3796070799_m1711851688_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Pedding_t3796070799 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisPedding_t3796070799_m1711851688_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (Pedding_t3796070799 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { Pedding_t3796070799 L_7 = V_2; Pedding_t3796070799 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(Pedding_t3796070799 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Contains(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Contains_TisPushAsTableStruct_t2836609445_m3753436680_gshared (RuntimeArray * __this, PushAsTableStruct_t2836609445 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Contains_TisPushAsTableStruct_t2836609445_m3753436680_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; PushAsTableStruct_t2836609445 V_2; memset(&V_2, 0, sizeof(V_2)); { NullCheck((RuntimeArray *)__this); int32_t L_0 = Array_get_Rank_m3448755881((RuntimeArray *)__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)1))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, (String_t*)_stringLiteral1684534236, /*hidden argument*/NULL); RankException_t3812021567 * L_2 = (RankException_t3812021567 *)il2cpp_codegen_object_new(RankException_t3812021567_il2cpp_TypeInfo_var); RankException__ctor_m2226473861(L_2, (String_t*)L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Array_InternalArray__ICollection_Contains_TisPushAsTableStruct_t2836609445_m3753436680_RuntimeMethod_var); } IL_001c: { NullCheck((RuntimeArray *)__this); int32_t L_3 = Array_get_Length_m21610649((RuntimeArray *)__this, /*hidden argument*/NULL); V_0 = (int32_t)L_3; V_1 = (int32_t)0; goto IL_006b; } IL_002a: { int32_t L_4 = V_1; NullCheck((RuntimeArray *)__this); ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_4, (PushAsTableStruct_t2836609445 *)(&V_2)); goto IL_004d; } { goto IL_004b; } { return (bool)1; } IL_004b: { return (bool)0; } IL_004d: { PushAsTableStruct_t2836609445 L_7 = V_2; PushAsTableStruct_t2836609445 L_8 = L_7; RuntimeObject * L_9 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_8); RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___item0)); NullCheck((RuntimeObject *)L_10); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_10, (RuntimeObject *)L_9); ___item0 = *(PushAsTableStruct_t2836609445 *)UnBox(L_10); if (!L_11) { goto IL_0067; } } { return (bool)1; } IL_0067: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_006b: { int32_t L_13 = V_1; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_002a; } } { return (bool)0; } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRecordS_t2353033795_m3594180872_gshared (RuntimeArray * __this, RecordS_t2353033795 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRecordS_t2353033795_m3594180872_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRecordS_t2353033795_m3594180872_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAutoPlay_t1346164433_m1139013725_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAutoPlay_t1346164433_m1139013725_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisAutoPlay_t1346164433_m1139013725_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAxisConstraint_t2771958344_m1131714014_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAxisConstraint_t2771958344_m1131714014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisAxisConstraint_t2771958344_m1131714014_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEase_t4010715394_m3226953434_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEase_t4010715394_m3226953434_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisEase_t4010715394_m3226953434_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLogBehaviour_t1548882435_m1898920046_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLogBehaviour_t1548882435_m1898920046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisLogBehaviour_t1548882435_m1898920046_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLoopType_t3049802818_m3737875243_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLoopType_t3049802818_m3737875243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisLoopType_t3049802818_m3737875243_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPathMode_t2165603100_m3719816103_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPathMode_t2165603100_m3719816103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisPathMode_t2165603100_m3719816103_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPathType_t3777299409_m2623828690_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPathType_t3777299409_m2623828690_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisPathType_t3777299409_m2623828690_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisControlPoint_t3892672090_m2156490500_gshared (RuntimeArray * __this, ControlPoint_t3892672090 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisControlPoint_t3892672090_m2156490500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisControlPoint_t3892672090_m2156490500_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRotateMode_t2548570174_m3236842756_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRotateMode_t2548570174_m3236842756_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRotateMode_t2548570174_m3236842756_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisScrambleMode_t1285273342_m3646448896_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisScrambleMode_t1285273342_m3646448896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisScrambleMode_t1285273342_m3646448896_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTweenType_t1971673186_m3918330708_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTweenType_t1971673186_m3918330708_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTweenType_t1971673186_m3918330708_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUpdateType_t3937729206_m3990279222_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUpdateType_t3937729206_m3990279222_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisUpdateType_t3937729206_m3990279222_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAvatarCate_t455786881_m3162458924_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAvatarCate_t455786881_m3162458924_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisAvatarCate_t455786881_m3162458924_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisenumThreadID_t4044096134_m2929257276_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisenumThreadID_t4044096134_m2929257276_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisenumThreadID_t4044096134_m2929257276_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisenumDisplayLevel_t835197188_m3619663144_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisenumDisplayLevel_t835197188_m3619663144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisenumDisplayLevel_t835197188_m3619663144_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDashType_t3688434419_m2020718884_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDashType_t3688434419_m2020718884_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisDashType_t3688434419_m2020718884_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisReqeustItem_t1619640955_m2719911980_gshared (RuntimeArray * __this, ReqeustItem_t1619640955 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisReqeustItem_t1619640955_m2719911980_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisReqeustItem_t1619640955_m2719911980_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisReqeustItem_t1337038627_m2554878476_gshared (RuntimeArray * __this, ReqeustItem_t1337038627 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisReqeustItem_t1337038627_m2554878476_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisReqeustItem_t1337038627_m2554878476_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisArrayMetadata_t894288939_m3056423355_gshared (RuntimeArray * __this, ArrayMetadata_t894288939 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisArrayMetadata_t894288939_m3056423355_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisArrayMetadata_t894288939_m3056423355_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisObjectMetadata_t3566284522_m2906308400_gshared (RuntimeArray * __this, ObjectMetadata_t3566284522 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisObjectMetadata_t3566284522_m2906308400_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisObjectMetadata_t3566284522_m2906308400_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPropertyMetadata_t3727440473_m3454034217_gshared (RuntimeArray * __this, PropertyMetadata_t3727440473 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPropertyMetadata_t3727440473_m3454034217_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisPropertyMetadata_t3727440473_m3454034217_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLMRendererInfo_t3374010072_m3929536033_gshared (RuntimeArray * __this, LMRendererInfo_t3374010072 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLMRendererInfo_t3374010072_m3929536033_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisLMRendererInfo_t3374010072_m3929536033_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDelayedQueueItem_t1027542936_m313419662_gshared (RuntimeArray * __this, DelayedQueueItem_t1027542936 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDelayedQueueItem_t1027542936_m313419662_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisDelayedQueueItem_t1027542936_m313419662_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTableRange_t3332867892_m1941639116_gshared (RuntimeArray * __this, TableRange_t3332867892 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTableRange_t3332867892_m1941639116_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTableRange_t3332867892_m1941639116_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisClientCertificateType_t1004704908_m1078474577_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisClientCertificateType_t1004704908_m1078474577_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisClientCertificateType_t1004704908_m1078474577_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUriScheme_t2867806342_m423135401_gshared (RuntimeArray * __this, UriScheme_t2867806342 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUriScheme_t2867806342_m423135401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisUriScheme_t2867806342_m423135401_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTagName_t2891256255_m796791876_gshared (RuntimeArray * __this, TagName_t2891256255 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTagName_t2891256255_m796791876_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTagName_t2891256255_m796791876_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisJsonPosition_t2528027714_m3138383512_gshared (RuntimeArray * __this, JsonPosition_t2528027714 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisJsonPosition_t2528027714_m3138383512_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisJsonPosition_t2528027714_m3138383512_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisState_t2595666649_m1643144767_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisState_t2595666649_m1643144767_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisState_t2595666649_m1643144767_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisJTokenType_t3022361662_m2245043786_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisJTokenType_t3022361662_m2245043786_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisJTokenType_t3022361662_m2245043786_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisReadType_t340786580_m2125257231_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisReadType_t340786580_m2125257231_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisReadType_t340786580_m2125257231_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTypeNameKey_t2985541961_m217455145_gshared (RuntimeArray * __this, TypeNameKey_t2985541961 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTypeNameKey_t2985541961_m217455145_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTypeNameKey_t2985541961_m217455145_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPropertyPresence_t2490594612_m767444185_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPropertyPresence_t2490594612_m767444185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisPropertyPresence_t2490594612_m767444185_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisResolverContractKey_t3292851287_m1745888751_gshared (RuntimeArray * __this, ResolverContractKey_t3292851287 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisResolverContractKey_t3292851287_m1745888751_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisResolverContractKey_t3292851287_m1745888751_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTypeConvertKey_t285306760_m918343112_gshared (RuntimeArray * __this, TypeConvertKey_t285306760 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTypeConvertKey_t285306760_m918343112_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTypeConvertKey_t285306760_m918343112_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPrimitiveTypeCode_t798949904_m3112483613_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPrimitiveTypeCode_t798949904_m3112483613_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisPrimitiveTypeCode_t798949904_m3112483613_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAnimationPair_t1784808777_m1276900817_gshared (RuntimeArray * __this, AnimationPair_t1784808777 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAnimationPair_t1784808777_m1276900817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisAnimationPair_t1784808777_m1276900817_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisEventQueueEntry_t351831961_m2728169793_gshared (RuntimeArray * __this, EventQueueEntry_t351831961 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisEventQueueEntry_t351831961_m2728169793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisEventQueueEntry_t351831961_m2728169793_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAttachmentKeyTuple_t1548106539_m3682017492_gshared (RuntimeArray * __this, AttachmentKeyTuple_t1548106539 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAttachmentKeyTuple_t1548106539_m3682017492_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisAttachmentKeyTuple_t1548106539_m3682017492_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTransformMode_t614987360_m3897457836_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTransformMode_t614987360_m3897457836_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTransformMode_t614987360_m3897457836_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAtlasMaterialOverride_t2435041389_m1054523506_gshared (RuntimeArray * __this, AtlasMaterialOverride_t2435041389 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAtlasMaterialOverride_t2435041389_m1054523506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisAtlasMaterialOverride_t2435041389_m1054523506_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSlotMaterialOverride_t1001979181_m2559175663_gshared (RuntimeArray * __this, SlotMaterialOverride_t1001979181 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSlotMaterialOverride_t1001979181_m2559175663_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisSlotMaterialOverride_t1001979181_m2559175663_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTransformPair_t3795417756_m3438464857_gshared (RuntimeArray * __this, TransformPair_t3795417756 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTransformPair_t3795417756_m3438464857_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTransformPair_t3795417756_m3438464857_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisMaterialTexturePair_t1637207048_m1253181412_gshared (RuntimeArray * __this, MaterialTexturePair_t1637207048 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisMaterialTexturePair_t1637207048_m1253181412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisMaterialTexturePair_t1637207048_m1253181412_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSlotMaterialTextureTuple_t3634971921_m42024978_gshared (RuntimeArray * __this, SlotMaterialTextureTuple_t3634971921 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSlotMaterialTextureTuple_t3634971921_m42024978_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisSlotMaterialTextureTuple_t3634971921_m42024978_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisMixMode_t362820410_m1574528348_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisMixMode_t362820410_m1574528348_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisMixMode_t362820410_m1574528348_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSubmeshInstruction_t52121370_m3049667366_gshared (RuntimeArray * __this, SubmeshInstruction_t52121370 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSubmeshInstruction_t52121370_m3049667366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisSubmeshInstruction_t52121370_m3049667366_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisArraySegment_1_t283560987_m1561035780_gshared (RuntimeArray * __this, ArraySegment_1_t283560987 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisArraySegment_1_t283560987_m1561035780_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisArraySegment_1_t283560987_m1561035780_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisBoolean_t97287965_m802427701_gshared (RuntimeArray * __this, bool ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisBoolean_t97287965_m802427701_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisBoolean_t97287965_m802427701_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisByte_t1134296376_m2266787817_gshared (RuntimeArray * __this, uint8_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisByte_t1134296376_m2266787817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisByte_t1134296376_m2266787817_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisChar_t3634460470_m4143749387_gshared (RuntimeArray * __this, Il2CppChar ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisChar_t3634460470_m4143749387_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisChar_t3634460470_m4143749387_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDictionaryEntry_t3123975638_m3699186409_gshared (RuntimeArray * __this, DictionaryEntry_t3123975638 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDictionaryEntry_t3123975638_m3699186409_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisDictionaryEntry_t3123975638_m3699186409_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLink_t3763621279_m2880689587_gshared (RuntimeArray * __this, Link_t3763621279 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLink_t3763621279_m2880689587_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisLink_t3763621279_m2880689587_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLink_t3080106562_m2228173729_gshared (RuntimeArray * __this, Link_t3080106562 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLink_t3080106562_m2228173729_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisLink_t3080106562_m2228173729_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLink_t3209266973_m897088622_gshared (RuntimeArray * __this, Link_t3209266973 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLink_t3209266973_m897088622_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisLink_t3209266973_m897088622_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3347025686_m1755961977_gshared (RuntimeArray * __this, KeyValuePair_2_t3347025686 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3347025686_m1755961977_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3347025686_m1755961977_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3674730509_m3657891131_gshared (RuntimeArray * __this, KeyValuePair_2_t3674730509 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3674730509_m3657891131_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3674730509_m3657891131_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t644712158_m406422188_gshared (RuntimeArray * __this, KeyValuePair_2_t644712158 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t644712158_m406422188_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t644712158_m406422188_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3267901400_m549425606_gshared (RuntimeArray * __this, KeyValuePair_2_t3267901400 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3267901400_m549425606_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3267901400_m549425606_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t753628355_m3544114911_gshared (RuntimeArray * __this, KeyValuePair_2_t753628355 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t753628355_m3544114911_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t753628355_m3544114911_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3078331264_m1314863835_gshared (RuntimeArray * __this, KeyValuePair_2_t3078331264 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3078331264_m1314863835_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3078331264_m1314863835_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3402682164_m3633146787_gshared (RuntimeArray * __this, KeyValuePair_2_t3402682164 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3402682164_m3633146787_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3402682164_m3633146787_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1398773315_m782409491_gshared (RuntimeArray * __this, KeyValuePair_2_t1398773315 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1398773315_m782409491_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1398773315_m782409491_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove,System.Object>>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4099514504_m3203560911_gshared (RuntimeArray * __this, KeyValuePair_2_t4099514504 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4099514504_m3203560911_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4099514504_m3203560911_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t298337405_m2111204647_gshared (RuntimeArray * __this, KeyValuePair_2_t298337405 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t298337405_m2111204647_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t298337405_m2111204647_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4237331251_m2718145390_gshared (RuntimeArray * __this, KeyValuePair_2_t4237331251 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4237331251_m2718145390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4237331251_m2718145390_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t727985506_m1728554900_gshared (RuntimeArray * __this, KeyValuePair_2_t727985506 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t727985506_m1728554900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t727985506_m1728554900_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t71524366_m1112804119_gshared (RuntimeArray * __this, KeyValuePair_2_t71524366 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t71524366_m1112804119_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t71524366_m1112804119_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3793898781_m3412232082_gshared (RuntimeArray * __this, KeyValuePair_2_t3793898781 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3793898781_m3412232082_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3793898781_m3412232082_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2245450819_m3064110492_gshared (RuntimeArray * __this, KeyValuePair_2_t2245450819 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2245450819_m3064110492_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2245450819_m3064110492_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3699644050_m3356523584_gshared (RuntimeArray * __this, KeyValuePair_2_t3699644050 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3699644050_m3356523584_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3699644050_m3356523584_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3138545574_m2020328422_gshared (RuntimeArray * __this, KeyValuePair_2_t3138545574 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3138545574_m2020328422_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3138545574_m2020328422_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t344400094_m1393633355_gshared (RuntimeArray * __this, KeyValuePair_2_t344400094 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t344400094_m1393633355_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t344400094_m1393633355_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3016395677_m1073765379_gshared (RuntimeArray * __this, KeyValuePair_2_t3016395677 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3016395677_m1073765379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3016395677_m1073765379_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3177551628_m3270097997_gshared (RuntimeArray * __this, KeyValuePair_2_t3177551628 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3177551628_m3270097997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3177551628_m3270097997_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4085865031_m2486281852_gshared (RuntimeArray * __this, KeyValuePair_2_t4085865031 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4085865031_m2486281852_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t4085865031_m2486281852_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1940705767_m459219064_gshared (RuntimeArray * __this, KeyValuePair_2_t1940705767 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1940705767_m459219064_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1940705767_m459219064_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t249061059_m2590450722_gshared (RuntimeArray * __this, KeyValuePair_2_t249061059 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t249061059_m2590450722_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t249061059_m2590450722_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3842366416_m278128148_gshared (RuntimeArray * __this, KeyValuePair_2_t3842366416 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3842366416_m278128148_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3842366416_m278128148_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2401056908_m74803181_gshared (RuntimeArray * __this, KeyValuePair_2_t2401056908 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2401056908_m74803181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2401056908_m74803181_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2530217319_m805303252_gshared (RuntimeArray * __this, KeyValuePair_2_t2530217319 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2530217319_m805303252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t2530217319_m805303252_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1377593753_m1700300271_gshared (RuntimeArray * __this, KeyValuePair_2_t1377593753 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1377593753_m1700300271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t1377593753_m1700300271_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t570708821_m3020740237_gshared (RuntimeArray * __this, KeyValuePair_2_t570708821 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t570708821_m3020740237_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t570708821_m3020740237_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3221661147_m841337912_gshared (RuntimeArray * __this, KeyValuePair_2_t3221661147 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3221661147_m841337912_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t3221661147_m841337912_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t226672660_m218561681_gshared (RuntimeArray * __this, KeyValuePair_2_t226672660 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t226672660_m218561681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t226672660_m218561681_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove>(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t590917798_m1402593279_gshared (RuntimeArray * __this, KeyValuePair_2_t590917798 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t590917798_m1402593279_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyValuePair_2_t590917798_m1402593279_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLink_t544317964_m1280781374_gshared (RuntimeArray * __this, Link_t544317964 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLink_t544317964_m1280781374_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisLink_t544317964_m1280781374_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSlot_t3975888750_m1037969254_gshared (RuntimeArray * __this, Slot_t3975888750 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSlot_t3975888750_m1037969254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisSlot_t3975888750_m1037969254_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSlot_t384495010_m635565498_gshared (RuntimeArray * __this, Slot_t384495010 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSlot_t384495010_m635565498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisSlot_t384495010_m635565498_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDateTime_t3738529785_m2250893026_gshared (RuntimeArray * __this, DateTime_t3738529785 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDateTime_t3738529785_m2250893026_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisDateTime_t3738529785_m2250893026_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDecimal_t2948259380_m1489074346_gshared (RuntimeArray * __this, Decimal_t2948259380 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDecimal_t2948259380_m1489074346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisDecimal_t2948259380_m1489074346_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDouble_t594665363_m3197228342_gshared (RuntimeArray * __this, double ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDouble_t594665363_m3197228342_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisDouble_t594665363_m3197228342_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInt16_t2552820387_m3372313693_gshared (RuntimeArray * __this, int16_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInt16_t2552820387_m3372313693_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisInt16_t2552820387_m3372313693_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInt32_t2950945753_m1299950055_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInt32_t2950945753_m1299950055_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisInt32_t2950945753_m1299950055_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisInt64_t3736567304_m3736440744_gshared (RuntimeArray * __this, int64_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisInt64_t3736567304_m3736440744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisInt64_t3736567304_m3736440744_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisIntPtr_t_m3807208150_gshared (RuntimeArray * __this, intptr_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisIntPtr_t_m3807208150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisIntPtr_t_m3807208150_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRuntimeObject_m2110193223_gshared (RuntimeArray * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRuntimeObject_m2110193223_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRuntimeObject_m2110193223_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t287865710_m2189952110_gshared (RuntimeArray * __this, CustomAttributeNamedArgument_t287865710 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t287865710_m2189952110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisCustomAttributeNamedArgument_t287865710_m2189952110_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t2723150157_m3045918830_gshared (RuntimeArray * __this, CustomAttributeTypedArgument_t2723150157 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t2723150157_m3045918830_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisCustomAttributeTypedArgument_t2723150157_m3045918830_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLabelData_t360167391_m3556246844_gshared (RuntimeArray * __this, LabelData_t360167391 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLabelData_t360167391_m3556246844_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisLabelData_t360167391_m3556246844_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisLabelFixup_t858502054_m3068158566_gshared (RuntimeArray * __this, LabelFixup_t858502054 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisLabelFixup_t858502054_m3068158566_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisLabelFixup_t858502054_m3068158566_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisILTokenInfo_t2325775114_m3179429710_gshared (RuntimeArray * __this, ILTokenInfo_t2325775114 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisILTokenInfo_t2325775114_m3179429710_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisILTokenInfo_t2325775114_m3179429710_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisMonoResource_t4103430009_m238733686_gshared (RuntimeArray * __this, MonoResource_t4103430009 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisMonoResource_t4103430009_m238733686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisMonoResource_t4103430009_m238733686_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRefEmitPermissionSet_t484390987_m4235288405_gshared (RuntimeArray * __this, RefEmitPermissionSet_t484390987 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRefEmitPermissionSet_t484390987_m4235288405_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRefEmitPermissionSet_t484390987_m4235288405_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisParameterModifier_t1461694466_m2152733370_gshared (RuntimeArray * __this, ParameterModifier_t1461694466 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisParameterModifier_t1461694466_m2152733370_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisParameterModifier_t1461694466_m2152733370_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisResourceCacheItem_t51292791_m1682003393_gshared (RuntimeArray * __this, ResourceCacheItem_t51292791 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisResourceCacheItem_t51292791_m1682003393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisResourceCacheItem_t51292791_m1682003393_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisResourceInfo_t2872965302_m411268393_gshared (RuntimeArray * __this, ResourceInfo_t2872965302 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisResourceInfo_t2872965302_m411268393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisResourceInfo_t2872965302_m411268393_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTypeTag_t3541821701_m764358406_gshared (RuntimeArray * __this, uint8_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTypeTag_t3541821701_m764358406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTypeTag_t3541821701_m764358406_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSByte_t1669577662_m1857659578_gshared (RuntimeArray * __this, int8_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSByte_t1669577662_m1857659578_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisSByte_t1669577662_m1857659578_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t133602714_m3635989134_gshared (RuntimeArray * __this, X509ChainStatus_t133602714 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t133602714_m3635989134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisX509ChainStatus_t133602714_m3635989134_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisSingle_t1397266774_m3361324455_gshared (RuntimeArray * __this, float ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisSingle_t1397266774_m3361324455_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisSingle_t1397266774_m3361324455_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisMark_t3471605523_m351418700_gshared (RuntimeArray * __this, Mark_t3471605523 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisMark_t3471605523_m351418700_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisMark_t3471605523_m351418700_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTimeSpan_t881159249_m2877951771_gshared (RuntimeArray * __this, TimeSpan_t881159249 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTimeSpan_t881159249_m2877951771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTimeSpan_t881159249_m2877951771_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTimeType_t2507513283_m2708562854_gshared (RuntimeArray * __this, TimeType_t2507513283 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTimeType_t2507513283_m2708562854_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTimeType_t2507513283_m2708562854_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUInt16_t2177724958_m1766181761_gshared (RuntimeArray * __this, uint16_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUInt16_t2177724958_m1766181761_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisUInt16_t2177724958_m1766181761_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUInt32_t2560061978_m733727733_gshared (RuntimeArray * __this, uint32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUInt32_t2560061978_m733727733_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisUInt32_t2560061978_m733727733_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUInt64_t4134040092_m2664745791_gshared (RuntimeArray * __this, uint64_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUInt64_t4134040092_m2664745791_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisUInt64_t4134040092_m2664745791_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisUriScheme_t722425697_m3733744077_gshared (RuntimeArray * __this, UriScheme_t722425697 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisUriScheme_t722425697_m3733744077_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisUriScheme_t722425697_m3733744077_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisNsDecl_t3938094415_m3762257439_gshared (RuntimeArray * __this, NsDecl_t3938094415 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisNsDecl_t3938094415_m3762257439_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisNsDecl_t3938094415_m3762257439_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisNsScope_t3958624705_m3473036661_gshared (RuntimeArray * __this, NsScope_t3958624705 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisNsScope_t3958624705_m3473036661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisNsScope_t3958624705_m3473036661_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisXPathResultType_t2828988488_m1066441019_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisXPathResultType_t2828988488_m1066441019_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisXPathResultType_t2828988488_m1066441019_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t3156717155_m1316206563_gshared (RuntimeArray * __this, AnimatorClipInfo_t3156717155 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t3156717155_m1316206563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisAnimatorClipInfo_t3156717155_m1316206563_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisOrderBlock_t1585977831_m1449044465_gshared (RuntimeArray * __this, OrderBlock_t1585977831 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisOrderBlock_t1585977831_m1449044465_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisOrderBlock_t1585977831_m1449044465_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisBoneWeight_t1955788027_m3703385444_gshared (RuntimeArray * __this, BoneWeight_t1955788027 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisBoneWeight_t1955788027_m3703385444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisBoneWeight_t1955788027_m3703385444_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisBounds_t2266837910_m3569718719_gshared (RuntimeArray * __this, Bounds_t2266837910 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisBounds_t2266837910_m3569718719_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisBounds_t2266837910_m3569718719_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisColor_t2555686324_m1658001816_gshared (RuntimeArray * __this, Color_t2555686324 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisColor_t2555686324_m1658001816_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisColor_t2555686324_m1658001816_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisColor32_t2600501292_m1053145697_gshared (RuntimeArray * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisColor32_t2600501292_m1053145697_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisColor32_t2600501292_m1053145697_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisCombineInstance_t988503480_m4004583816_gshared (RuntimeArray * __this, CombineInstance_t988503480 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisCombineInstance_t988503480_m4004583816_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisCombineInstance_t988503480_m4004583816_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisContactPoint_t3758755253_m4004109175_gshared (RuntimeArray * __this, ContactPoint_t3758755253 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisContactPoint_t3758755253_m4004109175_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisContactPoint_t3758755253_m4004109175_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisContactPoint2D_t3390240644_m284878234_gshared (RuntimeArray * __this, ContactPoint2D_t3390240644 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisContactPoint2D_t3390240644_m284878234_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisContactPoint2D_t3390240644_m284878234_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisDiagnosticSwitch_t2110704064_m1023007190_gshared (RuntimeArray * __this, DiagnosticSwitch_t2110704064 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisDiagnosticSwitch_t2110704064_m1023007190_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisDiagnosticSwitch_t2110704064_m1023007190_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRaycastResult_t3360306849_m3237401700_gshared (RuntimeArray * __this, RaycastResult_t3360306849 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRaycastResult_t3360306849_m3237401700_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRaycastResult_t3360306849_m3237401700_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisGradientColorKey_t812552589_m3431239891_gshared (RuntimeArray * __this, GradientColorKey_t812552589 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisGradientColorKey_t812552589_m3431239891_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisGradientColorKey_t812552589_m3431239891_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyCode_t2599294277_m3115392171_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyCode_t2599294277_m3115392171_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyCode_t2599294277_m3115392171_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisKeyframe_t4206410242_m3222074551_gshared (RuntimeArray * __this, Keyframe_t4206410242 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisKeyframe_t4206410242_m3222074551_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisKeyframe_t4206410242_m3222074551_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisMatrix4x4_t1817901843_m4092628408_gshared (RuntimeArray * __this, Matrix4x4_t1817901843 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisMatrix4x4_t1817901843_m4092628408_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisMatrix4x4_t1817901843_m4092628408_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisParticle_t1882894987_m1763945844_gshared (RuntimeArray * __this, Particle_t1882894987 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisParticle_t1882894987_m1763945844_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisParticle_t1882894987_m1763945844_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPlayable_t459825607_m1844912473_gshared (RuntimeArray * __this, Playable_t459825607 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPlayable_t459825607_m1844912473_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisPlayable_t459825607_m1844912473_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisPlayableBinding_t354260709_m2417281815_gshared (RuntimeArray * __this, PlayableBinding_t354260709 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisPlayableBinding_t354260709_m2417281815_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisPlayableBinding_t354260709_m2417281815_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisQuaternion_t2301928331_m3013369755_gshared (RuntimeArray * __this, Quaternion_t2301928331 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisQuaternion_t2301928331_m3013369755_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisQuaternion_t2301928331_m3013369755_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRay_t3785851493_m3436683737_gshared (RuntimeArray * __this, Ray_t3785851493 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRay_t3785851493_m3436683737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRay_t3785851493_m3436683737_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRay2D_t2082843914_m3276166304_gshared (RuntimeArray * __this, Ray2D_t2082843914 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRay2D_t2082843914_m3276166304_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRay2D_t2082843914_m3276166304_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRaycastHit_t1056001966_m2255692446_gshared (RuntimeArray * __this, RaycastHit_t1056001966 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRaycastHit_t1056001966_m2255692446_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRaycastHit_t1056001966_m2255692446_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t2279581989_m2916504088_gshared (RuntimeArray * __this, RaycastHit2D_t2279581989 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t2279581989_m2916504088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRaycastHit2D_t2279581989_m2916504088_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRect_t2360479859_m2140365044_gshared (RuntimeArray * __this, Rect_t2360479859 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRect_t2360479859_m2140365044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRect_t2360479859_m2140365044_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisRenderBuffer_t586150500_m3610519594_gshared (RuntimeArray * __this, RenderBuffer_t586150500 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisRenderBuffer_t586150500_m3610519594_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisRenderBuffer_t586150500_m3610519594_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_t288657778_m3135979312_gshared (RuntimeArray * __this, ReflectionProbeBlendInfo_t288657778 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_t288657778_m3135979312_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisReflectionProbeBlendInfo_t288657778_m3135979312_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisHitInfo_t3229609740_m1726675946_gshared (RuntimeArray * __this, HitInfo_t3229609740 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisHitInfo_t3229609740_m1726675946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisHitInfo_t3229609740_m1726675946_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisGcAchievementData_t675222246_m441238831_gshared (RuntimeArray * __this, GcAchievementData_t675222246 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisGcAchievementData_t675222246_m441238831_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisGcAchievementData_t675222246_m441238831_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisGcScoreData_t2125309831_m863269800_gshared (RuntimeArray * __this, GcScoreData_t2125309831 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisGcScoreData_t2125309831_m863269800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisGcScoreData_t2125309831_m863269800_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTextEditOp_t1927482598_m1349235500_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTextEditOp_t1927482598_m1349235500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTextEditOp_t1927482598_m1349235500_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisWeightInfo_t1982677921_m1937101264_gshared (RuntimeArray * __this, WeightInfo_t1982677921 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisWeightInfo_t1982677921_m1937101264_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisWeightInfo_t1982677921_m1937101264_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisConnectionCache_t1120597666_m1662229316_gshared (RuntimeArray * __this, ConnectionCache_t1120597666 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisConnectionCache_t1120597666_m1662229316_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisConnectionCache_t1120597666_m1662229316_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisTouch_t1921856868_m3186275290_gshared (RuntimeArray * __this, Touch_t1921856868 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisTouch_t1921856868_m3186275290_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisTouch_t1921856868_m3186275290_RuntimeMethod_var); } } // System.Boolean System.Array::InternalArray__ICollection_Remove(T) extern "C" IL2CPP_METHOD_ATTR bool Array_InternalArray__ICollection_Remove_TisContentType_t1787303396_m4258952916_gshared (RuntimeArray * __this, int32_t ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Array_InternalArray__ICollection_Remove_TisContentType_t1787303396_m4258952916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Array_InternalArray__ICollection_Remove_TisContentType_t1787303396_m4258952916_RuntimeMethod_var); } }