#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 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 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 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 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); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker11 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, 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 GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, 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); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // <>__AnonType0`3 struct U3CU3E__AnonType0_3_t1673802516; // System.String struct String_t; // System.String[] struct StringU5BU5D_t1281789340; // <>__AnonType0`3 struct U3CU3E__AnonType0_3_t2047079929; // <>__AnonType1`2 struct U3CU3E__AnonType1_2_t1955971020; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t983456336; // System.NotSupportedException struct NotSupportedException_t1314879016; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2800105713; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3585727264; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2929266124; // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t400923052; // BetterList`1/EqualFun struct EqualFun_t3972273353; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // BetterList`1/EqualFun struct EqualFun_t1493955434; // BetterList`1/EqualFun struct EqualFun_t2279576985; // BetterList`1/EqualFun struct EqualFun_t1623115845; // BetterList`1/EqualFun struct EqualFun_t3389740069; // BetterList`1 struct BetterList_1_t289316694; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1566866844; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Comparison`1 struct Comparison_1_t909227555; // BetterList`1 struct BetterList_1_t2105966071; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3383516221; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Comparison`1 struct Comparison_1_t2725876932; // BetterList`1 struct BetterList_1_t2891587622; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4169137772; // System.Int64[] struct Int64U5BU5D_t2559172825; // System.Comparison`1 struct Comparison_1_t3511498483; // BetterList`1 struct BetterList_1_t2235126482; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Comparison`1 struct Comparison_1_t2855037343; // BetterList`1 struct BetterList_1_t4001750706; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t984333560; // VehicleInputCmd[] struct VehicleInputCmdU5BU5D_t1195539101; // System.Comparison`1 struct Comparison_1_t326694271; // CBetterSet`1 struct CBetterSet_1_t3194383868; // System.Action`1 struct Action_1_t3252573759; // CMotionManager/motionGroup`1 struct motionGroup_1_t1781940876; // CMotionManager/motionItem`1 struct motionItem_1_t3180784535; // CMotionManager/motionGroup`1 struct motionGroup_1_t1003763043; // CMotionManager/motionItem`1 struct motionItem_1_t2402606702; // CMotionManager/motionGroup`1 struct motionGroup_1_t2424148176; // CMotionManager/motionItem`1 struct motionItem_1_t3822991835; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2840439279; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t337461567; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2693741957; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3479363508; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2822902368; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1140062978; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2302858182; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3876836296; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2298482528; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2044724535; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2103276063; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1899025727; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3465109668; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3061825141; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4147751407; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t1644773695; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4001054085; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t491708340; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4130214496; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2447375106; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3610170310; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t889181128; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3605794656; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3352036663; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3410588191; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3206337855; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t477454500; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t74169973; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1580492422; // DG.Tweening.Tweener struct Tweener_t436044680; // System.Type struct Type_t; // 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; // CMotionManager/motionItem`1[] struct motionItem_1U5BU5D_t60167258; // CMotionManager/motionItem`1[] struct motionItem_1U5BU5D_t912778267; // BetterList`1> struct BetterList_1_t2335804853; // CMotionManager/motionItem`1[] struct motionItem_1U5BU5D_t1185355822; // System.Char[] struct CharU5BU5D_t3528271667; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Void struct Void_t1185182177; // BetterList`1> struct BetterList_1_t2978012153; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // BetterList`1> struct BetterList_1_t1557627020; // System.Single[] struct SingleU5BU5D_t1444911251; // UnityEngine.Transform struct Transform_t3600365921; // DG.Tweening.TweenCallback struct TweenCallback_t3727756325; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Func`3 struct Func_3_t766691812; // DG.Tweening.Core.DOTweenComponent struct DOTweenComponent_t828035757; // System.Collections.Generic.List`1 struct List_1_t904863771; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658; // DG.Tweening.EaseFunction struct EaseFunction_t3531141372; // DG.Tweening.Sequence struct Sequence_t2050373119; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1116502072; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1601250467; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3542497879; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3321825548; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3999134832; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t835568657; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1253391633; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t281541932; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2849099616; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2233520741; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1969933424; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2785364532; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2924512484; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2480340187; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t420566061; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3746269868; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t30281596; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4012845184; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614613; extern String_t* _stringLiteral4046192869; extern String_t* _stringLiteral1375230126; extern String_t* _stringLiteral1610506456; extern String_t* _stringLiteral3455956864; extern const uint32_t U3CU3E__AnonType0_3_ToString_m488124468_MetadataUsageId; extern const uint32_t U3CU3E__AnonType0_3_ToString_m721901571_MetadataUsageId; extern String_t* _stringLiteral3981181157; extern String_t* _stringLiteral1784442701; extern const uint32_t U3CU3E__AnonType1_2_ToString_m410407368_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m3114354172_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m3114354172_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m3719430185_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m3719430185_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m2404701631_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m2404701631_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m2087819096_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m2087819096_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator0_Reset_m2185653336_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator0_Reset_m2185653336_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern const uint32_t EqualFun_BeginInvoke_m1076000122_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t EqualFun_BeginInvoke_m3219415593_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const uint32_t EqualFun_BeginInvoke_m1992728204_MetadataUsageId; extern RuntimeClass* VehicleInputCmd_t551763092_il2cpp_TypeInfo_var; extern const uint32_t EqualFun_BeginInvoke_m2245625162_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t BetterList_1_Resize_m2801707268_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m2999227842_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m3558601324_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m1968001449_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m2003683625_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m1148839271_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m771269936_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m4175758419_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m700097119_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m2273833626_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m2639820123_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m2596579602_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m3928953428_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m3432564399_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m4170215807_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m3854873820_MetadataUsageId; extern const uint32_t BetterList_1_Resize_m3136992644_MetadataUsageId; extern const uint32_t BetterList_1_AllocateMore_m3116494268_MetadataUsageId; extern const uint32_t BetterList_1_Insert_m3065274689_MetadataUsageId; extern const uint32_t BetterList_1_RemoveRange_m2831908174_MetadataUsageId; extern RuntimeClass* Color2_t3097643075_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m628755982_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m866972724_MetadataUsageId; extern const uint32_t DOSetter_1_BeginInvoke_m968838900_MetadataUsageId; extern const uint32_t DOSetter_1_BeginInvoke_m972479249_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m3898960672_MetadataUsageId; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m2255215936_MetadataUsageId; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m3338913113_MetadataUsageId; extern RuntimeClass* Color_t2555686324_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m1665605955_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m1908389100_MetadataUsageId; extern RuntimeClass* Rect_t2360479859_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m2233154439_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m3403929441_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m1069940935_MetadataUsageId; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern const uint32_t DOSetter_1_BeginInvoke_m1741818123_MetadataUsageId; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t TweenerCore_3__ctor_m2924739529_MetadataUsageId; extern RuntimeClass* Debugger_t1756157868_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2188308937; extern String_t* _stringLiteral2165126248; extern String_t* _stringLiteral1228253608; extern String_t* _stringLiteral3452614535; extern const uint32_t TweenerCore_3_ChangeStartValue_m2434400119_MetadataUsageId; extern String_t* _stringLiteral2208209292; extern const uint32_t TweenerCore_3_ChangeEndValue_m506278079_MetadataUsageId; extern String_t* _stringLiteral3251123125; extern const uint32_t TweenerCore_3_ChangeValues_m2743995111_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3912223537_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m219740673_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1127376553_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t TweenerCore_3_Validate_m927556390_MetadataUsageId; extern RuntimeClass* DOTween_t2744875806_il2cpp_TypeInfo_var; extern const uint32_t TweenerCore_3_ApplyTween_m929001621_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m1137253352_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m641972112_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m1888483430_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1446534540_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3522107051_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2540055384_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m2069323850_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m292817600_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m1761071365_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m2027720900_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m413589753_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m1403432332_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m3819146595_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3875976855_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2359892196_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1054178293_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m626489955_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m3526386228_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m3321319780_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1977951182_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m615111724_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m3558371687_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1333158500_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m1176561202_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m2024478599_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m850154652_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m1593875967_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m1405367229_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3561939743_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m462148713_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1194303800_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1851796942_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m278833934_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m820682495_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m4199204657_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m1947401793_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m2767187228_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m2583935317_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2101680360_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m589909003_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m4238982004_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2248898588_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1909579423_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m1838130301_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m642953405_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m4279005901_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m2514265775_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2357858854_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m2896660467_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m226897804_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m3450358600_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m448590327_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m308027102_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m1446743779_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m3756700337_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3995967971_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2898957247_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m3503171802_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3914991653_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m3569353704_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m4191479946_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m1663776474_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m3857750577_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m4083448286_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1910159026_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2792973810_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m3678085278_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1744719498_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m3826090861_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m2090208377_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m2962831117_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m2258451471_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m3325091055_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3597248672_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m4103465291_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1764753712_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m754938245_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2687865434_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m442620410_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m1147099563_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m1583101450_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m1697770640_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1091953069_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m3803851753_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1060838238_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m978882292_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m583964088_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m3507248789_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m941752170_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m1423605481_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m1450777167_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3874942934_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m75708734_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m379513992_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3296635700_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m629333222_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m2329650945_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m2691069845_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m4290230332_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m1587316417_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1483180382_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m839828209_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m64871906_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m2617465757_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2607583968_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1907537251_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m3428430818_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m434801068_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m3248019953_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m966821738_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m1973798583_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m2653266161_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3449752104_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m1269922065_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m4146199683_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m3231270778_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m1652647338_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m4079321477_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1198682774_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m317075346_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m3168039455_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m574341878_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m1100491388_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m2347589642_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m2376643678_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m2507230229_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m1086485937_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m456075927_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2211582991_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1586558875_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m3147628817_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m986303406_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1009217813_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m3817027908_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m1395776197_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m798740621_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m2041728935_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m1618609864_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m3022648660_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1497446706_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m1058194537_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m2777773879_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m1333301747_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m552510316_MetadataUsageId; extern const uint32_t TweenerCore_3__ctor_m2554884114_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1722388505_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m482289516_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m1781067871_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m2036701035_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m3982928511_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m781815799_MetadataUsageId; extern const uint32_t TweenerCore_3_Validate_m2150682284_MetadataUsageId; extern const uint32_t TweenerCore_3_ApplyTween_m4289039258_MetadataUsageId; struct StringU5BU5D_t1281789340; struct ByteU5BU5D_t4116647657; struct Int32U5BU5D_t385246372; struct Int64U5BU5D_t2559172825; struct ObjectU5BU5D_t2843939325; struct VehicleInputCmdU5BU5D_t1195539101; struct motionItem_1U5BU5D_t1185355822; struct motionItem_1U5BU5D_t912778267; struct motionItem_1U5BU5D_t60167258; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef 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 BETTERLIST_1_T2978012153_H #define BETTERLIST_1_T2978012153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1> struct BetterList_1_t2978012153 : public RuntimeObject { public: // T[] BetterList`1::buffer motionItem_1U5BU5D_t60167258* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2978012153, ___buffer_0)); } inline motionItem_1U5BU5D_t60167258* get_buffer_0() const { return ___buffer_0; } inline motionItem_1U5BU5D_t60167258** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(motionItem_1U5BU5D_t60167258* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2978012153, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2978012153_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 BETTERLIST_1_T1557627020_H #define BETTERLIST_1_T1557627020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1> struct BetterList_1_t1557627020 : public RuntimeObject { public: // T[] BetterList`1::buffer motionItem_1U5BU5D_t912778267* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t1557627020, ___buffer_0)); } inline motionItem_1U5BU5D_t912778267* get_buffer_0() const { return ___buffer_0; } inline motionItem_1U5BU5D_t912778267** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(motionItem_1U5BU5D_t912778267* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t1557627020, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T1557627020_H #ifndef EQUALITYCOMPARER_1_T3599036008_H #define EQUALITYCOMPARER_1_T3599036008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t3599036008 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t3599036008_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t3599036008 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t3599036008_StaticFields, ____default_0)); } inline EqualityComparer_1_t3599036008 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t3599036008 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t3599036008 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T3599036008_H #ifndef EQUALITYCOMPARER_1_T1906339640_H #define EQUALITYCOMPARER_1_T1906339640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1906339640 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1906339640_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1906339640 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1906339640_StaticFields, ____default_0)); } inline EqualityComparer_1_t1906339640 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1906339640 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1906339640 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1906339640_H #ifndef EQUALITYCOMPARER_1_T3016502724_H #define EQUALITYCOMPARER_1_T3016502724_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t3016502724 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t3016502724_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t3016502724 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t3016502724_StaticFields, ____default_0)); } inline EqualityComparer_1_t3016502724 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t3016502724 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t3016502724 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T3016502724_H #ifndef CBETTERSET_1_T3194383868_H #define CBETTERSET_1_T3194383868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CBetterSet`1 struct CBetterSet_1_t3194383868 : public RuntimeObject { public: // BetterList`1 CBetterSet`1::m_array BetterList_1_t2235126482 * ___m_array_0; // System.Int32 CBetterSet`1::m_itor int32_t ___m_itor_1; // System.Boolean CBetterSet`1::m_removeFlag bool ___m_removeFlag_2; public: inline static int32_t get_offset_of_m_array_0() { return static_cast(offsetof(CBetterSet_1_t3194383868, ___m_array_0)); } inline BetterList_1_t2235126482 * get_m_array_0() const { return ___m_array_0; } inline BetterList_1_t2235126482 ** get_address_of_m_array_0() { return &___m_array_0; } inline void set_m_array_0(BetterList_1_t2235126482 * value) { ___m_array_0 = value; Il2CppCodeGenWriteBarrier((&___m_array_0), value); } inline static int32_t get_offset_of_m_itor_1() { return static_cast(offsetof(CBetterSet_1_t3194383868, ___m_itor_1)); } inline int32_t get_m_itor_1() const { return ___m_itor_1; } inline int32_t* get_address_of_m_itor_1() { return &___m_itor_1; } inline void set_m_itor_1(int32_t value) { ___m_itor_1 = value; } inline static int32_t get_offset_of_m_removeFlag_2() { return static_cast(offsetof(CBetterSet_1_t3194383868, ___m_removeFlag_2)); } inline bool get_m_removeFlag_2() const { return ___m_removeFlag_2; } inline bool* get_address_of_m_removeFlag_2() { return &___m_removeFlag_2; } inline void set_m_removeFlag_2(bool value) { ___m_removeFlag_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CBETTERSET_1_T3194383868_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 MOTIONGROUP_1_T1781940876_H #define MOTIONGROUP_1_T1781940876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMotionManager/motionGroup`1 struct motionGroup_1_t1781940876 : public RuntimeObject { public: // System.Boolean CMotionManager/motionGroup`1::Alive bool ___Alive_0; // System.Single CMotionManager/motionGroup`1::Length float ___Length_1; // T CMotionManager/motionGroup`1::To RuntimeObject * ___To_2; // BetterList`1> CMotionManager/motionGroup`1::List BetterList_1_t2335804853 * ___List_3; public: inline static int32_t get_offset_of_Alive_0() { return static_cast(offsetof(motionGroup_1_t1781940876, ___Alive_0)); } inline bool get_Alive_0() const { return ___Alive_0; } inline bool* get_address_of_Alive_0() { return &___Alive_0; } inline void set_Alive_0(bool value) { ___Alive_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(motionGroup_1_t1781940876, ___Length_1)); } inline float get_Length_1() const { return ___Length_1; } inline float* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(float value) { ___Length_1 = value; } inline static int32_t get_offset_of_To_2() { return static_cast(offsetof(motionGroup_1_t1781940876, ___To_2)); } inline RuntimeObject * get_To_2() const { return ___To_2; } inline RuntimeObject ** get_address_of_To_2() { return &___To_2; } inline void set_To_2(RuntimeObject * value) { ___To_2 = value; Il2CppCodeGenWriteBarrier((&___To_2), value); } inline static int32_t get_offset_of_List_3() { return static_cast(offsetof(motionGroup_1_t1781940876, ___List_3)); } inline BetterList_1_t2335804853 * get_List_3() const { return ___List_3; } inline BetterList_1_t2335804853 ** get_address_of_List_3() { return &___List_3; } inline void set_List_3(BetterList_1_t2335804853 * value) { ___List_3 = value; Il2CppCodeGenWriteBarrier((&___List_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOTIONGROUP_1_T1781940876_H #ifndef BETTERLIST_1_T2335804853_H #define BETTERLIST_1_T2335804853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1> struct BetterList_1_t2335804853 : public RuntimeObject { public: // T[] BetterList`1::buffer motionItem_1U5BU5D_t1185355822* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2335804853, ___buffer_0)); } inline motionItem_1U5BU5D_t1185355822* get_buffer_0() const { return ___buffer_0; } inline motionItem_1U5BU5D_t1185355822** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(motionItem_1U5BU5D_t1185355822* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2335804853, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2335804853_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 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_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_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_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 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 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 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 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 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_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 #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 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 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 BETTERLIST_1_T2891587622_H #define BETTERLIST_1_T2891587622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2891587622 : public RuntimeObject { public: // T[] BetterList`1::buffer Int64U5BU5D_t2559172825* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2891587622, ___buffer_0)); } inline Int64U5BU5D_t2559172825* get_buffer_0() const { return ___buffer_0; } inline Int64U5BU5D_t2559172825** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Int64U5BU5D_t2559172825* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2891587622, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2891587622_H #ifndef U3CU3E__ANONTYPE1_2_T1955971020_H #define U3CU3E__ANONTYPE1_2_T1955971020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // <>__AnonType1`2 struct U3CU3E__AnonType1_2_t1955971020 : public RuntimeObject { public: // __T <>__AnonType1`2:: RuntimeObject * ___U3CtypeU3E_0; // __T <>__AnonType1`2:: RuntimeObject * ___U3CmethodU3E_1; public: inline static int32_t get_offset_of_U3CtypeU3E_0() { return static_cast(offsetof(U3CU3E__AnonType1_2_t1955971020, ___U3CtypeU3E_0)); } inline RuntimeObject * get_U3CtypeU3E_0() const { return ___U3CtypeU3E_0; } inline RuntimeObject ** get_address_of_U3CtypeU3E_0() { return &___U3CtypeU3E_0; } inline void set_U3CtypeU3E_0(RuntimeObject * value) { ___U3CtypeU3E_0 = value; Il2CppCodeGenWriteBarrier((&___U3CtypeU3E_0), value); } inline static int32_t get_offset_of_U3CmethodU3E_1() { return static_cast(offsetof(U3CU3E__AnonType1_2_t1955971020, ___U3CmethodU3E_1)); } inline RuntimeObject * get_U3CmethodU3E_1() const { return ___U3CmethodU3E_1; } inline RuntimeObject ** get_address_of_U3CmethodU3E_1() { return &___U3CmethodU3E_1; } inline void set_U3CmethodU3E_1(RuntimeObject * value) { ___U3CmethodU3E_1 = value; Il2CppCodeGenWriteBarrier((&___U3CmethodU3E_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3E__ANONTYPE1_2_T1955971020_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T983456336_H #define U3CGETENUMERATORU3EC__ITERATOR0_T983456336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t983456336 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t289316694 * ___U24this_1; // T BetterList`1/c__Iterator0::$current uint8_t ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U24this_1)); } inline BetterList_1_t289316694 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t289316694 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t289316694 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U24current_2)); } inline uint8_t get_U24current_2() const { return ___U24current_2; } inline uint8_t* get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(uint8_t value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t983456336, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T983456336_H #ifndef EQUALITYCOMPARER_1_T1249878500_H #define EQUALITYCOMPARER_1_T1249878500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1249878500 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1249878500_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1249878500 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1249878500_StaticFields, ____default_0)); } inline EqualityComparer_1_t1249878500 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1249878500 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1249878500 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1249878500_H #ifndef BETTERLIST_1_T4001750706_H #define BETTERLIST_1_T4001750706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t4001750706 : public RuntimeObject { public: // T[] BetterList`1::buffer VehicleInputCmdU5BU5D_t1195539101* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t4001750706, ___buffer_0)); } inline VehicleInputCmdU5BU5D_t1195539101* get_buffer_0() const { return ___buffer_0; } inline VehicleInputCmdU5BU5D_t1195539101** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(VehicleInputCmdU5BU5D_t1195539101* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t4001750706, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T4001750706_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 BETTERLIST_1_T2235126482_H #define BETTERLIST_1_T2235126482_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2235126482 : public RuntimeObject { public: // T[] BetterList`1::buffer ObjectU5BU5D_t2843939325* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2235126482, ___buffer_0)); } inline ObjectU5BU5D_t2843939325* get_buffer_0() const { return ___buffer_0; } inline ObjectU5BU5D_t2843939325** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ObjectU5BU5D_t2843939325* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2235126482, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2235126482_H #ifndef BETTERLIST_1_T289316694_H #define BETTERLIST_1_T289316694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t289316694 : public RuntimeObject { public: // T[] BetterList`1::buffer ByteU5BU5D_t4116647657* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t289316694, ___buffer_0)); } inline ByteU5BU5D_t4116647657* get_buffer_0() const { return ___buffer_0; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(ByteU5BU5D_t4116647657* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t289316694, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T289316694_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 U3CU3E__ANONTYPE0_3_T1673802516_H #define U3CU3E__ANONTYPE0_3_T1673802516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // <>__AnonType0`3 struct U3CU3E__AnonType0_3_t1673802516 : public RuntimeObject { public: // __T <>__AnonType0`3:: RuntimeObject * ___U3CTypeU3E_0; // __T <>__AnonType0`3:: RuntimeObject * ___U3CValueU3E_1; // __T <>__AnonType0`3:: RuntimeObject * ___U3CIndexU3E_2; public: inline static int32_t get_offset_of_U3CTypeU3E_0() { return static_cast(offsetof(U3CU3E__AnonType0_3_t1673802516, ___U3CTypeU3E_0)); } inline RuntimeObject * get_U3CTypeU3E_0() const { return ___U3CTypeU3E_0; } inline RuntimeObject ** get_address_of_U3CTypeU3E_0() { return &___U3CTypeU3E_0; } inline void set_U3CTypeU3E_0(RuntimeObject * value) { ___U3CTypeU3E_0 = value; Il2CppCodeGenWriteBarrier((&___U3CTypeU3E_0), value); } inline static int32_t get_offset_of_U3CValueU3E_1() { return static_cast(offsetof(U3CU3E__AnonType0_3_t1673802516, ___U3CValueU3E_1)); } inline RuntimeObject * get_U3CValueU3E_1() const { return ___U3CValueU3E_1; } inline RuntimeObject ** get_address_of_U3CValueU3E_1() { return &___U3CValueU3E_1; } inline void set_U3CValueU3E_1(RuntimeObject * value) { ___U3CValueU3E_1 = value; Il2CppCodeGenWriteBarrier((&___U3CValueU3E_1), value); } inline static int32_t get_offset_of_U3CIndexU3E_2() { return static_cast(offsetof(U3CU3E__AnonType0_3_t1673802516, ___U3CIndexU3E_2)); } inline RuntimeObject * get_U3CIndexU3E_2() const { return ___U3CIndexU3E_2; } inline RuntimeObject ** get_address_of_U3CIndexU3E_2() { return &___U3CIndexU3E_2; } inline void set_U3CIndexU3E_2(RuntimeObject * value) { ___U3CIndexU3E_2 = value; Il2CppCodeGenWriteBarrier((&___U3CIndexU3E_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3E__ANONTYPE0_3_T1673802516_H #ifndef EQUALITYCOMPARER_1_T1162854308_H #define EQUALITYCOMPARER_1_T1162854308_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1162854308 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1162854308_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1162854308 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1162854308_StaticFields, ____default_0)); } inline EqualityComparer_1_t1162854308 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1162854308 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1162854308 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1162854308_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T3585727264_H #define U3CGETENUMERATORU3EC__ITERATOR0_T3585727264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t3585727264 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t2891587622 * ___U24this_1; // T BetterList`1/c__Iterator0::$current int64_t ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U24this_1)); } inline BetterList_1_t2891587622 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t2891587622 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t2891587622 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U24current_2)); } inline int64_t get_U24current_2() const { return ___U24current_2; } inline int64_t* get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(int64_t value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t3585727264, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T3585727264_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T2800105713_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2800105713_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2800105713 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t2105966071 * ___U24this_1; // T BetterList`1/c__Iterator0::$current int32_t ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U24this_1)); } inline BetterList_1_t2105966071 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t2105966071 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t2105966071 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U24current_2)); } inline int32_t get_U24current_2() const { return ___U24current_2; } inline int32_t* get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(int32_t value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2800105713, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2800105713_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T2929266124_H #define U3CGETENUMERATORU3EC__ITERATOR0_T2929266124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t2929266124 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t2235126482 * ___U24this_1; // T BetterList`1/c__Iterator0::$current RuntimeObject * ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___U24this_1)); } inline BetterList_1_t2235126482 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t2235126482 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t2235126482 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___U24current_2)); } inline RuntimeObject * get_U24current_2() const { return ___U24current_2; } inline RuntimeObject ** get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(RuntimeObject * value) { ___U24current_2 = value; Il2CppCodeGenWriteBarrier((&___U24current_2), value); } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t2929266124, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T2929266124_H #ifndef EQUALITYCOMPARER_1_T1120718089_H #define EQUALITYCOMPARER_1_T1120718089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1120718089 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1120718089_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1120718089 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1120718089_StaticFields, ____default_0)); } inline EqualityComparer_1_t1120718089 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1120718089 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1120718089 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1120718089_H #ifndef BETTERLIST_1_T2105966071_H #define BETTERLIST_1_T2105966071_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1 struct BetterList_1_t2105966071 : public RuntimeObject { public: // T[] BetterList`1::buffer Int32U5BU5D_t385246372* ___buffer_0; // System.Int32 BetterList`1::size int32_t ___size_1; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(BetterList_1_t2105966071, ___buffer_0)); } inline Int32U5BU5D_t385246372* get_buffer_0() const { return ___buffer_0; } inline Int32U5BU5D_t385246372** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Int32U5BU5D_t385246372* value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((&___buffer_0), value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(BetterList_1_t2105966071, ___size_1)); } inline int32_t get_size_1() const { return ___size_1; } inline int32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int32_t value) { ___size_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BETTERLIST_1_T2105966071_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 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 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 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 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 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 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 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 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 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 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 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 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 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 VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef 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 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 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 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 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 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 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 UPDATEMODE_T1164472539_H #define UPDATEMODE_T1164472539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.UpdateMode struct UpdateMode_t1164472539 { public: // System.Int32 DG.Tweening.Core.Enums.UpdateMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateMode_t1164472539, ___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 // UPDATEMODE_T1164472539_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 UPDATENOTICE_T1001625488_H #define UPDATENOTICE_T1001625488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.UpdateNotice struct UpdateNotice_t1001625488 { public: // System.Int32 DG.Tweening.Core.Enums.UpdateNotice::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateNotice_t1001625488, ___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 // UPDATENOTICE_T1001625488_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 RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef 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 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 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 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 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 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 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 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 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 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 INTERP_T3032036617_H #define INTERP_T3032036617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMotionManager/Interp struct Interp_t3032036617 { public: // System.Int32 CMotionManager/Interp::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Interp_t3032036617, ___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 // INTERP_T3032036617_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 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 BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___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 // BINDINGFLAGS_T2721792723_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 MOTIONGROUP_1_T2424148176_H #define MOTIONGROUP_1_T2424148176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMotionManager/motionGroup`1 struct motionGroup_1_t2424148176 : public RuntimeObject { public: // System.Boolean CMotionManager/motionGroup`1::Alive bool ___Alive_0; // System.Single CMotionManager/motionGroup`1::Length float ___Length_1; // T CMotionManager/motionGroup`1::To Vector3_t3722313464 ___To_2; // BetterList`1> CMotionManager/motionGroup`1::List BetterList_1_t2978012153 * ___List_3; public: inline static int32_t get_offset_of_Alive_0() { return static_cast(offsetof(motionGroup_1_t2424148176, ___Alive_0)); } inline bool get_Alive_0() const { return ___Alive_0; } inline bool* get_address_of_Alive_0() { return &___Alive_0; } inline void set_Alive_0(bool value) { ___Alive_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(motionGroup_1_t2424148176, ___Length_1)); } inline float get_Length_1() const { return ___Length_1; } inline float* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(float value) { ___Length_1 = value; } inline static int32_t get_offset_of_To_2() { return static_cast(offsetof(motionGroup_1_t2424148176, ___To_2)); } inline Vector3_t3722313464 get_To_2() const { return ___To_2; } inline Vector3_t3722313464 * get_address_of_To_2() { return &___To_2; } inline void set_To_2(Vector3_t3722313464 value) { ___To_2 = value; } inline static int32_t get_offset_of_List_3() { return static_cast(offsetof(motionGroup_1_t2424148176, ___List_3)); } inline BetterList_1_t2978012153 * get_List_3() const { return ___List_3; } inline BetterList_1_t2978012153 ** get_address_of_List_3() { return &___List_3; } inline void set_List_3(BetterList_1_t2978012153 * value) { ___List_3 = value; Il2CppCodeGenWriteBarrier((&___List_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOTIONGROUP_1_T2424148176_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 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 MOTIONGROUP_1_T1003763043_H #define MOTIONGROUP_1_T1003763043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMotionManager/motionGroup`1 struct motionGroup_1_t1003763043 : public RuntimeObject { public: // System.Boolean CMotionManager/motionGroup`1::Alive bool ___Alive_0; // System.Single CMotionManager/motionGroup`1::Length float ___Length_1; // T CMotionManager/motionGroup`1::To Quaternion_t2301928331 ___To_2; // BetterList`1> CMotionManager/motionGroup`1::List BetterList_1_t1557627020 * ___List_3; public: inline static int32_t get_offset_of_Alive_0() { return static_cast(offsetof(motionGroup_1_t1003763043, ___Alive_0)); } inline bool get_Alive_0() const { return ___Alive_0; } inline bool* get_address_of_Alive_0() { return &___Alive_0; } inline void set_Alive_0(bool value) { ___Alive_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(motionGroup_1_t1003763043, ___Length_1)); } inline float get_Length_1() const { return ___Length_1; } inline float* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(float value) { ___Length_1 = value; } inline static int32_t get_offset_of_To_2() { return static_cast(offsetof(motionGroup_1_t1003763043, ___To_2)); } inline Quaternion_t2301928331 get_To_2() const { return ___To_2; } inline Quaternion_t2301928331 * get_address_of_To_2() { return &___To_2; } inline void set_To_2(Quaternion_t2301928331 value) { ___To_2 = value; } inline static int32_t get_offset_of_List_3() { return static_cast(offsetof(motionGroup_1_t1003763043, ___List_3)); } inline BetterList_1_t1557627020 * get_List_3() const { return ___List_3; } inline BetterList_1_t1557627020 ** get_address_of_List_3() { return &___List_3; } inline void set_List_3(BetterList_1_t1557627020 * value) { ___List_3 = value; Il2CppCodeGenWriteBarrier((&___List_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOTIONGROUP_1_T1003763043_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 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 TOKENTYPE_T2993081972_H #define TOKENTYPE_T2993081972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.TemplateEngine.TokenType struct TokenType_t2993081972 { public: // System.Int32 XLua.TemplateEngine.TokenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TokenType_t2993081972, ___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 // TOKENTYPE_T2993081972_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 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 MOTIONITEM_1_T3822991835_H #define MOTIONITEM_1_T3822991835_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMotionManager/motionItem`1 struct motionItem_1_t3822991835 : public RuntimeObject { public: // T CMotionManager/motionItem`1::To Vector3_t3722313464 ___To_0; // CMotionManager/Interp CMotionManager/motionItem`1::Interp int32_t ___Interp_1; // System.Single CMotionManager/motionItem`1::Start float ___Start_2; // System.Single CMotionManager/motionItem`1::End float ___End_3; public: inline static int32_t get_offset_of_To_0() { return static_cast(offsetof(motionItem_1_t3822991835, ___To_0)); } inline Vector3_t3722313464 get_To_0() const { return ___To_0; } inline Vector3_t3722313464 * get_address_of_To_0() { return &___To_0; } inline void set_To_0(Vector3_t3722313464 value) { ___To_0 = value; } inline static int32_t get_offset_of_Interp_1() { return static_cast(offsetof(motionItem_1_t3822991835, ___Interp_1)); } inline int32_t get_Interp_1() const { return ___Interp_1; } inline int32_t* get_address_of_Interp_1() { return &___Interp_1; } inline void set_Interp_1(int32_t value) { ___Interp_1 = value; } inline static int32_t get_offset_of_Start_2() { return static_cast(offsetof(motionItem_1_t3822991835, ___Start_2)); } inline float get_Start_2() const { return ___Start_2; } inline float* get_address_of_Start_2() { return &___Start_2; } inline void set_Start_2(float value) { ___Start_2 = value; } inline static int32_t get_offset_of_End_3() { return static_cast(offsetof(motionItem_1_t3822991835, ___End_3)); } inline float get_End_3() const { return ___End_3; } inline float* get_address_of_End_3() { return &___End_3; } inline void set_End_3(float value) { ___End_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOTIONITEM_1_T3822991835_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 MOTIONITEM_1_T3180784535_H #define MOTIONITEM_1_T3180784535_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMotionManager/motionItem`1 struct motionItem_1_t3180784535 : public RuntimeObject { public: // T CMotionManager/motionItem`1::To RuntimeObject * ___To_0; // CMotionManager/Interp CMotionManager/motionItem`1::Interp int32_t ___Interp_1; // System.Single CMotionManager/motionItem`1::Start float ___Start_2; // System.Single CMotionManager/motionItem`1::End float ___End_3; public: inline static int32_t get_offset_of_To_0() { return static_cast(offsetof(motionItem_1_t3180784535, ___To_0)); } inline RuntimeObject * get_To_0() const { return ___To_0; } inline RuntimeObject ** get_address_of_To_0() { return &___To_0; } inline void set_To_0(RuntimeObject * value) { ___To_0 = value; Il2CppCodeGenWriteBarrier((&___To_0), value); } inline static int32_t get_offset_of_Interp_1() { return static_cast(offsetof(motionItem_1_t3180784535, ___Interp_1)); } inline int32_t get_Interp_1() const { return ___Interp_1; } inline int32_t* get_address_of_Interp_1() { return &___Interp_1; } inline void set_Interp_1(int32_t value) { ___Interp_1 = value; } inline static int32_t get_offset_of_Start_2() { return static_cast(offsetof(motionItem_1_t3180784535, ___Start_2)); } inline float get_Start_2() const { return ___Start_2; } inline float* get_address_of_Start_2() { return &___Start_2; } inline void set_Start_2(float value) { ___Start_2 = value; } inline static int32_t get_offset_of_End_3() { return static_cast(offsetof(motionItem_1_t3180784535, ___End_3)); } inline float get_End_3() const { return ___End_3; } inline float* get_address_of_End_3() { return &___End_3; } inline void set_End_3(float value) { ___End_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOTIONITEM_1_T3180784535_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 MOTIONITEM_1_T2402606702_H #define MOTIONITEM_1_T2402606702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // CMotionManager/motionItem`1 struct motionItem_1_t2402606702 : public RuntimeObject { public: // T CMotionManager/motionItem`1::To Quaternion_t2301928331 ___To_0; // CMotionManager/Interp CMotionManager/motionItem`1::Interp int32_t ___Interp_1; // System.Single CMotionManager/motionItem`1::Start float ___Start_2; // System.Single CMotionManager/motionItem`1::End float ___End_3; public: inline static int32_t get_offset_of_To_0() { return static_cast(offsetof(motionItem_1_t2402606702, ___To_0)); } inline Quaternion_t2301928331 get_To_0() const { return ___To_0; } inline Quaternion_t2301928331 * get_address_of_To_0() { return &___To_0; } inline void set_To_0(Quaternion_t2301928331 value) { ___To_0 = value; } inline static int32_t get_offset_of_Interp_1() { return static_cast(offsetof(motionItem_1_t2402606702, ___Interp_1)); } inline int32_t get_Interp_1() const { return ___Interp_1; } inline int32_t* get_address_of_Interp_1() { return &___Interp_1; } inline void set_Interp_1(int32_t value) { ___Interp_1 = value; } inline static int32_t get_offset_of_Start_2() { return static_cast(offsetof(motionItem_1_t2402606702, ___Start_2)); } inline float get_Start_2() const { return ___Start_2; } inline float* get_address_of_Start_2() { return &___Start_2; } inline void set_Start_2(float value) { ___Start_2 = value; } inline static int32_t get_offset_of_End_3() { return static_cast(offsetof(motionItem_1_t2402606702, ___End_3)); } inline float get_End_3() const { return ___End_3; } inline float* get_address_of_End_3() { return &___End_3; } inline void set_End_3(float value) { ___End_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOTIONITEM_1_T2402606702_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 U3CU3E__ANONTYPE0_3_T2047079929_H #define U3CU3E__ANONTYPE0_3_T2047079929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // <>__AnonType0`3 struct U3CU3E__AnonType0_3_t2047079929 : public RuntimeObject { public: // __T <>__AnonType0`3:: int32_t ___U3CTypeU3E_0; // __T <>__AnonType0`3:: RuntimeObject * ___U3CValueU3E_1; // __T <>__AnonType0`3:: int32_t ___U3CIndexU3E_2; public: inline static int32_t get_offset_of_U3CTypeU3E_0() { return static_cast(offsetof(U3CU3E__AnonType0_3_t2047079929, ___U3CTypeU3E_0)); } inline int32_t get_U3CTypeU3E_0() const { return ___U3CTypeU3E_0; } inline int32_t* get_address_of_U3CTypeU3E_0() { return &___U3CTypeU3E_0; } inline void set_U3CTypeU3E_0(int32_t value) { ___U3CTypeU3E_0 = value; } inline static int32_t get_offset_of_U3CValueU3E_1() { return static_cast(offsetof(U3CU3E__AnonType0_3_t2047079929, ___U3CValueU3E_1)); } inline RuntimeObject * get_U3CValueU3E_1() const { return ___U3CValueU3E_1; } inline RuntimeObject ** get_address_of_U3CValueU3E_1() { return &___U3CValueU3E_1; } inline void set_U3CValueU3E_1(RuntimeObject * value) { ___U3CValueU3E_1 = value; Il2CppCodeGenWriteBarrier((&___U3CValueU3E_1), value); } inline static int32_t get_offset_of_U3CIndexU3E_2() { return static_cast(offsetof(U3CU3E__AnonType0_3_t2047079929, ___U3CIndexU3E_2)); } inline int32_t get_U3CIndexU3E_2() const { return ___U3CIndexU3E_2; } inline int32_t* get_address_of_U3CIndexU3E_2() { return &___U3CIndexU3E_2; } inline void set_U3CIndexU3E_2(int32_t value) { ___U3CIndexU3E_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3E__ANONTYPE0_3_T2047079929_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 TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef U3CGETENUMERATORU3EC__ITERATOR0_T400923052_H #define U3CGETENUMERATORU3EC__ITERATOR0_T400923052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/c__Iterator0 struct U3CGetEnumeratorU3Ec__Iterator0_t400923052 : public RuntimeObject { public: // System.Int32 BetterList`1/c__Iterator0::__1 int32_t ___U3CiU3E__1_0; // BetterList`1 BetterList`1/c__Iterator0::$this BetterList_1_t4001750706 * ___U24this_1; // T BetterList`1/c__Iterator0::$current int32_t ___U24current_2; // System.Boolean BetterList`1/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 BetterList`1/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_U3CiU3E__1_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t400923052, ___U3CiU3E__1_0)); } inline int32_t get_U3CiU3E__1_0() const { return ___U3CiU3E__1_0; } inline int32_t* get_address_of_U3CiU3E__1_0() { return &___U3CiU3E__1_0; } inline void set_U3CiU3E__1_0(int32_t value) { ___U3CiU3E__1_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t400923052, ___U24this_1)); } inline BetterList_1_t4001750706 * get_U24this_1() const { return ___U24this_1; } inline BetterList_1_t4001750706 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(BetterList_1_t4001750706 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t400923052, ___U24current_2)); } inline int32_t get_U24current_2() const { return ___U24current_2; } inline int32_t* get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(int32_t value) { ___U24current_2 = value; } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t400923052, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator0_t400923052, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR0_T400923052_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 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 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 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_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 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 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 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 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 EQUALFUN_T3972273353_H #define EQUALFUN_T3972273353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/EqualFun struct EqualFun_t3972273353 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALFUN_T3972273353_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef EQUALFUN_T1493955434_H #define EQUALFUN_T1493955434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/EqualFun struct EqualFun_t1493955434 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALFUN_T1493955434_H #ifndef EQUALFUN_T2279576985_H #define EQUALFUN_T2279576985_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/EqualFun struct EqualFun_t2279576985 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALFUN_T2279576985_H #ifndef EQUALFUN_T1623115845_H #define EQUALFUN_T1623115845_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/EqualFun struct EqualFun_t1623115845 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALFUN_T1623115845_H #ifndef EQUALFUN_T3389740069_H #define EQUALFUN_T3389740069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BetterList`1/EqualFun struct EqualFun_t3389740069 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALFUN_T3389740069_H #ifndef ACTION_1_T3252573759_H #define ACTION_1_T3252573759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3252573759 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3252573759_H #ifndef COMPARISON_1_T326694271_H #define COMPARISON_1_T326694271_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t326694271 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T326694271_H #ifndef COMPARISON_1_T2855037343_H #define COMPARISON_1_T2855037343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t2855037343 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2855037343_H #ifndef COMPARISON_1_T3511498483_H #define COMPARISON_1_T3511498483_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t3511498483 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T3511498483_H #ifndef COMPARISON_1_T2725876932_H #define COMPARISON_1_T2725876932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t2725876932 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2725876932_H #ifndef COMPARISON_1_T909227555_H #define COMPARISON_1_T909227555_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t909227555 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T909227555_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 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 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 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 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 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 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 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_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 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 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 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 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_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_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 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_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 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_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 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_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 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 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 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_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_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_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_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_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_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_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 #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_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_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_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_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_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_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_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_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_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 // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_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, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.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.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.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); } }; // VehicleInputCmd[] struct VehicleInputCmdU5BU5D_t1195539101 : 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; } }; // CMotionManager/motionItem`1[] struct motionItem_1U5BU5D_t1185355822 : public RuntimeArray { public: ALIGN_FIELD (8) motionItem_1_t3180784535 * m_Items[1]; public: inline motionItem_1_t3180784535 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline motionItem_1_t3180784535 ** 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, motionItem_1_t3180784535 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline motionItem_1_t3180784535 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline motionItem_1_t3180784535 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, motionItem_1_t3180784535 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // CMotionManager/motionItem`1[] struct motionItem_1U5BU5D_t912778267 : public RuntimeArray { public: ALIGN_FIELD (8) motionItem_1_t2402606702 * m_Items[1]; public: inline motionItem_1_t2402606702 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline motionItem_1_t2402606702 ** 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, motionItem_1_t2402606702 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline motionItem_1_t2402606702 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline motionItem_1_t2402606702 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, motionItem_1_t2402606702 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // CMotionManager/motionItem`1[] struct motionItem_1U5BU5D_t60167258 : public RuntimeArray { public: ALIGN_FIELD (8) motionItem_1_t3822991835 * m_Items[1]; public: inline motionItem_1_t3822991835 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline motionItem_1_t3822991835 ** 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, motionItem_1_t3822991835 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline motionItem_1_t3822991835 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline motionItem_1_t3822991835 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, motionItem_1_t3822991835 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m338053154_gshared (EqualFun_t3972273353 * __this, uint8_t ___item0, const RuntimeMethod* method); // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m479863729_gshared (EqualFun_t1493955434 * __this, int32_t ___item0, const RuntimeMethod* method); // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m3127930159_gshared (EqualFun_t2279576985 * __this, int64_t ___item0, const RuntimeMethod* method); // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m3868483934_gshared (EqualFun_t1623115845 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m2949860724_gshared (EqualFun_t3389740069 * __this, int32_t ___item0, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 DOGetter_1_Invoke_m880692365_gshared (DOGetter_1_t2840439279 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR double DOGetter_1_Invoke_m2320854763_gshared (DOGetter_1_t337461567 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR int32_t DOGetter_1_Invoke_m1810773643_gshared (DOGetter_1_t2693741957 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR int64_t DOGetter_1_Invoke_m1949330905_gshared (DOGetter_1_t3479363508 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DOGetter_1_Invoke_m18112633_gshared (DOGetter_1_t2822902368 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR float DOGetter_1_Invoke_m2907043015_gshared (DOGetter_1_t1140062978 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR uint32_t DOGetter_1_Invoke_m2229068372_gshared (DOGetter_1_t2302858182 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR uint64_t DOGetter_1_Invoke_m3756931467_gshared (DOGetter_1_t3876836296 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 DOGetter_1_Invoke_m2625455076_gshared (DOGetter_1_t2298482528 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 DOGetter_1_Invoke_m2360668198_gshared (DOGetter_1_t2044724535 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 DOGetter_1_Invoke_m1876378095_gshared (DOGetter_1_t2103276063 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 DOGetter_1_Invoke_m2837921005_gshared (DOGetter_1_t1899025727 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DOGetter_1_Invoke_m2837919896_gshared (DOGetter_1_t3465109668 * __this, const RuntimeMethod* method); // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 DOGetter_1_Invoke_m2837914647_gshared (DOGetter_1_t3061825141 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3106111274_gshared (DOSetter_1_t4147751407 * __this, Color2_t3097643075 ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m2384471174_gshared (DOSetter_1_t1644773695 * __this, double ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3755059337_gshared (DOSetter_1_t4001054085 * __this, int32_t ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m2095250501_gshared (DOSetter_1_t491708340 * __this, int64_t ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m2626552129_gshared (DOSetter_1_t4130214496 * __this, RuntimeObject * ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m2477716530_gshared (DOSetter_1_t2447375106 * __this, float ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3701627725_gshared (DOSetter_1_t3610170310 * __this, uint32_t ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m4169577629_gshared (DOSetter_1_t889181128 * __this, uint64_t ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m1524039849_gshared (DOSetter_1_t3605794656 * __this, Color_t2555686324 ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3278952665_gshared (DOSetter_1_t3352036663 * __this, Quaternion_t2301928331 ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m358367996_gshared (DOSetter_1_t3410588191 * __this, Rect_t2360479859 ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3086256060_gshared (DOSetter_1_t3206337855 * __this, Vector2_t2156229523 ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m901956515_gshared (DOSetter_1_t477454500 * __this, Vector3_t3722313464 ___pNewValue0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3577274270_gshared (DOSetter_1_t74169973 * __this, Vector4_t3319028937 ___pNewValue0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Boolean BetterList`1/EqualFun::Invoke(T) #define EqualFun_Invoke_m338053154(__this, ___item0, method) (( bool (*) (EqualFun_t3972273353 *, uint8_t, const RuntimeMethod*))EqualFun_Invoke_m338053154_gshared)(__this, ___item0, method) // System.Boolean BetterList`1/EqualFun::Invoke(T) #define EqualFun_Invoke_m479863729(__this, ___item0, method) (( bool (*) (EqualFun_t1493955434 *, int32_t, const RuntimeMethod*))EqualFun_Invoke_m479863729_gshared)(__this, ___item0, method) // System.Boolean BetterList`1/EqualFun::Invoke(T) #define EqualFun_Invoke_m3127930159(__this, ___item0, method) (( bool (*) (EqualFun_t2279576985 *, int64_t, const RuntimeMethod*))EqualFun_Invoke_m3127930159_gshared)(__this, ___item0, method) // System.Boolean BetterList`1/EqualFun::Invoke(T) #define EqualFun_Invoke_m3868483934(__this, ___item0, method) (( bool (*) (EqualFun_t1623115845 *, RuntimeObject *, const RuntimeMethod*))EqualFun_Invoke_m3868483934_gshared)(__this, ___item0, method) // System.Boolean BetterList`1/EqualFun::Invoke(T) #define EqualFun_Invoke_m2949860724(__this, ___item0, method) (( bool (*) (EqualFun_t3389740069 *, int32_t, const RuntimeMethod*))EqualFun_Invoke_m2949860724_gshared)(__this, ___item0, method) // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Max_m3673002171 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * p0, int32_t p1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m2756574208 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, 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.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_Min_m18103608 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, 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); // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m880692365(__this, method) (( Color2_t3097643075 (*) (DOGetter_1_t2840439279 *, const RuntimeMethod*))DOGetter_1_Invoke_m880692365_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m2320854763(__this, method) (( double (*) (DOGetter_1_t337461567 *, const RuntimeMethod*))DOGetter_1_Invoke_m2320854763_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m1810773643(__this, method) (( int32_t (*) (DOGetter_1_t2693741957 *, const RuntimeMethod*))DOGetter_1_Invoke_m1810773643_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m1949330905(__this, method) (( int64_t (*) (DOGetter_1_t3479363508 *, const RuntimeMethod*))DOGetter_1_Invoke_m1949330905_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m18112633(__this, method) (( RuntimeObject * (*) (DOGetter_1_t2822902368 *, const RuntimeMethod*))DOGetter_1_Invoke_m18112633_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m2907043015(__this, method) (( float (*) (DOGetter_1_t1140062978 *, const RuntimeMethod*))DOGetter_1_Invoke_m2907043015_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m2229068372(__this, method) (( uint32_t (*) (DOGetter_1_t2302858182 *, const RuntimeMethod*))DOGetter_1_Invoke_m2229068372_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m3756931467(__this, method) (( uint64_t (*) (DOGetter_1_t3876836296 *, const RuntimeMethod*))DOGetter_1_Invoke_m3756931467_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m2625455076(__this, method) (( Color_t2555686324 (*) (DOGetter_1_t2298482528 *, const RuntimeMethod*))DOGetter_1_Invoke_m2625455076_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m2360668198(__this, method) (( Quaternion_t2301928331 (*) (DOGetter_1_t2044724535 *, const RuntimeMethod*))DOGetter_1_Invoke_m2360668198_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m1876378095(__this, method) (( Rect_t2360479859 (*) (DOGetter_1_t2103276063 *, const RuntimeMethod*))DOGetter_1_Invoke_m1876378095_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m2837921005(__this, method) (( Vector2_t2156229523 (*) (DOGetter_1_t1899025727 *, const RuntimeMethod*))DOGetter_1_Invoke_m2837921005_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m2837919896(__this, method) (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))DOGetter_1_Invoke_m2837919896_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m2837914647(__this, method) (( Vector4_t3319028937 (*) (DOGetter_1_t3061825141 *, const RuntimeMethod*))DOGetter_1_Invoke_m2837914647_gshared)(__this, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3106111274(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t4147751407 *, Color2_t3097643075 , const RuntimeMethod*))DOSetter_1_Invoke_m3106111274_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m2384471174(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t1644773695 *, double, const RuntimeMethod*))DOSetter_1_Invoke_m2384471174_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3755059337(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t4001054085 *, int32_t, const RuntimeMethod*))DOSetter_1_Invoke_m3755059337_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m2095250501(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t491708340 *, int64_t, const RuntimeMethod*))DOSetter_1_Invoke_m2095250501_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m2626552129(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t4130214496 *, RuntimeObject *, const RuntimeMethod*))DOSetter_1_Invoke_m2626552129_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m2477716530(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t2447375106 *, float, const RuntimeMethod*))DOSetter_1_Invoke_m2477716530_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3701627725(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t3610170310 *, uint32_t, const RuntimeMethod*))DOSetter_1_Invoke_m3701627725_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m4169577629(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t889181128 *, uint64_t, const RuntimeMethod*))DOSetter_1_Invoke_m4169577629_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m1524039849(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t3605794656 *, Color_t2555686324 , const RuntimeMethod*))DOSetter_1_Invoke_m1524039849_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3278952665(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t3352036663 *, Quaternion_t2301928331 , const RuntimeMethod*))DOSetter_1_Invoke_m3278952665_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m358367996(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t3410588191 *, Rect_t2360479859 , const RuntimeMethod*))DOSetter_1_Invoke_m358367996_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3086256060(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t3206337855 *, Vector2_t2156229523 , const RuntimeMethod*))DOSetter_1_Invoke_m3086256060_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m901956515(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t477454500 *, Vector3_t3722313464 , const RuntimeMethod*))DOSetter_1_Invoke_m901956515_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3577274270(__this, ___pNewValue0, method) (( void (*) (DOSetter_1_t74169973 *, Vector4_t3319028937 , const RuntimeMethod*))DOSetter_1_Invoke_m3577274270_gshared)(__this, ___pNewValue0, method) // System.Void DG.Tweening.Tweener::.ctor() extern "C" IL2CPP_METHOD_ATTR void Tweener__ctor_m2135405113 (Tweener_t436044680 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, 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.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void DG.Tweening.Tween::Reset() extern "C" IL2CPP_METHOD_ATTR void Tween_Reset_m1192767198 (Tween_t2342918553 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.ColorOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void ColorOptions_Reset_m4215807871 (ColorOptions_t1487297155 * __this, const RuntimeMethod* method); // System.Single DG.Tweening.Tween::get_position() extern "C" IL2CPP_METHOD_ATTR float Tween_get_position_m4114235747 (Tween_t2342918553 * __this, 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.Void DG.Tweening.Plugins.Options.NoOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void NoOptions_Reset_m172244185 (NoOptions_t313102519 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.StringOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void StringOptions_Reset_m3991195113 (StringOptions_t3992490940 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.FloatOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void FloatOptions_Reset_m3345042651 (FloatOptions_t1203667100 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.UintOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void UintOptions_Reset_m326065035 (UintOptions_t1006674242 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.QuaternionOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void QuaternionOptions_Reset_m3448907112 (QuaternionOptions_t2974423933 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.RectOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void RectOptions_Reset_m4245749620 (RectOptions_t1018205596 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.VectorOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void VectorOptions_Reset_m456570801 (VectorOptions_t1354903650 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.PathOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void PathOptions_Reset_m2102759747 (PathOptions_t2074623791 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.Vector3ArrayOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void Vector3ArrayOptions_Reset_m788195914 (Vector3ArrayOptions_t534739431 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.SpiralOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void SpiralOptions_Reset_m2114566671 (SpiralOptions_t2873698295 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void <>__AnonType0`3::.ctor(__T,__T,__T) extern "C" IL2CPP_METHOD_ATTR void U3CU3E__AnonType0_3__ctor_m1777659989_gshared (U3CU3E__AnonType0_3_t1673802516 * __this, RuntimeObject * ___Type0, RuntimeObject * ___Value1, RuntimeObject * ___Index2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___Type0; __this->set_U3CTypeU3E_0(L_0); RuntimeObject * L_1 = ___Value1; __this->set_U3CValueU3E_1(L_1); RuntimeObject * L_2 = ___Index2; __this->set_U3CIndexU3E_2(L_2); return; } } // __T <>__AnonType0`3::get_Type() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3E__AnonType0_3_get_Type_m990990500_gshared (U3CU3E__AnonType0_3_t1673802516 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CTypeU3E_0(); return L_0; } } // __T <>__AnonType0`3::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3E__AnonType0_3_get_Value_m1623913300_gshared (U3CU3E__AnonType0_3_t1673802516 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CValueU3E_1(); return L_0; } } // __T <>__AnonType0`3::get_Index() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3E__AnonType0_3_get_Index_m778999304_gshared (U3CU3E__AnonType0_3_t1673802516 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CIndexU3E_2(); return L_0; } } // System.Boolean <>__AnonType0`3::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool U3CU3E__AnonType0_3_Equals_m3512226810_gshared (U3CU3E__AnonType0_3_t1673802516 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { U3CU3E__AnonType0_3_t1673802516 * V_0 = NULL; int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = (U3CU3E__AnonType0_3_t1673802516 *)((U3CU3E__AnonType0_3_t1673802516 *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))); U3CU3E__AnonType0_3_t1673802516 * L_1 = V_0; if (!L_1) { goto IL_005e; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2)); EqualityComparer_1_t1249878500 * L_2 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject * L_3 = (RuntimeObject *)__this->get_U3CTypeU3E_0(); U3CU3E__AnonType0_3_t1673802516 * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = (RuntimeObject *)L_4->get_U3CTypeU3E_0(); NullCheck((EqualityComparer_1_t1249878500 *)L_2); bool L_6 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1249878500 *)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_5); if (!L_6) { goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5)); EqualityComparer_1_t1249878500 * L_7 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CValueU3E_1(); U3CU3E__AnonType0_3_t1673802516 * L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = (RuntimeObject *)L_9->get_U3CValueU3E_1(); NullCheck((EqualityComparer_1_t1249878500 *)L_7); bool L_11 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1249878500 *)L_7, (RuntimeObject *)L_8, (RuntimeObject *)L_10); if (!L_11) { goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8)); EqualityComparer_1_t1249878500 * L_12 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); RuntimeObject * L_13 = (RuntimeObject *)__this->get_U3CIndexU3E_2(); U3CU3E__AnonType0_3_t1673802516 * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15 = (RuntimeObject *)L_14->get_U3CIndexU3E_2(); NullCheck((EqualityComparer_1_t1249878500 *)L_12); bool L_16 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1249878500 *)L_12, (RuntimeObject *)L_13, (RuntimeObject *)L_15); G_B5_0 = ((int32_t)(L_16)); goto IL_005c; } IL_005b: { G_B5_0 = 0; } IL_005c: { G_B7_0 = G_B5_0; goto IL_005f; } IL_005e: { G_B7_0 = 0; } IL_005f: { return (bool)G_B7_0; } } // System.Int32 <>__AnonType0`3::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t U3CU3E__AnonType0_3_GetHashCode_m2879861941_gshared (U3CU3E__AnonType0_3_t1673802516 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2)); EqualityComparer_1_t1249878500 * L_0 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_U3CTypeU3E_0(); NullCheck((EqualityComparer_1_t1249878500 *)L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(8 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t1249878500 *)L_0, (RuntimeObject *)L_1); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5)); EqualityComparer_1_t1249878500 * L_3 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); RuntimeObject * L_4 = (RuntimeObject *)__this->get_U3CValueU3E_1(); NullCheck((EqualityComparer_1_t1249878500 *)L_3); int32_t L_5 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(8 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t1249878500 *)L_3, (RuntimeObject *)L_4); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8)); EqualityComparer_1_t1249878500 * L_6 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); RuntimeObject * L_7 = (RuntimeObject *)__this->get_U3CIndexU3E_2(); NullCheck((EqualityComparer_1_t1249878500 *)L_6); int32_t L_8 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(8 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t1249878500 *)L_6, (RuntimeObject *)L_7); V_0 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)-2128831035)^(int32_t)L_2)), (int32_t)((int32_t)16777619)))^(int32_t)L_5)), (int32_t)((int32_t)16777619)))^(int32_t)L_8)), (int32_t)((int32_t)16777619))); int32_t L_9 = V_0; int32_t L_10 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)13))))); int32_t L_11 = V_0; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)((int32_t)L_11^(int32_t)((int32_t)((int32_t)L_12>>(int32_t)7)))); int32_t L_13 = V_0; int32_t L_14 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)((int32_t)L_14<<(int32_t)3)))); int32_t L_15 = V_0; int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)((int32_t)L_15^(int32_t)((int32_t)((int32_t)L_16>>(int32_t)((int32_t)17))))); int32_t L_17 = V_0; int32_t L_18 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)((int32_t)L_18<<(int32_t)5)))); int32_t L_19 = V_0; return L_19; } } // System.String <>__AnonType0`3::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* U3CU3E__AnonType0_3_ToString_m488124468_gshared (U3CU3E__AnonType0_3_t1673802516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3E__AnonType0_3_ToString_m488124468_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; int32_t G_B2_0 = 0; StringU5BU5D_t1281789340* G_B2_1 = NULL; StringU5BU5D_t1281789340* G_B2_2 = NULL; int32_t G_B1_0 = 0; StringU5BU5D_t1281789340* G_B1_1 = NULL; StringU5BU5D_t1281789340* G_B1_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_t1281789340* G_B3_2 = NULL; StringU5BU5D_t1281789340* G_B3_3 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_t1281789340* G_B5_1 = NULL; StringU5BU5D_t1281789340* G_B5_2 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_t1281789340* G_B4_1 = NULL; StringU5BU5D_t1281789340* G_B4_2 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_t1281789340* G_B6_2 = NULL; StringU5BU5D_t1281789340* G_B6_3 = NULL; int32_t G_B8_0 = 0; StringU5BU5D_t1281789340* G_B8_1 = NULL; StringU5BU5D_t1281789340* G_B8_2 = NULL; int32_t G_B7_0 = 0; StringU5BU5D_t1281789340* G_B7_1 = NULL; StringU5BU5D_t1281789340* G_B7_2 = NULL; String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; StringU5BU5D_t1281789340* G_B9_2 = NULL; StringU5BU5D_t1281789340* G_B9_3 = NULL; { StringU5BU5D_t1281789340* L_0 = (StringU5BU5D_t1281789340*)((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)8)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3452614613); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614613); StringU5BU5D_t1281789340* L_1 = (StringU5BU5D_t1281789340*)L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral4046192869); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral4046192869); StringU5BU5D_t1281789340* L_2 = (StringU5BU5D_t1281789340*)L_1; RuntimeObject * L_3 = (RuntimeObject *)__this->get_U3CTypeU3E_0(); G_B1_0 = 2; G_B1_1 = L_2; G_B1_2 = L_2; if (!L_3) { G_B2_0 = 2; G_B2_1 = L_2; G_B2_2 = L_2; goto IL_0041; } } { RuntimeObject * L_4 = (RuntimeObject *)__this->get_U3CTypeU3E_0(); V_0 = (RuntimeObject *)L_4; NullCheck((RuntimeObject *)(V_0)); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(V_0)); G_B3_0 = L_5; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0046; } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_6; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0046: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (String_t*)G_B3_0); StringU5BU5D_t1281789340* L_7 = (StringU5BU5D_t1281789340*)G_B3_3; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral1375230126); (L_7)->SetAt(static_cast(3), (String_t*)_stringLiteral1375230126); StringU5BU5D_t1281789340* L_8 = (StringU5BU5D_t1281789340*)L_7; RuntimeObject * L_9 = (RuntimeObject *)__this->get_U3CValueU3E_1(); G_B4_0 = 4; G_B4_1 = L_8; G_B4_2 = L_8; if (!L_9) { G_B5_0 = 4; G_B5_1 = L_8; G_B5_2 = L_8; goto IL_007a; } } { RuntimeObject * L_10 = (RuntimeObject *)__this->get_U3CValueU3E_1(); V_1 = (RuntimeObject *)L_10; NullCheck((RuntimeObject *)(V_1)); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(V_1)); G_B6_0 = L_11; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_007f; } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_12; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_007f: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); StringU5BU5D_t1281789340* L_13 = (StringU5BU5D_t1281789340*)G_B6_3; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral1610506456); (L_13)->SetAt(static_cast(5), (String_t*)_stringLiteral1610506456); StringU5BU5D_t1281789340* L_14 = (StringU5BU5D_t1281789340*)L_13; RuntimeObject * L_15 = (RuntimeObject *)__this->get_U3CIndexU3E_2(); G_B7_0 = 6; G_B7_1 = L_14; G_B7_2 = L_14; if (!L_15) { G_B8_0 = 6; G_B8_1 = L_14; G_B8_2 = L_14; goto IL_00b3; } } { RuntimeObject * L_16 = (RuntimeObject *)__this->get_U3CIndexU3E_2(); V_2 = (RuntimeObject *)L_16; NullCheck((RuntimeObject *)(V_2)); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(V_2)); G_B9_0 = L_17; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_00b8; } IL_00b3: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B9_0 = L_18; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_00b8: { NullCheck(G_B9_2); ArrayElementTypeCheck (G_B9_2, G_B9_0); (G_B9_2)->SetAt(static_cast(G_B9_1), (String_t*)G_B9_0); StringU5BU5D_t1281789340* L_19 = (StringU5BU5D_t1281789340*)G_B9_3; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral3455956864); (L_19)->SetAt(static_cast(7), (String_t*)_stringLiteral3455956864); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m1809518182(NULL /*static, unused*/, (StringU5BU5D_t1281789340*)L_19, /*hidden argument*/NULL); return L_20; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void <>__AnonType0`3::.ctor(__T,__T,__T) extern "C" IL2CPP_METHOD_ATTR void U3CU3E__AnonType0_3__ctor_m82247295_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, int32_t ___Type0, RuntimeObject * ___Value1, int32_t ___Index2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___Type0; __this->set_U3CTypeU3E_0(L_0); RuntimeObject * L_1 = ___Value1; __this->set_U3CValueU3E_1(L_1); int32_t L_2 = ___Index2; __this->set_U3CIndexU3E_2(L_2); return; } } // __T <>__AnonType0`3::get_Type() extern "C" IL2CPP_METHOD_ATTR int32_t U3CU3E__AnonType0_3_get_Type_m3095336756_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CTypeU3E_0(); return L_0; } } // __T <>__AnonType0`3::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3E__AnonType0_3_get_Value_m193917808_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CValueU3E_1(); return L_0; } } // __T <>__AnonType0`3::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t U3CU3E__AnonType0_3_get_Index_m276524716_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CIndexU3E_2(); return L_0; } } // System.Boolean <>__AnonType0`3::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool U3CU3E__AnonType0_3_Equals_m3353637715_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { U3CU3E__AnonType0_3_t2047079929 * V_0 = NULL; int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = (U3CU3E__AnonType0_3_t2047079929 *)((U3CU3E__AnonType0_3_t2047079929 *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))); U3CU3E__AnonType0_3_t2047079929 * L_1 = V_0; if (!L_1) { goto IL_005e; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2)); EqualityComparer_1_t1162854308 * L_2 = (( EqualityComparer_1_t1162854308 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_3 = (int32_t)__this->get_U3CTypeU3E_0(); U3CU3E__AnonType0_3_t2047079929 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = (int32_t)L_4->get_U3CTypeU3E_0(); NullCheck((EqualityComparer_1_t1162854308 *)L_2); bool L_6 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1162854308 *)L_2, (int32_t)L_3, (int32_t)L_5); if (!L_6) { goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5)); EqualityComparer_1_t1249878500 * L_7 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CValueU3E_1(); U3CU3E__AnonType0_3_t2047079929 * L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = (RuntimeObject *)L_9->get_U3CValueU3E_1(); NullCheck((EqualityComparer_1_t1249878500 *)L_7); bool L_11 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1249878500 *)L_7, (RuntimeObject *)L_8, (RuntimeObject *)L_10); if (!L_11) { goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8)); EqualityComparer_1_t1120718089 * L_12 = (( EqualityComparer_1_t1120718089 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_13 = (int32_t)__this->get_U3CIndexU3E_2(); U3CU3E__AnonType0_3_t2047079929 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_U3CIndexU3E_2(); NullCheck((EqualityComparer_1_t1120718089 *)L_12); bool L_16 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1120718089 *)L_12, (int32_t)L_13, (int32_t)L_15); G_B5_0 = ((int32_t)(L_16)); goto IL_005c; } IL_005b: { G_B5_0 = 0; } IL_005c: { G_B7_0 = G_B5_0; goto IL_005f; } IL_005e: { G_B7_0 = 0; } IL_005f: { return (bool)G_B7_0; } } // System.Int32 <>__AnonType0`3::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t U3CU3E__AnonType0_3_GetHashCode_m148999543_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2)); EqualityComparer_1_t1162854308 * L_0 = (( EqualityComparer_1_t1162854308 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_1 = (int32_t)__this->get_U3CTypeU3E_0(); NullCheck((EqualityComparer_1_t1162854308 *)L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(8 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t1162854308 *)L_0, (int32_t)L_1); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5)); EqualityComparer_1_t1249878500 * L_3 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); RuntimeObject * L_4 = (RuntimeObject *)__this->get_U3CValueU3E_1(); NullCheck((EqualityComparer_1_t1249878500 *)L_3); int32_t L_5 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(8 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t1249878500 *)L_3, (RuntimeObject *)L_4); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8)); EqualityComparer_1_t1120718089 * L_6 = (( EqualityComparer_1_t1120718089 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_7 = (int32_t)__this->get_U3CIndexU3E_2(); NullCheck((EqualityComparer_1_t1120718089 *)L_6); int32_t L_8 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(8 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t1120718089 *)L_6, (int32_t)L_7); V_0 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)-2128831035)^(int32_t)L_2)), (int32_t)((int32_t)16777619)))^(int32_t)L_5)), (int32_t)((int32_t)16777619)))^(int32_t)L_8)), (int32_t)((int32_t)16777619))); int32_t L_9 = V_0; int32_t L_10 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)13))))); int32_t L_11 = V_0; int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)((int32_t)L_11^(int32_t)((int32_t)((int32_t)L_12>>(int32_t)7)))); int32_t L_13 = V_0; int32_t L_14 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)((int32_t)L_14<<(int32_t)3)))); int32_t L_15 = V_0; int32_t L_16 = V_0; V_0 = (int32_t)((int32_t)((int32_t)L_15^(int32_t)((int32_t)((int32_t)L_16>>(int32_t)((int32_t)17))))); int32_t L_17 = V_0; int32_t L_18 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)((int32_t)L_18<<(int32_t)5)))); int32_t L_19 = V_0; return L_19; } } // System.String <>__AnonType0`3::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* U3CU3E__AnonType0_3_ToString_m721901571_gshared (U3CU3E__AnonType0_3_t2047079929 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3E__AnonType0_3_ToString_m721901571_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; int32_t G_B2_0 = 0; StringU5BU5D_t1281789340* G_B2_1 = NULL; StringU5BU5D_t1281789340* G_B2_2 = NULL; int32_t G_B1_0 = 0; StringU5BU5D_t1281789340* G_B1_1 = NULL; StringU5BU5D_t1281789340* G_B1_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_t1281789340* G_B3_2 = NULL; StringU5BU5D_t1281789340* G_B3_3 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_t1281789340* G_B5_1 = NULL; StringU5BU5D_t1281789340* G_B5_2 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_t1281789340* G_B4_1 = NULL; StringU5BU5D_t1281789340* G_B4_2 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_t1281789340* G_B6_2 = NULL; StringU5BU5D_t1281789340* G_B6_3 = NULL; int32_t G_B8_0 = 0; StringU5BU5D_t1281789340* G_B8_1 = NULL; StringU5BU5D_t1281789340* G_B8_2 = NULL; int32_t G_B7_0 = 0; StringU5BU5D_t1281789340* G_B7_1 = NULL; StringU5BU5D_t1281789340* G_B7_2 = NULL; String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; StringU5BU5D_t1281789340* G_B9_2 = NULL; StringU5BU5D_t1281789340* G_B9_3 = NULL; { StringU5BU5D_t1281789340* L_0 = (StringU5BU5D_t1281789340*)((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)8)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3452614613); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614613); StringU5BU5D_t1281789340* L_1 = (StringU5BU5D_t1281789340*)L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral4046192869); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral4046192869); StringU5BU5D_t1281789340* L_2 = (StringU5BU5D_t1281789340*)L_1; int32_t L_3 = (int32_t)__this->get_U3CTypeU3E_0(); G_B1_0 = 2; G_B1_1 = L_2; G_B1_2 = L_2; } { int32_t L_4 = (int32_t)__this->get_U3CTypeU3E_0(); V_0 = (int32_t)L_4; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 13), (&V_0)); NullCheck((RuntimeObject *)L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_5); V_0 = *(int32_t*)UnBox(L_5); G_B3_0 = L_6; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0046; } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_7; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0046: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (String_t*)G_B3_0); StringU5BU5D_t1281789340* L_8 = (StringU5BU5D_t1281789340*)G_B3_3; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral1375230126); (L_8)->SetAt(static_cast(3), (String_t*)_stringLiteral1375230126); StringU5BU5D_t1281789340* L_9 = (StringU5BU5D_t1281789340*)L_8; RuntimeObject * L_10 = (RuntimeObject *)__this->get_U3CValueU3E_1(); G_B4_0 = 4; G_B4_1 = L_9; G_B4_2 = L_9; if (!L_10) { G_B5_0 = 4; G_B5_1 = L_9; G_B5_2 = L_9; goto IL_007a; } } { RuntimeObject * L_11 = (RuntimeObject *)__this->get_U3CValueU3E_1(); V_1 = (RuntimeObject *)L_11; NullCheck((RuntimeObject *)(V_1)); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(V_1)); G_B6_0 = L_12; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_007f; } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_13; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_007f: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); StringU5BU5D_t1281789340* L_14 = (StringU5BU5D_t1281789340*)G_B6_3; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral1610506456); (L_14)->SetAt(static_cast(5), (String_t*)_stringLiteral1610506456); StringU5BU5D_t1281789340* L_15 = (StringU5BU5D_t1281789340*)L_14; int32_t L_16 = (int32_t)__this->get_U3CIndexU3E_2(); G_B7_0 = 6; G_B7_1 = L_15; G_B7_2 = L_15; } { int32_t L_17 = (int32_t)__this->get_U3CIndexU3E_2(); V_2 = (int32_t)L_17; String_t* L_18 = Int32_ToString_m141394615((int32_t*)(&V_2), /*hidden argument*/NULL); G_B9_0 = L_18; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_00b8; } IL_00b3: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B9_0 = L_19; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_00b8: { NullCheck(G_B9_2); ArrayElementTypeCheck (G_B9_2, G_B9_0); (G_B9_2)->SetAt(static_cast(G_B9_1), (String_t*)G_B9_0); StringU5BU5D_t1281789340* L_20 = (StringU5BU5D_t1281789340*)G_B9_3; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3455956864); (L_20)->SetAt(static_cast(7), (String_t*)_stringLiteral3455956864); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m1809518182(NULL /*static, unused*/, (StringU5BU5D_t1281789340*)L_20, /*hidden argument*/NULL); return L_21; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void <>__AnonType1`2::.ctor(__T,__T) extern "C" IL2CPP_METHOD_ATTR void U3CU3E__AnonType1_2__ctor_m3795416342_gshared (U3CU3E__AnonType1_2_t1955971020 * __this, RuntimeObject * ___type0, RuntimeObject * ___method1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___type0; __this->set_U3CtypeU3E_0(L_0); RuntimeObject * L_1 = ___method1; __this->set_U3CmethodU3E_1(L_1); return; } } // __T <>__AnonType1`2::get_type() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3E__AnonType1_2_get_type_m3230094906_gshared (U3CU3E__AnonType1_2_t1955971020 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CtypeU3E_0(); return L_0; } } // __T <>__AnonType1`2::get_method() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3E__AnonType1_2_get_method_m273780770_gshared (U3CU3E__AnonType1_2_t1955971020 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CmethodU3E_1(); return L_0; } } // System.Boolean <>__AnonType1`2::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool U3CU3E__AnonType1_2_Equals_m3891735644_gshared (U3CU3E__AnonType1_2_t1955971020 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { U3CU3E__AnonType1_2_t1955971020 * V_0 = NULL; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = (U3CU3E__AnonType1_2_t1955971020 *)((U3CU3E__AnonType1_2_t1955971020 *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))); U3CU3E__AnonType1_2_t1955971020 * L_1 = V_0; if (!L_1) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2)); EqualityComparer_1_t1249878500 * L_2 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject * L_3 = (RuntimeObject *)__this->get_U3CtypeU3E_0(); U3CU3E__AnonType1_2_t1955971020 * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = (RuntimeObject *)L_4->get_U3CtypeU3E_0(); NullCheck((EqualityComparer_1_t1249878500 *)L_2); bool L_6 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1249878500 *)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_5); if (!L_6) { goto IL_0040; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5)); EqualityComparer_1_t1249878500 * L_7 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CmethodU3E_1(); U3CU3E__AnonType1_2_t1955971020 * L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = (RuntimeObject *)L_9->get_U3CmethodU3E_1(); NullCheck((EqualityComparer_1_t1249878500 *)L_7); bool L_11 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1249878500 *)L_7, (RuntimeObject *)L_8, (RuntimeObject *)L_10); G_B4_0 = ((int32_t)(L_11)); goto IL_0041; } IL_0040: { G_B4_0 = 0; } IL_0041: { G_B6_0 = G_B4_0; goto IL_0044; } IL_0043: { G_B6_0 = 0; } IL_0044: { return (bool)G_B6_0; } } // System.Int32 <>__AnonType1`2::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t U3CU3E__AnonType1_2_GetHashCode_m1819634907_gshared (U3CU3E__AnonType1_2_t1955971020 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2)); EqualityComparer_1_t1249878500 * L_0 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_U3CtypeU3E_0(); NullCheck((EqualityComparer_1_t1249878500 *)L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(8 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t1249878500 *)L_0, (RuntimeObject *)L_1); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 5)); EqualityComparer_1_t1249878500 * L_3 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); RuntimeObject * L_4 = (RuntimeObject *)__this->get_U3CmethodU3E_1(); NullCheck((EqualityComparer_1_t1249878500 *)L_3); int32_t L_5 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(8 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(!0) */, (EqualityComparer_1_t1249878500 *)L_3, (RuntimeObject *)L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)-2128831035)^(int32_t)L_2)), (int32_t)((int32_t)16777619)))^(int32_t)L_5)), (int32_t)((int32_t)16777619))); int32_t L_6 = V_0; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)13))))); int32_t L_8 = V_0; int32_t L_9 = V_0; V_0 = (int32_t)((int32_t)((int32_t)L_8^(int32_t)((int32_t)((int32_t)L_9>>(int32_t)7)))); int32_t L_10 = V_0; int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)((int32_t)L_11<<(int32_t)3)))); int32_t L_12 = V_0; int32_t L_13 = V_0; V_0 = (int32_t)((int32_t)((int32_t)L_12^(int32_t)((int32_t)((int32_t)L_13>>(int32_t)((int32_t)17))))); int32_t L_14 = V_0; int32_t L_15 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)((int32_t)L_15<<(int32_t)5)))); int32_t L_16 = V_0; return L_16; } } // System.String <>__AnonType1`2::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* U3CU3E__AnonType1_2_ToString_m410407368_gshared (U3CU3E__AnonType1_2_t1955971020 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3E__AnonType1_2_ToString_m410407368_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t G_B2_0 = 0; StringU5BU5D_t1281789340* G_B2_1 = NULL; StringU5BU5D_t1281789340* G_B2_2 = NULL; int32_t G_B1_0 = 0; StringU5BU5D_t1281789340* G_B1_1 = NULL; StringU5BU5D_t1281789340* G_B1_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_t1281789340* G_B3_2 = NULL; StringU5BU5D_t1281789340* G_B3_3 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_t1281789340* G_B5_1 = NULL; StringU5BU5D_t1281789340* G_B5_2 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_t1281789340* G_B4_1 = NULL; StringU5BU5D_t1281789340* G_B4_2 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_t1281789340* G_B6_2 = NULL; StringU5BU5D_t1281789340* G_B6_3 = NULL; { StringU5BU5D_t1281789340* L_0 = (StringU5BU5D_t1281789340*)((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)6)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3452614613); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614613); StringU5BU5D_t1281789340* L_1 = (StringU5BU5D_t1281789340*)L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral3981181157); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral3981181157); StringU5BU5D_t1281789340* L_2 = (StringU5BU5D_t1281789340*)L_1; RuntimeObject * L_3 = (RuntimeObject *)__this->get_U3CtypeU3E_0(); G_B1_0 = 2; G_B1_1 = L_2; G_B1_2 = L_2; if (!L_3) { G_B2_0 = 2; G_B2_1 = L_2; G_B2_2 = L_2; goto IL_0041; } } { RuntimeObject * L_4 = (RuntimeObject *)__this->get_U3CtypeU3E_0(); V_0 = (RuntimeObject *)L_4; NullCheck((RuntimeObject *)(V_0)); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(V_0)); G_B3_0 = L_5; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0046; } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_6; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0046: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (String_t*)G_B3_0); StringU5BU5D_t1281789340* L_7 = (StringU5BU5D_t1281789340*)G_B3_3; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral1784442701); (L_7)->SetAt(static_cast(3), (String_t*)_stringLiteral1784442701); StringU5BU5D_t1281789340* L_8 = (StringU5BU5D_t1281789340*)L_7; RuntimeObject * L_9 = (RuntimeObject *)__this->get_U3CmethodU3E_1(); G_B4_0 = 4; G_B4_1 = L_8; G_B4_2 = L_8; if (!L_9) { G_B5_0 = 4; G_B5_1 = L_8; G_B5_2 = L_8; goto IL_007a; } } { RuntimeObject * L_10 = (RuntimeObject *)__this->get_U3CmethodU3E_1(); V_1 = (RuntimeObject *)L_10; NullCheck((RuntimeObject *)(V_1)); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(V_1)); G_B6_0 = L_11; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_007f; } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_12; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_007f: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); StringU5BU5D_t1281789340* L_13 = (StringU5BU5D_t1281789340*)G_B6_3; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3455956864); (L_13)->SetAt(static_cast(5), (String_t*)_stringLiteral3455956864); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m1809518182(NULL /*static, unused*/, (StringU5BU5D_t1281789340*)L_13, /*hidden argument*/NULL); return L_14; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m3828201388_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m134664767_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t289316694 * L_2 = (BetterList_1_t289316694 *)__this->get_U24this_1(); NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = (ByteU5BU5D_t4116647657*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t289316694 * L_4 = (BetterList_1_t289316694 *)__this->get_U24this_1(); NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = (ByteU5BU5D_t4116647657*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t289316694 * L_12 = (BetterList_1_t289316694 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR uint8_t U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m2483989932_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m3503087457_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { { uint8_t L_0 = (uint8_t)__this->get_U24current_2(); uint8_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m1841761167_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m3114354172_gshared (U3CGetEnumeratorU3Ec__Iterator0_t983456336 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m3114354172_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ec__Iterator0_Reset_m3114354172_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m3639759666_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m748777870_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t2105966071 * L_2 = (BetterList_1_t2105966071 *)__this->get_U24this_1(); NullCheck(L_2); Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t2105966071 * L_4 = (BetterList_1_t2105966071 *)__this->get_U24this_1(); NullCheck(L_4); Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t2105966071 * L_12 = (BetterList_1_t2105966071 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m1297556380_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m4167805833_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U24current_2(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m2817756571_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m3719430185_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m3719430185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ec__Iterator0_Reset_m3719430185_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m2860596028_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m4089306646_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t2891587622 * L_2 = (BetterList_1_t2891587622 *)__this->get_U24this_1(); NullCheck(L_2); Int64U5BU5D_t2559172825* L_3 = (Int64U5BU5D_t2559172825*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t2891587622 * L_4 = (BetterList_1_t2891587622 *)__this->get_U24this_1(); NullCheck(L_4); Int64U5BU5D_t2559172825* L_5 = (Int64U5BU5D_t2559172825*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; int64_t L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t2891587622 * L_12 = (BetterList_1_t2891587622 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR int64_t U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m1500815500_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1144395236_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { { int64_t L_0 = (int64_t)__this->get_U24current_2(); int64_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m2191467617_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m2404701631_gshared (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m2404701631_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ec__Iterator0_Reset_m2404701631_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m2544797528_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m2935037330_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t2235126482 * L_2 = (BetterList_1_t2235126482 *)__this->get_U24this_1(); NullCheck(L_2); ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t2235126482 * L_4 = (BetterList_1_t2235126482 *)__this->get_U24this_1(); NullCheck(L_4); ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t2235126482 * L_12 = (BetterList_1_t2235126482 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m1784504844_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m58277670_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U24current_2(); return L_0; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m490972447_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m2087819096_gshared (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m2087819096_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ec__Iterator0_Reset_m2087819096_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0__ctor_m329560296_gshared (U3CGetEnumeratorU3Ec__Iterator0_t400923052 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean BetterList`1/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ec__Iterator0_MoveNext_m250197634_gshared (U3CGetEnumeratorU3Ec__Iterator0_t400923052 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_U24PC_4(); V_0 = (uint32_t)L_0; __this->set_U24PC_4((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_006d; } } } { goto IL_0098; } IL_0021: { BetterList_1_t4001750706 * L_2 = (BetterList_1_t4001750706 *)__this->get_U24this_1(); NullCheck(L_2); VehicleInputCmdU5BU5D_t1195539101* L_3 = (VehicleInputCmdU5BU5D_t1195539101*)L_2->get_buffer_0(); if (!L_3) { goto IL_0091; } } { __this->set_U3CiU3E__1_0(0); goto IL_007b; } IL_003d: { BetterList_1_t4001750706 * L_4 = (BetterList_1_t4001750706 *)__this->get_U24this_1(); NullCheck(L_4); VehicleInputCmdU5BU5D_t1195539101* L_5 = (VehicleInputCmdU5BU5D_t1195539101*)L_4->get_buffer_0(); int32_t L_6 = (int32_t)__this->get_U3CiU3E__1_0(); NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_U24current_2(L_8); bool L_9 = (bool)__this->get_U24disposing_3(); if (L_9) { goto IL_0068; } } { __this->set_U24PC_4(1); } IL_0068: { goto IL_009a; } IL_006d: { int32_t L_10 = (int32_t)__this->get_U3CiU3E__1_0(); __this->set_U3CiU3E__1_0(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_007b: { int32_t L_11 = (int32_t)__this->get_U3CiU3E__1_0(); BetterList_1_t4001750706 * L_12 = (BetterList_1_t4001750706 *)__this->get_U24this_1(); NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_003d; } } IL_0091: { __this->set_U24PC_4((-1)); } IL_0098: { return (bool)0; } IL_009a: { return (bool)1; } } // T BetterList`1/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t U3CGetEnumeratorU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m860255526_gshared (U3CGetEnumeratorU3Ec__Iterator0_t400923052 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U24current_2(); return L_0; } } // System.Object BetterList`1/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1408791656_gshared (U3CGetEnumeratorU3Ec__Iterator0_t400923052 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U24current_2(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), &L_1); return L_2; } } // System.Void BetterList`1/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Dispose_m3576891163_gshared (U3CGetEnumeratorU3Ec__Iterator0_t400923052 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_3((bool)1); __this->set_U24PC_4((-1)); return; } } // System.Void BetterList`1/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ec__Iterator0_Reset_m2185653336_gshared (U3CGetEnumeratorU3Ec__Iterator0_t400923052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ec__Iterator0_Reset_m2185653336_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ec__Iterator0_Reset_m2185653336_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/EqualFun::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EqualFun__ctor_m1833670734_gshared (EqualFun_t3972273353 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m338053154_gshared (EqualFun_t3972273353 * __this, uint8_t ___item0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { EqualFun_Invoke_m338053154((EqualFun_t3972273353 *)__this->get_prev_9(), ___item0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, uint8_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___item0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, uint8_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___item0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< bool, uint8_t >::Invoke(targetMethod, targetThis, ___item0); else result = GenericVirtFuncInvoker1< bool, uint8_t >::Invoke(targetMethod, targetThis, ___item0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___item0); else result = VirtFuncInvoker1< bool, uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___item0); } } else { typedef bool (*FunctionPointerType) (void*, uint8_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___item0, targetMethod); } } } return result; } // System.IAsyncResult BetterList`1/EqualFun::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EqualFun_BeginInvoke_m1076000122_gshared (EqualFun_t3972273353 * __this, uint8_t ___item0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EqualFun_BeginInvoke_m1076000122_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &___item0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean BetterList`1/EqualFun::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_EndInvoke_m3755944674_gshared (EqualFun_t3972273353 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/EqualFun::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EqualFun__ctor_m2991095039_gshared (EqualFun_t1493955434 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m479863729_gshared (EqualFun_t1493955434 * __this, int32_t ___item0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { EqualFun_Invoke_m479863729((EqualFun_t1493955434 *)__this->get_prev_9(), ___item0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___item0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___item0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___item0); else result = GenericVirtFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___item0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___item0); else result = VirtFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___item0); } } else { typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___item0, targetMethod); } } } return result; } // System.IAsyncResult BetterList`1/EqualFun::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EqualFun_BeginInvoke_m3219415593_gshared (EqualFun_t1493955434 * __this, int32_t ___item0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EqualFun_BeginInvoke_m3219415593_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___item0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean BetterList`1/EqualFun::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_EndInvoke_m1476303276_gshared (EqualFun_t1493955434 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/EqualFun::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EqualFun__ctor_m3766265224_gshared (EqualFun_t2279576985 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m3127930159_gshared (EqualFun_t2279576985 * __this, int64_t ___item0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { EqualFun_Invoke_m3127930159((EqualFun_t2279576985 *)__this->get_prev_9(), ___item0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___item0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___item0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< bool, int64_t >::Invoke(targetMethod, targetThis, ___item0); else result = GenericVirtFuncInvoker1< bool, int64_t >::Invoke(targetMethod, targetThis, ___item0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___item0); else result = VirtFuncInvoker1< bool, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___item0); } } else { typedef bool (*FunctionPointerType) (void*, int64_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___item0, targetMethod); } } } return result; } // System.IAsyncResult BetterList`1/EqualFun::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EqualFun_BeginInvoke_m1992728204_gshared (EqualFun_t2279576985 * __this, int64_t ___item0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EqualFun_BeginInvoke_m1992728204_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___item0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean BetterList`1/EqualFun::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_EndInvoke_m1694128607_gshared (EqualFun_t2279576985 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/EqualFun::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EqualFun__ctor_m2160238310_gshared (EqualFun_t1623115845 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m3868483934_gshared (EqualFun_t1623115845 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { EqualFun_Invoke_m3868483934((EqualFun_t1623115845 *)__this->get_prev_9(), ___item0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___item0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___item0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, targetThis, ___item0); else result = GenericVirtFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, targetThis, ___item0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___item0); else result = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___item0); } } else { typedef bool (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___item0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< bool >::Invoke(targetMethod, ___item0); else result = GenericVirtFuncInvoker0< bool >::Invoke(targetMethod, ___item0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___item0); else result = VirtFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___item0); } } else { typedef bool (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___item0, targetMethod); } } } return result; } // System.IAsyncResult BetterList`1/EqualFun::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EqualFun_BeginInvoke_m142015718_gshared (EqualFun_t1623115845 * __this, RuntimeObject * ___item0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___item0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean BetterList`1/EqualFun::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_EndInvoke_m914359340_gshared (EqualFun_t1623115845 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1/EqualFun::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EqualFun__ctor_m1452150382_gshared (EqualFun_t3389740069 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean BetterList`1/EqualFun::Invoke(T) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_Invoke_m2949860724_gshared (EqualFun_t3389740069 * __this, int32_t ___item0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { EqualFun_Invoke_m2949860724((EqualFun_t3389740069 *)__this->get_prev_9(), ___item0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___item0, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___item0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___item0); else result = GenericVirtFuncInvoker1< bool, int32_t >::Invoke(targetMethod, targetThis, ___item0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___item0); else result = VirtFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___item0); } } else { typedef bool (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___item0, targetMethod); } } } return result; } // System.IAsyncResult BetterList`1/EqualFun::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EqualFun_BeginInvoke_m2245625162_gshared (EqualFun_t3389740069 * __this, int32_t ___item0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EqualFun_BeginInvoke_m2245625162_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(VehicleInputCmd_t551763092_il2cpp_TypeInfo_var, &___item0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Boolean BetterList`1/EqualFun::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool EqualFun_EndInvoke_m104099126_gshared (EqualFun_t3389740069 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m916496649_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Int32 BetterList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Count_m2732120958_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_size_1(); return L_0; } } // System.Void BetterList`1::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Count_m867082617_gshared (BetterList_1_t289316694 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_size_1(L_0); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m3496854831_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t983456336 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t983456336 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t983456336 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t983456336 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t983456336 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t983456336 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t983456336 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t BetterList_1_get_Item_m318494546_gshared (BetterList_1_t289316694 * __this, int32_t ___i0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m1941866975_gshared (BetterList_1_t289316694 * __this, int32_t ___i0, uint8_t ___value1, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_1 = ___i0; uint8_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m2801707268_gshared (BetterList_1_t289316694 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m2801707268_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (ByteU5BU5D_t4116647657*)((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); ByteU5BU5D_t4116647657* L_7 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { ByteU5BU5D_t4116647657* L_9 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); ByteU5BU5D_t4116647657* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { ByteU5BU5D_t4116647657* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m2999227842_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m2999227842_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; ByteU5BU5D_t4116647657* G_B3_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { ByteU5BU5D_t4116647657* L_1 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (ByteU5BU5D_t4116647657*)G_B3_0; ByteU5BU5D_t4116647657* L_3 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { ByteU5BU5D_t4116647657* L_5 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); ByteU5BU5D_t4116647657* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { ByteU5BU5D_t4116647657* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m2511703137_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (ByteU5BU5D_t4116647657*)((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { ByteU5BU5D_t4116647657* L_4 = V_0; int32_t L_5 = V_1; ByteU5BU5D_t4116647657* L_6 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (uint8_t)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { ByteU5BU5D_t4116647657* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((ByteU5BU5D_t4116647657*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2496795138_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m1269376650_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((ByteU5BU5D_t4116647657*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m3689618584_gshared (BetterList_1_t289316694 * __this, uint8_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t289316694 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { ByteU5BU5D_t4116647657* L_3 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; uint8_t L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t289316694 * BetterList_1_Create_m4035107615_gshared (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) { BetterList_1_t289316694 * V_0 = NULL; { BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t289316694 *)L_0; BetterList_1_t289316694 * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t289316694 * L_3 = V_0; ByteU5BU5D_t4116647657* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t289316694 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3315653105_gshared (BetterList_1_t289316694 * __this, int32_t ___index0, uint8_t ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ByteU5BU5D_t4116647657* L_2 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t289316694 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { ByteU5BU5D_t4116647657* L_6 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint8_t)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { ByteU5BU5D_t4116647657* L_15 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_16 = ___index0; uint8_t L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (uint8_t)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { uint8_t L_19 = ___item1; NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t289316694 *)__this, (uint8_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3558601324_gshared (BetterList_1_t289316694 * __this, BetterList_1_t289316694 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m3558601324_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t289316694 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t289316694 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); ByteU5BU5D_t4116647657* L_8 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { ByteU5BU5D_t4116647657* L_9 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); BetterList_1_t289316694 * L_10 = ___other0; NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = (ByteU5BU5D_t4116647657*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(ByteU5BU5D_t4116647657*)L_9) == ((RuntimeObject*)(ByteU5BU5D_t4116647657*)L_11)))) { goto IL_00e3; } } { BetterList_1_t289316694 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (ByteU5BU5D_t4116647657*)((ByteU5BU5D_t4116647657*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t289316694 * L_15 = ___other0; NullCheck(L_15); ByteU5BU5D_t4116647657* L_16 = (ByteU5BU5D_t4116647657*)L_15->get_buffer_0(); ByteU5BU5D_t4116647657* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t289316694 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { ByteU5BU5D_t4116647657* L_21 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; ByteU5BU5D_t4116647657* L_24 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); uint8_t L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (uint8_t)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { ByteU5BU5D_t4116647657* L_33 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; ByteU5BU5D_t4116647657* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (uint8_t)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (ByteU5BU5D_t4116647657*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t289316694 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t289316694 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { ByteU5BU5D_t4116647657* L_46 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; ByteU5BU5D_t4116647657* L_49 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t289316694 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); uint8_t L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (uint8_t)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { ByteU5BU5D_t4116647657* L_59 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t289316694 * L_62 = ___other0; NullCheck(L_62); ByteU5BU5D_t4116647657* L_63 = (ByteU5BU5D_t4116647657*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; uint8_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (uint8_t)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t289316694 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m1824901078_gshared (BetterList_1_t289316694 * __this, uint8_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { uint8_t L_0 = ___item0; NullCheck((BetterList_1_t289316694 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t289316694 *, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t289316694 *)__this, (uint8_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m2302665791_gshared (BetterList_1_t289316694 * __this, uint8_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { ByteU5BU5D_t4116647657* L_1 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); uint8_t L_3 = ___item0; uint8_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Byte_Equals_m1161982810((uint8_t*)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m4150690803_gshared (BetterList_1_t289316694 * __this, BetterList_1_t289316694 * ___other0, const RuntimeMethod* method) { { BetterList_1_t289316694 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, BetterList_1_t289316694 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t289316694 *)__this, (BetterList_1_t289316694 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m2238425114_gshared (BetterList_1_t289316694 * __this, uint8_t ___item0, const RuntimeMethod* method) { EqualityComparer_1_t3599036008 * V_0 = NULL; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t3599036008 * L_1 = (( EqualityComparer_1_t3599036008 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t3599036008 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t3599036008 * L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); uint8_t L_7 = ___item0; NullCheck((EqualityComparer_1_t3599036008 *)L_2); bool L_8 = VirtFuncInvoker2< bool, uint8_t, uint8_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t3599036008 *)L_2, (uint8_t)L_6, (uint8_t)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); ByteU5BU5D_t4116647657* L_10 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(uint8_t)); uint8_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint8_t)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { ByteU5BU5D_t4116647657* L_14 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_15 = V_3; ByteU5BU5D_t4116647657* L_16 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (uint8_t)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1758749084_gshared (BetterList_1_t289316694 * __this, int32_t ___index0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); ByteU5BU5D_t4116647657* L_4 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(uint8_t)); uint8_t L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (uint8_t)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { ByteU5BU5D_t4116647657* L_8 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_9 = V_1; ByteU5BU5D_t4116647657* L_10 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (uint8_t)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m1968001449_gshared (BetterList_1_t289316694 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m1968001449_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { ByteU5BU5D_t4116647657* L_13 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; ByteU5BU5D_t4116647657* L_16 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); uint8_t L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (uint8_t)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BetterList_1_ToArray_m3387226773_gshared (BetterList_1_t289316694 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t289316694 *)__this); (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t289316694 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); ByteU5BU5D_t4116647657* L_0 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m2396631985_gshared (BetterList_1_t289316694 * __this, Comparison_1_t909227555 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; uint8_t V_2 = 0x0; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t909227555 * L_0 = ___comparer0; ByteU5BU5D_t4116647657* L_1 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); ByteU5BU5D_t4116647657* L_5 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t909227555 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t909227555 *, uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t909227555 *)L_0, (uint8_t)L_4, (uint8_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { ByteU5BU5D_t4116647657* L_10 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (uint8_t)L_13; ByteU5BU5D_t4116647657* L_14 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_15 = V_1; ByteU5BU5D_t4116647657* L_16 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (uint8_t)L_19); ByteU5BU5D_t4116647657* L_20 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_21 = V_1; uint8_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (uint8_t)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { return; } } // BetterList`1 BetterList`1::FindAll(BetterList`1/EqualFun) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t289316694 * BetterList_1_FindAll_m2321335073_gshared (BetterList_1_t289316694 * __this, EqualFun_t3972273353 * ___func0, const RuntimeMethod* method) { BetterList_1_t289316694 * V_0 = NULL; int32_t V_1 = 0; { BetterList_1_t289316694 * L_0 = (BetterList_1_t289316694 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (BetterList_1_t289316694 *)L_0; EqualFun_t3972273353 * L_1 = ___func0; if (!L_1) { goto IL_004c; } } { V_1 = (int32_t)0; goto IL_0040; } IL_0013: { EqualFun_t3972273353 * L_2 = ___func0; ByteU5BU5D_t4116647657* L_3 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((EqualFun_t3972273353 *)L_2); bool L_7 = (( bool (*) (EqualFun_t3972273353 *, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)((EqualFun_t3972273353 *)L_2, (uint8_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); if (!L_7) { goto IL_003c; } } { BetterList_1_t289316694 * L_8 = V_0; ByteU5BU5D_t4116647657* L_9 = (ByteU5BU5D_t4116647657*)__this->get_buffer_0(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck((BetterList_1_t289316694 *)L_8); (( void (*) (BetterList_1_t289316694 *, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t289316694 *)L_8, (uint8_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_003c: { int32_t L_13 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0040: { int32_t L_14 = V_1; NullCheck((BetterList_1_t289316694 *)__this); int32_t L_15 = (( int32_t (*) (BetterList_1_t289316694 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)((BetterList_1_t289316694 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0013; } } IL_004c: { BetterList_1_t289316694 * L_16 = V_0; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m2079784661_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Int32 BetterList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Count_m1087910880_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_size_1(); return L_0; } } // System.Void BetterList`1::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Count_m3605551956_gshared (BetterList_1_t2105966071 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_size_1(L_0); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m874805088_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2800105713 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t2800105713 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Item_m629431924_gshared (BetterList_1_t2105966071 * __this, int32_t ___i0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m3988300983_gshared (BetterList_1_t2105966071 * __this, int32_t ___i0, int32_t ___value1, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_1 = ___i0; int32_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m2003683625_gshared (BetterList_1_t2105966071 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m2003683625_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (Int32U5BU5D_t385246372*)((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); Int32U5BU5D_t385246372* L_7 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { Int32U5BU5D_t385246372* L_9 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); Int32U5BU5D_t385246372* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { Int32U5BU5D_t385246372* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m1148839271_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m1148839271_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t385246372* V_0 = NULL; Int32U5BU5D_t385246372* G_B3_0 = NULL; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (Int32U5BU5D_t385246372*)G_B3_0; Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); Int32U5BU5D_t385246372* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { Int32U5BU5D_t385246372* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m784921625_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { Int32U5BU5D_t385246372* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (Int32U5BU5D_t385246372*)((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { Int32U5BU5D_t385246372* L_4 = V_0; int32_t L_5 = V_1; Int32U5BU5D_t385246372* L_6 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { Int32U5BU5D_t385246372* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((Int32U5BU5D_t385246372*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m3880922309_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m3168490299_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((Int32U5BU5D_t385246372*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m2067633169_gshared (BetterList_1_t2105966071 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2105966071 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; int32_t L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (int32_t)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2105966071 * BetterList_1_Create_m592438323_gshared (RuntimeObject * __this /* static, unused */, Int32U5BU5D_t385246372* ___buffer0, const RuntimeMethod* method) { BetterList_1_t2105966071 * V_0 = NULL; { BetterList_1_t2105966071 * L_0 = (BetterList_1_t2105966071 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t2105966071 *)L_0; BetterList_1_t2105966071 * L_1 = V_0; Int32U5BU5D_t385246372* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t2105966071 * L_3 = V_0; Int32U5BU5D_t385246372* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t2105966071 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4189310879_gshared (BetterList_1_t2105966071 * __this, int32_t ___index0, int32_t ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2105966071 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { Int32U5BU5D_t385246372* L_6 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_7 = V_0; Int32U5BU5D_t385246372* L_8 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { Int32U5BU5D_t385246372* L_15 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_16 = ___index0; int32_t L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (int32_t)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { int32_t L_19 = ___item1; NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2105966071 *)__this, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m771269936_gshared (BetterList_1_t2105966071 * __this, BetterList_1_t2105966071 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m771269936_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int32U5BU5D_t385246372* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t2105966071 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t2105966071 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); Int32U5BU5D_t385246372* L_8 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { Int32U5BU5D_t385246372* L_9 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); BetterList_1_t2105966071 * L_10 = ___other0; NullCheck(L_10); Int32U5BU5D_t385246372* L_11 = (Int32U5BU5D_t385246372*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(Int32U5BU5D_t385246372*)L_9) == ((RuntimeObject*)(Int32U5BU5D_t385246372*)L_11)))) { goto IL_00e3; } } { BetterList_1_t2105966071 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (Int32U5BU5D_t385246372*)((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t2105966071 * L_15 = ___other0; NullCheck(L_15); Int32U5BU5D_t385246372* L_16 = (Int32U5BU5D_t385246372*)L_15->get_buffer_0(); Int32U5BU5D_t385246372* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2105966071 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { Int32U5BU5D_t385246372* L_21 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; Int32U5BU5D_t385246372* L_24 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); int32_t L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (int32_t)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { Int32U5BU5D_t385246372* L_33 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; Int32U5BU5D_t385246372* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; int32_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (int32_t)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (Int32U5BU5D_t385246372*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t2105966071 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2105966071 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { Int32U5BU5D_t385246372* L_46 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; Int32U5BU5D_t385246372* L_49 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t2105966071 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); int32_t L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (int32_t)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { Int32U5BU5D_t385246372* L_59 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t2105966071 * L_62 = ___other0; NullCheck(L_62); Int32U5BU5D_t385246372* L_63 = (Int32U5BU5D_t385246372*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; int32_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (int32_t)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t2105966071 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m500906472_gshared (BetterList_1_t2105966071 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___item0; NullCheck((BetterList_1_t2105966071 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2105966071 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m4176369052_gshared (BetterList_1_t2105966071 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___item0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Int32_Equals_m3996243976((int32_t*)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m143671068_gshared (BetterList_1_t2105966071 * __this, BetterList_1_t2105966071 * ___other0, const RuntimeMethod* method) { { BetterList_1_t2105966071 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t2105966071 *)__this, (BetterList_1_t2105966071 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m608844907_gshared (BetterList_1_t2105966071 * __this, int32_t ___item0, const RuntimeMethod* method) { EqualityComparer_1_t1120718089 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t1120718089 * L_1 = (( EqualityComparer_1_t1120718089 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t1120718089 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t1120718089 * L_2 = V_0; Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); int32_t L_7 = ___item0; NullCheck((EqualityComparer_1_t1120718089 *)L_2); bool L_8 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1120718089 *)L_2, (int32_t)L_6, (int32_t)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); Int32U5BU5D_t385246372* L_10 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(int32_t)); int32_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int32_t)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { Int32U5BU5D_t385246372* L_14 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_15 = V_3; Int32U5BU5D_t385246372* L_16 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int32_t)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1888541340_gshared (BetterList_1_t2105966071 * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); Int32U5BU5D_t385246372* L_4 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { Int32U5BU5D_t385246372* L_8 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_9 = V_1; Int32U5BU5D_t385246372* L_10 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int32_t)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m4175758419_gshared (BetterList_1_t2105966071 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m4175758419_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { Int32U5BU5D_t385246372* L_13 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; Int32U5BU5D_t385246372* L_16 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); int32_t L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (int32_t)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* BetterList_1_ToArray_m2835090193_gshared (BetterList_1_t2105966071 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t2105966071 *)__this); (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t2105966071 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m1746619428_gshared (BetterList_1_t2105966071 * __this, Comparison_1_t2725876932 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t2725876932 * L_0 = ___comparer0; Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t2725876932 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t2725876932 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t2725876932 *)L_0, (int32_t)L_4, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { Int32U5BU5D_t385246372* L_10 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (int32_t)L_13; Int32U5BU5D_t385246372* L_14 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_15 = V_1; Int32U5BU5D_t385246372* L_16 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int32_t)L_19); Int32U5BU5D_t385246372* L_20 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_21 = V_1; int32_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (int32_t)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { return; } } // BetterList`1 BetterList`1::FindAll(BetterList`1/EqualFun) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2105966071 * BetterList_1_FindAll_m921342000_gshared (BetterList_1_t2105966071 * __this, EqualFun_t1493955434 * ___func0, const RuntimeMethod* method) { BetterList_1_t2105966071 * V_0 = NULL; int32_t V_1 = 0; { BetterList_1_t2105966071 * L_0 = (BetterList_1_t2105966071 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (BetterList_1_t2105966071 *)L_0; EqualFun_t1493955434 * L_1 = ___func0; if (!L_1) { goto IL_004c; } } { V_1 = (int32_t)0; goto IL_0040; } IL_0013: { EqualFun_t1493955434 * L_2 = ___func0; Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((EqualFun_t1493955434 *)L_2); bool L_7 = (( bool (*) (EqualFun_t1493955434 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)((EqualFun_t1493955434 *)L_2, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); if (!L_7) { goto IL_003c; } } { BetterList_1_t2105966071 * L_8 = V_0; Int32U5BU5D_t385246372* L_9 = (Int32U5BU5D_t385246372*)__this->get_buffer_0(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; int32_t L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck((BetterList_1_t2105966071 *)L_8); (( void (*) (BetterList_1_t2105966071 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2105966071 *)L_8, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_003c: { int32_t L_13 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0040: { int32_t L_14 = V_1; NullCheck((BetterList_1_t2105966071 *)__this); int32_t L_15 = (( int32_t (*) (BetterList_1_t2105966071 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)((BetterList_1_t2105966071 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0013; } } IL_004c: { BetterList_1_t2105966071 * L_16 = V_0; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m1493202757_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Int32 BetterList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Count_m3162298183_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_size_1(); return L_0; } } // System.Void BetterList`1::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Count_m1925963664_gshared (BetterList_1_t2891587622 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_size_1(L_0); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m4032984723_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t3585727264 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t3585727264 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t BetterList_1_get_Item_m3140183444_gshared (BetterList_1_t2891587622 * __this, int32_t ___i0, const RuntimeMethod* method) { { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; int64_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m3946243228_gshared (BetterList_1_t2891587622 * __this, int32_t ___i0, int64_t ___value1, const RuntimeMethod* method) { { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_1 = ___i0; int64_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int64_t)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m700097119_gshared (BetterList_1_t2891587622 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m700097119_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int64U5BU5D_t2559172825* V_1 = NULL; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; Int64U5BU5D_t2559172825* L_2 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (Int64U5BU5D_t2559172825*)((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); Int64U5BU5D_t2559172825* L_7 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { Int64U5BU5D_t2559172825* L_9 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); Int64U5BU5D_t2559172825* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { Int64U5BU5D_t2559172825* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m2273833626_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m2273833626_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int64U5BU5D_t2559172825* V_0 = NULL; Int64U5BU5D_t2559172825* G_B3_0 = NULL; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { Int64U5BU5D_t2559172825* L_1 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (Int64U5BU5D_t2559172825*)G_B3_0; Int64U5BU5D_t2559172825* L_3 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { Int64U5BU5D_t2559172825* L_5 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); Int64U5BU5D_t2559172825* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { Int64U5BU5D_t2559172825* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m780672279_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { Int64U5BU5D_t2559172825* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int64U5BU5D_t2559172825* L_2 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (Int64U5BU5D_t2559172825*)((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { Int64U5BU5D_t2559172825* L_4 = V_0; int32_t L_5 = V_1; Int64U5BU5D_t2559172825* L_6 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; int64_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int64_t)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { Int64U5BU5D_t2559172825* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((Int64U5BU5D_t2559172825*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m2223224509_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m3708962223_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((Int64U5BU5D_t2559172825*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m215662071_gshared (BetterList_1_t2891587622 * __this, int64_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int64U5BU5D_t2559172825* L_2 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2891587622 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { Int64U5BU5D_t2559172825* L_3 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; int64_t L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (int64_t)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2891587622 * BetterList_1_Create_m37090409_gshared (RuntimeObject * __this /* static, unused */, Int64U5BU5D_t2559172825* ___buffer0, const RuntimeMethod* method) { BetterList_1_t2891587622 * V_0 = NULL; { BetterList_1_t2891587622 * L_0 = (BetterList_1_t2891587622 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t2891587622 *)L_0; BetterList_1_t2891587622 * L_1 = V_0; Int64U5BU5D_t2559172825* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t2891587622 * L_3 = V_0; Int64U5BU5D_t2559172825* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t2891587622 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2058705001_gshared (BetterList_1_t2891587622 * __this, int32_t ___index0, int64_t ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); Int64U5BU5D_t2559172825* L_2 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2891587622 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { Int64U5BU5D_t2559172825* L_6 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_7 = V_0; Int64U5BU5D_t2559172825* L_8 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int64_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int64_t)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { Int64U5BU5D_t2559172825* L_15 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_16 = ___index0; int64_t L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (int64_t)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { int64_t L_19 = ___item1; NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2891587622 *)__this, (int64_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m2639820123_gshared (BetterList_1_t2891587622 * __this, BetterList_1_t2891587622 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m2639820123_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int64U5BU5D_t2559172825* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t2891587622 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t2891587622 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); Int64U5BU5D_t2559172825* L_8 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { Int64U5BU5D_t2559172825* L_9 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); BetterList_1_t2891587622 * L_10 = ___other0; NullCheck(L_10); Int64U5BU5D_t2559172825* L_11 = (Int64U5BU5D_t2559172825*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(Int64U5BU5D_t2559172825*)L_9) == ((RuntimeObject*)(Int64U5BU5D_t2559172825*)L_11)))) { goto IL_00e3; } } { BetterList_1_t2891587622 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (Int64U5BU5D_t2559172825*)((Int64U5BU5D_t2559172825*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t2891587622 * L_15 = ___other0; NullCheck(L_15); Int64U5BU5D_t2559172825* L_16 = (Int64U5BU5D_t2559172825*)L_15->get_buffer_0(); Int64U5BU5D_t2559172825* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2891587622 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { Int64U5BU5D_t2559172825* L_21 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; Int64U5BU5D_t2559172825* L_24 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); int64_t L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (int64_t)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { Int64U5BU5D_t2559172825* L_33 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; Int64U5BU5D_t2559172825* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; int64_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (int64_t)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (Int64U5BU5D_t2559172825*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t2891587622 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2891587622 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { Int64U5BU5D_t2559172825* L_46 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; Int64U5BU5D_t2559172825* L_49 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t2891587622 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); int64_t L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (int64_t)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { Int64U5BU5D_t2559172825* L_59 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t2891587622 * L_62 = ___other0; NullCheck(L_62); Int64U5BU5D_t2559172825* L_63 = (Int64U5BU5D_t2559172825*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; int64_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (int64_t)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t2891587622 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m2295261422_gshared (BetterList_1_t2891587622 * __this, int64_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int64_t L_0 = ___item0; NullCheck((BetterList_1_t2891587622 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t2891587622 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2891587622 *)__this, (int64_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m556465142_gshared (BetterList_1_t2891587622 * __this, int64_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { Int64U5BU5D_t2559172825* L_1 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); int64_t L_3 = ___item0; int64_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); bool L_6 = Int64_Equals_m858582563((int64_t*)((L_1)->GetAddressAt(static_cast(L_2))), (RuntimeObject *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { int32_t L_7 = V_0; return L_7; } IL_003a: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003e: { int32_t L_9 = V_0; int32_t L_10 = (int32_t)__this->get_size_1(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m3773677784_gshared (BetterList_1_t2891587622 * __this, BetterList_1_t2891587622 * ___other0, const RuntimeMethod* method) { { BetterList_1_t2891587622 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, BetterList_1_t2891587622 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t2891587622 *)__this, (BetterList_1_t2891587622 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m944657291_gshared (BetterList_1_t2891587622 * __this, int64_t ___item0, const RuntimeMethod* method) { EqualityComparer_1_t1906339640 * V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; int32_t V_3 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t1906339640 * L_1 = (( EqualityComparer_1_t1906339640 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t1906339640 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t1906339640 * L_2 = V_0; Int64U5BU5D_t2559172825* L_3 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int64_t L_6 = (L_3)->GetAt(static_cast(L_5)); int64_t L_7 = ___item0; NullCheck((EqualityComparer_1_t1906339640 *)L_2); bool L_8 = VirtFuncInvoker2< bool, int64_t, int64_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1906339640 *)L_2, (int64_t)L_6, (int64_t)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); Int64U5BU5D_t2559172825* L_10 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(int64_t)); int64_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int64_t)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { Int64U5BU5D_t2559172825* L_14 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_15 = V_3; Int64U5BU5D_t2559172825* L_16 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int64_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int64_t)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m1504936600_gshared (BetterList_1_t2891587622 * __this, int32_t ___index0, const RuntimeMethod* method) { int64_t V_0 = 0; int32_t V_1 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); Int64U5BU5D_t2559172825* L_4 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(int64_t)); int64_t L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int64_t)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { Int64U5BU5D_t2559172825* L_8 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_9 = V_1; Int64U5BU5D_t2559172825* L_10 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int64_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int64_t)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m2596579602_gshared (BetterList_1_t2891587622 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m2596579602_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { Int64U5BU5D_t2559172825* L_13 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; Int64U5BU5D_t2559172825* L_16 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); int64_t L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (int64_t)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Int64U5BU5D_t2559172825* BetterList_1_ToArray_m3469181686_gshared (BetterList_1_t2891587622 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t2891587622 *)__this); (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t2891587622 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); Int64U5BU5D_t2559172825* L_0 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m3463131249_gshared (BetterList_1_t2891587622 * __this, Comparison_1_t3511498483 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int64_t V_2 = 0; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t3511498483 * L_0 = ___comparer0; Int64U5BU5D_t2559172825* L_1 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); int64_t L_4 = (L_1)->GetAt(static_cast(L_3)); Int64U5BU5D_t2559172825* L_5 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int64_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t3511498483 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t3511498483 *, int64_t, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t3511498483 *)L_0, (int64_t)L_4, (int64_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { Int64U5BU5D_t2559172825* L_10 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; int64_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (int64_t)L_13; Int64U5BU5D_t2559172825* L_14 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_15 = V_1; Int64U5BU5D_t2559172825* L_16 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); int64_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int64_t)L_19); Int64U5BU5D_t2559172825* L_20 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_21 = V_1; int64_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (int64_t)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { return; } } // BetterList`1 BetterList`1::FindAll(BetterList`1/EqualFun) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2891587622 * BetterList_1_FindAll_m3563288198_gshared (BetterList_1_t2891587622 * __this, EqualFun_t2279576985 * ___func0, const RuntimeMethod* method) { BetterList_1_t2891587622 * V_0 = NULL; int32_t V_1 = 0; { BetterList_1_t2891587622 * L_0 = (BetterList_1_t2891587622 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (BetterList_1_t2891587622 *)L_0; EqualFun_t2279576985 * L_1 = ___func0; if (!L_1) { goto IL_004c; } } { V_1 = (int32_t)0; goto IL_0040; } IL_0013: { EqualFun_t2279576985 * L_2 = ___func0; Int64U5BU5D_t2559172825* L_3 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int64_t L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((EqualFun_t2279576985 *)L_2); bool L_7 = (( bool (*) (EqualFun_t2279576985 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)((EqualFun_t2279576985 *)L_2, (int64_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); if (!L_7) { goto IL_003c; } } { BetterList_1_t2891587622 * L_8 = V_0; Int64U5BU5D_t2559172825* L_9 = (Int64U5BU5D_t2559172825*)__this->get_buffer_0(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; int64_t L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck((BetterList_1_t2891587622 *)L_8); (( void (*) (BetterList_1_t2891587622 *, int64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2891587622 *)L_8, (int64_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_003c: { int32_t L_13 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0040: { int32_t L_14 = V_1; NullCheck((BetterList_1_t2891587622 *)__this); int32_t L_15 = (( int32_t (*) (BetterList_1_t2891587622 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)((BetterList_1_t2891587622 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0013; } } IL_004c: { BetterList_1_t2891587622 * L_16 = V_0; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m445033979_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Int32 BetterList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Count_m1709982144_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_size_1(); return L_0; } } // System.Void BetterList`1::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Count_m4042256465_gshared (BetterList_1_t2235126482 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_size_1(L_0); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m249494471_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t2929266124 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t2929266124 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BetterList_1_get_Item_m1187708413_gshared (BetterList_1_t2235126482 * __this, int32_t ___i0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m1087052065_gshared (BetterList_1_t2235126482 * __this, int32_t ___i0, RuntimeObject * ___value1, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_1 = ___i0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (RuntimeObject *)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m3928953428_gshared (BetterList_1_t2235126482 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m3928953428_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); ObjectU5BU5D_t2843939325* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { ObjectU5BU5D_t2843939325* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m3432564399_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m3432564399_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; ObjectU5BU5D_t2843939325* G_B3_0 = NULL; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (ObjectU5BU5D_t2843939325*)G_B3_0; ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); ObjectU5BU5D_t2843939325* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { ObjectU5BU5D_t2843939325* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m2267656471_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { ObjectU5BU5D_t2843939325* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { ObjectU5BU5D_t2843939325* L_4 = V_0; int32_t L_5 = V_1; ObjectU5BU5D_t2843939325* L_6 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { ObjectU5BU5D_t2843939325* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((ObjectU5BU5D_t2843939325*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m1906904972_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m483119393_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((ObjectU5BU5D_t2843939325*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1521034418_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2235126482 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; RuntimeObject * L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (RuntimeObject *)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2235126482 * BetterList_1_Create_m1960801405_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___buffer0, const RuntimeMethod* method) { BetterList_1_t2235126482 * V_0 = NULL; { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t2235126482 *)L_0; BetterList_1_t2235126482 * L_1 = V_0; ObjectU5BU5D_t2843939325* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t2235126482 * L_3 = V_0; ObjectU5BU5D_t2843939325* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t2235126482 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4122115815_gshared (BetterList_1_t2235126482 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t2235126482 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { ObjectU5BU5D_t2843939325* L_6 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_7 = V_0; ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); RuntimeObject * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject *)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_16 = ___index0; RuntimeObject * L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (RuntimeObject *)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { RuntimeObject * L_19 = ___item1; NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2235126482 *)__this, (RuntimeObject *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m4170215807_gshared (BetterList_1_t2235126482 * __this, BetterList_1_t2235126482 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m4170215807_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ObjectU5BU5D_t2843939325* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t2235126482 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t2235126482 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); BetterList_1_t2235126482 * L_10 = ___other0; NullCheck(L_10); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(ObjectU5BU5D_t2843939325*)L_9) == ((RuntimeObject*)(ObjectU5BU5D_t2843939325*)L_11)))) { goto IL_00e3; } } { BetterList_1_t2235126482 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t2235126482 * L_15 = ___other0; NullCheck(L_15); ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)L_15->get_buffer_0(); ObjectU5BU5D_t2843939325* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2235126482 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); RuntimeObject * L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (RuntimeObject *)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { ObjectU5BU5D_t2843939325* L_33 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; ObjectU5BU5D_t2843939325* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; RuntimeObject * L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (RuntimeObject *)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (ObjectU5BU5D_t2843939325*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t2235126482 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2235126482 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { ObjectU5BU5D_t2843939325* L_46 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; ObjectU5BU5D_t2843939325* L_49 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t2235126482 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); RuntimeObject * L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (RuntimeObject *)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { ObjectU5BU5D_t2843939325* L_59 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t2235126482 * L_62 = ___other0; NullCheck(L_62); ObjectU5BU5D_t2843939325* L_63 = (ObjectU5BU5D_t2843939325*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; RuntimeObject * L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (RuntimeObject *)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t2235126482 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m3494370654_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___item0; NullCheck((BetterList_1_t2235126482 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2235126482 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m1323150196_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject * L_3 = ___item0; NullCheck((RuntimeObject *)(*((L_1)->GetAddressAt(static_cast(L_2))))); bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(*((L_1)->GetAddressAt(static_cast(L_2)))), (RuntimeObject *)L_3); if (!L_4) { goto IL_003a; } } { int32_t L_5 = V_0; return L_5; } IL_003a: { int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_003e: { int32_t L_7 = V_0; int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m3757799055_gshared (BetterList_1_t2235126482 * __this, BetterList_1_t2235126482 * ___other0, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t2235126482 *)__this, (BetterList_1_t2235126482 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m375183283_gshared (BetterList_1_t2235126482 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { EqualityComparer_1_t1249878500 * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; int32_t V_3 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t1249878500 * L_1 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t1249878500 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t1249878500 * L_2 = V_0; ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); RuntimeObject * L_7 = ___item0; NullCheck((EqualityComparer_1_t1249878500 *)L_2); bool L_8 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t1249878500 *)L_2, (RuntimeObject *)L_6, (RuntimeObject *)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (RuntimeObject *)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { ObjectU5BU5D_t2843939325* L_14 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_15 = V_3; ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); RuntimeObject * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (RuntimeObject *)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m268294279_gshared (BetterList_1_t2235126482 * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); ObjectU5BU5D_t2843939325* L_4 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_9 = V_1; ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (RuntimeObject *)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m3854873820_gshared (BetterList_1_t2235126482 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m3854873820_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); RuntimeObject * L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (RuntimeObject *)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* BetterList_1_ToArray_m3865192987_gshared (BetterList_1_t2235126482 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t2235126482 *)__this); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t2235126482 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m2212695878_gshared (BetterList_1_t2235126482 * __this, Comparison_1_t2855037343 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t2855037343 * L_0 = ___comparer0; ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); RuntimeObject * L_4 = (L_1)->GetAt(static_cast(L_3)); ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t2855037343 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t2855037343 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t2855037343 *)L_0, (RuntimeObject *)L_4, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (RuntimeObject *)L_13; ObjectU5BU5D_t2843939325* L_14 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_15 = V_1; ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); RuntimeObject * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_21 = V_1; RuntimeObject * L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (RuntimeObject *)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { return; } } // BetterList`1 BetterList`1::FindAll(BetterList`1/EqualFun) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t2235126482 * BetterList_1_FindAll_m4201717489_gshared (BetterList_1_t2235126482 * __this, EqualFun_t1623115845 * ___func0, const RuntimeMethod* method) { BetterList_1_t2235126482 * V_0 = NULL; int32_t V_1 = 0; { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (BetterList_1_t2235126482 *)L_0; EqualFun_t1623115845 * L_1 = ___func0; if (!L_1) { goto IL_004c; } } { V_1 = (int32_t)0; goto IL_0040; } IL_0013: { EqualFun_t1623115845 * L_2 = ___func0; ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((EqualFun_t1623115845 *)L_2); bool L_7 = (( bool (*) (EqualFun_t1623115845 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)((EqualFun_t1623115845 *)L_2, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); if (!L_7) { goto IL_003c; } } { BetterList_1_t2235126482 * L_8 = V_0; ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)__this->get_buffer_0(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; RuntimeObject * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck((BetterList_1_t2235126482 *)L_8); (( void (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2235126482 *)L_8, (RuntimeObject *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_003c: { int32_t L_13 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0040: { int32_t L_14 = V_1; NullCheck((BetterList_1_t2235126482 *)__this); int32_t L_15 = (( int32_t (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)((BetterList_1_t2235126482 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0013; } } IL_004c: { BetterList_1_t2235126482 * L_16 = V_0; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BetterList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void BetterList_1__ctor_m598206245_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Int32 BetterList`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Count_m953544863_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_size_1(); return L_0; } } // System.Void BetterList`1::set_Count(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Count_m3054401585_gshared (BetterList_1_t4001750706 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_size_1(L_0); return; } } // System.Collections.Generic.IEnumerator`1 BetterList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BetterList_1_GetEnumerator_m4181861683_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method) { U3CGetEnumeratorU3Ec__Iterator0_t400923052 * V_0 = NULL; { U3CGetEnumeratorU3Ec__Iterator0_t400923052 * L_0 = (U3CGetEnumeratorU3Ec__Iterator0_t400923052 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ec__Iterator0_t400923052 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); V_0 = (U3CGetEnumeratorU3Ec__Iterator0_t400923052 *)L_0; U3CGetEnumeratorU3Ec__Iterator0_t400923052 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_1(__this); U3CGetEnumeratorU3Ec__Iterator0_t400923052 * L_2 = V_0; return L_2; } } // T BetterList`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_get_Item_m1260013620_gshared (BetterList_1_t4001750706 * __this, int32_t ___i0, const RuntimeMethod* method) { { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_1 = ___i0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BetterList`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_set_Item_m950954396_gshared (BetterList_1_t4001750706 * __this, int32_t ___i0, int32_t ___value1, const RuntimeMethod* method) { { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_1 = ___i0; int32_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (int32_t)L_2); return; } } // System.Void BetterList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Resize_m3136992644_gshared (BetterList_1_t4001750706 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Resize_m3136992644_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; VehicleInputCmdU5BU5D_t1195539101* V_1 = NULL; { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___count0; VehicleInputCmdU5BU5D_t1195539101* L_2 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0021; } } { int32_t L_3 = ___count0; __this->set_size_1(L_3); return; } IL_0021: { int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)L_4, (int32_t)((int32_t)32), /*hidden argument*/NULL); V_0 = (int32_t)L_5; int32_t L_6 = V_0; V_1 = (VehicleInputCmdU5BU5D_t1195539101*)((VehicleInputCmdU5BU5D_t1195539101*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_6)); VehicleInputCmdU5BU5D_t1195539101* L_7 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_7) { goto IL_0055; } } { int32_t L_8 = (int32_t)__this->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_8))) { goto IL_0055; } } { VehicleInputCmdU5BU5D_t1195539101* L_9 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); VehicleInputCmdU5BU5D_t1195539101* L_10 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_9); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_9, (RuntimeArray *)(RuntimeArray *)L_10, (int32_t)0, /*hidden argument*/NULL); } IL_0055: { VehicleInputCmdU5BU5D_t1195539101* L_11 = V_1; __this->set_buffer_0(L_11); int32_t L_12 = ___count0; __this->set_size_1(L_12); return; } } // System.Void BetterList`1::AllocateMore() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_AllocateMore_m3116494268_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_AllocateMore_m3116494268_MetadataUsageId); s_Il2CppMethodInitialized = true; } VehicleInputCmdU5BU5D_t1195539101* V_0 = NULL; VehicleInputCmdU5BU5D_t1195539101* G_B3_0 = NULL; { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_0) { goto IL_0026; } } { VehicleInputCmdU5BU5D_t1195539101* L_1 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_2 = Mathf_Max_m3673002171(NULL /*static, unused*/, (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))<<(int32_t)1)), (int32_t)((int32_t)32), /*hidden argument*/NULL); G_B3_0 = ((VehicleInputCmdU5BU5D_t1195539101*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_2)); goto IL_002d; } IL_0026: { G_B3_0 = ((VehicleInputCmdU5BU5D_t1195539101*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)((int32_t)32))); } IL_002d: { V_0 = (VehicleInputCmdU5BU5D_t1195539101*)G_B3_0; VehicleInputCmdU5BU5D_t1195539101* L_3 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_3) { goto IL_0052; } } { int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0052; } } { VehicleInputCmdU5BU5D_t1195539101* L_5 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); VehicleInputCmdU5BU5D_t1195539101* L_6 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_5); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, (int32_t)0, /*hidden argument*/NULL); } IL_0052: { VehicleInputCmdU5BU5D_t1195539101* L_7 = V_0; __this->set_buffer_0(L_7); return; } } // System.Void BetterList`1::Trim() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Trim_m2421345835_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method) { VehicleInputCmdU5BU5D_t1195539101* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_size_1(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0061; } } { int32_t L_1 = (int32_t)__this->get_size_1(); VehicleInputCmdU5BU5D_t1195539101* L_2 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_005c; } } { int32_t L_3 = (int32_t)__this->get_size_1(); V_0 = (VehicleInputCmdU5BU5D_t1195539101*)((VehicleInputCmdU5BU5D_t1195539101*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_3)); V_1 = (int32_t)0; goto IL_0049; } IL_0032: { VehicleInputCmdU5BU5D_t1195539101* L_4 = V_0; int32_t L_5 = V_1; VehicleInputCmdU5BU5D_t1195539101* L_6 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_9); int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0049: { int32_t L_11 = V_1; int32_t L_12 = (int32_t)__this->get_size_1(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0032; } } { VehicleInputCmdU5BU5D_t1195539101* L_13 = V_0; __this->set_buffer_0(L_13); } IL_005c: { goto IL_0068; } IL_0061: { __this->set_buffer_0((VehicleInputCmdU5BU5D_t1195539101*)NULL); } IL_0068: { return; } } // System.Void BetterList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Clear_m3246147440_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); return; } } // System.Void BetterList`1::Release() extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Release_m1191901704_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method) { { __this->set_size_1(0); __this->set_buffer_0((VehicleInputCmdU5BU5D_t1195539101*)NULL); return; } } // System.Void BetterList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Add_m1189873222_gshared (BetterList_1_t4001750706 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); VehicleInputCmdU5BU5D_t1195539101* L_2 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t4001750706 *)__this); (( void (*) (BetterList_1_t4001750706 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t4001750706 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { VehicleInputCmdU5BU5D_t1195539101* L_3 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = (int32_t)L_4; V_0 = (int32_t)L_5; __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; int32_t L_7 = ___item0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (int32_t)L_7); return; } } // BetterList`1 BetterList`1::Create(T[]) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t4001750706 * BetterList_1_Create_m2308878665_gshared (RuntimeObject * __this /* static, unused */, VehicleInputCmdU5BU5D_t1195539101* ___buffer0, const RuntimeMethod* method) { BetterList_1_t4001750706 * V_0 = NULL; { BetterList_1_t4001750706 * L_0 = (BetterList_1_t4001750706 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); (( void (*) (BetterList_1_t4001750706 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); V_0 = (BetterList_1_t4001750706 *)L_0; BetterList_1_t4001750706 * L_1 = V_0; VehicleInputCmdU5BU5D_t1195539101* L_2 = ___buffer0; NullCheck(L_1); L_1->set_buffer_0(L_2); BetterList_1_t4001750706 * L_3 = V_0; VehicleInputCmdU5BU5D_t1195539101* L_4 = ___buffer0; NullCheck(L_4); NullCheck(L_3); L_3->set_size_1((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); BetterList_1_t4001750706 * L_5 = V_0; return L_5; } } // System.Void BetterList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3666854855_gshared (BetterList_1_t4001750706 * __this, int32_t ___index0, int32_t ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_0) { goto IL_001e; } } { int32_t L_1 = (int32_t)__this->get_size_1(); VehicleInputCmdU5BU5D_t1195539101* L_2 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0024; } } IL_001e: { NullCheck((BetterList_1_t4001750706 *)__this); (( void (*) (BetterList_1_t4001750706 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((BetterList_1_t4001750706 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0024: { int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_size_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0081; } } { int32_t L_5 = (int32_t)__this->get_size_1(); V_0 = (int32_t)L_5; goto IL_005a; } IL_003c: { VehicleInputCmdU5BU5D_t1195539101* L_6 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_7 = V_0; VehicleInputCmdU5BU5D_t1195539101* L_8 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_11); int32_t L_12 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_0; int32_t L_14 = ___index0; if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_003c; } } { VehicleInputCmdU5BU5D_t1195539101* L_15 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_16 = ___index0; int32_t L_17 = ___item1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (int32_t)L_17); int32_t L_18 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); goto IL_0088; } IL_0081: { int32_t L_19 = ___item1; NullCheck((BetterList_1_t4001750706 *)__this); (( void (*) (BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t4001750706 *)__this, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0088: { return; } } // System.Void BetterList`1::Insert(BetterList`1,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Insert_m3065274689_gshared (BetterList_1_t4001750706 * __this, BetterList_1_t4001750706 * ___other0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_Insert_m3065274689_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; VehicleInputCmdU5BU5D_t1195539101* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { BetterList_1_t4001750706 * L_0 = ___other0; if (!L_0) { goto IL_0176; } } { BetterList_1_t4001750706 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_size_1(); if ((((int32_t)0) >= ((int32_t)L_2))) { goto IL_0176; } } { int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_5 = Mathf_Clamp_m2756574208(NULL /*static, unused*/, (int32_t)L_3, (int32_t)0, (int32_t)L_4, /*hidden argument*/NULL); ___index1 = (int32_t)L_5; int32_t L_6 = (int32_t)__this->get_size_1(); int32_t L_7 = ___index1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); VehicleInputCmdU5BU5D_t1195539101* L_8 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_8) { goto IL_00e3; } } { VehicleInputCmdU5BU5D_t1195539101* L_9 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); BetterList_1_t4001750706 * L_10 = ___other0; NullCheck(L_10); VehicleInputCmdU5BU5D_t1195539101* L_11 = (VehicleInputCmdU5BU5D_t1195539101*)L_10->get_buffer_0(); if ((!(((RuntimeObject*)(VehicleInputCmdU5BU5D_t1195539101*)L_9) == ((RuntimeObject*)(VehicleInputCmdU5BU5D_t1195539101*)L_11)))) { goto IL_00e3; } } { BetterList_1_t4001750706 * L_12 = ___other0; NullCheck(L_12); int32_t L_13 = (int32_t)L_12->get_size_1(); V_1 = (int32_t)L_13; int32_t L_14 = V_1; V_2 = (VehicleInputCmdU5BU5D_t1195539101*)((VehicleInputCmdU5BU5D_t1195539101*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (uint32_t)L_14)); BetterList_1_t4001750706 * L_15 = ___other0; NullCheck(L_15); VehicleInputCmdU5BU5D_t1195539101* L_16 = (VehicleInputCmdU5BU5D_t1195539101*)L_15->get_buffer_0(); VehicleInputCmdU5BU5D_t1195539101* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_17, (int32_t)0, (int32_t)L_18, /*hidden argument*/NULL); int32_t L_19 = (int32_t)__this->get_size_1(); int32_t L_20 = V_1; NullCheck((BetterList_1_t4001750706 *)__this); (( void (*) (BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t4001750706 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_3 = (int32_t)0; goto IL_00a8; } IL_0078: { VehicleInputCmdU5BU5D_t1195539101* L_21 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_22 = (int32_t)__this->get_size_1(); int32_t L_23 = V_3; VehicleInputCmdU5BU5D_t1195539101* L_24 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_25 = (int32_t)__this->get_size_1(); int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); int32_t L_28 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)), (int32_t)L_26)), (int32_t)L_27)); int32_t L_29 = (L_24)->GetAt(static_cast(L_28)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), (int32_t)L_23))), (int32_t)L_29); int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a8: { int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0078; } } { V_4 = (int32_t)0; goto IL_00d4; } IL_00b7: { VehicleInputCmdU5BU5D_t1195539101* L_33 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_34 = ___index1; int32_t L_35 = V_4; VehicleInputCmdU5BU5D_t1195539101* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; int32_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))), (int32_t)L_39); int32_t L_40 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00d4: { int32_t L_41 = V_4; int32_t L_42 = V_1; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00b7; } } { V_2 = (VehicleInputCmdU5BU5D_t1195539101*)NULL; goto IL_0176; } IL_00e3: { int32_t L_43 = (int32_t)__this->get_size_1(); BetterList_1_t4001750706 * L_44 = ___other0; NullCheck(L_44); int32_t L_45 = (int32_t)L_44->get_size_1(); NullCheck((BetterList_1_t4001750706 *)__this); (( void (*) (BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t4001750706 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_5 = (int32_t)0; goto IL_0137; } IL_00fe: { VehicleInputCmdU5BU5D_t1195539101* L_46 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_47 = (int32_t)__this->get_size_1(); int32_t L_48 = V_5; VehicleInputCmdU5BU5D_t1195539101* L_49 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_50 = (int32_t)__this->get_size_1(); int32_t L_51 = V_5; BetterList_1_t4001750706 * L_52 = ___other0; NullCheck(L_52); int32_t L_53 = (int32_t)L_52->get_size_1(); NullCheck(L_49); int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)), (int32_t)L_51)), (int32_t)L_53)); int32_t L_55 = (L_49)->GetAt(static_cast(L_54)); NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), (int32_t)L_48))), (int32_t)L_55); int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0137: { int32_t L_57 = V_5; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00fe; } } { V_6 = (int32_t)0; goto IL_0169; } IL_0147: { VehicleInputCmdU5BU5D_t1195539101* L_59 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_60 = ___index1; int32_t L_61 = V_6; BetterList_1_t4001750706 * L_62 = ___other0; NullCheck(L_62); VehicleInputCmdU5BU5D_t1195539101* L_63 = (VehicleInputCmdU5BU5D_t1195539101*)L_62->get_buffer_0(); int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; int32_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61))), (int32_t)L_66); int32_t L_67 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0169: { int32_t L_68 = V_6; BetterList_1_t4001750706 * L_69 = ___other0; NullCheck(L_69); int32_t L_70 = (int32_t)L_69->get_size_1(); if ((((int32_t)L_68) < ((int32_t)L_70))) { goto IL_0147; } } IL_0176: { return; } } // System.Boolean BetterList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Contains_m3169545744_gshared (BetterList_1_t4001750706 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___item0; NullCheck((BetterList_1_t4001750706 *)__this); int32_t L_1 = (( int32_t (*) (BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t4001750706 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)0) > ((int32_t)L_2))) { goto IL_0015; } } { G_B3_0 = 1; goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { return (bool)G_B3_0; } } // System.Int32 BetterList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t BetterList_1_IndexOf_m1754628136_gshared (BetterList_1_t4001750706 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { V_0 = (int32_t)0; goto IL_003e; } IL_0014: { VehicleInputCmdU5BU5D_t1195539101* L_1 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___item0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), &L_4); RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9), ((L_1)->GetAddressAt(static_cast(L_2)))); NullCheck((RuntimeObject *)L_6); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_6, (RuntimeObject *)L_5); *((L_1)->GetAddressAt(static_cast(L_2))) = *(int32_t*)UnBox(L_6); if (!L_7) { goto IL_003a; } } { int32_t L_8 = V_0; return L_8; } IL_003a: { int32_t L_9 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003e: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_size_1(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0014; } } { return (-1); } } // System.Void BetterList`1::Append(BetterList`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Append_m2042618602_gshared (BetterList_1_t4001750706 * __this, BetterList_1_t4001750706 * ___other0, const RuntimeMethod* method) { { BetterList_1_t4001750706 * L_0 = ___other0; int32_t L_1 = (int32_t)__this->get_size_1(); NullCheck((BetterList_1_t4001750706 *)__this); (( void (*) (BetterList_1_t4001750706 *, BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((BetterList_1_t4001750706 *)__this, (BetterList_1_t4001750706 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); return; } } // System.Boolean BetterList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool BetterList_1_Remove_m3273690969_gshared (BetterList_1_t4001750706 * __this, int32_t ___item0, const RuntimeMethod* method) { EqualityComparer_1_t3016502724 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_0) { goto IL_0096; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); EqualityComparer_1_t3016502724 * L_1 = (( EqualityComparer_1_t3016502724 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); V_0 = (EqualityComparer_1_t3016502724 *)L_1; V_1 = (int32_t)0; goto IL_008a; } IL_0018: { EqualityComparer_1_t3016502724 * L_2 = V_0; VehicleInputCmdU5BU5D_t1195539101* L_3 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); int32_t L_7 = ___item0; NullCheck((EqualityComparer_1_t3016502724 *)L_2); bool L_8 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(9 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t3016502724 *)L_2, (int32_t)L_6, (int32_t)L_7); if (!L_8) { goto IL_0086; } } { int32_t L_9 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); VehicleInputCmdU5BU5D_t1195539101* L_10 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_11 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(int32_t)); int32_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int32_t)L_12); int32_t L_13 = V_1; V_3 = (int32_t)L_13; goto IL_0078; } IL_005a: { VehicleInputCmdU5BU5D_t1195539101* L_14 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_15 = V_3; VehicleInputCmdU5BU5D_t1195539101* L_16 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int32_t)L_19); int32_t L_20 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { int32_t L_21 = V_3; int32_t L_22 = (int32_t)__this->get_size_1(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_005a; } } { return (bool)1; } IL_0086: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_008a: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0018; } } IL_0096: { return (bool)0; } } // System.Void BetterList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveAt_m2266767983_gshared (BetterList_1_t4001750706 * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_0) { goto IL_006b; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006b; } } { int32_t L_3 = (int32_t)__this->get_size_1(); __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); VehicleInputCmdU5BU5D_t1195539101* L_4 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_5 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_6 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_6); int32_t L_7 = ___index0; V_1 = (int32_t)L_7; goto IL_005f; } IL_0041: { VehicleInputCmdU5BU5D_t1195539101* L_8 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_9 = V_1; VehicleInputCmdU5BU5D_t1195539101* L_10 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int32_t)L_13); int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_005f: { int32_t L_15 = V_1; int32_t L_16 = (int32_t)__this->get_size_1(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0041; } } IL_006b: { return; } } // System.Void BetterList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_RemoveRange_m2831908174_gshared (BetterList_1_t4001750706 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BetterList_1_RemoveRange_m2831908174_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); if (!L_0) { goto IL_0077; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_size_1(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0077; } } { int32_t L_3 = ___count1; int32_t L_4 = (int32_t)__this->get_size_1(); int32_t L_5 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_6 = Mathf_Min_m18103608(NULL /*static, unused*/, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); ___count1 = (int32_t)L_6; int32_t L_7 = ___count1; if ((((int32_t)0) >= ((int32_t)L_7))) { goto IL_0077; } } { int32_t L_8 = (int32_t)__this->get_size_1(); int32_t L_9 = ___count1; int32_t L_10 = ___index0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); int32_t L_11 = (int32_t)__this->get_size_1(); int32_t L_12 = ___count1; __this->set_size_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); V_1 = (int32_t)0; goto IL_0070; } IL_004e: { VehicleInputCmdU5BU5D_t1195539101* L_13 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_14 = ___index0; int32_t L_15 = V_1; VehicleInputCmdU5BU5D_t1195539101* L_16 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_17 = ___index0; int32_t L_18 = V_1; int32_t L_19 = ___count1; NullCheck(L_16); int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)L_19)); int32_t L_21 = (L_16)->GetAt(static_cast(L_20)); NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (int32_t)L_21); int32_t L_22 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0070: { int32_t L_23 = V_1; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } IL_0077: { return; } } // T[] BetterList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR VehicleInputCmdU5BU5D_t1195539101* BetterList_1_ToArray_m3501245421_gshared (BetterList_1_t4001750706 * __this, const RuntimeMethod* method) { { NullCheck((BetterList_1_t4001750706 *)__this); (( void (*) (BetterList_1_t4001750706 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((BetterList_1_t4001750706 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); VehicleInputCmdU5BU5D_t1195539101* L_0 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); return L_0; } } // System.Void BetterList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void BetterList_1_Sort_m3407008714_gshared (BetterList_1_t4001750706 * __this, Comparison_1_t326694271 * ___comparer0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = (bool)1; goto IL_007e; } IL_0007: { V_0 = (bool)0; V_1 = (int32_t)1; goto IL_0072; } IL_0010: { Comparison_1_t326694271 * L_0 = ___comparer0; VehicleInputCmdU5BU5D_t1195539101* L_1 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); VehicleInputCmdU5BU5D_t1195539101* L_5 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Comparison_1_t326694271 *)L_0); int32_t L_9 = (( int32_t (*) (Comparison_1_t326694271 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((Comparison_1_t326694271 *)L_0, (int32_t)L_4, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006e; } } { VehicleInputCmdU5BU5D_t1195539101* L_10 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = (int32_t)L_13; VehicleInputCmdU5BU5D_t1195539101* L_14 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_15 = V_1; VehicleInputCmdU5BU5D_t1195539101* L_16 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (int32_t)L_19); VehicleInputCmdU5BU5D_t1195539101* L_20 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_21 = V_1; int32_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))), (int32_t)L_22); V_0 = (bool)1; } IL_006e: { int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0072: { int32_t L_24 = V_1; int32_t L_25 = (int32_t)__this->get_size_1(); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0010; } } IL_007e: { bool L_26 = V_0; if (L_26) { goto IL_0007; } } { return; } } // BetterList`1 BetterList`1::FindAll(BetterList`1/EqualFun) extern "C" IL2CPP_METHOD_ATTR BetterList_1_t4001750706 * BetterList_1_FindAll_m383342651_gshared (BetterList_1_t4001750706 * __this, EqualFun_t3389740069 * ___func0, const RuntimeMethod* method) { BetterList_1_t4001750706 * V_0 = NULL; int32_t V_1 = 0; { BetterList_1_t4001750706 * L_0 = (BetterList_1_t4001750706 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4)); (( void (*) (BetterList_1_t4001750706 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); V_0 = (BetterList_1_t4001750706 *)L_0; EqualFun_t3389740069 * L_1 = ___func0; if (!L_1) { goto IL_004c; } } { V_1 = (int32_t)0; goto IL_0040; } IL_0013: { EqualFun_t3389740069 * L_2 = ___func0; VehicleInputCmdU5BU5D_t1195539101* L_3 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((EqualFun_t3389740069 *)L_2); bool L_7 = (( bool (*) (EqualFun_t3389740069 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)((EqualFun_t3389740069 *)L_2, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); if (!L_7) { goto IL_003c; } } { BetterList_1_t4001750706 * L_8 = V_0; VehicleInputCmdU5BU5D_t1195539101* L_9 = (VehicleInputCmdU5BU5D_t1195539101*)__this->get_buffer_0(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; int32_t L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck((BetterList_1_t4001750706 *)L_8); (( void (*) (BetterList_1_t4001750706 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t4001750706 *)L_8, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_003c: { int32_t L_13 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0040: { int32_t L_14 = V_1; NullCheck((BetterList_1_t4001750706 *)__this); int32_t L_15 = (( int32_t (*) (BetterList_1_t4001750706 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)((BetterList_1_t4001750706 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0013; } } IL_004c: { BetterList_1_t4001750706 * L_16 = V_0; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CBetterSet`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1__ctor_m3680932930_gshared (CBetterSet_1_t3194383868 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); __this->set_m_itor_1(0); __this->set_m_removeFlag_2((bool)0); BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_m_array_0(L_0); return; } } // System.Void CBetterSet`1::Foreach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1_Foreach_m828342831_gshared (CBetterSet_1_t3194383868 * __this, Action_1_t3252573759 * ___ptrFunc0, const RuntimeMethod* method) { { Action_1_t3252573759 * L_0 = ___ptrFunc0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { __this->set_m_itor_1(0); __this->set_m_removeFlag_2((bool)0); goto IL_0056; } IL_001a: { Action_1_t3252573759 * L_1 = ___ptrFunc0; BetterList_1_t2235126482 * L_2 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); int32_t L_3 = (int32_t)__this->get_m_itor_1(); NullCheck((BetterList_1_t2235126482 *)L_2); RuntimeObject * L_4 = (( RuntimeObject * (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((BetterList_1_t2235126482 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); NullCheck((Action_1_t3252573759 *)L_1); (( void (*) (Action_1_t3252573759 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((Action_1_t3252573759 *)L_1, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); bool L_5 = (bool)__this->get_m_removeFlag_2(); if (!L_5) { goto IL_0048; } } { __this->set_m_removeFlag_2((bool)0); goto IL_0056; } IL_0048: { int32_t L_6 = (int32_t)__this->get_m_itor_1(); __this->set_m_itor_1(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); } IL_0056: { int32_t L_7 = (int32_t)__this->get_m_itor_1(); BetterList_1_t2235126482 * L_8 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); NullCheck(L_8); int32_t L_9 = (int32_t)L_8->get_size_1(); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_001a; } } { __this->set_m_itor_1(0); return; } } // System.Int32 CBetterSet`1::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CBetterSet_1_GetCount_m1952814999_gshared (CBetterSet_1_t3194383868 * __this, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); NullCheck(L_0); int32_t L_1 = (int32_t)L_0->get_size_1(); return L_1; } } // T CBetterSet`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CBetterSet_1_get_Item_m2807084049_gshared (CBetterSet_1_t3194383868 * __this, int32_t ___i0, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); int32_t L_1 = ___i0; NullCheck((BetterList_1_t2235126482 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((BetterList_1_t2235126482 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return L_2; } } // System.Void CBetterSet`1::set_Item(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1_set_Item_m4264103093_gshared (CBetterSet_1_t3194383868 * __this, int32_t ___i0, RuntimeObject * ___value1, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); int32_t L_1 = ___i0; RuntimeObject * L_2 = ___value1; NullCheck((BetterList_1_t2235126482 *)L_0); (( void (*) (BetterList_1_t2235126482 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((BetterList_1_t2235126482 *)L_0, (int32_t)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return; } } // System.Boolean CBetterSet`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Contains_m268013342_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); RuntimeObject * L_1 = ___item0; NullCheck((BetterList_1_t2235126482 *)L_0); bool L_2 = (( bool (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((BetterList_1_t2235126482 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_2; } } // System.Boolean CBetterSet`1::Add(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Add_m908680931_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); RuntimeObject * L_1 = ___item0; NullCheck((BetterList_1_t2235126482 *)L_0); bool L_2 = (( bool (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((BetterList_1_t2235126482 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); if (L_2) { goto IL_001f; } } { BetterList_1_t2235126482 * L_3 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); RuntimeObject * L_4 = ___item0; NullCheck((BetterList_1_t2235126482 *)L_3); (( void (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((BetterList_1_t2235126482 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return (bool)1; } IL_001f: { return (bool)0; } } // System.Boolean CBetterSet`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool CBetterSet_1_Remove_m1128629941_gshared (CBetterSet_1_t3194383868 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); RuntimeObject * L_1 = ___item0; NullCheck((BetterList_1_t2235126482 *)L_0); int32_t L_2 = (( int32_t (*) (BetterList_1_t2235126482 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((BetterList_1_t2235126482 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); V_0 = (int32_t)L_2; int32_t L_3 = V_0; if ((((int32_t)0) > ((int32_t)L_3))) { goto IL_005b; } } { BetterList_1_t2235126482 * L_4 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); int32_t L_5 = V_0; NullCheck((BetterList_1_t2235126482 *)L_4); (( void (*) (BetterList_1_t2235126482 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((BetterList_1_t2235126482 *)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); int32_t L_6 = (int32_t)__this->get_m_itor_1(); int32_t L_7 = V_0; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0046; } } { __this->set_m_removeFlag_2((bool)1); int32_t L_8 = (int32_t)__this->get_m_itor_1(); __this->set_m_itor_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); goto IL_0059; } IL_0046: { int32_t L_9 = (int32_t)__this->get_m_itor_1(); int32_t L_10 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_0059; } } { __this->set_m_removeFlag_2((bool)1); } IL_0059: { return (bool)1; } IL_005b: { return (bool)0; } } // System.Void CBetterSet`1::Clear() extern "C" IL2CPP_METHOD_ATTR void CBetterSet_1_Clear_m3855211529_gshared (CBetterSet_1_t3194383868 * __this, const RuntimeMethod* method) { { __this->set_m_itor_1(0); __this->set_m_removeFlag_2((bool)0); BetterList_1_t2235126482 * L_0 = (BetterList_1_t2235126482 *)__this->get_m_array_0(); NullCheck((BetterList_1_t2235126482 *)L_0); (( void (*) (BetterList_1_t2235126482 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((BetterList_1_t2235126482 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CMotionManager/motionGroup`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void motionGroup_1__ctor_m4122012244_gshared (motionGroup_1_t1781940876 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; __this->set_To_2(L_0); BetterList_1_t2335804853 * L_1 = (BetterList_1_t2335804853 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (BetterList_1_t2335804853 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_List_3(L_1); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void CMotionManager/motionGroup`1::clear() extern "C" IL2CPP_METHOD_ATTR void motionGroup_1_clear_m1117733585_gshared (motionGroup_1_t1781940876 * __this, const RuntimeMethod* method) { { __this->set_Alive_0((bool)0); __this->set_Length_1((0.0f)); BetterList_1_t2335804853 * L_0 = (BetterList_1_t2335804853 *)__this->get_List_3(); NullCheck((BetterList_1_t2335804853 *)L_0); (( void (*) (BetterList_1_t2335804853 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((BetterList_1_t2335804853 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // CMotionManager/motionItem`1 CMotionManager/motionGroup`1::create() extern "C" IL2CPP_METHOD_ATTR motionItem_1_t3180784535 * motionGroup_1_create_m1682848491_gshared (motionGroup_1_t1781940876 * __this, const RuntimeMethod* method) { motionItem_1_t3180784535 * V_0 = NULL; { V_0 = (motionItem_1_t3180784535 *)NULL; BetterList_1_t2335804853 * L_0 = (BetterList_1_t2335804853 *)__this->get_List_3(); NullCheck(L_0); motionItem_1U5BU5D_t1185355822* L_1 = (motionItem_1U5BU5D_t1185355822*)L_0->get_buffer_0(); if (!L_1) { goto IL_0047; } } { BetterList_1_t2335804853 * L_2 = (BetterList_1_t2335804853 *)__this->get_List_3(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_size_1(); BetterList_1_t2335804853 * L_4 = (BetterList_1_t2335804853 *)__this->get_List_3(); NullCheck(L_4); motionItem_1U5BU5D_t1185355822* L_5 = (motionItem_1U5BU5D_t1185355822*)L_4->get_buffer_0(); NullCheck(L_5); if ((((int32_t)L_3) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_0047; } } { BetterList_1_t2335804853 * L_6 = (BetterList_1_t2335804853 *)__this->get_List_3(); NullCheck(L_6); motionItem_1U5BU5D_t1185355822* L_7 = (motionItem_1U5BU5D_t1185355822*)L_6->get_buffer_0(); BetterList_1_t2335804853 * L_8 = (BetterList_1_t2335804853 *)__this->get_List_3(); NullCheck(L_8); int32_t L_9 = (int32_t)L_8->get_size_1(); NullCheck(L_7); int32_t L_10 = L_9; motionItem_1_t3180784535 * L_11 = (L_7)->GetAt(static_cast(L_10)); V_0 = (motionItem_1_t3180784535 *)L_11; } IL_0047: { motionItem_1_t3180784535 * L_12 = V_0; if (!L_12) { goto IL_0065; } } { BetterList_1_t2335804853 * L_13 = (BetterList_1_t2335804853 *)__this->get_List_3(); BetterList_1_t2335804853 * L_14 = (BetterList_1_t2335804853 *)L_13; NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_size_1(); NullCheck(L_14); L_14->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); goto IL_0077; } IL_0065: { motionItem_1_t3180784535 * L_16 = (motionItem_1_t3180784535 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (motionItem_1_t3180784535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (motionItem_1_t3180784535 *)L_16; BetterList_1_t2335804853 * L_17 = (BetterList_1_t2335804853 *)__this->get_List_3(); motionItem_1_t3180784535 * L_18 = V_0; NullCheck((BetterList_1_t2335804853 *)L_17); (( void (*) (BetterList_1_t2335804853 *, motionItem_1_t3180784535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((BetterList_1_t2335804853 *)L_17, (motionItem_1_t3180784535 *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0077: { motionItem_1_t3180784535 * L_19 = V_0; return L_19; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CMotionManager/motionGroup`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void motionGroup_1__ctor_m4085608032_gshared (motionGroup_1_t1003763043 * __this, const RuntimeMethod* method) { Quaternion_t2301928331 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Quaternion_t2301928331 )); Quaternion_t2301928331 L_0 = V_0; __this->set_To_2(L_0); BetterList_1_t1557627020 * L_1 = (BetterList_1_t1557627020 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (BetterList_1_t1557627020 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_List_3(L_1); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void CMotionManager/motionGroup`1::clear() extern "C" IL2CPP_METHOD_ATTR void motionGroup_1_clear_m2397644086_gshared (motionGroup_1_t1003763043 * __this, const RuntimeMethod* method) { { __this->set_Alive_0((bool)0); __this->set_Length_1((0.0f)); BetterList_1_t1557627020 * L_0 = (BetterList_1_t1557627020 *)__this->get_List_3(); NullCheck((BetterList_1_t1557627020 *)L_0); (( void (*) (BetterList_1_t1557627020 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((BetterList_1_t1557627020 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // CMotionManager/motionItem`1 CMotionManager/motionGroup`1::create() extern "C" IL2CPP_METHOD_ATTR motionItem_1_t2402606702 * motionGroup_1_create_m2088450561_gshared (motionGroup_1_t1003763043 * __this, const RuntimeMethod* method) { motionItem_1_t2402606702 * V_0 = NULL; { V_0 = (motionItem_1_t2402606702 *)NULL; BetterList_1_t1557627020 * L_0 = (BetterList_1_t1557627020 *)__this->get_List_3(); NullCheck(L_0); motionItem_1U5BU5D_t912778267* L_1 = (motionItem_1U5BU5D_t912778267*)L_0->get_buffer_0(); if (!L_1) { goto IL_0047; } } { BetterList_1_t1557627020 * L_2 = (BetterList_1_t1557627020 *)__this->get_List_3(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_size_1(); BetterList_1_t1557627020 * L_4 = (BetterList_1_t1557627020 *)__this->get_List_3(); NullCheck(L_4); motionItem_1U5BU5D_t912778267* L_5 = (motionItem_1U5BU5D_t912778267*)L_4->get_buffer_0(); NullCheck(L_5); if ((((int32_t)L_3) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_0047; } } { BetterList_1_t1557627020 * L_6 = (BetterList_1_t1557627020 *)__this->get_List_3(); NullCheck(L_6); motionItem_1U5BU5D_t912778267* L_7 = (motionItem_1U5BU5D_t912778267*)L_6->get_buffer_0(); BetterList_1_t1557627020 * L_8 = (BetterList_1_t1557627020 *)__this->get_List_3(); NullCheck(L_8); int32_t L_9 = (int32_t)L_8->get_size_1(); NullCheck(L_7); int32_t L_10 = L_9; motionItem_1_t2402606702 * L_11 = (L_7)->GetAt(static_cast(L_10)); V_0 = (motionItem_1_t2402606702 *)L_11; } IL_0047: { motionItem_1_t2402606702 * L_12 = V_0; if (!L_12) { goto IL_0065; } } { BetterList_1_t1557627020 * L_13 = (BetterList_1_t1557627020 *)__this->get_List_3(); BetterList_1_t1557627020 * L_14 = (BetterList_1_t1557627020 *)L_13; NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_size_1(); NullCheck(L_14); L_14->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); goto IL_0077; } IL_0065: { motionItem_1_t2402606702 * L_16 = (motionItem_1_t2402606702 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (motionItem_1_t2402606702 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (motionItem_1_t2402606702 *)L_16; BetterList_1_t1557627020 * L_17 = (BetterList_1_t1557627020 *)__this->get_List_3(); motionItem_1_t2402606702 * L_18 = V_0; NullCheck((BetterList_1_t1557627020 *)L_17); (( void (*) (BetterList_1_t1557627020 *, motionItem_1_t2402606702 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((BetterList_1_t1557627020 *)L_17, (motionItem_1_t2402606702 *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0077: { motionItem_1_t2402606702 * L_19 = V_0; return L_19; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CMotionManager/motionGroup`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void motionGroup_1__ctor_m48835365_gshared (motionGroup_1_t2424148176 * __this, const RuntimeMethod* method) { Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t3722313464 )); Vector3_t3722313464 L_0 = V_0; __this->set_To_2(L_0); BetterList_1_t2978012153 * L_1 = (BetterList_1_t2978012153 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (BetterList_1_t2978012153 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_List_3(L_1); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void CMotionManager/motionGroup`1::clear() extern "C" IL2CPP_METHOD_ATTR void motionGroup_1_clear_m4080943716_gshared (motionGroup_1_t2424148176 * __this, const RuntimeMethod* method) { { __this->set_Alive_0((bool)0); __this->set_Length_1((0.0f)); BetterList_1_t2978012153 * L_0 = (BetterList_1_t2978012153 *)__this->get_List_3(); NullCheck((BetterList_1_t2978012153 *)L_0); (( void (*) (BetterList_1_t2978012153 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((BetterList_1_t2978012153 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return; } } // CMotionManager/motionItem`1 CMotionManager/motionGroup`1::create() extern "C" IL2CPP_METHOD_ATTR motionItem_1_t3822991835 * motionGroup_1_create_m3782110258_gshared (motionGroup_1_t2424148176 * __this, const RuntimeMethod* method) { motionItem_1_t3822991835 * V_0 = NULL; { V_0 = (motionItem_1_t3822991835 *)NULL; BetterList_1_t2978012153 * L_0 = (BetterList_1_t2978012153 *)__this->get_List_3(); NullCheck(L_0); motionItem_1U5BU5D_t60167258* L_1 = (motionItem_1U5BU5D_t60167258*)L_0->get_buffer_0(); if (!L_1) { goto IL_0047; } } { BetterList_1_t2978012153 * L_2 = (BetterList_1_t2978012153 *)__this->get_List_3(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_size_1(); BetterList_1_t2978012153 * L_4 = (BetterList_1_t2978012153 *)__this->get_List_3(); NullCheck(L_4); motionItem_1U5BU5D_t60167258* L_5 = (motionItem_1U5BU5D_t60167258*)L_4->get_buffer_0(); NullCheck(L_5); if ((((int32_t)L_3) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_0047; } } { BetterList_1_t2978012153 * L_6 = (BetterList_1_t2978012153 *)__this->get_List_3(); NullCheck(L_6); motionItem_1U5BU5D_t60167258* L_7 = (motionItem_1U5BU5D_t60167258*)L_6->get_buffer_0(); BetterList_1_t2978012153 * L_8 = (BetterList_1_t2978012153 *)__this->get_List_3(); NullCheck(L_8); int32_t L_9 = (int32_t)L_8->get_size_1(); NullCheck(L_7); int32_t L_10 = L_9; motionItem_1_t3822991835 * L_11 = (L_7)->GetAt(static_cast(L_10)); V_0 = (motionItem_1_t3822991835 *)L_11; } IL_0047: { motionItem_1_t3822991835 * L_12 = V_0; if (!L_12) { goto IL_0065; } } { BetterList_1_t2978012153 * L_13 = (BetterList_1_t2978012153 *)__this->get_List_3(); BetterList_1_t2978012153 * L_14 = (BetterList_1_t2978012153 *)L_13; NullCheck(L_14); int32_t L_15 = (int32_t)L_14->get_size_1(); NullCheck(L_14); L_14->set_size_1(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); goto IL_0077; } IL_0065: { motionItem_1_t3822991835 * L_16 = (motionItem_1_t3822991835 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); (( void (*) (motionItem_1_t3822991835 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (motionItem_1_t3822991835 *)L_16; BetterList_1_t2978012153 * L_17 = (BetterList_1_t2978012153 *)__this->get_List_3(); motionItem_1_t3822991835 * L_18 = V_0; NullCheck((BetterList_1_t2978012153 *)L_17); (( void (*) (BetterList_1_t2978012153 *, motionItem_1_t3822991835 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((BetterList_1_t2978012153 *)L_17, (motionItem_1_t3822991835 *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0077: { motionItem_1_t3822991835 * L_19 = V_0; return L_19; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CMotionManager/motionItem`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void motionItem_1__ctor_m578553703_gshared (motionItem_1_t3180784535 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; __this->set_To_0(L_0); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CMotionManager/motionItem`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void motionItem_1__ctor_m3881466462_gshared (motionItem_1_t2402606702 * __this, const RuntimeMethod* method) { Quaternion_t2301928331 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Quaternion_t2301928331 )); Quaternion_t2301928331 L_0 = V_0; __this->set_To_0(L_0); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void CMotionManager/motionItem`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void motionItem_1__ctor_m3849463425_gshared (motionItem_1_t3822991835 * __this, const RuntimeMethod* method) { Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t3722313464 )); Vector3_t3722313464 L_0 = V_0; __this->set_To_0(L_0); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m3383438988_gshared (DOGetter_1_t2840439279 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 DOGetter_1_Invoke_m880692365_gshared (DOGetter_1_t2840439279 * __this, const RuntimeMethod* method) { Color2_t3097643075 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m880692365((DOGetter_1_t2840439279 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef Color2_t3097643075 (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef Color2_t3097643075 (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< Color2_t3097643075 >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< Color2_t3097643075 >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Color2_t3097643075 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< Color2_t3097643075 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef Color2_t3097643075 (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m1832067072_gshared (DOGetter_1_t2840439279 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 DOGetter_1_EndInvoke_m1612517941_gshared (DOGetter_1_t2840439279 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Color2_t3097643075 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m2794138763_gshared (DOGetter_1_t337461567 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR double DOGetter_1_Invoke_m2320854763_gshared (DOGetter_1_t337461567 * __this, const RuntimeMethod* method) { double result = 0.0; if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m2320854763((DOGetter_1_t337461567 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef double (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef double (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< double >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< double >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef double (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m2401550593_gshared (DOGetter_1_t337461567 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR double DOGetter_1_EndInvoke_m2800878791_gshared (DOGetter_1_t337461567 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(double*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m125238890_gshared (DOGetter_1_t2693741957 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR int32_t DOGetter_1_Invoke_m1810773643_gshared (DOGetter_1_t2693741957 * __this, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m1810773643((DOGetter_1_t2693741957 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef int32_t (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< int32_t >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< int32_t >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef int32_t (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m1711390208_gshared (DOGetter_1_t2693741957 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t DOGetter_1_EndInvoke_m892799043_gshared (DOGetter_1_t2693741957 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m513416138_gshared (DOGetter_1_t3479363508 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR int64_t DOGetter_1_Invoke_m1949330905_gshared (DOGetter_1_t3479363508 * __this, const RuntimeMethod* method) { int64_t result = 0; if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m1949330905((DOGetter_1_t3479363508 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef int64_t (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef int64_t (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< int64_t >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< int64_t >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef int64_t (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m2373549894_gshared (DOGetter_1_t3479363508 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int64_t DOGetter_1_EndInvoke_m1243082278_gshared (DOGetter_1_t3479363508 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int64_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m1915675248_gshared (DOGetter_1_t2822902368 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DOGetter_1_Invoke_m18112633_gshared (DOGetter_1_t2822902368 * __this, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m18112633((DOGetter_1_t2822902368 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m626258426_gshared (DOGetter_1_t2822902368 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DOGetter_1_EndInvoke_m1646717733_gshared (DOGetter_1_t2822902368 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m2335505072_gshared (DOGetter_1_t1140062978 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR float DOGetter_1_Invoke_m2907043015_gshared (DOGetter_1_t1140062978 * __this, const RuntimeMethod* method) { float result = 0.0f; if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m2907043015((DOGetter_1_t1140062978 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef float (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef float (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< float >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< float >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef float (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m2286216912_gshared (DOGetter_1_t1140062978 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR float DOGetter_1_EndInvoke_m1688486473_gshared (DOGetter_1_t1140062978 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(float*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m1805142825_gshared (DOGetter_1_t2302858182 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR uint32_t DOGetter_1_Invoke_m2229068372_gshared (DOGetter_1_t2302858182 * __this, const RuntimeMethod* method) { uint32_t result = 0; if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m2229068372((DOGetter_1_t2302858182 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef uint32_t (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef uint32_t (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< uint32_t >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< uint32_t >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef uint32_t (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m2093644628_gshared (DOGetter_1_t2302858182 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR uint32_t DOGetter_1_EndInvoke_m1835409757_gshared (DOGetter_1_t2302858182 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(uint32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m1179837837_gshared (DOGetter_1_t3876836296 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR uint64_t DOGetter_1_Invoke_m3756931467_gshared (DOGetter_1_t3876836296 * __this, const RuntimeMethod* method) { uint64_t result = 0; if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m3756931467((DOGetter_1_t3876836296 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef uint64_t (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef uint64_t (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< uint64_t >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< uint64_t >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< uint64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< uint64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef uint64_t (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m3970191020_gshared (DOGetter_1_t3876836296 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR uint64_t DOGetter_1_EndInvoke_m113562870_gshared (DOGetter_1_t3876836296 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(uint64_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m1558284636_gshared (DOGetter_1_t2298482528 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 DOGetter_1_Invoke_m2625455076_gshared (DOGetter_1_t2298482528 * __this, const RuntimeMethod* method) { Color_t2555686324 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m2625455076((DOGetter_1_t2298482528 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef Color_t2555686324 (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef Color_t2555686324 (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< Color_t2555686324 >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< Color_t2555686324 >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef Color_t2555686324 (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m2985065869_gshared (DOGetter_1_t2298482528 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 DOGetter_1_EndInvoke_m3984968357_gshared (DOGetter_1_t2298482528 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Color_t2555686324 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m634622402_gshared (DOGetter_1_t2044724535 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 DOGetter_1_Invoke_m2360668198_gshared (DOGetter_1_t2044724535 * __this, const RuntimeMethod* method) { Quaternion_t2301928331 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m2360668198((DOGetter_1_t2044724535 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef Quaternion_t2301928331 (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef Quaternion_t2301928331 (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< Quaternion_t2301928331 >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< Quaternion_t2301928331 >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Quaternion_t2301928331 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< Quaternion_t2301928331 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef Quaternion_t2301928331 (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m3275347617_gshared (DOGetter_1_t2044724535 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 DOGetter_1_EndInvoke_m339747478_gshared (DOGetter_1_t2044724535 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Quaternion_t2301928331 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m186560524_gshared (DOGetter_1_t2103276063 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 DOGetter_1_Invoke_m1876378095_gshared (DOGetter_1_t2103276063 * __this, const RuntimeMethod* method) { Rect_t2360479859 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m1876378095((DOGetter_1_t2103276063 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef Rect_t2360479859 (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef Rect_t2360479859 (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< Rect_t2360479859 >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< Rect_t2360479859 >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Rect_t2360479859 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< Rect_t2360479859 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef Rect_t2360479859 (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m1330525397_gshared (DOGetter_1_t2103276063 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 DOGetter_1_EndInvoke_m50592061_gshared (DOGetter_1_t2103276063 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Rect_t2360479859 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m3327751853_gshared (DOGetter_1_t1899025727 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 DOGetter_1_Invoke_m2837921005_gshared (DOGetter_1_t1899025727 * __this, const RuntimeMethod* method) { Vector2_t2156229523 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m2837921005((DOGetter_1_t1899025727 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef Vector2_t2156229523 (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef Vector2_t2156229523 (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< Vector2_t2156229523 >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< Vector2_t2156229523 >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef Vector2_t2156229523 (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m3995612389_gshared (DOGetter_1_t1899025727 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 DOGetter_1_EndInvoke_m1575012253_gshared (DOGetter_1_t1899025727 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Vector2_t2156229523 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m3773977789_gshared (DOGetter_1_t3465109668 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DOGetter_1_Invoke_m2837919896_gshared (DOGetter_1_t3465109668 * __this, const RuntimeMethod* method) { Vector3_t3722313464 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m2837919896((DOGetter_1_t3465109668 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef Vector3_t3722313464 (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef Vector3_t3722313464 (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< Vector3_t3722313464 >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< Vector3_t3722313464 >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef Vector3_t3722313464 (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m3888188000_gshared (DOGetter_1_t3465109668 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DOGetter_1_EndInvoke_m3586818093_gshared (DOGetter_1_t3465109668 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Vector3_t3722313464 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOGetter_1__ctor_m1990170231_gshared (DOGetter_1_t3061825141 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // T DG.Tweening.Core.DOGetter`1::Invoke() extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 DOGetter_1_Invoke_m2837914647_gshared (DOGetter_1_t3061825141 * __this, const RuntimeMethod* method) { Vector4_t3319028937 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { DOGetter_1_Invoke_m2837914647((DOGetter_1_t3061825141 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef Vector4_t3319028937 (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef Vector4_t3319028937 (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< Vector4_t3319028937 >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< Vector4_t3319028937 >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef Vector4_t3319028937 (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.Core.DOGetter`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOGetter_1_BeginInvoke_m589745963_gshared (DOGetter_1_t3061825141 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T DG.Tweening.Core.DOGetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Vector4_t3319028937 DOGetter_1_EndInvoke_m112187144_gshared (DOGetter_1_t3061825141 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Vector4_t3319028937 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m301576636_gshared (DOSetter_1_t4147751407 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3106111274_gshared (DOSetter_1_t4147751407 * __this, Color2_t3097643075 ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m3106111274((DOSetter_1_t4147751407 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Color2_t3097643075 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Color2_t3097643075 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Color2_t3097643075 >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< Color2_t3097643075 >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Color2_t3097643075 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< Color2_t3097643075 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, Color2_t3097643075 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m628755982_gshared (DOSetter_1_t4147751407 * __this, Color2_t3097643075 ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m628755982_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Color2_t3097643075_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m4138700048_gshared (DOSetter_1_t4147751407 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m3582340169_gshared (DOSetter_1_t1644773695 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m2384471174_gshared (DOSetter_1_t1644773695 * __this, double ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m2384471174((DOSetter_1_t1644773695 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< double >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< double >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m866972724_gshared (DOSetter_1_t1644773695 * __this, double ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m866972724_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Double_t594665363_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m1183822764_gshared (DOSetter_1_t1644773695 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m2726523640_gshared (DOSetter_1_t4001054085 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3755059337_gshared (DOSetter_1_t4001054085 * __this, int32_t ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m3755059337((DOSetter_1_t4001054085 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m968838900_gshared (DOSetter_1_t4001054085 * __this, int32_t ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m968838900_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m150635085_gshared (DOSetter_1_t4001054085 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m3489132985_gshared (DOSetter_1_t491708340 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m2095250501_gshared (DOSetter_1_t491708340 * __this, int64_t ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m2095250501((DOSetter_1_t491708340 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int64_t >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< int64_t >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m972479249_gshared (DOSetter_1_t491708340 * __this, int64_t ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m972479249_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m2571583129_gshared (DOSetter_1_t491708340 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m1914655859_gshared (DOSetter_1_t4130214496 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m2626552129_gshared (DOSetter_1_t4130214496 * __this, RuntimeObject * ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m2626552129((DOSetter_1_t4130214496 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___pNewValue0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___pNewValue0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___pNewValue0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m1127865853_gshared (DOSetter_1_t4130214496 * __this, RuntimeObject * ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___pNewValue0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m665797182_gshared (DOSetter_1_t4130214496 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m3423399374_gshared (DOSetter_1_t2447375106 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m2477716530_gshared (DOSetter_1_t2447375106 * __this, float ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m2477716530((DOSetter_1_t2447375106 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< float >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< float >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m3898960672_gshared (DOSetter_1_t2447375106 * __this, float ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m3898960672_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m1903965239_gshared (DOSetter_1_t2447375106 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m1247868115_gshared (DOSetter_1_t3610170310 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3701627725_gshared (DOSetter_1_t3610170310 * __this, uint32_t ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m3701627725((DOSetter_1_t3610170310 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< uint32_t >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< uint32_t >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m2255215936_gshared (DOSetter_1_t3610170310 * __this, uint32_t ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m2255215936_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m3349419237_gshared (DOSetter_1_t3610170310 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m3021405246_gshared (DOSetter_1_t889181128 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m4169577629_gshared (DOSetter_1_t889181128 * __this, uint64_t ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m4169577629((DOSetter_1_t889181128 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< uint64_t >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< uint64_t >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< uint64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< uint64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m3338913113_gshared (DOSetter_1_t889181128 * __this, uint64_t ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m3338913113_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m52153246_gshared (DOSetter_1_t889181128 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m380718107_gshared (DOSetter_1_t3605794656 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m1524039849_gshared (DOSetter_1_t3605794656 * __this, Color_t2555686324 ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m1524039849((DOSetter_1_t3605794656 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Color_t2555686324 >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< Color_t2555686324 >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< Color_t2555686324 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, Color_t2555686324 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m1665605955_gshared (DOSetter_1_t3605794656 * __this, Color_t2555686324 ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m1665605955_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m2235812132_gshared (DOSetter_1_t3605794656 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m3103960082_gshared (DOSetter_1_t3352036663 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3278952665_gshared (DOSetter_1_t3352036663 * __this, Quaternion_t2301928331 ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m3278952665((DOSetter_1_t3352036663 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Quaternion_t2301928331 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Quaternion_t2301928331 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Quaternion_t2301928331 >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< Quaternion_t2301928331 >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Quaternion_t2301928331 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< Quaternion_t2301928331 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, Quaternion_t2301928331 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m1908389100_gshared (DOSetter_1_t3352036663 * __this, Quaternion_t2301928331 ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m1908389100_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Quaternion_t2301928331_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m2937447416_gshared (DOSetter_1_t3352036663 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m609171547_gshared (DOSetter_1_t3410588191 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m358367996_gshared (DOSetter_1_t3410588191 * __this, Rect_t2360479859 ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m358367996((DOSetter_1_t3410588191 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Rect_t2360479859 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Rect_t2360479859 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Rect_t2360479859 >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< Rect_t2360479859 >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Rect_t2360479859 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< Rect_t2360479859 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, Rect_t2360479859 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m2233154439_gshared (DOSetter_1_t3410588191 * __this, Rect_t2360479859 ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m2233154439_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Rect_t2360479859_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m2603318931_gshared (DOSetter_1_t3410588191 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m2986952954_gshared (DOSetter_1_t3206337855 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3086256060_gshared (DOSetter_1_t3206337855 * __this, Vector2_t2156229523 ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m3086256060((DOSetter_1_t3206337855 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< Vector2_t2156229523 >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< Vector2_t2156229523 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, Vector2_t2156229523 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m3403929441_gshared (DOSetter_1_t3206337855 * __this, Vector2_t2156229523 ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m3403929441_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m2467156954_gshared (DOSetter_1_t3206337855 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m4237574066_gshared (DOSetter_1_t477454500 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m901956515_gshared (DOSetter_1_t477454500 * __this, Vector3_t3722313464 ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m901956515((DOSetter_1_t477454500 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< Vector3_t3722313464 >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< Vector3_t3722313464 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, Vector3_t3722313464 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m1069940935_gshared (DOSetter_1_t477454500 * __this, Vector3_t3722313464 ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m1069940935_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m371028170_gshared (DOSetter_1_t477454500 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1__ctor_m2214654681_gshared (DOSetter_1_t74169973 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_Invoke_m3577274270_gshared (DOSetter_1_t74169973 * __this, Vector4_t3319028937 ___pNewValue0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { DOSetter_1_Invoke_m3577274270((DOSetter_1_t74169973 *)__this->get_prev_9(), ___pNewValue0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___pNewValue0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___pNewValue0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___pNewValue0); else GenericVirtActionInvoker1< Vector4_t3319028937 >::Invoke(targetMethod, targetThis, ___pNewValue0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___pNewValue0); else VirtActionInvoker1< Vector4_t3319028937 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___pNewValue0); } } else { typedef void (*FunctionPointerType) (void*, Vector4_t3319028937 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___pNewValue0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.Core.DOSetter`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOSetter_1_BeginInvoke_m1741818123_gshared (DOSetter_1_t74169973 * __this, Vector4_t3319028937 ___pNewValue0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOSetter_1_BeginInvoke_m1741818123_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &___pNewValue0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.Core.DOSetter`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DOSetter_1_EndInvoke_m2517323216_gshared (DOSetter_1_t74169973 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m2924739529_gshared (TweenerCore_3_t1580492422 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m2924739529_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m2434400119_gshared (TweenerCore_3_t1580492422 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m2434400119_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t1580492422 * L_17 = (( TweenerCore_3_t1580492422 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, Color2_t3097643075 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)__this, (Color2_t3097643075 )((*(Color2_t3097643075 *)((Color2_t3097643075 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m934126932_gshared (TweenerCore_3_t1580492422 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m506278079_gshared (TweenerCore_3_t1580492422 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m506278079_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t1580492422 * L_18 = (( TweenerCore_3_t1580492422 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, Color2_t3097643075 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)__this, (Color2_t3097643075 )((*(Color2_t3097643075 *)((Color2_t3097643075 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m2743995111_gshared (TweenerCore_3_t1580492422 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m2743995111_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t1580492422 * L_31 = (( TweenerCore_3_t1580492422 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, Color2_t3097643075 , Color2_t3097643075 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)__this, (Color2_t3097643075 )((*(Color2_t3097643075 *)((Color2_t3097643075 *)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (Color2_t3097643075 )((*(Color2_t3097643075 *)((Color2_t3097643075 *)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1580492422 * TweenerCore_3_ChangeStartValue_m3912223537_gshared (TweenerCore_3_t1580492422 * __this, Color2_t3097643075 ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3912223537_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Color2_t3097643075 L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t1580492422 * L_4 = (( TweenerCore_3_t1580492422 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, Color2_t3097643075 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)__this, (Color2_t3097643075 )L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1580492422 * TweenerCore_3_ChangeEndValue_m4188133391_gshared (TweenerCore_3_t1580492422 * __this, Color2_t3097643075 ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { Color2_t3097643075 L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t1580492422 *)__this); TweenerCore_3_t1580492422 * L_2 = (( TweenerCore_3_t1580492422 * (*) (TweenerCore_3_t1580492422 *, Color2_t3097643075 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t1580492422 *)__this, (Color2_t3097643075 )L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1580492422 * TweenerCore_3_ChangeEndValue_m219740673_gshared (TweenerCore_3_t1580492422 * __this, Color2_t3097643075 ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m219740673_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Color2_t3097643075 L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t1580492422 * L_5 = (( TweenerCore_3_t1580492422 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, Color2_t3097643075 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)__this, (Color2_t3097643075 )L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1580492422 * TweenerCore_3_ChangeValues_m1127376553_gshared (TweenerCore_3_t1580492422 * __this, Color2_t3097643075 ___newStartValue0, Color2_t3097643075 ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1127376553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Color2_t3097643075 L_2 = ___newStartValue0; Color2_t3097643075 L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t1580492422 * L_5 = (( TweenerCore_3_t1580492422 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, Color2_t3097643075 , Color2_t3097643075 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)__this, (Color2_t3097643075 )L_2, (Color2_t3097643075 )L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m969145100_gshared (TweenerCore_3_t1580492422 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1116502072 * L_0 = (ABSTweenPlugin_3_t1116502072 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t1116502072 *)L_0); VirtActionInvoker2< TweenerCore_3_t1580492422 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t1116502072 *)L_0, (TweenerCore_3_t1580492422 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m529760198_gshared (TweenerCore_3_t1580492422 * __this, Color2_t3097643075 ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1116502072 * L_0 = (ABSTweenPlugin_3_t1116502072 *)__this->get_tweenPlugin_61(); Color2_t3097643075 L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t1116502072 *)L_0); VirtActionInvoker3< TweenerCore_3_t1580492422 *, Color2_t3097643075 , bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t1116502072 *)L_0, (TweenerCore_3_t1580492422 *)__this, (Color2_t3097643075 )L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m2578921728_gshared (TweenerCore_3_t1580492422 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t1116502072 * L_0 = (ABSTweenPlugin_3_t1116502072 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t1116502072 * L_1 = (ABSTweenPlugin_3_t1116502072 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t1116502072 *)L_1); VirtActionInvoker1< TweenerCore_3_t1580492422 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1116502072 *)L_1, (TweenerCore_3_t1580492422 *)__this); } IL_001a: { ColorOptions_t1487297155 * L_2 = (ColorOptions_t1487297155 *)__this->get_address_of_plugOptions_58(); ColorOptions_Reset_m4215807871((ColorOptions_t1487297155 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t2840439279 *)NULL); __this->set_setter_60((DOSetter_1_t4147751407 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m927556390_gshared (TweenerCore_3_t1580492422 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m927556390_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t2840439279 * L_0 = (DOGetter_1_t2840439279 *)__this->get_getter_59(); NullCheck((DOGetter_1_t2840439279 *)L_0); (( Color2_t3097643075 (*) (DOGetter_1_t2840439279 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t2840439279 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m941636802_gshared (TweenerCore_3_t1580492422 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m582291688_gshared (TweenerCore_3_t1580492422 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1580492422 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1580492422 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m929001621_gshared (TweenerCore_3_t1580492422 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m929001621_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t1116502072 * L_5 = (ABSTweenPlugin_3_t1116502072 *)__this->get_tweenPlugin_61(); ColorOptions_t1487297155 L_6 = (ColorOptions_t1487297155 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2840439279 * L_8 = (DOGetter_1_t2840439279 *)__this->get_getter_59(); DOSetter_1_t4147751407 * L_9 = (DOSetter_1_t4147751407 *)__this->get_setter_60(); float L_10 = V_0; Color2_t3097643075 L_11 = (Color2_t3097643075 )__this->get_startValue_55(); Color2_t3097643075 L_12 = (Color2_t3097643075 )__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1116502072 *)L_5); VirtActionInvoker11< ColorOptions_t1487297155 , Tween_t2342918553 *, bool, DOGetter_1_t2840439279 *, DOSetter_1_t4147751407 *, float, Color2_t3097643075 , Color2_t3097643075 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1116502072 *)L_5, (ColorOptions_t1487297155 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t2840439279 *)L_8, (DOSetter_1_t4147751407 *)L_9, (float)L_10, (Color2_t3097643075 )L_11, (Color2_t3097643075 )L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t1116502072 * L_16 = (ABSTweenPlugin_3_t1116502072 *)__this->get_tweenPlugin_61(); ColorOptions_t1487297155 L_17 = (ColorOptions_t1487297155 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2840439279 * L_19 = (DOGetter_1_t2840439279 *)__this->get_getter_59(); DOSetter_1_t4147751407 * L_20 = (DOSetter_1_t4147751407 *)__this->get_setter_60(); float L_21 = V_0; Color2_t3097643075 L_22 = (Color2_t3097643075 )__this->get_startValue_55(); Color2_t3097643075 L_23 = (Color2_t3097643075 )__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1116502072 *)L_16); VirtActionInvoker11< ColorOptions_t1487297155 , Tween_t2342918553 *, bool, DOGetter_1_t2840439279 *, DOSetter_1_t4147751407 *, float, Color2_t3097643075 , Color2_t3097643075 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1116502072 *)L_16, (ColorOptions_t1487297155 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t2840439279 *)L_19, (DOSetter_1_t4147751407 *)L_20, (float)L_21, (Color2_t3097643075 )L_22, (Color2_t3097643075 )L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m1137253352_gshared (TweenerCore_3_t4210260218 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m1137253352_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m641972112_gshared (TweenerCore_3_t4210260218 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m641972112_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t4210260218 * L_17 = (( TweenerCore_3_t4210260218 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, double, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)__this, (double)((*(double*)((double*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m3655542948_gshared (TweenerCore_3_t4210260218 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1888483430_gshared (TweenerCore_3_t4210260218 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m1888483430_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t4210260218 * L_18 = (( TweenerCore_3_t4210260218 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, double, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)__this, (double)((*(double*)((double*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m1446534540_gshared (TweenerCore_3_t4210260218 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1446534540_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t4210260218 * L_31 = (( TweenerCore_3_t4210260218 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, double, double, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)__this, (double)((*(double*)((double*)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (double)((*(double*)((double*)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4210260218 * TweenerCore_3_ChangeStartValue_m3522107051_gshared (TweenerCore_3_t4210260218 * __this, double ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3522107051_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { double L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t4210260218 * L_4 = (( TweenerCore_3_t4210260218 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, double, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)__this, (double)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4210260218 * TweenerCore_3_ChangeEndValue_m95500345_gshared (TweenerCore_3_t4210260218 * __this, double ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { double L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t4210260218 *)__this); TweenerCore_3_t4210260218 * L_2 = (( TweenerCore_3_t4210260218 * (*) (TweenerCore_3_t4210260218 *, double, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t4210260218 *)__this, (double)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4210260218 * TweenerCore_3_ChangeEndValue_m2540055384_gshared (TweenerCore_3_t4210260218 * __this, double ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2540055384_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { double L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t4210260218 * L_5 = (( TweenerCore_3_t4210260218 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, double, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)__this, (double)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4210260218 * TweenerCore_3_ChangeValues_m2069323850_gshared (TweenerCore_3_t4210260218 * __this, double ___newStartValue0, double ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m2069323850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { double L_2 = ___newStartValue0; double L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t4210260218 * L_5 = (( TweenerCore_3_t4210260218 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, double, double, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)__this, (double)L_2, (double)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2644222228_gshared (TweenerCore_3_t4210260218 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t3746269868 * L_0 = (ABSTweenPlugin_3_t3746269868 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t3746269868 *)L_0); VirtActionInvoker2< TweenerCore_3_t4210260218 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t3746269868 *)L_0, (TweenerCore_3_t4210260218 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m3803698500_gshared (TweenerCore_3_t4210260218 * __this, double ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t3746269868 * L_0 = (ABSTweenPlugin_3_t3746269868 *)__this->get_tweenPlugin_61(); double L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t3746269868 *)L_0); VirtActionInvoker3< TweenerCore_3_t4210260218 *, double, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t3746269868 *)L_0, (TweenerCore_3_t4210260218 *)__this, (double)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m2522524216_gshared (TweenerCore_3_t4210260218 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t3746269868 * L_0 = (ABSTweenPlugin_3_t3746269868 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t3746269868 * L_1 = (ABSTweenPlugin_3_t3746269868 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t3746269868 *)L_1); VirtActionInvoker1< TweenerCore_3_t4210260218 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3746269868 *)L_1, (TweenerCore_3_t4210260218 *)__this); } IL_001a: { NoOptions_t313102519 * L_2 = (NoOptions_t313102519 *)__this->get_address_of_plugOptions_58(); NoOptions_Reset_m172244185((NoOptions_t313102519 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t337461567 *)NULL); __this->set_setter_60((DOSetter_1_t1644773695 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m292817600_gshared (TweenerCore_3_t4210260218 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m292817600_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t337461567 * L_0 = (DOGetter_1_t337461567 *)__this->get_getter_59(); NullCheck((DOGetter_1_t337461567 *)L_0); (( double (*) (DOGetter_1_t337461567 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t337461567 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m3092516389_gshared (TweenerCore_3_t4210260218 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m1502790597_gshared (TweenerCore_3_t4210260218 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4210260218 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4210260218 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m1761071365_gshared (TweenerCore_3_t4210260218 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m1761071365_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t3746269868 * L_5 = (ABSTweenPlugin_3_t3746269868 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_6 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t337461567 * L_8 = (DOGetter_1_t337461567 *)__this->get_getter_59(); DOSetter_1_t1644773695 * L_9 = (DOSetter_1_t1644773695 *)__this->get_setter_60(); float L_10 = V_0; double L_11 = (double)__this->get_startValue_55(); double L_12 = (double)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t3746269868 *)L_5); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t337461567 *, DOSetter_1_t1644773695 *, float, double, double, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t3746269868 *)L_5, (NoOptions_t313102519 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t337461567 *)L_8, (DOSetter_1_t1644773695 *)L_9, (float)L_10, (double)L_11, (double)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t3746269868 * L_16 = (ABSTweenPlugin_3_t3746269868 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_17 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t337461567 * L_19 = (DOGetter_1_t337461567 *)__this->get_getter_59(); DOSetter_1_t1644773695 * L_20 = (DOSetter_1_t1644773695 *)__this->get_setter_60(); float L_21 = V_0; double L_22 = (double)__this->get_startValue_55(); double L_23 = (double)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t3746269868 *)L_16); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t337461567 *, DOSetter_1_t1644773695 *, float, double, double, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t3746269868 *)L_16, (NoOptions_t313102519 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t337461567 *)L_19, (DOSetter_1_t1644773695 *)L_20, (float)L_21, (double)L_22, (double)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m2027720900_gshared (TweenerCore_3_t3388502834 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m2027720900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m413589753_gshared (TweenerCore_3_t3388502834 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m413589753_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t3388502834 * L_17 = (( TweenerCore_3_t3388502834 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)__this, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m3047654976_gshared (TweenerCore_3_t3388502834 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1403432332_gshared (TweenerCore_3_t3388502834 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m1403432332_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t3388502834 * L_18 = (( TweenerCore_3_t3388502834 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, int32_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)__this, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m3819146595_gshared (TweenerCore_3_t3388502834 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m3819146595_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t3388502834 * L_31 = (( TweenerCore_3_t3388502834 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, int32_t, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)__this, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3388502834 * TweenerCore_3_ChangeStartValue_m3875976855_gshared (TweenerCore_3_t3388502834 * __this, int32_t ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3875976855_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { int32_t L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t3388502834 * L_4 = (( TweenerCore_3_t3388502834 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)__this, (int32_t)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3388502834 * TweenerCore_3_ChangeEndValue_m1727545564_gshared (TweenerCore_3_t3388502834 * __this, int32_t ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { int32_t L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t3388502834 *)__this); TweenerCore_3_t3388502834 * L_2 = (( TweenerCore_3_t3388502834 * (*) (TweenerCore_3_t3388502834 *, int32_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t3388502834 *)__this, (int32_t)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3388502834 * TweenerCore_3_ChangeEndValue_m2359892196_gshared (TweenerCore_3_t3388502834 * __this, int32_t ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2359892196_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { int32_t L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t3388502834 * L_5 = (( TweenerCore_3_t3388502834 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, int32_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)__this, (int32_t)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3388502834 * TweenerCore_3_ChangeValues_m1054178293_gshared (TweenerCore_3_t3388502834 * __this, int32_t ___newStartValue0, int32_t ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1054178293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { int32_t L_2 = ___newStartValue0; int32_t L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t3388502834 * L_5 = (( TweenerCore_3_t3388502834 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, int32_t, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)__this, (int32_t)L_2, (int32_t)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m3239254385_gshared (TweenerCore_3_t3388502834 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2924512484 * L_0 = (ABSTweenPlugin_3_t2924512484 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t2924512484 *)L_0); VirtActionInvoker2< TweenerCore_3_t3388502834 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t2924512484 *)L_0, (TweenerCore_3_t3388502834 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m1318832180_gshared (TweenerCore_3_t3388502834 * __this, int32_t ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2924512484 * L_0 = (ABSTweenPlugin_3_t2924512484 *)__this->get_tweenPlugin_61(); int32_t L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t2924512484 *)L_0); VirtActionInvoker3< TweenerCore_3_t3388502834 *, int32_t, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t2924512484 *)L_0, (TweenerCore_3_t3388502834 *)__this, (int32_t)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m1471004832_gshared (TweenerCore_3_t3388502834 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t2924512484 * L_0 = (ABSTweenPlugin_3_t2924512484 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t2924512484 * L_1 = (ABSTweenPlugin_3_t2924512484 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t2924512484 *)L_1); VirtActionInvoker1< TweenerCore_3_t3388502834 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2924512484 *)L_1, (TweenerCore_3_t3388502834 *)__this); } IL_001a: { NoOptions_t313102519 * L_2 = (NoOptions_t313102519 *)__this->get_address_of_plugOptions_58(); NoOptions_Reset_m172244185((NoOptions_t313102519 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t2693741957 *)NULL); __this->set_setter_60((DOSetter_1_t4001054085 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m626489955_gshared (TweenerCore_3_t3388502834 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m626489955_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t2693741957 * L_0 = (DOGetter_1_t2693741957 *)__this->get_getter_59(); NullCheck((DOGetter_1_t2693741957 *)L_0); (( int32_t (*) (DOGetter_1_t2693741957 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t2693741957 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m1901029083_gshared (TweenerCore_3_t3388502834 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m1118572541_gshared (TweenerCore_3_t3388502834 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3388502834 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3388502834 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m3526386228_gshared (TweenerCore_3_t3388502834 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m3526386228_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t2924512484 * L_5 = (ABSTweenPlugin_3_t2924512484 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_6 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2693741957 * L_8 = (DOGetter_1_t2693741957 *)__this->get_getter_59(); DOSetter_1_t4001054085 * L_9 = (DOSetter_1_t4001054085 *)__this->get_setter_60(); float L_10 = V_0; int32_t L_11 = (int32_t)__this->get_startValue_55(); int32_t L_12 = (int32_t)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2924512484 *)L_5); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t2693741957 *, DOSetter_1_t4001054085 *, float, int32_t, int32_t, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2924512484 *)L_5, (NoOptions_t313102519 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t2693741957 *)L_8, (DOSetter_1_t4001054085 *)L_9, (float)L_10, (int32_t)L_11, (int32_t)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t2924512484 * L_16 = (ABSTweenPlugin_3_t2924512484 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_17 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2693741957 * L_19 = (DOGetter_1_t2693741957 *)__this->get_getter_59(); DOSetter_1_t4001054085 * L_20 = (DOSetter_1_t4001054085 *)__this->get_setter_60(); float L_21 = V_0; int32_t L_22 = (int32_t)__this->get_startValue_55(); int32_t L_23 = (int32_t)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2924512484 *)L_16); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t2693741957 *, DOSetter_1_t4001054085 *, float, int32_t, int32_t, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2924512484 *)L_16, (NoOptions_t313102519 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t2693741957 *)L_19, (DOSetter_1_t4001054085 *)L_20, (float)L_21, (int32_t)L_22, (int32_t)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m3321319780_gshared (TweenerCore_3_t2433923774 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m3321319780_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m1977951182_gshared (TweenerCore_3_t2433923774 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1977951182_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t2433923774 * L_17 = (( TweenerCore_3_t2433923774 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, int64_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)__this, (int64_t)((*(int64_t*)((int64_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1471298976_gshared (TweenerCore_3_t2433923774 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m615111724_gshared (TweenerCore_3_t2433923774 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m615111724_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t2433923774 * L_18 = (( TweenerCore_3_t2433923774 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, int64_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)__this, (int64_t)((*(int64_t*)((int64_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m3558371687_gshared (TweenerCore_3_t2433923774 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m3558371687_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t2433923774 * L_31 = (( TweenerCore_3_t2433923774 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, int64_t, int64_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)__this, (int64_t)((*(int64_t*)((int64_t*)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (int64_t)((*(int64_t*)((int64_t*)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2433923774 * TweenerCore_3_ChangeStartValue_m1333158500_gshared (TweenerCore_3_t2433923774 * __this, int64_t ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1333158500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { int64_t L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t2433923774 * L_4 = (( TweenerCore_3_t2433923774 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, int64_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)__this, (int64_t)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2433923774 * TweenerCore_3_ChangeEndValue_m2020781110_gshared (TweenerCore_3_t2433923774 * __this, int64_t ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { int64_t L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t2433923774 *)__this); TweenerCore_3_t2433923774 * L_2 = (( TweenerCore_3_t2433923774 * (*) (TweenerCore_3_t2433923774 *, int64_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t2433923774 *)__this, (int64_t)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2433923774 * TweenerCore_3_ChangeEndValue_m1176561202_gshared (TweenerCore_3_t2433923774 * __this, int64_t ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m1176561202_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { int64_t L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t2433923774 * L_5 = (( TweenerCore_3_t2433923774 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, int64_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)__this, (int64_t)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2433923774 * TweenerCore_3_ChangeValues_m2024478599_gshared (TweenerCore_3_t2433923774 * __this, int64_t ___newStartValue0, int64_t ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m2024478599_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { int64_t L_2 = ___newStartValue0; int64_t L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t2433923774 * L_5 = (( TweenerCore_3_t2433923774 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, int64_t, int64_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)__this, (int64_t)L_2, (int64_t)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2966012208_gshared (TweenerCore_3_t2433923774 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1969933424 * L_0 = (ABSTweenPlugin_3_t1969933424 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t1969933424 *)L_0); VirtActionInvoker2< TweenerCore_3_t2433923774 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t1969933424 *)L_0, (TweenerCore_3_t2433923774 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m3032008351_gshared (TweenerCore_3_t2433923774 * __this, int64_t ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1969933424 * L_0 = (ABSTweenPlugin_3_t1969933424 *)__this->get_tweenPlugin_61(); int64_t L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t1969933424 *)L_0); VirtActionInvoker3< TweenerCore_3_t2433923774 *, int64_t, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t1969933424 *)L_0, (TweenerCore_3_t2433923774 *)__this, (int64_t)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m2142265696_gshared (TweenerCore_3_t2433923774 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t1969933424 * L_0 = (ABSTweenPlugin_3_t1969933424 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t1969933424 * L_1 = (ABSTweenPlugin_3_t1969933424 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t1969933424 *)L_1); VirtActionInvoker1< TweenerCore_3_t2433923774 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1969933424 *)L_1, (TweenerCore_3_t2433923774 *)__this); } IL_001a: { NoOptions_t313102519 * L_2 = (NoOptions_t313102519 *)__this->get_address_of_plugOptions_58(); NoOptions_Reset_m172244185((NoOptions_t313102519 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t3479363508 *)NULL); __this->set_setter_60((DOSetter_1_t491708340 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m850154652_gshared (TweenerCore_3_t2433923774 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m850154652_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t3479363508 * L_0 = (DOGetter_1_t3479363508 *)__this->get_getter_59(); NullCheck((DOGetter_1_t3479363508 *)L_0); (( int64_t (*) (DOGetter_1_t3479363508 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t3479363508 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m1336115777_gshared (TweenerCore_3_t2433923774 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m443795604_gshared (TweenerCore_3_t2433923774 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2433923774 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2433923774 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m1593875967_gshared (TweenerCore_3_t2433923774 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m1593875967_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t1969933424 * L_5 = (ABSTweenPlugin_3_t1969933424 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_6 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3479363508 * L_8 = (DOGetter_1_t3479363508 *)__this->get_getter_59(); DOSetter_1_t491708340 * L_9 = (DOSetter_1_t491708340 *)__this->get_setter_60(); float L_10 = V_0; int64_t L_11 = (int64_t)__this->get_startValue_55(); int64_t L_12 = (int64_t)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1969933424 *)L_5); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t3479363508 *, DOSetter_1_t491708340 *, float, int64_t, int64_t, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1969933424 *)L_5, (NoOptions_t313102519 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t3479363508 *)L_8, (DOSetter_1_t491708340 *)L_9, (float)L_10, (int64_t)L_11, (int64_t)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t1969933424 * L_16 = (ABSTweenPlugin_3_t1969933424 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_17 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3479363508 * L_19 = (DOGetter_1_t3479363508 *)__this->get_getter_59(); DOSetter_1_t491708340 * L_20 = (DOSetter_1_t491708340 *)__this->get_setter_60(); float L_21 = V_0; int64_t L_22 = (int64_t)__this->get_startValue_55(); int64_t L_23 = (int64_t)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1969933424 *)L_16); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t3479363508 *, DOSetter_1_t491708340 *, float, int64_t, int64_t, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1969933424 *)L_16, (NoOptions_t313102519 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t3479363508 *)L_19, (DOSetter_1_t491708340 *)L_20, (float)L_21, (int64_t)L_22, (int64_t)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m1405367229_gshared (TweenerCore_3_t3313089966 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m1405367229_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m3561939743_gshared (TweenerCore_3_t3313089966 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3561939743_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t3313089966 * L_17 = (( TweenerCore_3_t3313089966 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m72220962_gshared (TweenerCore_3_t3313089966 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m462148713_gshared (TweenerCore_3_t3313089966 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m462148713_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t3313089966 * L_18 = (( TweenerCore_3_t3313089966 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m1194303800_gshared (TweenerCore_3_t3313089966 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1194303800_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t3313089966 * L_31 = (( TweenerCore_3_t3313089966 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, RuntimeObject *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3313089966 * TweenerCore_3_ChangeStartValue_m1851796942_gshared (TweenerCore_3_t3313089966 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1851796942_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t3313089966 * L_4 = (( TweenerCore_3_t3313089966 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)__this, (RuntimeObject *)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3313089966 * TweenerCore_3_ChangeEndValue_m4101513470_gshared (TweenerCore_3_t3313089966 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t3313089966 *)__this); TweenerCore_3_t3313089966 * L_2 = (( TweenerCore_3_t3313089966 * (*) (TweenerCore_3_t3313089966 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t3313089966 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3313089966 * TweenerCore_3_ChangeEndValue_m278833934_gshared (TweenerCore_3_t3313089966 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m278833934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t3313089966 * L_5 = (( TweenerCore_3_t3313089966 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)__this, (RuntimeObject *)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3313089966 * TweenerCore_3_ChangeValues_m820682495_gshared (TweenerCore_3_t3313089966 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m820682495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; RuntimeObject * L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t3313089966 * L_5 = (( TweenerCore_3_t3313089966 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, RuntimeObject *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)__this, (RuntimeObject *)L_2, (RuntimeObject *)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m302000678_gshared (TweenerCore_3_t3313089966 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2849099616 * L_0 = (ABSTweenPlugin_3_t2849099616 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t2849099616 *)L_0); VirtActionInvoker2< TweenerCore_3_t3313089966 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t2849099616 *)L_0, (TweenerCore_3_t3313089966 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m1416238188_gshared (TweenerCore_3_t3313089966 * __this, RuntimeObject * ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2849099616 * L_0 = (ABSTweenPlugin_3_t2849099616 *)__this->get_tweenPlugin_61(); RuntimeObject * L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t2849099616 *)L_0); VirtActionInvoker3< TweenerCore_3_t3313089966 *, RuntimeObject *, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t2849099616 *)L_0, (TweenerCore_3_t3313089966 *)__this, (RuntimeObject *)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m3346395173_gshared (TweenerCore_3_t3313089966 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t2849099616 * L_0 = (ABSTweenPlugin_3_t2849099616 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t2849099616 * L_1 = (ABSTweenPlugin_3_t2849099616 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t2849099616 *)L_1); VirtActionInvoker1< TweenerCore_3_t3313089966 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2849099616 *)L_1, (TweenerCore_3_t3313089966 *)__this); } IL_001a: { NoOptions_t313102519 * L_2 = (NoOptions_t313102519 *)__this->get_address_of_plugOptions_58(); NoOptions_Reset_m172244185((NoOptions_t313102519 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t2822902368 *)NULL); __this->set_setter_60((DOSetter_1_t4130214496 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m4199204657_gshared (TweenerCore_3_t3313089966 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m4199204657_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t2822902368 * L_0 = (DOGetter_1_t2822902368 *)__this->get_getter_59(); NullCheck((DOGetter_1_t2822902368 *)L_0); (( RuntimeObject * (*) (DOGetter_1_t2822902368 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t2822902368 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m1088061767_gshared (TweenerCore_3_t3313089966 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m2102895124_gshared (TweenerCore_3_t3313089966 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3313089966 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3313089966 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m1947401793_gshared (TweenerCore_3_t3313089966 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m1947401793_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t2849099616 * L_5 = (ABSTweenPlugin_3_t2849099616 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_6 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2822902368 * L_8 = (DOGetter_1_t2822902368 *)__this->get_getter_59(); DOSetter_1_t4130214496 * L_9 = (DOSetter_1_t4130214496 *)__this->get_setter_60(); float L_10 = V_0; RuntimeObject * L_11 = (RuntimeObject *)__this->get_startValue_55(); RuntimeObject * L_12 = (RuntimeObject *)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2849099616 *)L_5); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t2822902368 *, DOSetter_1_t4130214496 *, float, RuntimeObject *, RuntimeObject *, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2849099616 *)L_5, (NoOptions_t313102519 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t2822902368 *)L_8, (DOSetter_1_t4130214496 *)L_9, (float)L_10, (RuntimeObject *)L_11, (RuntimeObject *)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t2849099616 * L_16 = (ABSTweenPlugin_3_t2849099616 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_17 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2822902368 * L_19 = (DOGetter_1_t2822902368 *)__this->get_getter_59(); DOSetter_1_t4130214496 * L_20 = (DOSetter_1_t4130214496 *)__this->get_setter_60(); float L_21 = V_0; RuntimeObject * L_22 = (RuntimeObject *)__this->get_startValue_55(); RuntimeObject * L_23 = (RuntimeObject *)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2849099616 *)L_16); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t2822902368 *, DOSetter_1_t4130214496 *, float, RuntimeObject *, RuntimeObject *, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2849099616 *)L_16, (NoOptions_t313102519 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t2822902368 *)L_19, (DOSetter_1_t4130214496 *)L_20, (float)L_21, (RuntimeObject *)L_22, (RuntimeObject *)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m2767187228_gshared (TweenerCore_3_t2697511091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m2767187228_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m2583935317_gshared (TweenerCore_3_t2697511091 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m2583935317_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t2697511091 * L_17 = (( TweenerCore_3_t2697511091 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m786722656_gshared (TweenerCore_3_t2697511091 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m2101680360_gshared (TweenerCore_3_t2697511091 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2101680360_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t2697511091 * L_18 = (( TweenerCore_3_t2697511091 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m589909003_gshared (TweenerCore_3_t2697511091 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m589909003_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t2697511091 * L_31 = (( TweenerCore_3_t2697511091 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, RuntimeObject *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2697511091 * TweenerCore_3_ChangeStartValue_m4238982004_gshared (TweenerCore_3_t2697511091 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m4238982004_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t2697511091 * L_4 = (( TweenerCore_3_t2697511091 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)__this, (RuntimeObject *)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2697511091 * TweenerCore_3_ChangeEndValue_m3324976238_gshared (TweenerCore_3_t2697511091 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t2697511091 *)__this); TweenerCore_3_t2697511091 * L_2 = (( TweenerCore_3_t2697511091 * (*) (TweenerCore_3_t2697511091 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t2697511091 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2697511091 * TweenerCore_3_ChangeEndValue_m2248898588_gshared (TweenerCore_3_t2697511091 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2248898588_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t2697511091 * L_5 = (( TweenerCore_3_t2697511091 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)__this, (RuntimeObject *)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2697511091 * TweenerCore_3_ChangeValues_m1909579423_gshared (TweenerCore_3_t2697511091 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1909579423_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; RuntimeObject * L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t2697511091 * L_5 = (( TweenerCore_3_t2697511091 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, RuntimeObject *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)__this, (RuntimeObject *)L_2, (RuntimeObject *)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2193749476_gshared (TweenerCore_3_t2697511091 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2233520741 * L_0 = (ABSTweenPlugin_3_t2233520741 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t2233520741 *)L_0); VirtActionInvoker2< TweenerCore_3_t2697511091 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t2233520741 *)L_0, (TweenerCore_3_t2697511091 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2286832167_gshared (TweenerCore_3_t2697511091 * __this, RuntimeObject * ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2233520741 * L_0 = (ABSTweenPlugin_3_t2233520741 *)__this->get_tweenPlugin_61(); RuntimeObject * L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t2233520741 *)L_0); VirtActionInvoker3< TweenerCore_3_t2697511091 *, RuntimeObject *, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t2233520741 *)L_0, (TweenerCore_3_t2697511091 *)__this, (RuntimeObject *)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m4088888172_gshared (TweenerCore_3_t2697511091 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t2233520741 * L_0 = (ABSTweenPlugin_3_t2233520741 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t2233520741 * L_1 = (ABSTweenPlugin_3_t2233520741 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t2233520741 *)L_1); VirtActionInvoker1< TweenerCore_3_t2697511091 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2233520741 *)L_1, (TweenerCore_3_t2697511091 *)__this); } IL_001a: { StringOptions_t3992490940 * L_2 = (StringOptions_t3992490940 *)__this->get_address_of_plugOptions_58(); StringOptions_Reset_m3991195113((StringOptions_t3992490940 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t2822902368 *)NULL); __this->set_setter_60((DOSetter_1_t4130214496 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m1838130301_gshared (TweenerCore_3_t2697511091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m1838130301_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t2822902368 * L_0 = (DOGetter_1_t2822902368 *)__this->get_getter_59(); NullCheck((DOGetter_1_t2822902368 *)L_0); (( RuntimeObject * (*) (DOGetter_1_t2822902368 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t2822902368 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m1599672356_gshared (TweenerCore_3_t2697511091 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m673806952_gshared (TweenerCore_3_t2697511091 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2697511091 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2697511091 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m642953405_gshared (TweenerCore_3_t2697511091 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m642953405_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t2233520741 * L_5 = (ABSTweenPlugin_3_t2233520741 *)__this->get_tweenPlugin_61(); StringOptions_t3992490940 L_6 = (StringOptions_t3992490940 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2822902368 * L_8 = (DOGetter_1_t2822902368 *)__this->get_getter_59(); DOSetter_1_t4130214496 * L_9 = (DOSetter_1_t4130214496 *)__this->get_setter_60(); float L_10 = V_0; RuntimeObject * L_11 = (RuntimeObject *)__this->get_startValue_55(); RuntimeObject * L_12 = (RuntimeObject *)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2233520741 *)L_5); VirtActionInvoker11< StringOptions_t3992490940 , Tween_t2342918553 *, bool, DOGetter_1_t2822902368 *, DOSetter_1_t4130214496 *, float, RuntimeObject *, RuntimeObject *, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2233520741 *)L_5, (StringOptions_t3992490940 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t2822902368 *)L_8, (DOSetter_1_t4130214496 *)L_9, (float)L_10, (RuntimeObject *)L_11, (RuntimeObject *)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t2233520741 * L_16 = (ABSTweenPlugin_3_t2233520741 *)__this->get_tweenPlugin_61(); StringOptions_t3992490940 L_17 = (StringOptions_t3992490940 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2822902368 * L_19 = (DOGetter_1_t2822902368 *)__this->get_getter_59(); DOSetter_1_t4130214496 * L_20 = (DOSetter_1_t4130214496 *)__this->get_setter_60(); float L_21 = V_0; RuntimeObject * L_22 = (RuntimeObject *)__this->get_startValue_55(); RuntimeObject * L_23 = (RuntimeObject *)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2233520741 *)L_16); VirtActionInvoker11< StringOptions_t3992490940 , Tween_t2342918553 *, bool, DOGetter_1_t2822902368 *, DOSetter_1_t4130214496 *, float, RuntimeObject *, RuntimeObject *, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2233520741 *)L_16, (StringOptions_t3992490940 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t2822902368 *)L_19, (DOSetter_1_t4130214496 *)L_20, (float)L_21, (RuntimeObject *)L_22, (RuntimeObject *)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m4279005901_gshared (TweenerCore_3_t884556411 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m4279005901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m2514265775_gshared (TweenerCore_3_t884556411 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m2514265775_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t884556411 * L_17 = (( TweenerCore_3_t884556411 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)__this, (float)((*(float*)((float*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m3222445890_gshared (TweenerCore_3_t884556411 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m2357858854_gshared (TweenerCore_3_t884556411 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2357858854_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t884556411 * L_18 = (( TweenerCore_3_t884556411 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, float, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)__this, (float)((*(float*)((float*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m2896660467_gshared (TweenerCore_3_t884556411 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m2896660467_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t884556411 * L_31 = (( TweenerCore_3_t884556411 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)__this, (float)((*(float*)((float*)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)((*(float*)((float*)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * TweenerCore_3_ChangeStartValue_m226897804_gshared (TweenerCore_3_t884556411 * __this, float ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m226897804_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { float L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t884556411 * L_4 = (( TweenerCore_3_t884556411 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)__this, (float)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * TweenerCore_3_ChangeEndValue_m2385693190_gshared (TweenerCore_3_t884556411 * __this, float ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { float L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t884556411 *)__this); TweenerCore_3_t884556411 * L_2 = (( TweenerCore_3_t884556411 * (*) (TweenerCore_3_t884556411 *, float, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t884556411 *)__this, (float)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * TweenerCore_3_ChangeEndValue_m3450358600_gshared (TweenerCore_3_t884556411 * __this, float ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m3450358600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { float L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t884556411 * L_5 = (( TweenerCore_3_t884556411 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, float, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)__this, (float)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * TweenerCore_3_ChangeValues_m448590327_gshared (TweenerCore_3_t884556411 * __this, float ___newStartValue0, float ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m448590327_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { float L_2 = ___newStartValue0; float L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t884556411 * L_5 = (( TweenerCore_3_t884556411 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, float, float, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)__this, (float)L_2, (float)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2828102546_gshared (TweenerCore_3_t884556411 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t420566061 * L_0 = (ABSTweenPlugin_3_t420566061 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t420566061 *)L_0); VirtActionInvoker2< TweenerCore_3_t884556411 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t420566061 *)L_0, (TweenerCore_3_t884556411 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2877724673_gshared (TweenerCore_3_t884556411 * __this, float ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t420566061 * L_0 = (ABSTweenPlugin_3_t420566061 *)__this->get_tweenPlugin_61(); float L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t420566061 *)L_0); VirtActionInvoker3< TweenerCore_3_t884556411 *, float, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t420566061 *)L_0, (TweenerCore_3_t884556411 *)__this, (float)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m1068947176_gshared (TweenerCore_3_t884556411 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t420566061 * L_0 = (ABSTweenPlugin_3_t420566061 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t420566061 * L_1 = (ABSTweenPlugin_3_t420566061 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t420566061 *)L_1); VirtActionInvoker1< TweenerCore_3_t884556411 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t420566061 *)L_1, (TweenerCore_3_t884556411 *)__this); } IL_001a: { FloatOptions_t1203667100 * L_2 = (FloatOptions_t1203667100 *)__this->get_address_of_plugOptions_58(); FloatOptions_Reset_m3345042651((FloatOptions_t1203667100 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t1140062978 *)NULL); __this->set_setter_60((DOSetter_1_t2447375106 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m308027102_gshared (TweenerCore_3_t884556411 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m308027102_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t1140062978 * L_0 = (DOGetter_1_t1140062978 *)__this->get_getter_59(); NullCheck((DOGetter_1_t1140062978 *)L_0); (( float (*) (DOGetter_1_t1140062978 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t1140062978 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m794917953_gshared (TweenerCore_3_t884556411 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m1385597678_gshared (TweenerCore_3_t884556411 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t884556411 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m1446743779_gshared (TweenerCore_3_t884556411 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m1446743779_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t420566061 * L_5 = (ABSTweenPlugin_3_t420566061 *)__this->get_tweenPlugin_61(); FloatOptions_t1203667100 L_6 = (FloatOptions_t1203667100 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t1140062978 * L_8 = (DOGetter_1_t1140062978 *)__this->get_getter_59(); DOSetter_1_t2447375106 * L_9 = (DOSetter_1_t2447375106 *)__this->get_setter_60(); float L_10 = V_0; float L_11 = (float)__this->get_startValue_55(); float L_12 = (float)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t420566061 *)L_5); VirtActionInvoker11< FloatOptions_t1203667100 , Tween_t2342918553 *, bool, DOGetter_1_t1140062978 *, DOSetter_1_t2447375106 *, float, float, float, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t420566061 *)L_5, (FloatOptions_t1203667100 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t1140062978 *)L_8, (DOSetter_1_t2447375106 *)L_9, (float)L_10, (float)L_11, (float)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t420566061 * L_16 = (ABSTweenPlugin_3_t420566061 *)__this->get_tweenPlugin_61(); FloatOptions_t1203667100 L_17 = (FloatOptions_t1203667100 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t1140062978 * L_19 = (DOGetter_1_t1140062978 *)__this->get_getter_59(); DOSetter_1_t2447375106 * L_20 = (DOSetter_1_t2447375106 *)__this->get_setter_60(); float L_21 = V_0; float L_22 = (float)__this->get_startValue_55(); float L_23 = (float)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t420566061 *)L_16); VirtActionInvoker11< FloatOptions_t1203667100 , Tween_t2342918553 *, bool, DOGetter_1_t1140062978 *, DOSetter_1_t2447375106 *, float, float, float, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t420566061 *)L_16, (FloatOptions_t1203667100 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t1140062978 *)L_19, (DOSetter_1_t2447375106 *)L_20, (float)L_21, (float)L_22, (float)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m3756700337_gshared (TweenerCore_3_t2065240817 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m3756700337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m3995967971_gshared (TweenerCore_3_t2065240817 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3995967971_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t2065240817 * L_17 = (( TweenerCore_3_t2065240817 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, uint32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)__this, (uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m2406059914_gshared (TweenerCore_3_t2065240817 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m2898957247_gshared (TweenerCore_3_t2065240817 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2898957247_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t2065240817 * L_18 = (( TweenerCore_3_t2065240817 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, uint32_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)__this, (uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m3503171802_gshared (TweenerCore_3_t2065240817 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m3503171802_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t2065240817 * L_31 = (( TweenerCore_3_t2065240817 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, uint32_t, uint32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)__this, (uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2065240817 * TweenerCore_3_ChangeStartValue_m3914991653_gshared (TweenerCore_3_t2065240817 * __this, uint32_t ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3914991653_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { uint32_t L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t2065240817 * L_4 = (( TweenerCore_3_t2065240817 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, uint32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)__this, (uint32_t)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2065240817 * TweenerCore_3_ChangeEndValue_m2623739188_gshared (TweenerCore_3_t2065240817 * __this, uint32_t ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { uint32_t L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t2065240817 *)__this); TweenerCore_3_t2065240817 * L_2 = (( TweenerCore_3_t2065240817 * (*) (TweenerCore_3_t2065240817 *, uint32_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t2065240817 *)__this, (uint32_t)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2065240817 * TweenerCore_3_ChangeEndValue_m3569353704_gshared (TweenerCore_3_t2065240817 * __this, uint32_t ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m3569353704_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { uint32_t L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t2065240817 * L_5 = (( TweenerCore_3_t2065240817 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, uint32_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)__this, (uint32_t)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2065240817 * TweenerCore_3_ChangeValues_m4191479946_gshared (TweenerCore_3_t2065240817 * __this, uint32_t ___newStartValue0, uint32_t ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m4191479946_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { uint32_t L_2 = ___newStartValue0; uint32_t L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t2065240817 * L_5 = (( TweenerCore_3_t2065240817 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, uint32_t, uint32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)__this, (uint32_t)L_2, (uint32_t)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2597022356_gshared (TweenerCore_3_t2065240817 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1601250467 * L_0 = (ABSTweenPlugin_3_t1601250467 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t1601250467 *)L_0); VirtActionInvoker2< TweenerCore_3_t2065240817 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t1601250467 *)L_0, (TweenerCore_3_t2065240817 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2479179354_gshared (TweenerCore_3_t2065240817 * __this, uint32_t ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1601250467 * L_0 = (ABSTweenPlugin_3_t1601250467 *)__this->get_tweenPlugin_61(); uint32_t L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t1601250467 *)L_0); VirtActionInvoker3< TweenerCore_3_t2065240817 *, uint32_t, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t1601250467 *)L_0, (TweenerCore_3_t2065240817 *)__this, (uint32_t)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m1436432677_gshared (TweenerCore_3_t2065240817 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t1601250467 * L_0 = (ABSTweenPlugin_3_t1601250467 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t1601250467 * L_1 = (ABSTweenPlugin_3_t1601250467 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t1601250467 *)L_1); VirtActionInvoker1< TweenerCore_3_t2065240817 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1601250467 *)L_1, (TweenerCore_3_t2065240817 *)__this); } IL_001a: { UintOptions_t1006674242 * L_2 = (UintOptions_t1006674242 *)__this->get_address_of_plugOptions_58(); UintOptions_Reset_m326065035((UintOptions_t1006674242 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t2302858182 *)NULL); __this->set_setter_60((DOSetter_1_t3610170310 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m1663776474_gshared (TweenerCore_3_t2065240817 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m1663776474_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t2302858182 * L_0 = (DOGetter_1_t2302858182 *)__this->get_getter_59(); NullCheck((DOGetter_1_t2302858182 *)L_0); (( uint32_t (*) (DOGetter_1_t2302858182 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t2302858182 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m2001599397_gshared (TweenerCore_3_t2065240817 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m3676333489_gshared (TweenerCore_3_t2065240817 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2065240817 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2065240817 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m3857750577_gshared (TweenerCore_3_t2065240817 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m3857750577_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t1601250467 * L_5 = (ABSTweenPlugin_3_t1601250467 *)__this->get_tweenPlugin_61(); UintOptions_t1006674242 L_6 = (UintOptions_t1006674242 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2302858182 * L_8 = (DOGetter_1_t2302858182 *)__this->get_getter_59(); DOSetter_1_t3610170310 * L_9 = (DOSetter_1_t3610170310 *)__this->get_setter_60(); float L_10 = V_0; uint32_t L_11 = (uint32_t)__this->get_startValue_55(); uint32_t L_12 = (uint32_t)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1601250467 *)L_5); VirtActionInvoker11< UintOptions_t1006674242 , Tween_t2342918553 *, bool, DOGetter_1_t2302858182 *, DOSetter_1_t3610170310 *, float, uint32_t, uint32_t, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1601250467 *)L_5, (UintOptions_t1006674242 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t2302858182 *)L_8, (DOSetter_1_t3610170310 *)L_9, (float)L_10, (uint32_t)L_11, (uint32_t)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t1601250467 * L_16 = (ABSTweenPlugin_3_t1601250467 *)__this->get_tweenPlugin_61(); UintOptions_t1006674242 L_17 = (UintOptions_t1006674242 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2302858182 * L_19 = (DOGetter_1_t2302858182 *)__this->get_getter_59(); DOSetter_1_t3610170310 * L_20 = (DOSetter_1_t3610170310 *)__this->get_setter_60(); float L_21 = V_0; uint32_t L_22 = (uint32_t)__this->get_startValue_55(); uint32_t L_23 = (uint32_t)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1601250467 *)L_16); VirtActionInvoker11< UintOptions_t1006674242 , Tween_t2342918553 *, bool, DOGetter_1_t2302858182 *, DOSetter_1_t3610170310 *, float, uint32_t, uint32_t, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1601250467 *)L_16, (UintOptions_t1006674242 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t2302858182 *)L_19, (DOSetter_1_t3610170310 *)L_20, (float)L_21, (uint32_t)L_22, (uint32_t)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m4083448286_gshared (TweenerCore_3_t181868238 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m4083448286_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m1910159026_gshared (TweenerCore_3_t181868238 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1910159026_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t181868238 * L_17 = (( TweenerCore_3_t181868238 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, uint64_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)__this, (uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1103693991_gshared (TweenerCore_3_t181868238 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m2792973810_gshared (TweenerCore_3_t181868238 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2792973810_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t181868238 * L_18 = (( TweenerCore_3_t181868238 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, uint64_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)__this, (uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m3678085278_gshared (TweenerCore_3_t181868238 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m3678085278_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t181868238 * L_31 = (( TweenerCore_3_t181868238 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, uint64_t, uint64_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)__this, (uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t181868238 * TweenerCore_3_ChangeStartValue_m1744719498_gshared (TweenerCore_3_t181868238 * __this, uint64_t ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1744719498_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { uint64_t L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t181868238 * L_4 = (( TweenerCore_3_t181868238 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, uint64_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)__this, (uint64_t)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t181868238 * TweenerCore_3_ChangeEndValue_m4262847264_gshared (TweenerCore_3_t181868238 * __this, uint64_t ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { uint64_t L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t181868238 *)__this); TweenerCore_3_t181868238 * L_2 = (( TweenerCore_3_t181868238 * (*) (TweenerCore_3_t181868238 *, uint64_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t181868238 *)__this, (uint64_t)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t181868238 * TweenerCore_3_ChangeEndValue_m3826090861_gshared (TweenerCore_3_t181868238 * __this, uint64_t ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m3826090861_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { uint64_t L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t181868238 * L_5 = (( TweenerCore_3_t181868238 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, uint64_t, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)__this, (uint64_t)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t181868238 * TweenerCore_3_ChangeValues_m2090208377_gshared (TweenerCore_3_t181868238 * __this, uint64_t ___newStartValue0, uint64_t ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m2090208377_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { uint64_t L_2 = ___newStartValue0; uint64_t L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t181868238 * L_5 = (( TweenerCore_3_t181868238 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, uint64_t, uint64_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)__this, (uint64_t)L_2, (uint64_t)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2776268907_gshared (TweenerCore_3_t181868238 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t4012845184 * L_0 = (ABSTweenPlugin_3_t4012845184 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t4012845184 *)L_0); VirtActionInvoker2< TweenerCore_3_t181868238 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t4012845184 *)L_0, (TweenerCore_3_t181868238 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m1669963066_gshared (TweenerCore_3_t181868238 * __this, uint64_t ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t4012845184 * L_0 = (ABSTweenPlugin_3_t4012845184 *)__this->get_tweenPlugin_61(); uint64_t L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t4012845184 *)L_0); VirtActionInvoker3< TweenerCore_3_t181868238 *, uint64_t, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t4012845184 *)L_0, (TweenerCore_3_t181868238 *)__this, (uint64_t)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m4050138430_gshared (TweenerCore_3_t181868238 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t4012845184 * L_0 = (ABSTweenPlugin_3_t4012845184 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t4012845184 * L_1 = (ABSTweenPlugin_3_t4012845184 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t4012845184 *)L_1); VirtActionInvoker1< TweenerCore_3_t181868238 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t4012845184 *)L_1, (TweenerCore_3_t181868238 *)__this); } IL_001a: { NoOptions_t313102519 * L_2 = (NoOptions_t313102519 *)__this->get_address_of_plugOptions_58(); NoOptions_Reset_m172244185((NoOptions_t313102519 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t3876836296 *)NULL); __this->set_setter_60((DOSetter_1_t889181128 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m2962831117_gshared (TweenerCore_3_t181868238 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m2962831117_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t3876836296 * L_0 = (DOGetter_1_t3876836296 *)__this->get_getter_59(); NullCheck((DOGetter_1_t3876836296 *)L_0); (( uint64_t (*) (DOGetter_1_t3876836296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t3876836296 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m78240773_gshared (TweenerCore_3_t181868238 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m2085449350_gshared (TweenerCore_3_t181868238 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t181868238 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t181868238 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m2258451471_gshared (TweenerCore_3_t181868238 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m2258451471_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t4012845184 * L_5 = (ABSTweenPlugin_3_t4012845184 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_6 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3876836296 * L_8 = (DOGetter_1_t3876836296 *)__this->get_getter_59(); DOSetter_1_t889181128 * L_9 = (DOSetter_1_t889181128 *)__this->get_setter_60(); float L_10 = V_0; uint64_t L_11 = (uint64_t)__this->get_startValue_55(); uint64_t L_12 = (uint64_t)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t4012845184 *)L_5); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t3876836296 *, DOSetter_1_t889181128 *, float, uint64_t, uint64_t, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t4012845184 *)L_5, (NoOptions_t313102519 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t3876836296 *)L_8, (DOSetter_1_t889181128 *)L_9, (float)L_10, (uint64_t)L_11, (uint64_t)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t4012845184 * L_16 = (ABSTweenPlugin_3_t4012845184 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_17 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3876836296 * L_19 = (DOGetter_1_t3876836296 *)__this->get_getter_59(); DOSetter_1_t889181128 * L_20 = (DOSetter_1_t889181128 *)__this->get_setter_60(); float L_21 = V_0; uint64_t L_22 = (uint64_t)__this->get_startValue_55(); uint64_t L_23 = (uint64_t)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t4012845184 *)L_16); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t3876836296 *, DOSetter_1_t889181128 *, float, uint64_t, uint64_t, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t4012845184 *)L_16, (NoOptions_t313102519 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t3876836296 *)L_19, (DOSetter_1_t889181128 *)L_20, (float)L_21, (uint64_t)L_22, (uint64_t)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m3325091055_gshared (TweenerCore_3_t745532282 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m3325091055_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m3597248672_gshared (TweenerCore_3_t745532282 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3597248672_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t745532282 * L_17 = (( TweenerCore_3_t745532282 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, Color_t2555686324 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)__this, (Color_t2555686324 )((*(Color_t2555686324 *)((Color_t2555686324 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m435843997_gshared (TweenerCore_3_t745532282 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m4103465291_gshared (TweenerCore_3_t745532282 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m4103465291_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t745532282 * L_18 = (( TweenerCore_3_t745532282 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, Color_t2555686324 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)__this, (Color_t2555686324 )((*(Color_t2555686324 *)((Color_t2555686324 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m1764753712_gshared (TweenerCore_3_t745532282 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1764753712_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t745532282 * L_31 = (( TweenerCore_3_t745532282 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, Color_t2555686324 , Color_t2555686324 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)__this, (Color_t2555686324 )((*(Color_t2555686324 *)((Color_t2555686324 *)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (Color_t2555686324 )((*(Color_t2555686324 *)((Color_t2555686324 *)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * TweenerCore_3_ChangeStartValue_m754938245_gshared (TweenerCore_3_t745532282 * __this, Color_t2555686324 ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m754938245_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Color_t2555686324 L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t745532282 * L_4 = (( TweenerCore_3_t745532282 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, Color_t2555686324 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)__this, (Color_t2555686324 )L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * TweenerCore_3_ChangeEndValue_m2413126499_gshared (TweenerCore_3_t745532282 * __this, Color_t2555686324 ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { Color_t2555686324 L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t745532282 *)__this); TweenerCore_3_t745532282 * L_2 = (( TweenerCore_3_t745532282 * (*) (TweenerCore_3_t745532282 *, Color_t2555686324 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t745532282 *)__this, (Color_t2555686324 )L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * TweenerCore_3_ChangeEndValue_m2687865434_gshared (TweenerCore_3_t745532282 * __this, Color_t2555686324 ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2687865434_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Color_t2555686324 L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t745532282 * L_5 = (( TweenerCore_3_t745532282 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, Color_t2555686324 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)__this, (Color_t2555686324 )L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * TweenerCore_3_ChangeValues_m442620410_gshared (TweenerCore_3_t745532282 * __this, Color_t2555686324 ___newStartValue0, Color_t2555686324 ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m442620410_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Color_t2555686324 L_2 = ___newStartValue0; Color_t2555686324 L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t745532282 * L_5 = (( TweenerCore_3_t745532282 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, Color_t2555686324 , Color_t2555686324 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)__this, (Color_t2555686324 )L_2, (Color_t2555686324 )L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2335331126_gshared (TweenerCore_3_t745532282 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t281541932 * L_0 = (ABSTweenPlugin_3_t281541932 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t281541932 *)L_0); VirtActionInvoker2< TweenerCore_3_t745532282 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t281541932 *)L_0, (TweenerCore_3_t745532282 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m1189385787_gshared (TweenerCore_3_t745532282 * __this, Color_t2555686324 ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t281541932 * L_0 = (ABSTweenPlugin_3_t281541932 *)__this->get_tweenPlugin_61(); Color_t2555686324 L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t281541932 *)L_0); VirtActionInvoker3< TweenerCore_3_t745532282 *, Color_t2555686324 , bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t281541932 *)L_0, (TweenerCore_3_t745532282 *)__this, (Color_t2555686324 )L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m2654994540_gshared (TweenerCore_3_t745532282 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t281541932 * L_0 = (ABSTweenPlugin_3_t281541932 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t281541932 * L_1 = (ABSTweenPlugin_3_t281541932 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t281541932 *)L_1); VirtActionInvoker1< TweenerCore_3_t745532282 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t281541932 *)L_1, (TweenerCore_3_t745532282 *)__this); } IL_001a: { ColorOptions_t1487297155 * L_2 = (ColorOptions_t1487297155 *)__this->get_address_of_plugOptions_58(); ColorOptions_Reset_m4215807871((ColorOptions_t1487297155 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t2298482528 *)NULL); __this->set_setter_60((DOSetter_1_t3605794656 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m1147099563_gshared (TweenerCore_3_t745532282 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m1147099563_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t2298482528 * L_0 = (DOGetter_1_t2298482528 *)__this->get_getter_59(); NullCheck((DOGetter_1_t2298482528 *)L_0); (( Color_t2555686324 (*) (DOGetter_1_t2298482528 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t2298482528 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m1057304406_gshared (TweenerCore_3_t745532282 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m1974936156_gshared (TweenerCore_3_t745532282 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t745532282 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t745532282 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m1583101450_gshared (TweenerCore_3_t745532282 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m1583101450_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t281541932 * L_5 = (ABSTweenPlugin_3_t281541932 *)__this->get_tweenPlugin_61(); ColorOptions_t1487297155 L_6 = (ColorOptions_t1487297155 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2298482528 * L_8 = (DOGetter_1_t2298482528 *)__this->get_getter_59(); DOSetter_1_t3605794656 * L_9 = (DOSetter_1_t3605794656 *)__this->get_setter_60(); float L_10 = V_0; Color_t2555686324 L_11 = (Color_t2555686324 )__this->get_startValue_55(); Color_t2555686324 L_12 = (Color_t2555686324 )__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t281541932 *)L_5); VirtActionInvoker11< ColorOptions_t1487297155 , Tween_t2342918553 *, bool, DOGetter_1_t2298482528 *, DOSetter_1_t3605794656 *, float, Color_t2555686324 , Color_t2555686324 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t281541932 *)L_5, (ColorOptions_t1487297155 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t2298482528 *)L_8, (DOSetter_1_t3605794656 *)L_9, (float)L_10, (Color_t2555686324 )L_11, (Color_t2555686324 )L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t281541932 * L_16 = (ABSTweenPlugin_3_t281541932 *)__this->get_tweenPlugin_61(); ColorOptions_t1487297155 L_17 = (ColorOptions_t1487297155 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2298482528 * L_19 = (DOGetter_1_t2298482528 *)__this->get_getter_59(); DOSetter_1_t3605794656 * L_20 = (DOSetter_1_t3605794656 *)__this->get_setter_60(); float L_21 = V_0; Color_t2555686324 L_22 = (Color_t2555686324 )__this->get_startValue_55(); Color_t2555686324 L_23 = (Color_t2555686324 )__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t281541932 *)L_16); VirtActionInvoker11< ColorOptions_t1487297155 , Tween_t2342918553 *, bool, DOGetter_1_t2298482528 *, DOSetter_1_t3605794656 *, float, Color_t2555686324 , Color_t2555686324 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t281541932 *)L_16, (ColorOptions_t1487297155 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t2298482528 *)L_19, (DOSetter_1_t3605794656 *)L_20, (float)L_21, (Color_t2555686324 )L_22, (Color_t2555686324 )L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m1697770640_gshared (TweenerCore_3_t3785815898 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m1697770640_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m1091953069_gshared (TweenerCore_3_t3785815898 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1091953069_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t3785815898 * L_17 = (( TweenerCore_3_t3785815898 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)__this, (Quaternion_t2301928331 )((*(Quaternion_t2301928331 *)((Quaternion_t2301928331 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m2486527163_gshared (TweenerCore_3_t3785815898 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m3803851753_gshared (TweenerCore_3_t3785815898 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m3803851753_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t3785815898 * L_18 = (( TweenerCore_3_t3785815898 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)__this, (Quaternion_t2301928331 )((*(Quaternion_t2301928331 *)((Quaternion_t2301928331 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m1060838238_gshared (TweenerCore_3_t3785815898 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1060838238_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t3785815898 * L_31 = (( TweenerCore_3_t3785815898 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , Quaternion_t2301928331 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)__this, (Quaternion_t2301928331 )((*(Quaternion_t2301928331 *)((Quaternion_t2301928331 *)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (Quaternion_t2301928331 )((*(Quaternion_t2301928331 *)((Quaternion_t2301928331 *)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * TweenerCore_3_ChangeStartValue_m978882292_gshared (TweenerCore_3_t3785815898 * __this, Quaternion_t2301928331 ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m978882292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Quaternion_t2301928331 L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t3785815898 * L_4 = (( TweenerCore_3_t3785815898 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)__this, (Quaternion_t2301928331 )L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * TweenerCore_3_ChangeEndValue_m4132310632_gshared (TweenerCore_3_t3785815898 * __this, Quaternion_t2301928331 ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { Quaternion_t2301928331 L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t3785815898 *)__this); TweenerCore_3_t3785815898 * L_2 = (( TweenerCore_3_t3785815898 * (*) (TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t3785815898 *)__this, (Quaternion_t2301928331 )L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * TweenerCore_3_ChangeEndValue_m583964088_gshared (TweenerCore_3_t3785815898 * __this, Quaternion_t2301928331 ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m583964088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Quaternion_t2301928331 L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t3785815898 * L_5 = (( TweenerCore_3_t3785815898 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)__this, (Quaternion_t2301928331 )L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * TweenerCore_3_ChangeValues_m3507248789_gshared (TweenerCore_3_t3785815898 * __this, Quaternion_t2301928331 ___newStartValue0, Quaternion_t2301928331 ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m3507248789_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Quaternion_t2301928331 L_2 = ___newStartValue0; Quaternion_t2301928331 L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t3785815898 * L_5 = (( TweenerCore_3_t3785815898 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , Quaternion_t2301928331 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)__this, (Quaternion_t2301928331 )L_2, (Quaternion_t2301928331 )L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2127352842_gshared (TweenerCore_3_t3785815898 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t3321825548 * L_0 = (ABSTweenPlugin_3_t3321825548 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t3321825548 *)L_0); VirtActionInvoker2< TweenerCore_3_t3785815898 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t3321825548 *)L_0, (TweenerCore_3_t3785815898 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m265238429_gshared (TweenerCore_3_t3785815898 * __this, Quaternion_t2301928331 ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t3321825548 * L_0 = (ABSTweenPlugin_3_t3321825548 *)__this->get_tweenPlugin_61(); Quaternion_t2301928331 L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t3321825548 *)L_0); VirtActionInvoker3< TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t3321825548 *)L_0, (TweenerCore_3_t3785815898 *)__this, (Quaternion_t2301928331 )L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m392633448_gshared (TweenerCore_3_t3785815898 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t3321825548 * L_0 = (ABSTweenPlugin_3_t3321825548 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t3321825548 * L_1 = (ABSTweenPlugin_3_t3321825548 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t3321825548 *)L_1); VirtActionInvoker1< TweenerCore_3_t3785815898 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3321825548 *)L_1, (TweenerCore_3_t3785815898 *)__this); } IL_001a: { NoOptions_t313102519 * L_2 = (NoOptions_t313102519 *)__this->get_address_of_plugOptions_58(); NoOptions_Reset_m172244185((NoOptions_t313102519 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t2044724535 *)NULL); __this->set_setter_60((DOSetter_1_t3352036663 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m941752170_gshared (TweenerCore_3_t3785815898 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m941752170_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t2044724535 * L_0 = (DOGetter_1_t2044724535 *)__this->get_getter_59(); NullCheck((DOGetter_1_t2044724535 *)L_0); (( Quaternion_t2301928331 (*) (DOGetter_1_t2044724535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t2044724535 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m3325106910_gshared (TweenerCore_3_t3785815898 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m431550977_gshared (TweenerCore_3_t3785815898 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3785815898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3785815898 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m1423605481_gshared (TweenerCore_3_t3785815898 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m1423605481_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t3321825548 * L_5 = (ABSTweenPlugin_3_t3321825548 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_6 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2044724535 * L_8 = (DOGetter_1_t2044724535 *)__this->get_getter_59(); DOSetter_1_t3352036663 * L_9 = (DOSetter_1_t3352036663 *)__this->get_setter_60(); float L_10 = V_0; Quaternion_t2301928331 L_11 = (Quaternion_t2301928331 )__this->get_startValue_55(); Quaternion_t2301928331 L_12 = (Quaternion_t2301928331 )__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t3321825548 *)L_5); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t2044724535 *, DOSetter_1_t3352036663 *, float, Quaternion_t2301928331 , Quaternion_t2301928331 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t3321825548 *)L_5, (NoOptions_t313102519 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t2044724535 *)L_8, (DOSetter_1_t3352036663 *)L_9, (float)L_10, (Quaternion_t2301928331 )L_11, (Quaternion_t2301928331 )L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t3321825548 * L_16 = (ABSTweenPlugin_3_t3321825548 *)__this->get_tweenPlugin_61(); NoOptions_t313102519 L_17 = (NoOptions_t313102519 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2044724535 * L_19 = (DOGetter_1_t2044724535 *)__this->get_getter_59(); DOSetter_1_t3352036663 * L_20 = (DOSetter_1_t3352036663 *)__this->get_setter_60(); float L_21 = V_0; Quaternion_t2301928331 L_22 = (Quaternion_t2301928331 )__this->get_startValue_55(); Quaternion_t2301928331 L_23 = (Quaternion_t2301928331 )__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t3321825548 *)L_16); VirtActionInvoker11< NoOptions_t313102519 , Tween_t2342918553 *, bool, DOGetter_1_t2044724535 *, DOSetter_1_t3352036663 *, float, Quaternion_t2301928331 , Quaternion_t2301928331 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t3321825548 *)L_16, (NoOptions_t313102519 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t2044724535 *)L_19, (DOSetter_1_t3352036663 *)L_20, (float)L_21, (Quaternion_t2301928331 )L_22, (Quaternion_t2301928331 )L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m1450777167_gshared (TweenerCore_3_t1299559007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m1450777167_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m3874942934_gshared (TweenerCore_3_t1299559007 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3874942934_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t1299559007 * L_17 = (( TweenerCore_3_t1299559007 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)__this, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1722135866_gshared (TweenerCore_3_t1299559007 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m75708734_gshared (TweenerCore_3_t1299559007 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m75708734_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t1299559007 * L_18 = (( TweenerCore_3_t1299559007 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)__this, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m379513992_gshared (TweenerCore_3_t1299559007 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m379513992_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t1299559007 * L_31 = (( TweenerCore_3_t1299559007 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, Vector3_t3722313464 , Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)__this, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * TweenerCore_3_ChangeStartValue_m3296635700_gshared (TweenerCore_3_t1299559007 * __this, Vector3_t3722313464 ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3296635700_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector3_t3722313464 L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t1299559007 * L_4 = (( TweenerCore_3_t1299559007 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)__this, (Vector3_t3722313464 )L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * TweenerCore_3_ChangeEndValue_m25089409_gshared (TweenerCore_3_t1299559007 * __this, Vector3_t3722313464 ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t1299559007 *)__this); TweenerCore_3_t1299559007 * L_2 = (( TweenerCore_3_t1299559007 * (*) (TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t1299559007 *)__this, (Vector3_t3722313464 )L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * TweenerCore_3_ChangeEndValue_m629333222_gshared (TweenerCore_3_t1299559007 * __this, Vector3_t3722313464 ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m629333222_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector3_t3722313464 L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t1299559007 * L_5 = (( TweenerCore_3_t1299559007 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)__this, (Vector3_t3722313464 )L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * TweenerCore_3_ChangeValues_m2329650945_gshared (TweenerCore_3_t1299559007 * __this, Vector3_t3722313464 ___newStartValue0, Vector3_t3722313464 ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m2329650945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector3_t3722313464 L_2 = ___newStartValue0; Vector3_t3722313464 L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t1299559007 * L_5 = (( TweenerCore_3_t1299559007 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, Vector3_t3722313464 , Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)__this, (Vector3_t3722313464 )L_2, (Vector3_t3722313464 )L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m1627936528_gshared (TweenerCore_3_t1299559007 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t835568657 * L_0 = (ABSTweenPlugin_3_t835568657 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t835568657 *)L_0); VirtActionInvoker2< TweenerCore_3_t1299559007 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t835568657 *)L_0, (TweenerCore_3_t1299559007 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m1576439859_gshared (TweenerCore_3_t1299559007 * __this, Vector3_t3722313464 ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t835568657 * L_0 = (ABSTweenPlugin_3_t835568657 *)__this->get_tweenPlugin_61(); Vector3_t3722313464 L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t835568657 *)L_0); VirtActionInvoker3< TweenerCore_3_t1299559007 *, Vector3_t3722313464 , bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t835568657 *)L_0, (TweenerCore_3_t1299559007 *)__this, (Vector3_t3722313464 )L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m1511727610_gshared (TweenerCore_3_t1299559007 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t835568657 * L_0 = (ABSTweenPlugin_3_t835568657 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t835568657 * L_1 = (ABSTweenPlugin_3_t835568657 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t835568657 *)L_1); VirtActionInvoker1< TweenerCore_3_t1299559007 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t835568657 *)L_1, (TweenerCore_3_t1299559007 *)__this); } IL_001a: { QuaternionOptions_t2974423933 * L_2 = (QuaternionOptions_t2974423933 *)__this->get_address_of_plugOptions_58(); QuaternionOptions_Reset_m3448907112((QuaternionOptions_t2974423933 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t2044724535 *)NULL); __this->set_setter_60((DOSetter_1_t3352036663 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m2691069845_gshared (TweenerCore_3_t1299559007 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m2691069845_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t2044724535 * L_0 = (DOGetter_1_t2044724535 *)__this->get_getter_59(); NullCheck((DOGetter_1_t2044724535 *)L_0); (( Quaternion_t2301928331 (*) (DOGetter_1_t2044724535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t2044724535 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m4274065346_gshared (TweenerCore_3_t1299559007 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m1402941403_gshared (TweenerCore_3_t1299559007 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1299559007 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1299559007 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m4290230332_gshared (TweenerCore_3_t1299559007 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m4290230332_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t835568657 * L_5 = (ABSTweenPlugin_3_t835568657 *)__this->get_tweenPlugin_61(); QuaternionOptions_t2974423933 L_6 = (QuaternionOptions_t2974423933 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2044724535 * L_8 = (DOGetter_1_t2044724535 *)__this->get_getter_59(); DOSetter_1_t3352036663 * L_9 = (DOSetter_1_t3352036663 *)__this->get_setter_60(); float L_10 = V_0; Vector3_t3722313464 L_11 = (Vector3_t3722313464 )__this->get_startValue_55(); Vector3_t3722313464 L_12 = (Vector3_t3722313464 )__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t835568657 *)L_5); VirtActionInvoker11< QuaternionOptions_t2974423933 , Tween_t2342918553 *, bool, DOGetter_1_t2044724535 *, DOSetter_1_t3352036663 *, float, Vector3_t3722313464 , Vector3_t3722313464 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t835568657 *)L_5, (QuaternionOptions_t2974423933 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t2044724535 *)L_8, (DOSetter_1_t3352036663 *)L_9, (float)L_10, (Vector3_t3722313464 )L_11, (Vector3_t3722313464 )L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t835568657 * L_16 = (ABSTweenPlugin_3_t835568657 *)__this->get_tweenPlugin_61(); QuaternionOptions_t2974423933 L_17 = (QuaternionOptions_t2974423933 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2044724535 * L_19 = (DOGetter_1_t2044724535 *)__this->get_getter_59(); DOSetter_1_t3352036663 * L_20 = (DOSetter_1_t3352036663 *)__this->get_setter_60(); float L_21 = V_0; Vector3_t3722313464 L_22 = (Vector3_t3722313464 )__this->get_startValue_55(); Vector3_t3722313464 L_23 = (Vector3_t3722313464 )__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t835568657 *)L_16); VirtActionInvoker11< QuaternionOptions_t2974423933 , Tween_t2342918553 *, bool, DOGetter_1_t2044724535 *, DOSetter_1_t3352036663 *, float, Vector3_t3722313464 , Vector3_t3722313464 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t835568657 *)L_16, (QuaternionOptions_t2974423933 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t2044724535 *)L_19, (DOSetter_1_t3352036663 *)L_20, (float)L_21, (Vector3_t3722313464 )L_22, (Vector3_t3722313464 )L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m1587316417_gshared (TweenerCore_3_t1717381983 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m1587316417_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m1483180382_gshared (TweenerCore_3_t1717381983 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1483180382_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t1717381983 * L_17 = (( TweenerCore_3_t1717381983 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, Rect_t2360479859 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)__this, (Rect_t2360479859 )((*(Rect_t2360479859 *)((Rect_t2360479859 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m4077335391_gshared (TweenerCore_3_t1717381983 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m839828209_gshared (TweenerCore_3_t1717381983 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m839828209_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t1717381983 * L_18 = (( TweenerCore_3_t1717381983 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, Rect_t2360479859 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)__this, (Rect_t2360479859 )((*(Rect_t2360479859 *)((Rect_t2360479859 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m64871906_gshared (TweenerCore_3_t1717381983 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m64871906_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t1717381983 * L_31 = (( TweenerCore_3_t1717381983 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, Rect_t2360479859 , Rect_t2360479859 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)__this, (Rect_t2360479859 )((*(Rect_t2360479859 *)((Rect_t2360479859 *)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (Rect_t2360479859 )((*(Rect_t2360479859 *)((Rect_t2360479859 *)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * TweenerCore_3_ChangeStartValue_m2617465757_gshared (TweenerCore_3_t1717381983 * __this, Rect_t2360479859 ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m2617465757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Rect_t2360479859 L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t1717381983 * L_4 = (( TweenerCore_3_t1717381983 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, Rect_t2360479859 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)__this, (Rect_t2360479859 )L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * TweenerCore_3_ChangeEndValue_m2667217526_gshared (TweenerCore_3_t1717381983 * __this, Rect_t2360479859 ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { Rect_t2360479859 L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t1717381983 *)__this); TweenerCore_3_t1717381983 * L_2 = (( TweenerCore_3_t1717381983 * (*) (TweenerCore_3_t1717381983 *, Rect_t2360479859 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t1717381983 *)__this, (Rect_t2360479859 )L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * TweenerCore_3_ChangeEndValue_m2607583968_gshared (TweenerCore_3_t1717381983 * __this, Rect_t2360479859 ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2607583968_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Rect_t2360479859 L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t1717381983 * L_5 = (( TweenerCore_3_t1717381983 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, Rect_t2360479859 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)__this, (Rect_t2360479859 )L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * TweenerCore_3_ChangeValues_m1907537251_gshared (TweenerCore_3_t1717381983 * __this, Rect_t2360479859 ___newStartValue0, Rect_t2360479859 ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1907537251_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Rect_t2360479859 L_2 = ___newStartValue0; Rect_t2360479859 L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t1717381983 * L_5 = (( TweenerCore_3_t1717381983 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, Rect_t2360479859 , Rect_t2360479859 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)__this, (Rect_t2360479859 )L_2, (Rect_t2360479859 )L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2305763521_gshared (TweenerCore_3_t1717381983 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1253391633 * L_0 = (ABSTweenPlugin_3_t1253391633 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t1253391633 *)L_0); VirtActionInvoker2< TweenerCore_3_t1717381983 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t1253391633 *)L_0, (TweenerCore_3_t1717381983 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m425126648_gshared (TweenerCore_3_t1717381983 * __this, Rect_t2360479859 ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1253391633 * L_0 = (ABSTweenPlugin_3_t1253391633 *)__this->get_tweenPlugin_61(); Rect_t2360479859 L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t1253391633 *)L_0); VirtActionInvoker3< TweenerCore_3_t1717381983 *, Rect_t2360479859 , bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t1253391633 *)L_0, (TweenerCore_3_t1717381983 *)__this, (Rect_t2360479859 )L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m2685848285_gshared (TweenerCore_3_t1717381983 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t1253391633 * L_0 = (ABSTweenPlugin_3_t1253391633 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t1253391633 * L_1 = (ABSTweenPlugin_3_t1253391633 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t1253391633 *)L_1); VirtActionInvoker1< TweenerCore_3_t1717381983 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1253391633 *)L_1, (TweenerCore_3_t1717381983 *)__this); } IL_001a: { RectOptions_t1018205596 * L_2 = (RectOptions_t1018205596 *)__this->get_address_of_plugOptions_58(); RectOptions_Reset_m4245749620((RectOptions_t1018205596 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t2103276063 *)NULL); __this->set_setter_60((DOSetter_1_t3410588191 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m3428430818_gshared (TweenerCore_3_t1717381983 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m3428430818_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t2103276063 * L_0 = (DOGetter_1_t2103276063 *)__this->get_getter_59(); NullCheck((DOGetter_1_t2103276063 *)L_0); (( Rect_t2360479859 (*) (DOGetter_1_t2103276063 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t2103276063 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m1953646865_gshared (TweenerCore_3_t1717381983 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m1800154538_gshared (TweenerCore_3_t1717381983 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1717381983 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1717381983 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m434801068_gshared (TweenerCore_3_t1717381983 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m434801068_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t1253391633 * L_5 = (ABSTweenPlugin_3_t1253391633 *)__this->get_tweenPlugin_61(); RectOptions_t1018205596 L_6 = (RectOptions_t1018205596 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2103276063 * L_8 = (DOGetter_1_t2103276063 *)__this->get_getter_59(); DOSetter_1_t3410588191 * L_9 = (DOSetter_1_t3410588191 *)__this->get_setter_60(); float L_10 = V_0; Rect_t2360479859 L_11 = (Rect_t2360479859 )__this->get_startValue_55(); Rect_t2360479859 L_12 = (Rect_t2360479859 )__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1253391633 *)L_5); VirtActionInvoker11< RectOptions_t1018205596 , Tween_t2342918553 *, bool, DOGetter_1_t2103276063 *, DOSetter_1_t3410588191 *, float, Rect_t2360479859 , Rect_t2360479859 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1253391633 *)L_5, (RectOptions_t1018205596 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t2103276063 *)L_8, (DOSetter_1_t3410588191 *)L_9, (float)L_10, (Rect_t2360479859 )L_11, (Rect_t2360479859 )L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t1253391633 * L_16 = (ABSTweenPlugin_3_t1253391633 *)__this->get_tweenPlugin_61(); RectOptions_t1018205596 L_17 = (RectOptions_t1018205596 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t2103276063 * L_19 = (DOGetter_1_t2103276063 *)__this->get_getter_59(); DOSetter_1_t3410588191 * L_20 = (DOSetter_1_t3410588191 *)__this->get_setter_60(); float L_21 = V_0; Rect_t2360479859 L_22 = (Rect_t2360479859 )__this->get_startValue_55(); Rect_t2360479859 L_23 = (Rect_t2360479859 )__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1253391633 *)L_16); VirtActionInvoker11< RectOptions_t1018205596 , Tween_t2342918553 *, bool, DOGetter_1_t2103276063 *, DOSetter_1_t3410588191 *, float, Rect_t2360479859 , Rect_t2360479859 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1253391633 *)L_16, (RectOptions_t1018205596 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t2103276063 *)L_19, (DOSetter_1_t3410588191 *)L_20, (float)L_21, (Rect_t2360479859 )L_22, (Rect_t2360479859 )L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m3248019953_gshared (TweenerCore_3_t4006488229 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m3248019953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m966821738_gshared (TweenerCore_3_t4006488229 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m966821738_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t4006488229 * L_17 = (( TweenerCore_3_t4006488229 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)__this, (Vector2_t2156229523 )((*(Vector2_t2156229523 *)((Vector2_t2156229523 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m3975647507_gshared (TweenerCore_3_t4006488229 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1973798583_gshared (TweenerCore_3_t4006488229 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m1973798583_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t4006488229 * L_18 = (( TweenerCore_3_t4006488229 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)__this, (Vector2_t2156229523 )((*(Vector2_t2156229523 *)((Vector2_t2156229523 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m2653266161_gshared (TweenerCore_3_t4006488229 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m2653266161_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t4006488229 * L_31 = (( TweenerCore_3_t4006488229 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, Vector2_t2156229523 , Vector2_t2156229523 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)__this, (Vector2_t2156229523 )((*(Vector2_t2156229523 *)((Vector2_t2156229523 *)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (Vector2_t2156229523 )((*(Vector2_t2156229523 *)((Vector2_t2156229523 *)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * TweenerCore_3_ChangeStartValue_m3449752104_gshared (TweenerCore_3_t4006488229 * __this, Vector2_t2156229523 ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3449752104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector2_t2156229523 L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t4006488229 * L_4 = (( TweenerCore_3_t4006488229 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)__this, (Vector2_t2156229523 )L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * TweenerCore_3_ChangeEndValue_m2354029568_gshared (TweenerCore_3_t4006488229 * __this, Vector2_t2156229523 ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { Vector2_t2156229523 L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t4006488229 *)__this); TweenerCore_3_t4006488229 * L_2 = (( TweenerCore_3_t4006488229 * (*) (TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t4006488229 *)__this, (Vector2_t2156229523 )L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * TweenerCore_3_ChangeEndValue_m1269922065_gshared (TweenerCore_3_t4006488229 * __this, Vector2_t2156229523 ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m1269922065_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector2_t2156229523 L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t4006488229 * L_5 = (( TweenerCore_3_t4006488229 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)__this, (Vector2_t2156229523 )L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * TweenerCore_3_ChangeValues_m4146199683_gshared (TweenerCore_3_t4006488229 * __this, Vector2_t2156229523 ___newStartValue0, Vector2_t2156229523 ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m4146199683_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector2_t2156229523 L_2 = ___newStartValue0; Vector2_t2156229523 L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t4006488229 * L_5 = (( TweenerCore_3_t4006488229 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, Vector2_t2156229523 , Vector2_t2156229523 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)__this, (Vector2_t2156229523 )L_2, (Vector2_t2156229523 )L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m3171538075_gshared (TweenerCore_3_t4006488229 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t3542497879 * L_0 = (ABSTweenPlugin_3_t3542497879 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t3542497879 *)L_0); VirtActionInvoker2< TweenerCore_3_t4006488229 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t3542497879 *)L_0, (TweenerCore_3_t4006488229 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m4242338716_gshared (TweenerCore_3_t4006488229 * __this, Vector2_t2156229523 ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t3542497879 * L_0 = (ABSTweenPlugin_3_t3542497879 *)__this->get_tweenPlugin_61(); Vector2_t2156229523 L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t3542497879 *)L_0); VirtActionInvoker3< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t3542497879 *)L_0, (TweenerCore_3_t4006488229 *)__this, (Vector2_t2156229523 )L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m1247366181_gshared (TweenerCore_3_t4006488229 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t3542497879 * L_0 = (ABSTweenPlugin_3_t3542497879 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t3542497879 * L_1 = (ABSTweenPlugin_3_t3542497879 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t3542497879 *)L_1); VirtActionInvoker1< TweenerCore_3_t4006488229 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3542497879 *)L_1, (TweenerCore_3_t4006488229 *)__this); } IL_001a: { VectorOptions_t1354903650 * L_2 = (VectorOptions_t1354903650 *)__this->get_address_of_plugOptions_58(); VectorOptions_Reset_m456570801((VectorOptions_t1354903650 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t1899025727 *)NULL); __this->set_setter_60((DOSetter_1_t3206337855 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m3231270778_gshared (TweenerCore_3_t4006488229 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m3231270778_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t1899025727 * L_0 = (DOGetter_1_t1899025727 *)__this->get_getter_59(); NullCheck((DOGetter_1_t1899025727 *)L_0); (( Vector2_t2156229523 (*) (DOGetter_1_t1899025727 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t1899025727 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m1500441309_gshared (TweenerCore_3_t4006488229 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m2577411400_gshared (TweenerCore_3_t4006488229 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t4006488229 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t4006488229 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m1652647338_gshared (TweenerCore_3_t4006488229 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m1652647338_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t3542497879 * L_5 = (ABSTweenPlugin_3_t3542497879 *)__this->get_tweenPlugin_61(); VectorOptions_t1354903650 L_6 = (VectorOptions_t1354903650 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t1899025727 * L_8 = (DOGetter_1_t1899025727 *)__this->get_getter_59(); DOSetter_1_t3206337855 * L_9 = (DOSetter_1_t3206337855 *)__this->get_setter_60(); float L_10 = V_0; Vector2_t2156229523 L_11 = (Vector2_t2156229523 )__this->get_startValue_55(); Vector2_t2156229523 L_12 = (Vector2_t2156229523 )__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t3542497879 *)L_5); VirtActionInvoker11< VectorOptions_t1354903650 , Tween_t2342918553 *, bool, DOGetter_1_t1899025727 *, DOSetter_1_t3206337855 *, float, Vector2_t2156229523 , Vector2_t2156229523 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t3542497879 *)L_5, (VectorOptions_t1354903650 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t1899025727 *)L_8, (DOSetter_1_t3206337855 *)L_9, (float)L_10, (Vector2_t2156229523 )L_11, (Vector2_t2156229523 )L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t3542497879 * L_16 = (ABSTweenPlugin_3_t3542497879 *)__this->get_tweenPlugin_61(); VectorOptions_t1354903650 L_17 = (VectorOptions_t1354903650 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t1899025727 * L_19 = (DOGetter_1_t1899025727 *)__this->get_getter_59(); DOSetter_1_t3206337855 * L_20 = (DOSetter_1_t3206337855 *)__this->get_setter_60(); float L_21 = V_0; Vector2_t2156229523 L_22 = (Vector2_t2156229523 )__this->get_startValue_55(); Vector2_t2156229523 L_23 = (Vector2_t2156229523 )__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t3542497879 *)L_16); VirtActionInvoker11< VectorOptions_t1354903650 , Tween_t2342918553 *, bool, DOGetter_1_t1899025727 *, DOSetter_1_t3206337855 *, float, Vector2_t2156229523 , Vector2_t2156229523 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t3542497879 *)L_16, (VectorOptions_t1354903650 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t1899025727 *)L_19, (DOSetter_1_t3206337855 *)L_20, (float)L_21, (Vector2_t2156229523 )L_22, (Vector2_t2156229523 )L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m4079321477_gshared (TweenerCore_3_t494271946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m4079321477_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m1198682774_gshared (TweenerCore_3_t494271946 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1198682774_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t494271946 * L_17 = (( TweenerCore_3_t494271946 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1459549373_gshared (TweenerCore_3_t494271946 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m317075346_gshared (TweenerCore_3_t494271946 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m317075346_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t494271946 * L_18 = (( TweenerCore_3_t494271946 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m3168039455_gshared (TweenerCore_3_t494271946 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m3168039455_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t494271946 * L_31 = (( TweenerCore_3_t494271946 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, RuntimeObject *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t494271946 * TweenerCore_3_ChangeStartValue_m574341878_gshared (TweenerCore_3_t494271946 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m574341878_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t494271946 * L_4 = (( TweenerCore_3_t494271946 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)__this, (RuntimeObject *)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t494271946 * TweenerCore_3_ChangeEndValue_m2315452888_gshared (TweenerCore_3_t494271946 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t494271946 *)__this); TweenerCore_3_t494271946 * L_2 = (( TweenerCore_3_t494271946 * (*) (TweenerCore_3_t494271946 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t494271946 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t494271946 * TweenerCore_3_ChangeEndValue_m1100491388_gshared (TweenerCore_3_t494271946 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m1100491388_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t494271946 * L_5 = (( TweenerCore_3_t494271946 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)__this, (RuntimeObject *)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t494271946 * TweenerCore_3_ChangeValues_m2347589642_gshared (TweenerCore_3_t494271946 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m2347589642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; RuntimeObject * L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t494271946 * L_5 = (( TweenerCore_3_t494271946 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, RuntimeObject *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)__this, (RuntimeObject *)L_2, (RuntimeObject *)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m1304728014_gshared (TweenerCore_3_t494271946 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t30281596 * L_0 = (ABSTweenPlugin_3_t30281596 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t30281596 *)L_0); VirtActionInvoker2< TweenerCore_3_t494271946 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t30281596 *)L_0, (TweenerCore_3_t494271946 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m3802413300_gshared (TweenerCore_3_t494271946 * __this, RuntimeObject * ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t30281596 * L_0 = (ABSTweenPlugin_3_t30281596 *)__this->get_tweenPlugin_61(); RuntimeObject * L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t30281596 *)L_0); VirtActionInvoker3< TweenerCore_3_t494271946 *, RuntimeObject *, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t30281596 *)L_0, (TweenerCore_3_t494271946 *)__this, (RuntimeObject *)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m1191251793_gshared (TweenerCore_3_t494271946 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t30281596 * L_0 = (ABSTweenPlugin_3_t30281596 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t30281596 * L_1 = (ABSTweenPlugin_3_t30281596 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t30281596 *)L_1); VirtActionInvoker1< TweenerCore_3_t494271946 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t30281596 *)L_1, (TweenerCore_3_t494271946 *)__this); } IL_001a: { PathOptions_t2074623791 * L_2 = (PathOptions_t2074623791 *)__this->get_address_of_plugOptions_58(); PathOptions_Reset_m2102759747((PathOptions_t2074623791 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t3465109668 *)NULL); __this->set_setter_60((DOSetter_1_t477454500 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m2376643678_gshared (TweenerCore_3_t494271946 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m2376643678_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t3465109668 * L_0 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_0); (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t3465109668 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m3402260604_gshared (TweenerCore_3_t494271946 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m1054615115_gshared (TweenerCore_3_t494271946 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t494271946 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t494271946 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m2507230229_gshared (TweenerCore_3_t494271946 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m2507230229_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t30281596 * L_5 = (ABSTweenPlugin_3_t30281596 *)__this->get_tweenPlugin_61(); PathOptions_t2074623791 L_6 = (PathOptions_t2074623791 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3465109668 * L_8 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); DOSetter_1_t477454500 * L_9 = (DOSetter_1_t477454500 *)__this->get_setter_60(); float L_10 = V_0; RuntimeObject * L_11 = (RuntimeObject *)__this->get_startValue_55(); RuntimeObject * L_12 = (RuntimeObject *)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t30281596 *)L_5); VirtActionInvoker11< PathOptions_t2074623791 , Tween_t2342918553 *, bool, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, float, RuntimeObject *, RuntimeObject *, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t30281596 *)L_5, (PathOptions_t2074623791 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t3465109668 *)L_8, (DOSetter_1_t477454500 *)L_9, (float)L_10, (RuntimeObject *)L_11, (RuntimeObject *)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t30281596 * L_16 = (ABSTweenPlugin_3_t30281596 *)__this->get_tweenPlugin_61(); PathOptions_t2074623791 L_17 = (PathOptions_t2074623791 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3465109668 * L_19 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); DOSetter_1_t477454500 * L_20 = (DOSetter_1_t477454500 *)__this->get_setter_60(); float L_21 = V_0; RuntimeObject * L_22 = (RuntimeObject *)__this->get_startValue_55(); RuntimeObject * L_23 = (RuntimeObject *)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t30281596 *)L_16); VirtActionInvoker11< PathOptions_t2074623791 , Tween_t2342918553 *, bool, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, float, RuntimeObject *, RuntimeObject *, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t30281596 *)L_16, (PathOptions_t2074623791 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t3465109668 *)L_19, (DOSetter_1_t477454500 *)L_20, (float)L_21, (RuntimeObject *)L_22, (RuntimeObject *)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m1086485937_gshared (TweenerCore_3_t3249354882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m1086485937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m456075927_gshared (TweenerCore_3_t3249354882 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m456075927_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t3249354882 * L_17 = (( TweenerCore_3_t3249354882 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m4268274675_gshared (TweenerCore_3_t3249354882 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m2211582991_gshared (TweenerCore_3_t3249354882 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2211582991_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t3249354882 * L_18 = (( TweenerCore_3_t3249354882 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m1586558875_gshared (TweenerCore_3_t3249354882 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1586558875_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t3249354882 * L_31 = (( TweenerCore_3_t3249354882 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, RuntimeObject *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3249354882 * TweenerCore_3_ChangeStartValue_m3147628817_gshared (TweenerCore_3_t3249354882 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m3147628817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t3249354882 * L_4 = (( TweenerCore_3_t3249354882 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)__this, (RuntimeObject *)L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3249354882 * TweenerCore_3_ChangeEndValue_m2429164978_gshared (TweenerCore_3_t3249354882 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t3249354882 *)__this); TweenerCore_3_t3249354882 * L_2 = (( TweenerCore_3_t3249354882 * (*) (TweenerCore_3_t3249354882 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t3249354882 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3249354882 * TweenerCore_3_ChangeEndValue_m986303406_gshared (TweenerCore_3_t3249354882 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m986303406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t3249354882 * L_5 = (( TweenerCore_3_t3249354882 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, RuntimeObject *, float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)__this, (RuntimeObject *)L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3249354882 * TweenerCore_3_ChangeValues_m1009217813_gshared (TweenerCore_3_t3249354882 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1009217813_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; RuntimeObject * L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t3249354882 * L_5 = (( TweenerCore_3_t3249354882 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, RuntimeObject *, RuntimeObject *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)__this, (RuntimeObject *)L_2, (RuntimeObject *)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m1463696779_gshared (TweenerCore_3_t3249354882 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2785364532 * L_0 = (ABSTweenPlugin_3_t2785364532 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t2785364532 *)L_0); VirtActionInvoker2< TweenerCore_3_t3249354882 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t2785364532 *)L_0, (TweenerCore_3_t3249354882 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m174642370_gshared (TweenerCore_3_t3249354882 * __this, RuntimeObject * ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2785364532 * L_0 = (ABSTweenPlugin_3_t2785364532 *)__this->get_tweenPlugin_61(); RuntimeObject * L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t2785364532 *)L_0); VirtActionInvoker3< TweenerCore_3_t3249354882 *, RuntimeObject *, bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t2785364532 *)L_0, (TweenerCore_3_t3249354882 *)__this, (RuntimeObject *)L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m4228430285_gshared (TweenerCore_3_t3249354882 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t2785364532 * L_0 = (ABSTweenPlugin_3_t2785364532 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t2785364532 * L_1 = (ABSTweenPlugin_3_t2785364532 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t2785364532 *)L_1); VirtActionInvoker1< TweenerCore_3_t3249354882 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2785364532 *)L_1, (TweenerCore_3_t3249354882 *)__this); } IL_001a: { Vector3ArrayOptions_t534739431 * L_2 = (Vector3ArrayOptions_t534739431 *)__this->get_address_of_plugOptions_58(); Vector3ArrayOptions_Reset_m788195914((Vector3ArrayOptions_t534739431 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t3465109668 *)NULL); __this->set_setter_60((DOSetter_1_t477454500 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m3817027908_gshared (TweenerCore_3_t3249354882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m3817027908_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t3465109668 * L_0 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_0); (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t3465109668 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m3075732679_gshared (TweenerCore_3_t3249354882 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m3124295081_gshared (TweenerCore_3_t3249354882 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t3249354882 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t3249354882 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m1395776197_gshared (TweenerCore_3_t3249354882 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m1395776197_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t2785364532 * L_5 = (ABSTweenPlugin_3_t2785364532 *)__this->get_tweenPlugin_61(); Vector3ArrayOptions_t534739431 L_6 = (Vector3ArrayOptions_t534739431 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3465109668 * L_8 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); DOSetter_1_t477454500 * L_9 = (DOSetter_1_t477454500 *)__this->get_setter_60(); float L_10 = V_0; RuntimeObject * L_11 = (RuntimeObject *)__this->get_startValue_55(); RuntimeObject * L_12 = (RuntimeObject *)__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2785364532 *)L_5); VirtActionInvoker11< Vector3ArrayOptions_t534739431 , Tween_t2342918553 *, bool, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, float, RuntimeObject *, RuntimeObject *, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2785364532 *)L_5, (Vector3ArrayOptions_t534739431 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t3465109668 *)L_8, (DOSetter_1_t477454500 *)L_9, (float)L_10, (RuntimeObject *)L_11, (RuntimeObject *)L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t2785364532 * L_16 = (ABSTweenPlugin_3_t2785364532 *)__this->get_tweenPlugin_61(); Vector3ArrayOptions_t534739431 L_17 = (Vector3ArrayOptions_t534739431 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3465109668 * L_19 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); DOSetter_1_t477454500 * L_20 = (DOSetter_1_t477454500 *)__this->get_setter_60(); float L_21 = V_0; RuntimeObject * L_22 = (RuntimeObject *)__this->get_startValue_55(); RuntimeObject * L_23 = (RuntimeObject *)__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2785364532 *)L_16); VirtActionInvoker11< Vector3ArrayOptions_t534739431 , Tween_t2342918553 *, bool, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, float, RuntimeObject *, RuntimeObject *, float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2785364532 *)L_16, (Vector3ArrayOptions_t534739431 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t3465109668 *)L_19, (DOSetter_1_t477454500 *)L_20, (float)L_21, (RuntimeObject *)L_22, (RuntimeObject *)L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m798740621_gshared (TweenerCore_3_t2944330537 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m798740621_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m2041728935_gshared (TweenerCore_3_t2944330537 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m2041728935_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t2944330537 * L_17 = (( TweenerCore_3_t2944330537 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)__this, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1279812359_gshared (TweenerCore_3_t2944330537 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1618609864_gshared (TweenerCore_3_t2944330537 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m1618609864_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t2944330537 * L_18 = (( TweenerCore_3_t2944330537 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)__this, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m3022648660_gshared (TweenerCore_3_t2944330537 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m3022648660_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t2944330537 * L_31 = (( TweenerCore_3_t2944330537 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, Vector3_t3722313464 , Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)__this, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * TweenerCore_3_ChangeStartValue_m1497446706_gshared (TweenerCore_3_t2944330537 * __this, Vector3_t3722313464 ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1497446706_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector3_t3722313464 L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t2944330537 * L_4 = (( TweenerCore_3_t2944330537 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)__this, (Vector3_t3722313464 )L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * TweenerCore_3_ChangeEndValue_m2534568500_gshared (TweenerCore_3_t2944330537 * __this, Vector3_t3722313464 ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t2944330537 *)__this); TweenerCore_3_t2944330537 * L_2 = (( TweenerCore_3_t2944330537 * (*) (TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t2944330537 *)__this, (Vector3_t3722313464 )L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * TweenerCore_3_ChangeEndValue_m1058194537_gshared (TweenerCore_3_t2944330537 * __this, Vector3_t3722313464 ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m1058194537_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector3_t3722313464 L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t2944330537 * L_5 = (( TweenerCore_3_t2944330537 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)__this, (Vector3_t3722313464 )L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * TweenerCore_3_ChangeValues_m2777773879_gshared (TweenerCore_3_t2944330537 * __this, Vector3_t3722313464 ___newStartValue0, Vector3_t3722313464 ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m2777773879_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector3_t3722313464 L_2 = ___newStartValue0; Vector3_t3722313464 L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t2944330537 * L_5 = (( TweenerCore_3_t2944330537 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, Vector3_t3722313464 , Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)__this, (Vector3_t3722313464 )L_2, (Vector3_t3722313464 )L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m3790210040_gshared (TweenerCore_3_t2944330537 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2480340187 * L_0 = (ABSTweenPlugin_3_t2480340187 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t2480340187 *)L_0); VirtActionInvoker2< TweenerCore_3_t2944330537 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t2480340187 *)L_0, (TweenerCore_3_t2944330537 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m345775410_gshared (TweenerCore_3_t2944330537 * __this, Vector3_t3722313464 ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t2480340187 * L_0 = (ABSTweenPlugin_3_t2480340187 *)__this->get_tweenPlugin_61(); Vector3_t3722313464 L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t2480340187 *)L_0); VirtActionInvoker3< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t2480340187 *)L_0, (TweenerCore_3_t2944330537 *)__this, (Vector3_t3722313464 )L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m3096593089_gshared (TweenerCore_3_t2944330537 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t2480340187 * L_0 = (ABSTweenPlugin_3_t2480340187 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t2480340187 * L_1 = (ABSTweenPlugin_3_t2480340187 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t2480340187 *)L_1); VirtActionInvoker1< TweenerCore_3_t2944330537 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t2480340187 *)L_1, (TweenerCore_3_t2944330537 *)__this); } IL_001a: { VectorOptions_t1354903650 * L_2 = (VectorOptions_t1354903650 *)__this->get_address_of_plugOptions_58(); VectorOptions_Reset_m456570801((VectorOptions_t1354903650 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t3465109668 *)NULL); __this->set_setter_60((DOSetter_1_t477454500 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m1333301747_gshared (TweenerCore_3_t2944330537 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m1333301747_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t3465109668 * L_0 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_0); (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t3465109668 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m1888686432_gshared (TweenerCore_3_t2944330537 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m704477571_gshared (TweenerCore_3_t2944330537 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t2944330537 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t2944330537 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m552510316_gshared (TweenerCore_3_t2944330537 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m552510316_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t2480340187 * L_5 = (ABSTweenPlugin_3_t2480340187 *)__this->get_tweenPlugin_61(); VectorOptions_t1354903650 L_6 = (VectorOptions_t1354903650 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3465109668 * L_8 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); DOSetter_1_t477454500 * L_9 = (DOSetter_1_t477454500 *)__this->get_setter_60(); float L_10 = V_0; Vector3_t3722313464 L_11 = (Vector3_t3722313464 )__this->get_startValue_55(); Vector3_t3722313464 L_12 = (Vector3_t3722313464 )__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2480340187 *)L_5); VirtActionInvoker11< VectorOptions_t1354903650 , Tween_t2342918553 *, bool, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, float, Vector3_t3722313464 , Vector3_t3722313464 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2480340187 *)L_5, (VectorOptions_t1354903650 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t3465109668 *)L_8, (DOSetter_1_t477454500 *)L_9, (float)L_10, (Vector3_t3722313464 )L_11, (Vector3_t3722313464 )L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t2480340187 * L_16 = (ABSTweenPlugin_3_t2480340187 *)__this->get_tweenPlugin_61(); VectorOptions_t1354903650 L_17 = (VectorOptions_t1354903650 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3465109668 * L_19 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); DOSetter_1_t477454500 * L_20 = (DOSetter_1_t477454500 *)__this->get_setter_60(); float L_21 = V_0; Vector3_t3722313464 L_22 = (Vector3_t3722313464 )__this->get_startValue_55(); Vector3_t3722313464 L_23 = (Vector3_t3722313464 )__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t2480340187 *)L_16); VirtActionInvoker11< VectorOptions_t1354903650 , Tween_t2342918553 *, bool, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, float, Vector3_t3722313464 , Vector3_t3722313464 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t2480340187 *)L_16, (VectorOptions_t1354903650 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t3465109668 *)L_19, (DOSetter_1_t477454500 *)L_20, (float)L_21, (Vector3_t3722313464 )L_22, (Vector3_t3722313464 )L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m2554884114_gshared (TweenerCore_3_t168157886 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m2554884114_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m1722388505_gshared (TweenerCore_3_t168157886 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1722388505_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t168157886 * L_17 = (( TweenerCore_3_t168157886 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)__this, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m2500720228_gshared (TweenerCore_3_t168157886 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m482289516_gshared (TweenerCore_3_t168157886 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m482289516_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t168157886 * L_18 = (( TweenerCore_3_t168157886 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)__this, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m1781067871_gshared (TweenerCore_3_t168157886 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m1781067871_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t168157886 * L_31 = (( TweenerCore_3_t168157886 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, Vector3_t3722313464 , Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)__this, (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (Vector3_t3722313464 )((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t168157886 * TweenerCore_3_ChangeStartValue_m2036701035_gshared (TweenerCore_3_t168157886 * __this, Vector3_t3722313464 ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m2036701035_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector3_t3722313464 L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t168157886 * L_4 = (( TweenerCore_3_t168157886 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)__this, (Vector3_t3722313464 )L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t168157886 * TweenerCore_3_ChangeEndValue_m2344915486_gshared (TweenerCore_3_t168157886 * __this, Vector3_t3722313464 ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t168157886 *)__this); TweenerCore_3_t168157886 * L_2 = (( TweenerCore_3_t168157886 * (*) (TweenerCore_3_t168157886 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t168157886 *)__this, (Vector3_t3722313464 )L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t168157886 * TweenerCore_3_ChangeEndValue_m3982928511_gshared (TweenerCore_3_t168157886 * __this, Vector3_t3722313464 ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m3982928511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector3_t3722313464 L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t168157886 * L_5 = (( TweenerCore_3_t168157886 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)__this, (Vector3_t3722313464 )L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t168157886 * TweenerCore_3_ChangeValues_m781815799_gshared (TweenerCore_3_t168157886 * __this, Vector3_t3722313464 ___newStartValue0, Vector3_t3722313464 ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m781815799_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector3_t3722313464 L_2 = ___newStartValue0; Vector3_t3722313464 L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t168157886 * L_5 = (( TweenerCore_3_t168157886 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, Vector3_t3722313464 , Vector3_t3722313464 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)__this, (Vector3_t3722313464 )L_2, (Vector3_t3722313464 )L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2720693420_gshared (TweenerCore_3_t168157886 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t3999134832 * L_0 = (ABSTweenPlugin_3_t3999134832 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t3999134832 *)L_0); VirtActionInvoker2< TweenerCore_3_t168157886 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t3999134832 *)L_0, (TweenerCore_3_t168157886 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m241720660_gshared (TweenerCore_3_t168157886 * __this, Vector3_t3722313464 ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t3999134832 * L_0 = (ABSTweenPlugin_3_t3999134832 *)__this->get_tweenPlugin_61(); Vector3_t3722313464 L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t3999134832 *)L_0); VirtActionInvoker3< TweenerCore_3_t168157886 *, Vector3_t3722313464 , bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t3999134832 *)L_0, (TweenerCore_3_t168157886 *)__this, (Vector3_t3722313464 )L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m1983774422_gshared (TweenerCore_3_t168157886 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t3999134832 * L_0 = (ABSTweenPlugin_3_t3999134832 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t3999134832 * L_1 = (ABSTweenPlugin_3_t3999134832 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t3999134832 *)L_1); VirtActionInvoker1< TweenerCore_3_t168157886 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t3999134832 *)L_1, (TweenerCore_3_t168157886 *)__this); } IL_001a: { SpiralOptions_t2873698295 * L_2 = (SpiralOptions_t2873698295 *)__this->get_address_of_plugOptions_58(); SpiralOptions_Reset_m2114566671((SpiralOptions_t2873698295 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t3465109668 *)NULL); __this->set_setter_60((DOSetter_1_t477454500 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m2150682284_gshared (TweenerCore_3_t168157886 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m2150682284_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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) DOGetter_1_t3465109668 * L_0 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); NullCheck((DOGetter_1_t3465109668 *)L_0); (( Vector3_t3722313464 (*) (DOGetter_1_t3465109668 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t3465109668 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // 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_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m2804405126_gshared (TweenerCore_3_t168157886 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m1706778409_gshared (TweenerCore_3_t168157886 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t168157886 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t168157886 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m4289039258_gshared (TweenerCore_3_t168157886 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m4289039258_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t3999134832 * L_5 = (ABSTweenPlugin_3_t3999134832 *)__this->get_tweenPlugin_61(); SpiralOptions_t2873698295 L_6 = (SpiralOptions_t2873698295 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3465109668 * L_8 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); DOSetter_1_t477454500 * L_9 = (DOSetter_1_t477454500 *)__this->get_setter_60(); float L_10 = V_0; Vector3_t3722313464 L_11 = (Vector3_t3722313464 )__this->get_startValue_55(); Vector3_t3722313464 L_12 = (Vector3_t3722313464 )__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t3999134832 *)L_5); VirtActionInvoker11< SpiralOptions_t2873698295 , Tween_t2342918553 *, bool, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, float, Vector3_t3722313464 , Vector3_t3722313464 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t3999134832 *)L_5, (SpiralOptions_t2873698295 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t3465109668 *)L_8, (DOSetter_1_t477454500 *)L_9, (float)L_10, (Vector3_t3722313464 )L_11, (Vector3_t3722313464 )L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // 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_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t3999134832 * L_16 = (ABSTweenPlugin_3_t3999134832 *)__this->get_tweenPlugin_61(); SpiralOptions_t2873698295 L_17 = (SpiralOptions_t2873698295 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3465109668 * L_19 = (DOGetter_1_t3465109668 *)__this->get_getter_59(); DOSetter_1_t477454500 * L_20 = (DOSetter_1_t477454500 *)__this->get_setter_60(); float L_21 = V_0; Vector3_t3722313464 L_22 = (Vector3_t3722313464 )__this->get_startValue_55(); Vector3_t3722313464 L_23 = (Vector3_t3722313464 )__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t3999134832 *)L_16); VirtActionInvoker11< SpiralOptions_t2873698295 , Tween_t2342918553 *, bool, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, float, Vector3_t3722313464 , Vector3_t3722313464 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t3999134832 *)L_16, (SpiralOptions_t2873698295 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t3465109668 *)L_19, (DOSetter_1_t477454500 *)L_20, (float)L_21, (Vector3_t3722313464 )L_22, (Vector3_t3722313464 )L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif