#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" 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 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 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 VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 GenericVirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t3376041011; // System.String struct String_t; // System.Func`3 struct Func_3_t766691812; // DG.Tweening.Tween struct Tween_t2342918553; // DG.Tweening.Core.DOTweenComponent struct DOTweenComponent_t828035757; // UnityEngine.Object struct Object_t631007953; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.GameObject struct GameObject_t1113636619; // System.Type struct Type_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Collections.Generic.List`1 struct List_1_t904863771; // System.Collections.Generic.List`1 struct List_1_t257213610; // DG.Tweening.TweenCallback struct TweenCallback_t3727756325; // DG.Tweening.IDOTweenInit struct IDOTweenInit_t2946087359; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // DG.Tweening.Core.DOTweenComponent/d__15 struct U3CWaitForCompletionU3Ed__15_t1419824435; // DG.Tweening.Core.DOTweenComponent/d__16 struct U3CWaitForRewindU3Ed__16_t2339796849; // DG.Tweening.Core.DOTweenComponent/d__17 struct U3CWaitForKillU3Ed__17_t2722362446; // DG.Tweening.Core.DOTweenComponent/d__18 struct U3CWaitForElapsedLoopsU3Ed__18_t1941435320; // DG.Tweening.Core.DOTweenComponent/d__19 struct U3CWaitForPositionU3Ed__19_t4150277215; // DG.Tweening.Core.DOTweenComponent/d__20 struct U3CWaitForStartU3Ed__20_t1090124157; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Action`4 struct Action_4_t2634302908; // System.Delegate struct Delegate_t1188392813; // UnityEngine.Transform struct Transform_t3600365921; // System.Action`4 struct Action_4_t2046206578; // DG.Tweening.Core.DOTweenSettings struct DOTweenSettings_t4078947542; // DG.Tweening.Core.DOTweenSettings/SafeModeOptions struct SafeModeOptions_t1009220084; // DG.Tweening.Core.DOTweenSettings/ModulesSetup struct ModulesSetup_t3920549237; // UnityEngine.ScriptableObject struct ScriptableObject_t2528358522; // DG.Tweening.Core.Easing.EaseCurve struct EaseCurve_t2771593608; // UnityEngine.AnimationCurve struct AnimationCurve_t3046754366; // DG.Tweening.EaseFunction struct EaseFunction_t3531141372; // DG.Tweening.Core.Easing.EaseManager/<>c struct U3CU3Ec_t1320040651; // DG.Tweening.Core.SequenceCallback struct SequenceCallback_t1025787276; // DG.Tweening.Core.TweenLink struct TweenLink_t626108557; // System.Collections.Generic.Stack`1 struct Stack_1_t3186308008; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // System.Collections.Generic.List`1 struct List_1_t3814993295; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t450041920; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // DG.Tweening.Sequence struct Sequence_t2050373119; // DG.Tweening.Tween[] struct TweenU5BU5D_t1320466404; // System.AppDomain struct AppDomain_t1571427825; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854; // System.Reflection.Assembly struct Assembly_t; // DG.Tweening.CustomPlugins.PureQuaternionPlugin struct PureQuaternionPlugin_t587122414; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3785815898; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2044724535; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3352036663; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3321825548; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t884556411; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1140062978; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2447375106; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t420566061; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4210260218; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t337461567; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t1644773695; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3746269868; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3388502834; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2693741957; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4001054085; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2924512484; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2065240817; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2302858182; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3610170310; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1601250467; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2433923774; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3479363508; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t491708340; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1969933424; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t181868238; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3876836296; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t889181128; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4012845184; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2915539799; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1590246893; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2897559021; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2451549449; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2697511091; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2822902368; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4130214496; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2233520741; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4006488229; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1899025727; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3206337855; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3542497879; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2944330537; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3465109668; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t477454500; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2480340187; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1835836317; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3061825141; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t74169973; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1371845967; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1299559007; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t835568657; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t745532282; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2298482528; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3605794656; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t281541932; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1717381983; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2103276063; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3410588191; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1253391633; // DG.Tweening.Tweener struct Tweener_t436044680; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1112249880; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2419562008; // UnityEngine.RectOffset struct RectOffset_t1369453676; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1508486926; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1044496576; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3313089966; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2849099616; // DG.Tweening.DOTween/<>c__DisplayClass54_0 struct U3CU3Ec__DisplayClass54_0_t1212542191; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t951858585; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // System.Single[] struct SingleU5BU5D_t1444911251; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3249354882; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t487868235; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2785364532; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1580492422; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2840439279; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t4147751407; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1116502072; // DG.Tweening.DOTween struct DOTween_t2744875806; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t1456286679; // DG.Tweening.DOVirtual/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_t3914388664; // DG.Tweening.EaseFactory/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_t753111370; // DG.Tweening.EaseFactory struct EaseFactory_t2344806846; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DG.Tweening.Plugins.Color2Plugin struct Color2Plugin_t2483663196; // DG.Tweening.Plugins.ColorPlugin struct ColorPlugin_t4137411927; // DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder struct ABSPathDecoder_t2613982196; // DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder struct CatmullRomDecoder_t2053048079; // DG.Tweening.Plugins.Core.PathCore.Path struct Path_t3614338981; // DG.Tweening.Plugins.Core.PathCore.ControlPoint[] struct ControlPointU5BU5D_t1567961855; // System.String[] struct StringU5BU5D_t1281789340; // DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder struct CubicBezierDecoder_t2663863244; // DG.Tweening.Plugins.Core.PathCore.LinearDecoder struct LinearDecoder_t2708327777; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t109512516; // DG.Tweening.Plugins.DoublePlugin struct DoublePlugin_t2037284588; // DG.Tweening.Plugins.FloatPlugin struct FloatPlugin_t2370056133; // DG.Tweening.Plugins.IntPlugin struct IntPlugin_t942328046; // DG.Tweening.Plugins.LongPlugin struct LongPlugin_t809278878; // DG.Tweening.Plugins.PathPlugin struct PathPlugin_t1182715676; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3040139253; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2576148903; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t30281596; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658; // DG.Tweening.Plugins.QuaternionPlugin struct QuaternionPlugin_t495488984; // DG.Tweening.Plugins.RectOffsetPlugin struct RectOffsetPlugin_t3656342773; // DG.Tweening.Plugins.RectPlugin struct RectPlugin_t2513065920; // DG.Tweening.Plugins.StringPlugin struct StringPlugin_t660282191; // System.Text.StringBuilder struct StringBuilder_t; // System.Char[] struct CharU5BU5D_t3528271667; // System.Collections.Generic.List`1 struct List_1_t811567916; // System.Text.RegularExpressions.Match struct Match_t3408321083; // System.Text.RegularExpressions.Group struct Group_t2468205786; // System.Text.RegularExpressions.Capture struct Capture_t2232016050; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484; // DG.Tweening.Plugins.UintPlugin struct UintPlugin_t2664954793; // DG.Tweening.Plugins.UlongPlugin struct UlongPlugin_t1878880915; // DG.Tweening.Plugins.Vector2Plugin struct Vector2Plugin_t1245585431; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // DG.Tweening.Core.TweenLink[] struct TweenLinkU5BU5D_t2671143584; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t155283275; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4104180476; // System.Type[] struct TypeU5BU5D_t3940880105; // DG.Tweening.Plugins.Core.ITweenPlugin[] struct ITweenPluginU5BU5D_t1040109509; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t296309482; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1320604520; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_t1880820351; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // DG.Tweening.Plugins.Core.ITweenPlugin struct ITweenPlugin_t1960132748; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // DG.Tweening.TweenCallback[] struct TweenCallbackU5BU5D_t96914856; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Void struct Void_t1185182177; // System.DelegateData struct DelegateData_t1677132599; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Text.RegularExpressions.IMachine struct IMachine_t2106687985; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.ActivationContext struct ActivationContext_t976916018; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.EventHandler struct EventHandler_t1348719766; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Version struct Version_t3456873960; // System.Collections.Generic.List`1 struct List_1_t553148457; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* DOTween_t2744875806_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern const RuntimeMethod* Func_3_Invoke_m600483810_RuntimeMethod_var; extern String_t* _stringLiteral2286761990; extern const uint32_t Debugger_Log_m2008643737_MetadataUsageId; extern const uint32_t Debugger_LogWarning_m4070894882_MetadataUsageId; extern const uint32_t Debugger_LogError_m3567904185_MetadataUsageId; extern String_t* _stringLiteral330220960; extern const uint32_t Debugger_LogReport_m1172973642_MetadataUsageId; extern String_t* _stringLiteral3240705167; extern const uint32_t Debugger_LogInvalidTween_m382179192_MetadataUsageId; extern String_t* _stringLiteral3442076612; extern const uint32_t Debugger_LogNestedTween_m1839117132_MetadataUsageId; extern String_t* _stringLiteral1205366166; extern const uint32_t Debugger_LogNullTween_m4275844667_MetadataUsageId; extern String_t* _stringLiteral1906003702; extern const uint32_t Debugger_LogNonPathTween_m1534621003_MetadataUsageId; extern String_t* _stringLiteral3815046038; extern const uint32_t Debugger_LogMissingMaterialProperty_m3022586934_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4034651467; extern const uint32_t Debugger_LogMissingMaterialProperty_m1858171924_MetadataUsageId; extern String_t* _stringLiteral2663884687; extern const uint32_t Debugger_LogRemoveActiveTweenError_m3351741726_MetadataUsageId; extern String_t* _stringLiteral1242425065; extern const uint32_t Debugger_LogAddActiveTweenError_m928699848_MetadataUsageId; extern RuntimeClass* Debugger_t1756157868_il2cpp_TypeInfo_var; extern const uint32_t Debugger_SetLogPriority_m1935769544_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* Utils_t849021263_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3943473865; extern String_t* _stringLiteral818466191; extern String_t* _stringLiteral652918981; extern String_t* _stringLiteral3134671412; extern const uint32_t DOTweenComponent_Awake_m3781811813_MetadataUsageId; extern const uint32_t DOTweenComponent_Start_m1810651121_MetadataUsageId; extern RuntimeClass* TweenManager_t374091826_il2cpp_TypeInfo_var; extern const uint32_t DOTweenComponent_Update_m4118815641_MetadataUsageId; extern const uint32_t DOTweenComponent_LateUpdate_m620844002_MetadataUsageId; extern const uint32_t DOTweenComponent_FixedUpdate_m1055589854_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m976815456_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1316247597_RuntimeMethod_var; extern const uint32_t DOTweenComponent_OnDrawGizmos_m1772867059_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2962533716; extern String_t* _stringLiteral3452614529; extern const uint32_t DOTweenComponent_OnDestroy_m2982330219_MetadataUsageId; extern const uint32_t DOTweenComponent_OnApplicationQuit_m1775183265_MetadataUsageId; extern const uint32_t DOTweenComponent_SetCapacity_m2791865149_MetadataUsageId; extern RuntimeClass* U3CWaitForCompletionU3Ed__15_t1419824435_il2cpp_TypeInfo_var; extern const uint32_t DOTweenComponent_WaitForCompletion_m3875041991_MetadataUsageId; extern RuntimeClass* U3CWaitForRewindU3Ed__16_t2339796849_il2cpp_TypeInfo_var; extern const uint32_t DOTweenComponent_WaitForRewind_m2059144622_MetadataUsageId; extern RuntimeClass* U3CWaitForKillU3Ed__17_t2722362446_il2cpp_TypeInfo_var; extern const uint32_t DOTweenComponent_WaitForKill_m732267181_MetadataUsageId; extern RuntimeClass* U3CWaitForElapsedLoopsU3Ed__18_t1941435320_il2cpp_TypeInfo_var; extern const uint32_t DOTweenComponent_WaitForElapsedLoops_m2259677055_MetadataUsageId; extern RuntimeClass* U3CWaitForPositionU3Ed__19_t4150277215_il2cpp_TypeInfo_var; extern const uint32_t DOTweenComponent_WaitForPosition_m1373209418_MetadataUsageId; extern RuntimeClass* U3CWaitForStartU3Ed__20_t1090124157_il2cpp_TypeInfo_var; extern const uint32_t DOTweenComponent_WaitForStart_m578785340_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisDOTweenComponent_t828035757_m715885069_RuntimeMethod_var; extern String_t* _stringLiteral1233314485; extern const uint32_t DOTweenComponent_Create_m2340758355_MetadataUsageId; extern const uint32_t DOTweenComponent_DestroyInstance_m259824510_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CWaitForCompletionU3Ed__15_System_Collections_IEnumerator_Reset_m4000669933_RuntimeMethod_var; extern const uint32_t U3CWaitForCompletionU3Ed__15_System_Collections_IEnumerator_Reset_m4000669933_MetadataUsageId; extern const RuntimeMethod* U3CWaitForElapsedLoopsU3Ed__18_System_Collections_IEnumerator_Reset_m2970756220_RuntimeMethod_var; extern const uint32_t U3CWaitForElapsedLoopsU3Ed__18_System_Collections_IEnumerator_Reset_m2970756220_MetadataUsageId; extern const RuntimeMethod* U3CWaitForKillU3Ed__17_System_Collections_IEnumerator_Reset_m2454057875_RuntimeMethod_var; extern const uint32_t U3CWaitForKillU3Ed__17_System_Collections_IEnumerator_Reset_m2454057875_MetadataUsageId; extern const RuntimeMethod* U3CWaitForPositionU3Ed__19_System_Collections_IEnumerator_Reset_m3336646487_RuntimeMethod_var; extern const uint32_t U3CWaitForPositionU3Ed__19_System_Collections_IEnumerator_Reset_m3336646487_MetadataUsageId; extern const RuntimeMethod* U3CWaitForRewindU3Ed__16_System_Collections_IEnumerator_Reset_m628177126_RuntimeMethod_var; extern const uint32_t U3CWaitForRewindU3Ed__16_System_Collections_IEnumerator_Reset_m628177126_MetadataUsageId; extern const RuntimeMethod* U3CWaitForStartU3Ed__20_System_Collections_IEnumerator_Reset_m4027585478_RuntimeMethod_var; extern const uint32_t U3CWaitForStartU3Ed__20_System_Collections_IEnumerator_Reset_m4027585478_MetadataUsageId; extern RuntimeClass* DOTweenExternalCommand_t4150252905_il2cpp_TypeInfo_var; extern RuntimeClass* Action_4_t2634302908_il2cpp_TypeInfo_var; extern const uint32_t DOTweenExternalCommand_add_SetOrientationOnPath_m2766154687_MetadataUsageId; extern const uint32_t DOTweenExternalCommand_remove_SetOrientationOnPath_m3625824969_MetadataUsageId; extern const RuntimeMethod* Action_4_Invoke_m2884878319_RuntimeMethod_var; extern const uint32_t DOTweenExternalCommand_Dispatch_SetOrientationOnPath_m4097461840_MetadataUsageId; extern RuntimeClass* SafeModeOptions_t1009220084_il2cpp_TypeInfo_var; extern RuntimeClass* ModulesSetup_t3920549237_il2cpp_TypeInfo_var; extern const uint32_t DOTweenSettings__ctor_m1624363792_MetadataUsageId; extern RuntimeClass* U3CU3Ec_t1320040651_il2cpp_TypeInfo_var; extern RuntimeClass* EaseFunction_t3531141372_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_0_m3501646590_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_1_m4278098103_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_2_m3850571217_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_3_m2954838891_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_4_m1467458231_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_5_m3370960880_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_6_m2848970353_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_7_m3995402684_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_8_m3719037247_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_9_m3177203334_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_10_m2096627128_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_11_m1415453884_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_12_m722517792_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_13_m241760887_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_14_m4219554228_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_15_m984405137_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_16_m981103713_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_17_m225011909_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_18_m3067427625_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_19_m1023580061_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_20_m4238903844_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_21_m1800198763_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_22_m1355800340_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_23_m955402044_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_24_m3389570389_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_25_m1417836219_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_26_m1150077603_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_27_m1526379943_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_28_m120483243_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_29_m3477297436_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_30_m1509366633_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_31_m756124271_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_32_m1937341823_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_33_m2537630286_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_34_m1826083555_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec_U3CToEaseFunctionU3Eb__4_35_m435455663_RuntimeMethod_var; extern const uint32_t EaseManager_ToEaseFunction_m3147650951_MetadataUsageId; extern const uint32_t U3CU3Ec__cctor_m3751269419_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t Flash_Ease_m2053152407_MetadataUsageId; extern const uint32_t Flash_EaseIn_m11902957_MetadataUsageId; extern const uint32_t Flash_EaseOut_m3587302947_MetadataUsageId; extern const uint32_t Flash_EaseInOut_m2506355733_MetadataUsageId; extern RuntimeClass* TweenU5BU5D_t1320466404_il2cpp_TypeInfo_var; extern RuntimeClass* Stack_1_t3186308008_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3814993295_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t450041920_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1__ctor_m3260243089_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3568617223_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m146927832_RuntimeMethod_var; extern const uint32_t TweenManager__cctor_m3746518829_MetadataUsageId; extern RuntimeClass* Sequence_t2050373119_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stack_1_Pop_m4017928895_RuntimeMethod_var; extern String_t* _stringLiteral387348953; extern String_t* _stringLiteral3451565949; extern String_t* _stringLiteral3451500413; extern const uint32_t TweenManager_GetSequence_m17562913_MetadataUsageId; extern const uint32_t TweenManager_SetUpdateType_m1093035293_MetadataUsageId; extern const uint32_t TweenManager_AddActiveTweenToSequence_m1998942299_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Clear_m681939192_RuntimeMethod_var; extern const uint32_t TweenManager_DespawnAll_m1329106749_MetadataUsageId; extern const RuntimeMethod* Stack_1_Push_m120329974_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1779637251_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m4103691866_RuntimeMethod_var; extern const uint32_t TweenManager_Despawn_m914290086_MetadataUsageId; extern const uint32_t TweenManager_PurgeAll_m3367004003_MetadataUsageId; extern const RuntimeMethod* Stack_1_Clear_m451202262_RuntimeMethod_var; extern const uint32_t TweenManager_PurgePools_m1525899553_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3306001750_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1399715605_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2939499540_RuntimeMethod_var; extern const uint32_t TweenManager_AddTweenLink_m1302715526_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m1286396961_RuntimeMethod_var; extern const uint32_t TweenManager_RemoveTweenLink_m2413961900_MetadataUsageId; extern const uint32_t TweenManager_ResetCapacities_m1717197829_MetadataUsageId; extern const RuntimeMethod* Array_Resize_TisTween_t2342918553_m231671441_RuntimeMethod_var; extern const RuntimeMethod* List_1_set_Capacity_m3912876352_RuntimeMethod_var; extern const uint32_t TweenManager_SetCapacities_m280715067_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3923813889_RuntimeMethod_var; extern const uint32_t TweenManager_Validate_m995512755_MetadataUsageId; extern const uint32_t TweenManager_Update_m3156821148_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m73741651_RuntimeMethod_var; extern const uint32_t TweenManager_FilteredOperation_m271432624_MetadataUsageId; extern const uint32_t TweenManager_Complete_m1509812344_MetadataUsageId; extern const uint32_t TweenManager_ForceInit_m1084273352_MetadataUsageId; extern const uint32_t TweenManager_Goto_m3684946111_MetadataUsageId; extern const uint32_t TweenManager_PlayBackwards_m4039080637_MetadataUsageId; extern const uint32_t TweenManager_PlayForward_m1281458203_MetadataUsageId; extern const uint32_t TweenManager_Restart_m417367270_MetadataUsageId; extern const uint32_t TweenManager_Rewind_m1857766106_MetadataUsageId; extern const uint32_t TweenManager_SmoothRewind_m1299417292_MetadataUsageId; extern const uint32_t TweenManager_TogglePause_m1669311535_MetadataUsageId; extern const uint32_t TweenManager_TotalPooledTweens_m2377850044_MetadataUsageId; extern const uint32_t TweenManager_TotalPlayingTweens_m1649120044_MetadataUsageId; extern const uint32_t TweenManager_GetActiveTweens_m3486424719_MetadataUsageId; extern const uint32_t TweenManager_GetTweensById_m4173653544_MetadataUsageId; extern const uint32_t TweenManager_GetTweensByTarget_m1902272649_MetadataUsageId; extern const uint32_t TweenManager_MarkForKilling_m2696461590_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2020278189_RuntimeMethod_var; extern const uint32_t TweenManager_EvaluateTweenLink_m2384491531_MetadataUsageId; extern String_t* _stringLiteral2894318731; extern const uint32_t TweenManager_AddActiveTween_m3621120407_MetadataUsageId; extern const uint32_t TweenManager_ReorganizeActiveTweens_m870803593_MetadataUsageId; extern const uint32_t TweenManager_DespawnActiveTweens_m3961181725_MetadataUsageId; extern String_t* _stringLiteral2193569682; extern String_t* _stringLiteral3460556136; extern String_t* _stringLiteral371542015; extern String_t* _stringLiteral254159013; extern String_t* _stringLiteral1686197755; extern String_t* _stringLiteral229390050; extern const uint32_t TweenManager_RemoveActiveTween_m4176141322_MetadataUsageId; extern const RuntimeMethod* List_1_get_Capacity_m473055629_RuntimeMethod_var; extern const uint32_t TweenManager_IncreaseCapacities_m1708884335_MetadataUsageId; extern const uint32_t TweenManager_ManageOnRewindCallbackWhenAlreadyRewinded_m1910878161_MetadataUsageId; extern const uint32_t Utils_Vector3FromAngle_m1880144782_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t Utils_Angle2D_m714643226_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t Utils_RotateAroundPivot_m1680794404_MetadataUsageId; extern const uint32_t Utils_Vector3AreApproximatelyEqual_m2933232324_MetadataUsageId; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1359085175; extern const uint32_t Utils_GetLooseScriptType_m1419918510_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1968731289; extern String_t* _stringLiteral3879612852; extern String_t* _stringLiteral590631949; extern const uint32_t Utils__cctor_m3838278060_MetadataUsageId; extern RuntimeClass* PureQuaternionPlugin_t587122414_il2cpp_TypeInfo_var; extern const uint32_t PureQuaternionPlugin_Plug_m3255369721_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m2360668198_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m3278952665_RuntimeMethod_var; extern const uint32_t PureQuaternionPlugin_SetFrom_m3833273730_MetadataUsageId; extern const uint32_t PureQuaternionPlugin_SetFrom_m3893351448_MetadataUsageId; extern const uint32_t PureQuaternionPlugin_SetRelativeEndValue_m2584906038_MetadataUsageId; extern const uint32_t PureQuaternionPlugin_EvaluateAndApply_m1793576346_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m1592027918_RuntimeMethod_var; extern const uint32_t PureQuaternionPlugin__ctor_m3911981263_MetadataUsageId; extern const uint32_t DOTween_get_logBehaviour_m1951211821_MetadataUsageId; extern const uint32_t DOTween_set_logBehaviour_m3567543409_MetadataUsageId; extern RuntimeClass* DOTweenSettings_t4078947542_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2796087620; extern const uint32_t DOTween_Init_m3674058257_MetadataUsageId; extern const uint32_t DOTween_AutoInit_m4089566748_MetadataUsageId; extern RuntimeClass* LogBehaviour_t1548882435_il2cpp_TypeInfo_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_Value_m3418327087_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_HasValue_m1896991456_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_Value_m2098102441_RuntimeMethod_var; extern String_t* _stringLiteral116249344; extern String_t* _stringLiteral1320399781; extern String_t* _stringLiteral3005588141; extern String_t* _stringLiteral3456940001; extern String_t* _stringLiteral2142110863; extern String_t* _stringLiteral3452614535; extern const uint32_t DOTween_Init_m3752499687_MetadataUsageId; extern const uint32_t DOTween_SetTweensCapacity_m849315291_MetadataUsageId; extern const uint32_t DOTween_Clear_m1096541283_MetadataUsageId; extern const uint32_t DOTween_ClearCachedTweens_m729478360_MetadataUsageId; extern const uint32_t DOTween_Validate_m2338311919_MetadataUsageId; extern const uint32_t DOTween_ManualUpdate_m756408682_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m4002217475_RuntimeMethod_var; extern const uint32_t DOTween_To_m2106473129_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m1428722594_RuntimeMethod_var; extern const uint32_t DOTween_To_m3335013682_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m3792322625_RuntimeMethod_var; extern const uint32_t DOTween_To_m484530667_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m3282294203_RuntimeMethod_var; extern const uint32_t DOTween_To_m2196851052_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m3534809885_RuntimeMethod_var; extern const uint32_t DOTween_To_m2498594616_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m1100765124_RuntimeMethod_var; extern const uint32_t DOTween_To_m1962688969_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisString_t_TisString_t_TisStringOptions_t3992490940_m4240130783_RuntimeMethod_var; extern const uint32_t DOTween_To_m4191053537_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m1830188851_RuntimeMethod_var; extern const uint32_t DOTween_To_m3593210828_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m1904941236_RuntimeMethod_var; extern const uint32_t DOTween_To_m2364274163_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3941024867_RuntimeMethod_var; extern const uint32_t DOTween_To_m3835044228_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1729503936_RuntimeMethod_var; extern const uint32_t DOTween_To_m1060871303_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1197706533_RuntimeMethod_var; extern const uint32_t DOTween_To_m3257840982_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3830288880_RuntimeMethod_var; extern const uint32_t DOTween_To_m3028600420_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisRectOffset_t1369453676_TisRectOffset_t1369453676_TisNoOptions_t313102519_m3828194038_RuntimeMethod_var; extern const uint32_t DOTween_To_m1181064774_MetadataUsageId; extern const uint32_t DOTween_ToAxis_m1995672447_MetadataUsageId; extern const uint32_t DOTween_ToAlpha_m2317099245_MetadataUsageId; extern RuntimeClass* U3CU3Ec__DisplayClass54_0_t1212542191_il2cpp_TypeInfo_var; extern RuntimeClass* DOGetter_1_t1140062978_il2cpp_TypeInfo_var; extern RuntimeClass* DOSetter_1_t2447375106_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass54_0_U3CToU3Eb__0_m2455127546_RuntimeMethod_var; extern const RuntimeMethod* DOGetter_1__ctor_m2335505072_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass54_0_U3CToU3Eb__1_m3504045746_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1__ctor_m3423399374_RuntimeMethod_var; extern const RuntimeMethod* Extensions_NoFrom_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m2751949653_RuntimeMethod_var; extern const uint32_t DOTween_To_m790896859_MetadataUsageId; extern RuntimeClass* SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern const RuntimeMethod* Extensions_NoFrom_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m878886622_RuntimeMethod_var; extern const RuntimeMethod* Extensions_SetSpecialStartupMode_TisTweenerCore_3_t951858585_m1835023067_RuntimeMethod_var; extern const uint32_t DOTween_Punch_m807939188_MetadataUsageId; extern const uint32_t DOTween_Shake_m1661199481_MetadataUsageId; extern const uint32_t DOTween_Shake_m3409041061_MetadataUsageId; extern const uint32_t DOTween_Shake_m2681322871_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m527574379_RuntimeMethod_var; extern String_t* _stringLiteral2757139103; extern const uint32_t DOTween_ToArray_m1422270115_MetadataUsageId; extern const RuntimeMethod* DOTween_ApplyTo_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m3434067972_RuntimeMethod_var; extern const uint32_t DOTween_To_m1027455342_MetadataUsageId; extern const uint32_t DOTween_Sequence_m1991920595_MetadataUsageId; extern const uint32_t DOTween_CompleteAll_m2081339932_MetadataUsageId; extern const uint32_t DOTween_Complete_m1099939236_MetadataUsageId; extern const uint32_t DOTween_CompleteAndReturnKilledTot_m1911607208_MetadataUsageId; extern const uint32_t DOTween_CompleteAndReturnKilledTot_m820107692_MetadataUsageId; extern const uint32_t DOTween_CompleteAndReturnKilledTotExceptFor_m3000221990_MetadataUsageId; extern const uint32_t DOTween_FlipAll_m1590460686_MetadataUsageId; extern const uint32_t DOTween_Flip_m3760080251_MetadataUsageId; extern const uint32_t DOTween_GotoAll_m2315317971_MetadataUsageId; extern const uint32_t DOTween_Goto_m599876384_MetadataUsageId; extern const uint32_t DOTween_KillAll_m3984839020_MetadataUsageId; extern const uint32_t DOTween_KillAll_m1217245600_MetadataUsageId; extern const uint32_t DOTween_Kill_m3770200462_MetadataUsageId; extern const uint32_t DOTween_PauseAll_m3009043369_MetadataUsageId; extern const uint32_t DOTween_Pause_m738210601_MetadataUsageId; extern const uint32_t DOTween_PlayAll_m3125137140_MetadataUsageId; extern const uint32_t DOTween_Play_m744623839_MetadataUsageId; extern const uint32_t DOTween_Play_m3737333699_MetadataUsageId; extern const uint32_t DOTween_PlayBackwardsAll_m2079146270_MetadataUsageId; extern const uint32_t DOTween_PlayBackwards_m1027786157_MetadataUsageId; extern const uint32_t DOTween_PlayBackwards_m1153086091_MetadataUsageId; extern const uint32_t DOTween_PlayForwardAll_m1587052739_MetadataUsageId; extern const uint32_t DOTween_PlayForward_m3535483173_MetadataUsageId; extern const uint32_t DOTween_PlayForward_m284287673_MetadataUsageId; extern const uint32_t DOTween_RestartAll_m1526124949_MetadataUsageId; extern const uint32_t DOTween_Restart_m1811968868_MetadataUsageId; extern const uint32_t DOTween_Restart_m1807657207_MetadataUsageId; extern const uint32_t DOTween_RewindAll_m2012830186_MetadataUsageId; extern const uint32_t DOTween_Rewind_m3735656221_MetadataUsageId; extern const uint32_t DOTween_SmoothRewindAll_m1441919761_MetadataUsageId; extern const uint32_t DOTween_SmoothRewind_m4129281739_MetadataUsageId; extern const uint32_t DOTween_TogglePauseAll_m2717528453_MetadataUsageId; extern const uint32_t DOTween_TogglePause_m1728158562_MetadataUsageId; extern const uint32_t DOTween_IsTweening_m4131689708_MetadataUsageId; extern const uint32_t DOTween_TotalPlayingTweens_m4218411057_MetadataUsageId; extern const uint32_t DOTween_PlayingTweens_m613164258_MetadataUsageId; extern const uint32_t DOTween_PausedTweens_m647494718_MetadataUsageId; extern const uint32_t DOTween_TweensById_m4140427719_MetadataUsageId; extern const uint32_t DOTween_TweensByTarget_m4107779458_MetadataUsageId; extern const uint32_t DOTween_InitCheck_m2142797717_MetadataUsageId; extern RuntimeClass* List_1_t904863771_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m455590291_RuntimeMethod_var; extern String_t* _stringLiteral28124197; extern const uint32_t DOTween__cctor_m2682752523_MetadataUsageId; extern const RuntimeMethod* DOSetter_1_Invoke_m2477716530_RuntimeMethod_var; extern const uint32_t U3CU3Ec__DisplayClass54_0_U3CToU3Eb__1_m3504045746_MetadataUsageId; extern RuntimeClass* U3CU3Ec__DisplayClass0_0_t3914388664_il2cpp_TypeInfo_var; extern RuntimeClass* TweenCallback_t3727756325_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__0_m837965672_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__1_m4086084294_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__2_m3176238236_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnUpdate_TisTweenerCore_3_t884556411_m302501183_RuntimeMethod_var; extern const uint32_t DOVirtual_Float_m3596693918_MetadataUsageId; extern const uint32_t DOVirtual_EasedValue_m1201780281_MetadataUsageId; extern const uint32_t DOVirtual_EasedValue_m507288341_MetadataUsageId; extern RuntimeClass* EaseCurve_t2771593608_il2cpp_TypeInfo_var; extern const RuntimeMethod* EaseCurve_Evaluate_m137000753_RuntimeMethod_var; extern const uint32_t DOVirtual_EasedValue_m484573207_MetadataUsageId; extern const RuntimeMethod* TweenSettingsExtensions_OnStepComplete_TisSequence_t2050373119_m1556475606_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetUpdate_TisSequence_t2050373119_m431838736_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetAutoKill_TisSequence_t2050373119_m4161923835_RuntimeMethod_var; extern const uint32_t DOVirtual_DelayedCall_m1702396605_MetadataUsageId; extern const RuntimeMethod* TweenCallback_1_Invoke_m2938877148_RuntimeMethod_var; extern const uint32_t U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__2_m3176238236_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m1883304525_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_Value_m3586925169_RuntimeMethod_var; extern const uint32_t EaseFactory_StopMotion_m2218066138_MetadataUsageId; extern const uint32_t EaseFactory_StopMotion_m694189564_MetadataUsageId; extern RuntimeClass* U3CU3Ec__DisplayClass2_0_t753111370_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3CStopMotionU3Eb__0_m3481008058_RuntimeMethod_var; extern const uint32_t EaseFactory_StopMotion_m204192253_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t EaseFunction_BeginInvoke_m2250223579_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m880692365_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m3106111274_RuntimeMethod_var; extern const uint32_t Color2Plugin_SetFrom_m1082519862_MetadataUsageId; extern const uint32_t Color2Plugin_SetFrom_m1620480489_MetadataUsageId; extern const uint32_t Color2Plugin_EvaluateAndApply_m3110084240_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m1411104530_RuntimeMethod_var; extern const uint32_t Color2Plugin__ctor_m3513330232_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m2625455076_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m1524039849_RuntimeMethod_var; extern const uint32_t ColorPlugin_SetFrom_m3427968509_MetadataUsageId; extern const uint32_t ColorPlugin_SetFrom_m196700444_MetadataUsageId; extern const uint32_t ColorPlugin_EvaluateAndApply_m4293432456_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m1056980063_RuntimeMethod_var; extern const uint32_t ColorPlugin__ctor_m804552837_MetadataUsageId; extern RuntimeClass* ControlPointU5BU5D_t1567961855_il2cpp_TypeInfo_var; extern const uint32_t CatmullRomDecoder_FinalizePath_m4261697435_MetadataUsageId; extern const uint32_t CatmullRomDecoder_GetPoint_m472625106_MetadataUsageId; extern const uint32_t CatmullRomDecoder_SetTimeToLengthTables_m3807451377_MetadataUsageId; extern RuntimeClass* CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var; extern const uint32_t CatmullRomDecoder_SetWaypointsLengths_m3260160627_MetadataUsageId; extern const uint32_t CatmullRomDecoder__cctor_m1964994909_MetadataUsageId; extern const uint32_t ControlPoint_op_Addition_m3313126655_MetadataUsageId; extern String_t* _stringLiteral3452614645; extern String_t* _stringLiteral3791560906; extern String_t* _stringLiteral3452614643; extern const uint32_t ControlPoint_ToString_m1361048456_MetadataUsageId; extern String_t* _stringLiteral2643517524; extern const uint32_t CubicBezierDecoder_FinalizePath_m509556700_MetadataUsageId; extern const uint32_t CubicBezierDecoder_GetPoint_m2503338315_MetadataUsageId; extern const uint32_t CubicBezierDecoder_SetTimeToLengthTables_m3528959559_MetadataUsageId; extern RuntimeClass* CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var; extern const uint32_t CubicBezierDecoder_SetWaypointsLengths_m3537736299_MetadataUsageId; extern const uint32_t CubicBezierDecoder__cctor_m1682065305_MetadataUsageId; extern const uint32_t LinearDecoder_GetPoint_m4282359224_MetadataUsageId; extern const uint32_t LinearDecoder_SetTimeToLengthTables_m1376165495_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m3010405843_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_Value_m4225233045_RuntimeMethod_var; extern const RuntimeMethod* Path_Draw_m8564983_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2060438683_RuntimeMethod_var; extern const uint32_t Path__ctor_m3861603545_MetadataUsageId; extern const uint32_t Path_GetDrawPoints_m4231458358_MetadataUsageId; extern const uint32_t Path_RefreshNonLinearDrawWps_m1261467407_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m3486331705_RuntimeMethod_var; extern const uint32_t Path_Destroy_m3285362268_MetadataUsageId; extern RuntimeClass* Path_t3614338981_il2cpp_TypeInfo_var; extern const uint32_t Path_CloneIncremental_m398805016_MetadataUsageId; extern const uint32_t Path_AssignWaypoints_m694504955_MetadataUsageId; extern RuntimeClass* LinearDecoder_t2708327777_il2cpp_TypeInfo_var; extern const uint32_t Path_AssignDecoder_m3239877656_MetadataUsageId; extern const RuntimeMethod* Nullable_1_get_HasValue_m2245824889_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1_get_Value_m2068788588_RuntimeMethod_var; extern const uint32_t Path_Draw_m1946758_MetadataUsageId; extern RuntimeClass* PluginsManager_t1753812699_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_Clear_m836604891_RuntimeMethod_var; extern const uint32_t PluginsManager_PurgeAll_m2604620327_MetadataUsageId; extern RuntimeClass* Transform_t3600365921_il2cpp_TypeInfo_var; extern const uint32_t SpecialPluginsUtils_SetLookAt_m1465717111_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const RuntimeMethod* DOGetter_1_Invoke_m2837919896_RuntimeMethod_var; extern const uint32_t SpecialPluginsUtils_SetPunch_m1173055849_MetadataUsageId; extern RuntimeClass* Camera_t4157153871_il2cpp_TypeInfo_var; extern const uint32_t SpecialPluginsUtils_SetCameraShakePosition_m947627980_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m2320854763_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m2384471174_RuntimeMethod_var; extern const uint32_t DoublePlugin_SetFrom_m1276015079_MetadataUsageId; extern const uint32_t DoublePlugin_SetFrom_m3681313104_MetadataUsageId; extern const uint32_t DoublePlugin_EvaluateAndApply_m116169366_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m3176927022_RuntimeMethod_var; extern const uint32_t DoublePlugin__ctor_m1337213960_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m2907043015_RuntimeMethod_var; extern const uint32_t FloatPlugin_SetFrom_m3112965405_MetadataUsageId; extern const uint32_t FloatPlugin_SetFrom_m890244736_MetadataUsageId; extern const uint32_t FloatPlugin_EvaluateAndApply_m435373393_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m1376422833_RuntimeMethod_var; extern const uint32_t FloatPlugin__ctor_m2234727899_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m1810773643_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m3755059337_RuntimeMethod_var; extern const uint32_t IntPlugin_SetFrom_m2288354337_MetadataUsageId; extern const uint32_t IntPlugin_SetFrom_m1213349953_MetadataUsageId; extern const uint32_t IntPlugin_EvaluateAndApply_m4105553312_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m2309232056_RuntimeMethod_var; extern const uint32_t IntPlugin__ctor_m1470899703_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m1949330905_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m2095250501_RuntimeMethod_var; extern const uint32_t LongPlugin_SetFrom_m3526931993_MetadataUsageId; extern const uint32_t LongPlugin_SetFrom_m2806938236_MetadataUsageId; extern const uint32_t LongPlugin_EvaluateAndApply_m712234995_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m3008080787_RuntimeMethod_var; extern const uint32_t LongPlugin__ctor_m2753970850_MetadataUsageId; extern const uint32_t PathOptions_Reset_m2102759747_MetadataUsageId; extern const uint32_t QuaternionOptions_Reset_m3448907112_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t StringOptions_t3992490940_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t StringOptions_t3992490940_com_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t Vector3ArrayOptions_t534739431_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t Vector3ArrayOptions_t534739431_com_FromNativeMethodDefinition_MetadataUsageId; extern const RuntimeMethod* PluginsManager_GetCustomPlugin_TisPathPlugin_t1182715676_TisVector3_t3722313464_TisPath_t3614338981_TisPathOptions_t2074623791_m4081391992_RuntimeMethod_var; extern const uint32_t PathPlugin_Get_m4139490958_MetadataUsageId; extern const uint32_t PathPlugin_SetRelativeEndValue_m1731407080_MetadataUsageId; extern RuntimeClass* Component_t1923634451_il2cpp_TypeInfo_var; extern const uint32_t PathPlugin_SetChangeValue_m1820352830_MetadataUsageId; extern const RuntimeMethod* DOSetter_1_Invoke_m901956515_RuntimeMethod_var; extern const RuntimeMethod* Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735_RuntimeMethod_var; extern const uint32_t PathPlugin_EvaluateAndApply_m1119726775_MetadataUsageId; extern const RuntimeMethod* Nullable_1__ctor_m133295941_RuntimeMethod_var; extern const uint32_t PathPlugin_SetOrientation_m3488660629_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m2243829826_RuntimeMethod_var; extern const uint32_t PathPlugin__ctor_m2101790435_MetadataUsageId; extern const uint32_t QuaternionPlugin_SetFrom_m3726493348_MetadataUsageId; extern const uint32_t QuaternionPlugin_SetFrom_m3726579109_MetadataUsageId; extern const uint32_t QuaternionPlugin_SetRelativeEndValue_m1199173743_MetadataUsageId; extern const uint32_t QuaternionPlugin_SetChangeValue_m4207350157_MetadataUsageId; extern const uint32_t QuaternionPlugin_EvaluateAndApply_m3470183205_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m2501002837_RuntimeMethod_var; extern const uint32_t QuaternionPlugin__ctor_m3501270879_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m4188428818_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m1753538873_RuntimeMethod_var; extern const uint32_t RectOffsetPlugin_SetFrom_m2483384681_MetadataUsageId; extern const uint32_t RectOffsetPlugin_SetFrom_m3972762035_MetadataUsageId; extern RuntimeClass* RectOffset_t1369453676_il2cpp_TypeInfo_var; extern const uint32_t RectOffsetPlugin_ConvertToStartValue_m733906355_MetadataUsageId; extern const uint32_t RectOffsetPlugin_SetChangeValue_m1035710839_MetadataUsageId; extern RuntimeClass* RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var; extern const uint32_t RectOffsetPlugin_EvaluateAndApply_m1346272078_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m3029301145_RuntimeMethod_var; extern const uint32_t RectOffsetPlugin__ctor_m781030278_MetadataUsageId; extern const uint32_t RectOffsetPlugin__cctor_m910566211_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m1876378095_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m358367996_RuntimeMethod_var; extern const uint32_t RectPlugin_SetFrom_m482585352_MetadataUsageId; extern const uint32_t RectPlugin_SetFrom_m3407233629_MetadataUsageId; extern const uint32_t RectPlugin_EvaluateAndApply_m3984074100_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m2805802348_RuntimeMethod_var; extern const uint32_t RectPlugin__ctor_m1832506043_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m3536821489_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m3853882258_RuntimeMethod_var; extern const uint32_t StringPlugin_SetFrom_m3245316124_MetadataUsageId; extern const uint32_t StringPlugin_SetFrom_m1075371551_MetadataUsageId; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern String_t* _stringLiteral359743489; extern String_t* _stringLiteral757602046; extern const uint32_t StringPlugin_SetChangeValue_m1773191049_MetadataUsageId; extern RuntimeClass* StringPlugin_t660282191_il2cpp_TypeInfo_var; extern RuntimeClass* StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var; extern const uint32_t StringPlugin_EvaluateAndApply_m3990834364_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3896012083_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m419267761_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2418641002_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m2351621673_RuntimeMethod_var; extern const RuntimeMethod* Array_IndexOf_TisChar_t3634460470_m95364350_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2221170212_RuntimeMethod_var; extern String_t* _stringLiteral4271144395; extern String_t* _stringLiteral2485455344; extern const uint32_t StringPlugin_Append_m1755337908_MetadataUsageId; extern const uint32_t StringPlugin_ScrambledCharsToUse_m383916617_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m1298758118_RuntimeMethod_var; extern const uint32_t StringPlugin__ctor_m3909330357_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t811567916_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2562720089_RuntimeMethod_var; extern const uint32_t StringPlugin__cctor_m2045963816_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____9DC5F4D0A1418B4EC71B22D21E93D134922FA735_2_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____6F98278EFCD257898AD01BE39D1D0AEFB78FC551_0_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____FD0BD55CDDDFD0B323012A45F83437763AF58952_3_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255366____8C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1_FieldInfo_var; extern const uint32_t StringPluginExtensions__cctor_m1665872723_MetadataUsageId; extern const uint32_t StringPluginExtensions_AppendScrambledChars_m4008779913_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m2229068372_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m3701627725_RuntimeMethod_var; extern const uint32_t UintPlugin_SetFrom_m276888391_MetadataUsageId; extern const uint32_t UintPlugin_SetFrom_m425996756_MetadataUsageId; extern const uint32_t UintPlugin_EvaluateAndApply_m2529929860_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m189571215_RuntimeMethod_var; extern const uint32_t UintPlugin__ctor_m2845966327_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m3756931467_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m4169577629_RuntimeMethod_var; extern const uint32_t UlongPlugin_SetFrom_m328592738_MetadataUsageId; extern const uint32_t UlongPlugin_SetFrom_m429374053_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t UlongPlugin_EvaluateAndApply_m1038088094_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m483470283_RuntimeMethod_var; extern const uint32_t UlongPlugin__ctor_m2467056267_MetadataUsageId; extern const RuntimeMethod* DOGetter_1_Invoke_m2837921005_RuntimeMethod_var; extern const RuntimeMethod* DOSetter_1_Invoke_m3086256060_RuntimeMethod_var; extern const uint32_t Vector2Plugin_SetFrom_m823509391_MetadataUsageId; extern const uint32_t Vector2Plugin_SetFrom_m3456742112_MetadataUsageId; extern const uint32_t Vector2Plugin_SetRelativeEndValue_m231789184_MetadataUsageId; extern const uint32_t Vector2Plugin_SetChangeValue_m3450951693_MetadataUsageId; extern const uint32_t Vector2Plugin_EvaluateAndApply_m2302854208_MetadataUsageId; extern const RuntimeMethod* ABSTweenPlugin_3__ctor_m2690589916_RuntimeMethod_var; extern const uint32_t Vector2Plugin__ctor_m1278460505_MetadataUsageId; struct ObjectU5BU5D_t2843939325; struct TweenU5BU5D_t1320466404; struct StringU5BU5D_t1281789340; struct AssemblyU5BU5D_t2792222854; struct SingleU5BU5D_t1444911251; struct Vector3U5BU5D_t1718750761; struct ControlPointU5BU5D_t1567961855; struct CharU5BU5D_t3528271667; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef U3CMODULEU3E_T692745556_H #define U3CMODULEU3E_T692745556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745556 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745556_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_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_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 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_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 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 ABSTWEENPLUGIN_3_T2451549449_H #define ABSTWEENPLUGIN_3_T2451549449_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_t2451549449 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2451549449_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_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_T1371845967_H #define ABSTWEENPLUGIN_3_T1371845967_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1371845967 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1371845967_H #ifndef ABSTWEENPLUGIN_3_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 MODULESSETUP_T3920549237_H #define MODULESSETUP_T3920549237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenSettings/ModulesSetup struct ModulesSetup_t3920549237 : public RuntimeObject { public: // System.Boolean DG.Tweening.Core.DOTweenSettings/ModulesSetup::showPanel bool ___showPanel_0; // System.Boolean DG.Tweening.Core.DOTweenSettings/ModulesSetup::audioEnabled bool ___audioEnabled_1; // System.Boolean DG.Tweening.Core.DOTweenSettings/ModulesSetup::physicsEnabled bool ___physicsEnabled_2; // System.Boolean DG.Tweening.Core.DOTweenSettings/ModulesSetup::physics2DEnabled bool ___physics2DEnabled_3; // System.Boolean DG.Tweening.Core.DOTweenSettings/ModulesSetup::spriteEnabled bool ___spriteEnabled_4; // System.Boolean DG.Tweening.Core.DOTweenSettings/ModulesSetup::uiEnabled bool ___uiEnabled_5; // System.Boolean DG.Tweening.Core.DOTweenSettings/ModulesSetup::textMeshProEnabled bool ___textMeshProEnabled_6; // System.Boolean DG.Tweening.Core.DOTweenSettings/ModulesSetup::tk2DEnabled bool ___tk2DEnabled_7; public: inline static int32_t get_offset_of_showPanel_0() { return static_cast(offsetof(ModulesSetup_t3920549237, ___showPanel_0)); } inline bool get_showPanel_0() const { return ___showPanel_0; } inline bool* get_address_of_showPanel_0() { return &___showPanel_0; } inline void set_showPanel_0(bool value) { ___showPanel_0 = value; } inline static int32_t get_offset_of_audioEnabled_1() { return static_cast(offsetof(ModulesSetup_t3920549237, ___audioEnabled_1)); } inline bool get_audioEnabled_1() const { return ___audioEnabled_1; } inline bool* get_address_of_audioEnabled_1() { return &___audioEnabled_1; } inline void set_audioEnabled_1(bool value) { ___audioEnabled_1 = value; } inline static int32_t get_offset_of_physicsEnabled_2() { return static_cast(offsetof(ModulesSetup_t3920549237, ___physicsEnabled_2)); } inline bool get_physicsEnabled_2() const { return ___physicsEnabled_2; } inline bool* get_address_of_physicsEnabled_2() { return &___physicsEnabled_2; } inline void set_physicsEnabled_2(bool value) { ___physicsEnabled_2 = value; } inline static int32_t get_offset_of_physics2DEnabled_3() { return static_cast(offsetof(ModulesSetup_t3920549237, ___physics2DEnabled_3)); } inline bool get_physics2DEnabled_3() const { return ___physics2DEnabled_3; } inline bool* get_address_of_physics2DEnabled_3() { return &___physics2DEnabled_3; } inline void set_physics2DEnabled_3(bool value) { ___physics2DEnabled_3 = value; } inline static int32_t get_offset_of_spriteEnabled_4() { return static_cast(offsetof(ModulesSetup_t3920549237, ___spriteEnabled_4)); } inline bool get_spriteEnabled_4() const { return ___spriteEnabled_4; } inline bool* get_address_of_spriteEnabled_4() { return &___spriteEnabled_4; } inline void set_spriteEnabled_4(bool value) { ___spriteEnabled_4 = value; } inline static int32_t get_offset_of_uiEnabled_5() { return static_cast(offsetof(ModulesSetup_t3920549237, ___uiEnabled_5)); } inline bool get_uiEnabled_5() const { return ___uiEnabled_5; } inline bool* get_address_of_uiEnabled_5() { return &___uiEnabled_5; } inline void set_uiEnabled_5(bool value) { ___uiEnabled_5 = value; } inline static int32_t get_offset_of_textMeshProEnabled_6() { return static_cast(offsetof(ModulesSetup_t3920549237, ___textMeshProEnabled_6)); } inline bool get_textMeshProEnabled_6() const { return ___textMeshProEnabled_6; } inline bool* get_address_of_textMeshProEnabled_6() { return &___textMeshProEnabled_6; } inline void set_textMeshProEnabled_6(bool value) { ___textMeshProEnabled_6 = value; } inline static int32_t get_offset_of_tk2DEnabled_7() { return static_cast(offsetof(ModulesSetup_t3920549237, ___tk2DEnabled_7)); } inline bool get_tk2DEnabled_7() const { return ___tk2DEnabled_7; } inline bool* get_address_of_tk2DEnabled_7() { return &___tk2DEnabled_7; } inline void set_tk2DEnabled_7(bool value) { ___tk2DEnabled_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULESSETUP_T3920549237_H #ifndef BOUNCE_T852251727_H #define BOUNCE_T852251727_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Easing.Bounce struct Bounce_t852251727 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNCE_T852251727_H #ifndef EASECURVE_T2771593608_H #define EASECURVE_T2771593608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Easing.EaseCurve struct EaseCurve_t2771593608 : public RuntimeObject { public: // UnityEngine.AnimationCurve DG.Tweening.Core.Easing.EaseCurve::_animCurve AnimationCurve_t3046754366 * ____animCurve_0; public: inline static int32_t get_offset_of__animCurve_0() { return static_cast(offsetof(EaseCurve_t2771593608, ____animCurve_0)); } inline AnimationCurve_t3046754366 * get__animCurve_0() const { return ____animCurve_0; } inline AnimationCurve_t3046754366 ** get_address_of__animCurve_0() { return &____animCurve_0; } inline void set__animCurve_0(AnimationCurve_t3046754366 * value) { ____animCurve_0 = value; Il2CppCodeGenWriteBarrier((&____animCurve_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASECURVE_T2771593608_H #ifndef EASEMANAGER_T1997294889_H #define EASEMANAGER_T1997294889_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Easing.EaseManager struct EaseManager_t1997294889 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASEMANAGER_T1997294889_H #ifndef U3CU3EC_T1320040651_H #define U3CU3EC_T1320040651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Easing.EaseManager/<>c struct U3CU3Ec_t1320040651 : public RuntimeObject { public: public: }; struct U3CU3Ec_t1320040651_StaticFields { public: // DG.Tweening.Core.Easing.EaseManager/<>c DG.Tweening.Core.Easing.EaseManager/<>c::<>9 U3CU3Ec_t1320040651 * ___U3CU3E9_0; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_0 EaseFunction_t3531141372 * ___U3CU3E9__4_0_1; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_1 EaseFunction_t3531141372 * ___U3CU3E9__4_1_2; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_2 EaseFunction_t3531141372 * ___U3CU3E9__4_2_3; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_3 EaseFunction_t3531141372 * ___U3CU3E9__4_3_4; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_4 EaseFunction_t3531141372 * ___U3CU3E9__4_4_5; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_5 EaseFunction_t3531141372 * ___U3CU3E9__4_5_6; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_6 EaseFunction_t3531141372 * ___U3CU3E9__4_6_7; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_7 EaseFunction_t3531141372 * ___U3CU3E9__4_7_8; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_8 EaseFunction_t3531141372 * ___U3CU3E9__4_8_9; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_9 EaseFunction_t3531141372 * ___U3CU3E9__4_9_10; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_10 EaseFunction_t3531141372 * ___U3CU3E9__4_10_11; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_11 EaseFunction_t3531141372 * ___U3CU3E9__4_11_12; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_12 EaseFunction_t3531141372 * ___U3CU3E9__4_12_13; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_13 EaseFunction_t3531141372 * ___U3CU3E9__4_13_14; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_14 EaseFunction_t3531141372 * ___U3CU3E9__4_14_15; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_15 EaseFunction_t3531141372 * ___U3CU3E9__4_15_16; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_16 EaseFunction_t3531141372 * ___U3CU3E9__4_16_17; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_17 EaseFunction_t3531141372 * ___U3CU3E9__4_17_18; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_18 EaseFunction_t3531141372 * ___U3CU3E9__4_18_19; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_19 EaseFunction_t3531141372 * ___U3CU3E9__4_19_20; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_20 EaseFunction_t3531141372 * ___U3CU3E9__4_20_21; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_21 EaseFunction_t3531141372 * ___U3CU3E9__4_21_22; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_22 EaseFunction_t3531141372 * ___U3CU3E9__4_22_23; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_23 EaseFunction_t3531141372 * ___U3CU3E9__4_23_24; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_24 EaseFunction_t3531141372 * ___U3CU3E9__4_24_25; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_25 EaseFunction_t3531141372 * ___U3CU3E9__4_25_26; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_26 EaseFunction_t3531141372 * ___U3CU3E9__4_26_27; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_27 EaseFunction_t3531141372 * ___U3CU3E9__4_27_28; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_28 EaseFunction_t3531141372 * ___U3CU3E9__4_28_29; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_29 EaseFunction_t3531141372 * ___U3CU3E9__4_29_30; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_30 EaseFunction_t3531141372 * ___U3CU3E9__4_30_31; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_31 EaseFunction_t3531141372 * ___U3CU3E9__4_31_32; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_32 EaseFunction_t3531141372 * ___U3CU3E9__4_32_33; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_33 EaseFunction_t3531141372 * ___U3CU3E9__4_33_34; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_34 EaseFunction_t3531141372 * ___U3CU3E9__4_34_35; // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager/<>c::<>9__4_35 EaseFunction_t3531141372 * ___U3CU3E9__4_35_36; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t1320040651 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t1320040651 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t1320040651 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } inline static int32_t get_offset_of_U3CU3E9__4_0_1() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_0_1)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_0_1() const { return ___U3CU3E9__4_0_1; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_0_1() { return &___U3CU3E9__4_0_1; } inline void set_U3CU3E9__4_0_1(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_0_1), value); } inline static int32_t get_offset_of_U3CU3E9__4_1_2() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_1_2)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_1_2() const { return ___U3CU3E9__4_1_2; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_1_2() { return &___U3CU3E9__4_1_2; } inline void set_U3CU3E9__4_1_2(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_1_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_1_2), value); } inline static int32_t get_offset_of_U3CU3E9__4_2_3() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_2_3)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_2_3() const { return ___U3CU3E9__4_2_3; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_2_3() { return &___U3CU3E9__4_2_3; } inline void set_U3CU3E9__4_2_3(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_2_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_2_3), value); } inline static int32_t get_offset_of_U3CU3E9__4_3_4() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_3_4)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_3_4() const { return ___U3CU3E9__4_3_4; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_3_4() { return &___U3CU3E9__4_3_4; } inline void set_U3CU3E9__4_3_4(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_3_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_3_4), value); } inline static int32_t get_offset_of_U3CU3E9__4_4_5() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_4_5)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_4_5() const { return ___U3CU3E9__4_4_5; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_4_5() { return &___U3CU3E9__4_4_5; } inline void set_U3CU3E9__4_4_5(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_4_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_4_5), value); } inline static int32_t get_offset_of_U3CU3E9__4_5_6() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_5_6)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_5_6() const { return ___U3CU3E9__4_5_6; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_5_6() { return &___U3CU3E9__4_5_6; } inline void set_U3CU3E9__4_5_6(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_5_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_5_6), value); } inline static int32_t get_offset_of_U3CU3E9__4_6_7() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_6_7)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_6_7() const { return ___U3CU3E9__4_6_7; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_6_7() { return &___U3CU3E9__4_6_7; } inline void set_U3CU3E9__4_6_7(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_6_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_6_7), value); } inline static int32_t get_offset_of_U3CU3E9__4_7_8() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_7_8)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_7_8() const { return ___U3CU3E9__4_7_8; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_7_8() { return &___U3CU3E9__4_7_8; } inline void set_U3CU3E9__4_7_8(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_7_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_7_8), value); } inline static int32_t get_offset_of_U3CU3E9__4_8_9() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_8_9)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_8_9() const { return ___U3CU3E9__4_8_9; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_8_9() { return &___U3CU3E9__4_8_9; } inline void set_U3CU3E9__4_8_9(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_8_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_8_9), value); } inline static int32_t get_offset_of_U3CU3E9__4_9_10() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_9_10)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_9_10() const { return ___U3CU3E9__4_9_10; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_9_10() { return &___U3CU3E9__4_9_10; } inline void set_U3CU3E9__4_9_10(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_9_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_9_10), value); } inline static int32_t get_offset_of_U3CU3E9__4_10_11() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_10_11)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_10_11() const { return ___U3CU3E9__4_10_11; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_10_11() { return &___U3CU3E9__4_10_11; } inline void set_U3CU3E9__4_10_11(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_10_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_10_11), value); } inline static int32_t get_offset_of_U3CU3E9__4_11_12() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_11_12)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_11_12() const { return ___U3CU3E9__4_11_12; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_11_12() { return &___U3CU3E9__4_11_12; } inline void set_U3CU3E9__4_11_12(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_11_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_11_12), value); } inline static int32_t get_offset_of_U3CU3E9__4_12_13() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_12_13)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_12_13() const { return ___U3CU3E9__4_12_13; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_12_13() { return &___U3CU3E9__4_12_13; } inline void set_U3CU3E9__4_12_13(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_12_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_12_13), value); } inline static int32_t get_offset_of_U3CU3E9__4_13_14() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_13_14)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_13_14() const { return ___U3CU3E9__4_13_14; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_13_14() { return &___U3CU3E9__4_13_14; } inline void set_U3CU3E9__4_13_14(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_13_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_13_14), value); } inline static int32_t get_offset_of_U3CU3E9__4_14_15() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_14_15)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_14_15() const { return ___U3CU3E9__4_14_15; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_14_15() { return &___U3CU3E9__4_14_15; } inline void set_U3CU3E9__4_14_15(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_14_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_14_15), value); } inline static int32_t get_offset_of_U3CU3E9__4_15_16() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_15_16)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_15_16() const { return ___U3CU3E9__4_15_16; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_15_16() { return &___U3CU3E9__4_15_16; } inline void set_U3CU3E9__4_15_16(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_15_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_15_16), value); } inline static int32_t get_offset_of_U3CU3E9__4_16_17() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_16_17)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_16_17() const { return ___U3CU3E9__4_16_17; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_16_17() { return &___U3CU3E9__4_16_17; } inline void set_U3CU3E9__4_16_17(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_16_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_16_17), value); } inline static int32_t get_offset_of_U3CU3E9__4_17_18() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_17_18)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_17_18() const { return ___U3CU3E9__4_17_18; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_17_18() { return &___U3CU3E9__4_17_18; } inline void set_U3CU3E9__4_17_18(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_17_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_17_18), value); } inline static int32_t get_offset_of_U3CU3E9__4_18_19() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_18_19)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_18_19() const { return ___U3CU3E9__4_18_19; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_18_19() { return &___U3CU3E9__4_18_19; } inline void set_U3CU3E9__4_18_19(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_18_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_18_19), value); } inline static int32_t get_offset_of_U3CU3E9__4_19_20() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_19_20)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_19_20() const { return ___U3CU3E9__4_19_20; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_19_20() { return &___U3CU3E9__4_19_20; } inline void set_U3CU3E9__4_19_20(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_19_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_19_20), value); } inline static int32_t get_offset_of_U3CU3E9__4_20_21() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_20_21)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_20_21() const { return ___U3CU3E9__4_20_21; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_20_21() { return &___U3CU3E9__4_20_21; } inline void set_U3CU3E9__4_20_21(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_20_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_20_21), value); } inline static int32_t get_offset_of_U3CU3E9__4_21_22() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_21_22)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_21_22() const { return ___U3CU3E9__4_21_22; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_21_22() { return &___U3CU3E9__4_21_22; } inline void set_U3CU3E9__4_21_22(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_21_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_21_22), value); } inline static int32_t get_offset_of_U3CU3E9__4_22_23() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_22_23)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_22_23() const { return ___U3CU3E9__4_22_23; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_22_23() { return &___U3CU3E9__4_22_23; } inline void set_U3CU3E9__4_22_23(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_22_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_22_23), value); } inline static int32_t get_offset_of_U3CU3E9__4_23_24() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_23_24)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_23_24() const { return ___U3CU3E9__4_23_24; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_23_24() { return &___U3CU3E9__4_23_24; } inline void set_U3CU3E9__4_23_24(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_23_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_23_24), value); } inline static int32_t get_offset_of_U3CU3E9__4_24_25() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_24_25)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_24_25() const { return ___U3CU3E9__4_24_25; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_24_25() { return &___U3CU3E9__4_24_25; } inline void set_U3CU3E9__4_24_25(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_24_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_24_25), value); } inline static int32_t get_offset_of_U3CU3E9__4_25_26() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_25_26)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_25_26() const { return ___U3CU3E9__4_25_26; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_25_26() { return &___U3CU3E9__4_25_26; } inline void set_U3CU3E9__4_25_26(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_25_26 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_25_26), value); } inline static int32_t get_offset_of_U3CU3E9__4_26_27() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_26_27)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_26_27() const { return ___U3CU3E9__4_26_27; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_26_27() { return &___U3CU3E9__4_26_27; } inline void set_U3CU3E9__4_26_27(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_26_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_26_27), value); } inline static int32_t get_offset_of_U3CU3E9__4_27_28() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_27_28)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_27_28() const { return ___U3CU3E9__4_27_28; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_27_28() { return &___U3CU3E9__4_27_28; } inline void set_U3CU3E9__4_27_28(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_27_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_27_28), value); } inline static int32_t get_offset_of_U3CU3E9__4_28_29() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_28_29)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_28_29() const { return ___U3CU3E9__4_28_29; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_28_29() { return &___U3CU3E9__4_28_29; } inline void set_U3CU3E9__4_28_29(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_28_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_28_29), value); } inline static int32_t get_offset_of_U3CU3E9__4_29_30() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_29_30)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_29_30() const { return ___U3CU3E9__4_29_30; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_29_30() { return &___U3CU3E9__4_29_30; } inline void set_U3CU3E9__4_29_30(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_29_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_29_30), value); } inline static int32_t get_offset_of_U3CU3E9__4_30_31() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_30_31)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_30_31() const { return ___U3CU3E9__4_30_31; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_30_31() { return &___U3CU3E9__4_30_31; } inline void set_U3CU3E9__4_30_31(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_30_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_30_31), value); } inline static int32_t get_offset_of_U3CU3E9__4_31_32() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_31_32)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_31_32() const { return ___U3CU3E9__4_31_32; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_31_32() { return &___U3CU3E9__4_31_32; } inline void set_U3CU3E9__4_31_32(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_31_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_31_32), value); } inline static int32_t get_offset_of_U3CU3E9__4_32_33() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_32_33)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_32_33() const { return ___U3CU3E9__4_32_33; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_32_33() { return &___U3CU3E9__4_32_33; } inline void set_U3CU3E9__4_32_33(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_32_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_32_33), value); } inline static int32_t get_offset_of_U3CU3E9__4_33_34() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_33_34)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_33_34() const { return ___U3CU3E9__4_33_34; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_33_34() { return &___U3CU3E9__4_33_34; } inline void set_U3CU3E9__4_33_34(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_33_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_33_34), value); } inline static int32_t get_offset_of_U3CU3E9__4_34_35() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_34_35)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_34_35() const { return ___U3CU3E9__4_34_35; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_34_35() { return &___U3CU3E9__4_34_35; } inline void set_U3CU3E9__4_34_35(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_34_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_34_35), value); } inline static int32_t get_offset_of_U3CU3E9__4_35_36() { return static_cast(offsetof(U3CU3Ec_t1320040651_StaticFields, ___U3CU3E9__4_35_36)); } inline EaseFunction_t3531141372 * get_U3CU3E9__4_35_36() const { return ___U3CU3E9__4_35_36; } inline EaseFunction_t3531141372 ** get_address_of_U3CU3E9__4_35_36() { return &___U3CU3E9__4_35_36; } inline void set_U3CU3E9__4_35_36(EaseFunction_t3531141372 * value) { ___U3CU3E9__4_35_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__4_35_36), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC_T1320040651_H #ifndef FLASH_T1955515410_H #define FLASH_T1955515410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Easing.Flash struct Flash_t1955515410 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLASH_T1955515410_H #ifndef EXTENSIONS_T3835977652_H #define EXTENSIONS_T3835977652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Extensions struct Extensions_t3835977652 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTENSIONS_T3835977652_H #ifndef STACK_1_T3186308008_H #define STACK_1_T3186308008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t3186308008 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array TweenU5BU5D_t1320466404* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t3186308008, ____array_1)); } inline TweenU5BU5D_t1320466404* get__array_1() const { return ____array_1; } inline TweenU5BU5D_t1320466404** get_address_of__array_1() { return &____array_1; } inline void set__array_1(TweenU5BU5D_t1320466404* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t3186308008, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(Stack_1_t3186308008, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T3186308008_H #ifndef LIST_1_T3814993295_H #define LIST_1_T3814993295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3814993295 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TweenU5BU5D_t1320466404* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3814993295, ____items_1)); } inline TweenU5BU5D_t1320466404* get__items_1() const { return ____items_1; } inline TweenU5BU5D_t1320466404** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TweenU5BU5D_t1320466404* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3814993295, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3814993295, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t3814993295_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TweenU5BU5D_t1320466404* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3814993295_StaticFields, ___EmptyArray_4)); } inline TweenU5BU5D_t1320466404* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TweenU5BU5D_t1320466404** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TweenU5BU5D_t1320466404* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3814993295_H #ifndef DICTIONARY_2_T450041920_H #define DICTIONARY_2_T450041920_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t450041920 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots TweenU5BU5D_t1320466404* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots TweenLinkU5BU5D_t2671143584* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t450041920, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t450041920, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t450041920, ___keySlots_6)); } inline TweenU5BU5D_t1320466404* get_keySlots_6() const { return ___keySlots_6; } inline TweenU5BU5D_t1320466404** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TweenU5BU5D_t1320466404* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t450041920, ___valueSlots_7)); } inline TweenLinkU5BU5D_t2671143584* get_valueSlots_7() const { return ___valueSlots_7; } inline TweenLinkU5BU5D_t2671143584** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(TweenLinkU5BU5D_t2671143584* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t450041920, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t450041920, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t450041920, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t450041920, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t450041920, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t450041920, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t450041920, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t450041920_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4104180476 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t450041920_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4104180476 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4104180476 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4104180476 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T450041920_H #ifndef UTILS_T849021263_H #define UTILS_T849021263_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Utils struct Utils_t849021263 : public RuntimeObject { public: public: }; struct Utils_t849021263_StaticFields { public: // System.Reflection.Assembly[] DG.Tweening.Core.Utils::_loadedAssemblies AssemblyU5BU5D_t2792222854* ____loadedAssemblies_0; // System.String[] DG.Tweening.Core.Utils::_defAssembliesToQuery StringU5BU5D_t1281789340* ____defAssembliesToQuery_1; public: inline static int32_t get_offset_of__loadedAssemblies_0() { return static_cast(offsetof(Utils_t849021263_StaticFields, ____loadedAssemblies_0)); } inline AssemblyU5BU5D_t2792222854* get__loadedAssemblies_0() const { return ____loadedAssemblies_0; } inline AssemblyU5BU5D_t2792222854** get_address_of__loadedAssemblies_0() { return &____loadedAssemblies_0; } inline void set__loadedAssemblies_0(AssemblyU5BU5D_t2792222854* value) { ____loadedAssemblies_0 = value; Il2CppCodeGenWriteBarrier((&____loadedAssemblies_0), value); } inline static int32_t get_offset_of__defAssembliesToQuery_1() { return static_cast(offsetof(Utils_t849021263_StaticFields, ____defAssembliesToQuery_1)); } inline StringU5BU5D_t1281789340* get__defAssembliesToQuery_1() const { return ____defAssembliesToQuery_1; } inline StringU5BU5D_t1281789340** get_address_of__defAssembliesToQuery_1() { return &____defAssembliesToQuery_1; } inline void set__defAssembliesToQuery_1(StringU5BU5D_t1281789340* value) { ____defAssembliesToQuery_1 = value; Il2CppCodeGenWriteBarrier((&____defAssembliesToQuery_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UTILS_T849021263_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 DICTIONARY_2_T109512516_H #define DICTIONARY_2_T109512516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t109512516 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ITweenPluginU5BU5D_t1040109509* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t109512516, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t109512516, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t109512516, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t109512516, ___valueSlots_7)); } inline ITweenPluginU5BU5D_t1040109509* get_valueSlots_7() const { return ___valueSlots_7; } inline ITweenPluginU5BU5D_t1040109509** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ITweenPluginU5BU5D_t1040109509* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t109512516, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t109512516, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t109512516, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t109512516, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t109512516, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t109512516, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t109512516, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t109512516_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1320604520 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t109512516_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1320604520 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1320604520 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1320604520 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T109512516_H #ifndef SPECIALPLUGINSUTILS_T1116177272_H #define SPECIALPLUGINSUTILS_T1116177272_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.SpecialPluginsUtils struct SpecialPluginsUtils_t1116177272 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPECIALPLUGINSUTILS_T1116177272_H #ifndef ABSTWEENPLUGIN_3_T2576148903_H #define ABSTWEENPLUGIN_3_T2576148903_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_t2576148903 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2576148903_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef LIST_1_T811567916_H #define LIST_1_T811567916_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t811567916 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CharU5BU5D_t3528271667* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t811567916, ____items_1)); } inline CharU5BU5D_t3528271667* get__items_1() const { return ____items_1; } inline CharU5BU5D_t3528271667** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CharU5BU5D_t3528271667* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t811567916, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t811567916, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t811567916_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CharU5BU5D_t3528271667* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t811567916_StaticFields, ___EmptyArray_4)); } inline CharU5BU5D_t3528271667* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CharU5BU5D_t3528271667** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CharU5BU5D_t3528271667* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T811567916_H #ifndef CAPTURE_T2232016050_H #define CAPTURE_T2232016050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Capture struct Capture_t2232016050 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.Capture::index int32_t ___index_0; // System.Int32 System.Text.RegularExpressions.Capture::length int32_t ___length_1; // System.String System.Text.RegularExpressions.Capture::text String_t* ___text_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(Capture_t2232016050, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(Capture_t2232016050, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_text_2() { return static_cast(offsetof(Capture_t2232016050, ___text_2)); } inline String_t* get_text_2() const { return ___text_2; } inline String_t** get_address_of_text_2() { return &___text_2; } inline void set_text_2(String_t* value) { ___text_2 = value; Il2CppCodeGenWriteBarrier((&___text_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURE_T2232016050_H #ifndef GROUPCOLLECTION_T69770484_H #define GROUPCOLLECTION_T69770484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484 : public RuntimeObject { public: // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::list GroupU5BU5D_t1880820351* ___list_0; // System.Int32 System.Text.RegularExpressions.GroupCollection::gap int32_t ___gap_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(GroupCollection_t69770484, ___list_0)); } inline GroupU5BU5D_t1880820351* get_list_0() const { return ___list_0; } inline GroupU5BU5D_t1880820351** get_address_of_list_0() { return &___list_0; } inline void set_list_0(GroupU5BU5D_t1880820351* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_gap_1() { return static_cast(offsetof(GroupCollection_t69770484, ___gap_1)); } inline int32_t get_gap_1() const { return ___gap_1; } inline int32_t* get_address_of_gap_1() { return &___gap_1; } inline void set_gap_1(int32_t value) { ___gap_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUPCOLLECTION_T69770484_H #ifndef STRINGPLUGINEXTENSIONS_T3521198905_H #define STRINGPLUGINEXTENSIONS_T3521198905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.StringPluginExtensions struct StringPluginExtensions_t3521198905 : public RuntimeObject { public: public: }; struct StringPluginExtensions_t3521198905_StaticFields { public: // System.Char[] DG.Tweening.Plugins.StringPluginExtensions::ScrambledCharsAll CharU5BU5D_t3528271667* ___ScrambledCharsAll_0; // System.Char[] DG.Tweening.Plugins.StringPluginExtensions::ScrambledCharsUppercase CharU5BU5D_t3528271667* ___ScrambledCharsUppercase_1; // System.Char[] DG.Tweening.Plugins.StringPluginExtensions::ScrambledCharsLowercase CharU5BU5D_t3528271667* ___ScrambledCharsLowercase_2; // System.Char[] DG.Tweening.Plugins.StringPluginExtensions::ScrambledCharsNumerals CharU5BU5D_t3528271667* ___ScrambledCharsNumerals_3; // System.Int32 DG.Tweening.Plugins.StringPluginExtensions::_lastRndSeed int32_t ____lastRndSeed_4; public: inline static int32_t get_offset_of_ScrambledCharsAll_0() { return static_cast(offsetof(StringPluginExtensions_t3521198905_StaticFields, ___ScrambledCharsAll_0)); } inline CharU5BU5D_t3528271667* get_ScrambledCharsAll_0() const { return ___ScrambledCharsAll_0; } inline CharU5BU5D_t3528271667** get_address_of_ScrambledCharsAll_0() { return &___ScrambledCharsAll_0; } inline void set_ScrambledCharsAll_0(CharU5BU5D_t3528271667* value) { ___ScrambledCharsAll_0 = value; Il2CppCodeGenWriteBarrier((&___ScrambledCharsAll_0), value); } inline static int32_t get_offset_of_ScrambledCharsUppercase_1() { return static_cast(offsetof(StringPluginExtensions_t3521198905_StaticFields, ___ScrambledCharsUppercase_1)); } inline CharU5BU5D_t3528271667* get_ScrambledCharsUppercase_1() const { return ___ScrambledCharsUppercase_1; } inline CharU5BU5D_t3528271667** get_address_of_ScrambledCharsUppercase_1() { return &___ScrambledCharsUppercase_1; } inline void set_ScrambledCharsUppercase_1(CharU5BU5D_t3528271667* value) { ___ScrambledCharsUppercase_1 = value; Il2CppCodeGenWriteBarrier((&___ScrambledCharsUppercase_1), value); } inline static int32_t get_offset_of_ScrambledCharsLowercase_2() { return static_cast(offsetof(StringPluginExtensions_t3521198905_StaticFields, ___ScrambledCharsLowercase_2)); } inline CharU5BU5D_t3528271667* get_ScrambledCharsLowercase_2() const { return ___ScrambledCharsLowercase_2; } inline CharU5BU5D_t3528271667** get_address_of_ScrambledCharsLowercase_2() { return &___ScrambledCharsLowercase_2; } inline void set_ScrambledCharsLowercase_2(CharU5BU5D_t3528271667* value) { ___ScrambledCharsLowercase_2 = value; Il2CppCodeGenWriteBarrier((&___ScrambledCharsLowercase_2), value); } inline static int32_t get_offset_of_ScrambledCharsNumerals_3() { return static_cast(offsetof(StringPluginExtensions_t3521198905_StaticFields, ___ScrambledCharsNumerals_3)); } inline CharU5BU5D_t3528271667* get_ScrambledCharsNumerals_3() const { return ___ScrambledCharsNumerals_3; } inline CharU5BU5D_t3528271667** get_address_of_ScrambledCharsNumerals_3() { return &___ScrambledCharsNumerals_3; } inline void set_ScrambledCharsNumerals_3(CharU5BU5D_t3528271667* value) { ___ScrambledCharsNumerals_3 = value; Il2CppCodeGenWriteBarrier((&___ScrambledCharsNumerals_3), value); } inline static int32_t get_offset_of__lastRndSeed_4() { return static_cast(offsetof(StringPluginExtensions_t3521198905_StaticFields, ____lastRndSeed_4)); } inline int32_t get__lastRndSeed_4() const { return ____lastRndSeed_4; } inline int32_t* get_address_of__lastRndSeed_4() { return &____lastRndSeed_4; } inline void set__lastRndSeed_4(int32_t value) { ____lastRndSeed_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGPLUGINEXTENSIONS_T3521198905_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 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 MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef PLUGINSMANAGER_T1753812699_H #define PLUGINSMANAGER_T1753812699_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.PluginsManager struct PluginsManager_t1753812699 : public RuntimeObject { public: public: }; struct PluginsManager_t1753812699_StaticFields { public: // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_floatPlugin RuntimeObject* ____floatPlugin_0; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_doublePlugin RuntimeObject* ____doublePlugin_1; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_intPlugin RuntimeObject* ____intPlugin_2; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_uintPlugin RuntimeObject* ____uintPlugin_3; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_longPlugin RuntimeObject* ____longPlugin_4; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_ulongPlugin RuntimeObject* ____ulongPlugin_5; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_vector2Plugin RuntimeObject* ____vector2Plugin_6; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_vector3Plugin RuntimeObject* ____vector3Plugin_7; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_vector4Plugin RuntimeObject* ____vector4Plugin_8; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_quaternionPlugin RuntimeObject* ____quaternionPlugin_9; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_colorPlugin RuntimeObject* ____colorPlugin_10; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_rectPlugin RuntimeObject* ____rectPlugin_11; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_rectOffsetPlugin RuntimeObject* ____rectOffsetPlugin_12; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_stringPlugin RuntimeObject* ____stringPlugin_13; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_vector3ArrayPlugin RuntimeObject* ____vector3ArrayPlugin_14; // DG.Tweening.Plugins.Core.ITweenPlugin DG.Tweening.Plugins.Core.PluginsManager::_color2Plugin RuntimeObject* ____color2Plugin_15; // System.Collections.Generic.Dictionary`2 DG.Tweening.Plugins.Core.PluginsManager::_customPlugins Dictionary_2_t109512516 * ____customPlugins_17; public: inline static int32_t get_offset_of__floatPlugin_0() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____floatPlugin_0)); } inline RuntimeObject* get__floatPlugin_0() const { return ____floatPlugin_0; } inline RuntimeObject** get_address_of__floatPlugin_0() { return &____floatPlugin_0; } inline void set__floatPlugin_0(RuntimeObject* value) { ____floatPlugin_0 = value; Il2CppCodeGenWriteBarrier((&____floatPlugin_0), value); } inline static int32_t get_offset_of__doublePlugin_1() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____doublePlugin_1)); } inline RuntimeObject* get__doublePlugin_1() const { return ____doublePlugin_1; } inline RuntimeObject** get_address_of__doublePlugin_1() { return &____doublePlugin_1; } inline void set__doublePlugin_1(RuntimeObject* value) { ____doublePlugin_1 = value; Il2CppCodeGenWriteBarrier((&____doublePlugin_1), value); } inline static int32_t get_offset_of__intPlugin_2() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____intPlugin_2)); } inline RuntimeObject* get__intPlugin_2() const { return ____intPlugin_2; } inline RuntimeObject** get_address_of__intPlugin_2() { return &____intPlugin_2; } inline void set__intPlugin_2(RuntimeObject* value) { ____intPlugin_2 = value; Il2CppCodeGenWriteBarrier((&____intPlugin_2), value); } inline static int32_t get_offset_of__uintPlugin_3() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____uintPlugin_3)); } inline RuntimeObject* get__uintPlugin_3() const { return ____uintPlugin_3; } inline RuntimeObject** get_address_of__uintPlugin_3() { return &____uintPlugin_3; } inline void set__uintPlugin_3(RuntimeObject* value) { ____uintPlugin_3 = value; Il2CppCodeGenWriteBarrier((&____uintPlugin_3), value); } inline static int32_t get_offset_of__longPlugin_4() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____longPlugin_4)); } inline RuntimeObject* get__longPlugin_4() const { return ____longPlugin_4; } inline RuntimeObject** get_address_of__longPlugin_4() { return &____longPlugin_4; } inline void set__longPlugin_4(RuntimeObject* value) { ____longPlugin_4 = value; Il2CppCodeGenWriteBarrier((&____longPlugin_4), value); } inline static int32_t get_offset_of__ulongPlugin_5() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____ulongPlugin_5)); } inline RuntimeObject* get__ulongPlugin_5() const { return ____ulongPlugin_5; } inline RuntimeObject** get_address_of__ulongPlugin_5() { return &____ulongPlugin_5; } inline void set__ulongPlugin_5(RuntimeObject* value) { ____ulongPlugin_5 = value; Il2CppCodeGenWriteBarrier((&____ulongPlugin_5), value); } inline static int32_t get_offset_of__vector2Plugin_6() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____vector2Plugin_6)); } inline RuntimeObject* get__vector2Plugin_6() const { return ____vector2Plugin_6; } inline RuntimeObject** get_address_of__vector2Plugin_6() { return &____vector2Plugin_6; } inline void set__vector2Plugin_6(RuntimeObject* value) { ____vector2Plugin_6 = value; Il2CppCodeGenWriteBarrier((&____vector2Plugin_6), value); } inline static int32_t get_offset_of__vector3Plugin_7() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____vector3Plugin_7)); } inline RuntimeObject* get__vector3Plugin_7() const { return ____vector3Plugin_7; } inline RuntimeObject** get_address_of__vector3Plugin_7() { return &____vector3Plugin_7; } inline void set__vector3Plugin_7(RuntimeObject* value) { ____vector3Plugin_7 = value; Il2CppCodeGenWriteBarrier((&____vector3Plugin_7), value); } inline static int32_t get_offset_of__vector4Plugin_8() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____vector4Plugin_8)); } inline RuntimeObject* get__vector4Plugin_8() const { return ____vector4Plugin_8; } inline RuntimeObject** get_address_of__vector4Plugin_8() { return &____vector4Plugin_8; } inline void set__vector4Plugin_8(RuntimeObject* value) { ____vector4Plugin_8 = value; Il2CppCodeGenWriteBarrier((&____vector4Plugin_8), value); } inline static int32_t get_offset_of__quaternionPlugin_9() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____quaternionPlugin_9)); } inline RuntimeObject* get__quaternionPlugin_9() const { return ____quaternionPlugin_9; } inline RuntimeObject** get_address_of__quaternionPlugin_9() { return &____quaternionPlugin_9; } inline void set__quaternionPlugin_9(RuntimeObject* value) { ____quaternionPlugin_9 = value; Il2CppCodeGenWriteBarrier((&____quaternionPlugin_9), value); } inline static int32_t get_offset_of__colorPlugin_10() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____colorPlugin_10)); } inline RuntimeObject* get__colorPlugin_10() const { return ____colorPlugin_10; } inline RuntimeObject** get_address_of__colorPlugin_10() { return &____colorPlugin_10; } inline void set__colorPlugin_10(RuntimeObject* value) { ____colorPlugin_10 = value; Il2CppCodeGenWriteBarrier((&____colorPlugin_10), value); } inline static int32_t get_offset_of__rectPlugin_11() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____rectPlugin_11)); } inline RuntimeObject* get__rectPlugin_11() const { return ____rectPlugin_11; } inline RuntimeObject** get_address_of__rectPlugin_11() { return &____rectPlugin_11; } inline void set__rectPlugin_11(RuntimeObject* value) { ____rectPlugin_11 = value; Il2CppCodeGenWriteBarrier((&____rectPlugin_11), value); } inline static int32_t get_offset_of__rectOffsetPlugin_12() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____rectOffsetPlugin_12)); } inline RuntimeObject* get__rectOffsetPlugin_12() const { return ____rectOffsetPlugin_12; } inline RuntimeObject** get_address_of__rectOffsetPlugin_12() { return &____rectOffsetPlugin_12; } inline void set__rectOffsetPlugin_12(RuntimeObject* value) { ____rectOffsetPlugin_12 = value; Il2CppCodeGenWriteBarrier((&____rectOffsetPlugin_12), value); } inline static int32_t get_offset_of__stringPlugin_13() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____stringPlugin_13)); } inline RuntimeObject* get__stringPlugin_13() const { return ____stringPlugin_13; } inline RuntimeObject** get_address_of__stringPlugin_13() { return &____stringPlugin_13; } inline void set__stringPlugin_13(RuntimeObject* value) { ____stringPlugin_13 = value; Il2CppCodeGenWriteBarrier((&____stringPlugin_13), value); } inline static int32_t get_offset_of__vector3ArrayPlugin_14() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____vector3ArrayPlugin_14)); } inline RuntimeObject* get__vector3ArrayPlugin_14() const { return ____vector3ArrayPlugin_14; } inline RuntimeObject** get_address_of__vector3ArrayPlugin_14() { return &____vector3ArrayPlugin_14; } inline void set__vector3ArrayPlugin_14(RuntimeObject* value) { ____vector3ArrayPlugin_14 = value; Il2CppCodeGenWriteBarrier((&____vector3ArrayPlugin_14), value); } inline static int32_t get_offset_of__color2Plugin_15() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____color2Plugin_15)); } inline RuntimeObject* get__color2Plugin_15() const { return ____color2Plugin_15; } inline RuntimeObject** get_address_of__color2Plugin_15() { return &____color2Plugin_15; } inline void set__color2Plugin_15(RuntimeObject* value) { ____color2Plugin_15 = value; Il2CppCodeGenWriteBarrier((&____color2Plugin_15), value); } inline static int32_t get_offset_of__customPlugins_17() { return static_cast(offsetof(PluginsManager_t1753812699_StaticFields, ____customPlugins_17)); } inline Dictionary_2_t109512516 * get__customPlugins_17() const { return ____customPlugins_17; } inline Dictionary_2_t109512516 ** get_address_of__customPlugins_17() { return &____customPlugins_17; } inline void set__customPlugins_17(Dictionary_2_t109512516 * value) { ____customPlugins_17 = value; Il2CppCodeGenWriteBarrier((&____customPlugins_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLUGINSMANAGER_T1753812699_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_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_T1044496576_H #define ABSTWEENPLUGIN_3_T1044496576_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_t1044496576 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1044496576_H #ifndef U3CU3EC__DISPLAYCLASS54_0_T1212542191_H #define U3CU3EC__DISPLAYCLASS54_0_T1212542191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.DOTween/<>c__DisplayClass54_0 struct U3CU3Ec__DisplayClass54_0_t1212542191 : public RuntimeObject { public: // System.Single DG.Tweening.DOTween/<>c__DisplayClass54_0::v float ___v_0; // DG.Tweening.Core.DOSetter`1 DG.Tweening.DOTween/<>c__DisplayClass54_0::setter DOSetter_1_t2447375106 * ___setter_1; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass54_0_t1212542191, ___v_0)); } inline float get_v_0() const { return ___v_0; } inline float* get_address_of_v_0() { return &___v_0; } inline void set_v_0(float value) { ___v_0 = value; } inline static int32_t get_offset_of_setter_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass54_0_t1212542191, ___setter_1)); } inline DOSetter_1_t2447375106 * get_setter_1() const { return ___setter_1; } inline DOSetter_1_t2447375106 ** get_address_of_setter_1() { return &___setter_1; } inline void set_setter_1(DOSetter_1_t2447375106 * value) { ___setter_1 = value; Il2CppCodeGenWriteBarrier((&___setter_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS54_0_T1212542191_H #ifndef ABSTWEENPLUGIN_3_T487868235_H #define ABSTWEENPLUGIN_3_T487868235_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_t487868235 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T487868235_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 DOVIRTUAL_T3355183605_H #define DOVIRTUAL_T3355183605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.DOVirtual struct DOVirtual_t3355183605 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOVIRTUAL_T3355183605_H #ifndef U3CU3EC__DISPLAYCLASS0_0_T3914388664_H #define U3CU3EC__DISPLAYCLASS0_0_T3914388664_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.DOVirtual/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_t3914388664 : public RuntimeObject { public: // System.Single DG.Tweening.DOVirtual/<>c__DisplayClass0_0::val float ___val_0; // DG.Tweening.TweenCallback`1 DG.Tweening.DOVirtual/<>c__DisplayClass0_0::onVirtualUpdate TweenCallback_1_t1456286679 * ___onVirtualUpdate_1; public: inline static int32_t get_offset_of_val_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_t3914388664, ___val_0)); } inline float get_val_0() const { return ___val_0; } inline float* get_address_of_val_0() { return &___val_0; } inline void set_val_0(float value) { ___val_0 = value; } inline static int32_t get_offset_of_onVirtualUpdate_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_t3914388664, ___onVirtualUpdate_1)); } inline TweenCallback_1_t1456286679 * get_onVirtualUpdate_1() const { return ___onVirtualUpdate_1; } inline TweenCallback_1_t1456286679 ** get_address_of_onVirtualUpdate_1() { return &___onVirtualUpdate_1; } inline void set_onVirtualUpdate_1(TweenCallback_1_t1456286679 * value) { ___onVirtualUpdate_1 = value; Il2CppCodeGenWriteBarrier((&___onVirtualUpdate_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS0_0_T3914388664_H #ifndef EASEFACTORY_T2344806846_H #define EASEFACTORY_T2344806846_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.EaseFactory struct EaseFactory_t2344806846 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASEFACTORY_T2344806846_H #ifndef U3CU3EC__DISPLAYCLASS2_0_T753111370_H #define U3CU3EC__DISPLAYCLASS2_0_T753111370_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.EaseFactory/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_t753111370 : public RuntimeObject { public: // System.Single DG.Tweening.EaseFactory/<>c__DisplayClass2_0::motionDelay float ___motionDelay_0; // DG.Tweening.EaseFunction DG.Tweening.EaseFactory/<>c__DisplayClass2_0::customEase EaseFunction_t3531141372 * ___customEase_1; public: inline static int32_t get_offset_of_motionDelay_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_t753111370, ___motionDelay_0)); } inline float get_motionDelay_0() const { return ___motionDelay_0; } inline float* get_address_of_motionDelay_0() { return &___motionDelay_0; } inline void set_motionDelay_0(float value) { ___motionDelay_0 = value; } inline static int32_t get_offset_of_customEase_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_t753111370, ___customEase_1)); } inline EaseFunction_t3531141372 * get_customEase_1() const { return ___customEase_1; } inline EaseFunction_t3531141372 ** get_address_of_customEase_1() { return &___customEase_1; } inline void set_customEase_1(EaseFunction_t3531141372 * value) { ___customEase_1 = value; Il2CppCodeGenWriteBarrier((&___customEase_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS2_0_T753111370_H #ifndef ABSPATHDECODER_T2613982196_H #define ABSPATHDECODER_T2613982196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder struct ABSPathDecoder_t2613982196 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSPATHDECODER_T2613982196_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 U3CWAITFORPOSITIONU3ED__19_T4150277215_H #define U3CWAITFORPOSITIONU3ED__19_T4150277215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenComponent/d__19 struct U3CWaitForPositionU3Ed__19_t4150277215 : public RuntimeObject { public: // System.Int32 DG.Tweening.Core.DOTweenComponent/d__19::<>1__state int32_t ___U3CU3E1__state_0; // System.Object DG.Tweening.Core.DOTweenComponent/d__19::<>2__current RuntimeObject * ___U3CU3E2__current_1; // DG.Tweening.Tween DG.Tweening.Core.DOTweenComponent/d__19::t Tween_t2342918553 * ___t_2; // System.Single DG.Tweening.Core.DOTweenComponent/d__19::position float ___position_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWaitForPositionU3Ed__19_t4150277215, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CWaitForPositionU3Ed__19_t4150277215, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CWaitForPositionU3Ed__19_t4150277215, ___t_2)); } inline Tween_t2342918553 * get_t_2() const { return ___t_2; } inline Tween_t2342918553 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_t2342918553 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((&___t_2), value); } inline static int32_t get_offset_of_position_3() { return static_cast(offsetof(U3CWaitForPositionU3Ed__19_t4150277215, ___position_3)); } inline float get_position_3() const { return ___position_3; } inline float* get_address_of_position_3() { return &___position_3; } inline void set_position_3(float value) { ___position_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CWAITFORPOSITIONU3ED__19_T4150277215_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 TWEENMANAGER_T374091826_H #define TWEENMANAGER_T374091826_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenManager struct TweenManager_t374091826 : public RuntimeObject { public: public: }; struct TweenManager_t374091826_StaticFields { public: // System.Boolean DG.Tweening.Core.TweenManager::isUnityEditor bool ___isUnityEditor_4; // System.Boolean DG.Tweening.Core.TweenManager::isDebugBuild bool ___isDebugBuild_5; // System.Int32 DG.Tweening.Core.TweenManager::maxActive int32_t ___maxActive_6; // System.Int32 DG.Tweening.Core.TweenManager::maxTweeners int32_t ___maxTweeners_7; // System.Int32 DG.Tweening.Core.TweenManager::maxSequences int32_t ___maxSequences_8; // System.Boolean DG.Tweening.Core.TweenManager::hasActiveTweens bool ___hasActiveTweens_9; // System.Boolean DG.Tweening.Core.TweenManager::hasActiveDefaultTweens bool ___hasActiveDefaultTweens_10; // System.Boolean DG.Tweening.Core.TweenManager::hasActiveLateTweens bool ___hasActiveLateTweens_11; // System.Boolean DG.Tweening.Core.TweenManager::hasActiveFixedTweens bool ___hasActiveFixedTweens_12; // System.Boolean DG.Tweening.Core.TweenManager::hasActiveManualTweens bool ___hasActiveManualTweens_13; // System.Int32 DG.Tweening.Core.TweenManager::totActiveTweens int32_t ___totActiveTweens_14; // System.Int32 DG.Tweening.Core.TweenManager::totActiveDefaultTweens int32_t ___totActiveDefaultTweens_15; // System.Int32 DG.Tweening.Core.TweenManager::totActiveLateTweens int32_t ___totActiveLateTweens_16; // System.Int32 DG.Tweening.Core.TweenManager::totActiveFixedTweens int32_t ___totActiveFixedTweens_17; // System.Int32 DG.Tweening.Core.TweenManager::totActiveManualTweens int32_t ___totActiveManualTweens_18; // System.Int32 DG.Tweening.Core.TweenManager::totActiveTweeners int32_t ___totActiveTweeners_19; // System.Int32 DG.Tweening.Core.TweenManager::totActiveSequences int32_t ___totActiveSequences_20; // System.Int32 DG.Tweening.Core.TweenManager::totPooledTweeners int32_t ___totPooledTweeners_21; // System.Int32 DG.Tweening.Core.TweenManager::totPooledSequences int32_t ___totPooledSequences_22; // System.Int32 DG.Tweening.Core.TweenManager::totTweeners int32_t ___totTweeners_23; // System.Int32 DG.Tweening.Core.TweenManager::totSequences int32_t ___totSequences_24; // System.Boolean DG.Tweening.Core.TweenManager::isUpdateLoop bool ___isUpdateLoop_25; // DG.Tweening.Tween[] DG.Tweening.Core.TweenManager::_activeTweens TweenU5BU5D_t1320466404* ____activeTweens_26; // DG.Tweening.Tween[] DG.Tweening.Core.TweenManager::_pooledTweeners TweenU5BU5D_t1320466404* ____pooledTweeners_27; // System.Collections.Generic.Stack`1 DG.Tweening.Core.TweenManager::_PooledSequences Stack_1_t3186308008 * ____PooledSequences_28; // System.Collections.Generic.List`1 DG.Tweening.Core.TweenManager::_KillList List_1_t3814993295 * ____KillList_29; // System.Collections.Generic.Dictionary`2 DG.Tweening.Core.TweenManager::_TweenLinks Dictionary_2_t450041920 * ____TweenLinks_30; // System.Int32 DG.Tweening.Core.TweenManager::_totTweenLinks int32_t ____totTweenLinks_31; // System.Int32 DG.Tweening.Core.TweenManager::_maxActiveLookupId int32_t ____maxActiveLookupId_32; // System.Boolean DG.Tweening.Core.TweenManager::_requiresActiveReorganization bool ____requiresActiveReorganization_33; // System.Int32 DG.Tweening.Core.TweenManager::_reorganizeFromId int32_t ____reorganizeFromId_34; // System.Int32 DG.Tweening.Core.TweenManager::_minPooledTweenerId int32_t ____minPooledTweenerId_35; // System.Int32 DG.Tweening.Core.TweenManager::_maxPooledTweenerId int32_t ____maxPooledTweenerId_36; // System.Boolean DG.Tweening.Core.TweenManager::_despawnAllCalledFromUpdateLoopCallback bool ____despawnAllCalledFromUpdateLoopCallback_37; public: inline static int32_t get_offset_of_isUnityEditor_4() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___isUnityEditor_4)); } inline bool get_isUnityEditor_4() const { return ___isUnityEditor_4; } inline bool* get_address_of_isUnityEditor_4() { return &___isUnityEditor_4; } inline void set_isUnityEditor_4(bool value) { ___isUnityEditor_4 = value; } inline static int32_t get_offset_of_isDebugBuild_5() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___isDebugBuild_5)); } inline bool get_isDebugBuild_5() const { return ___isDebugBuild_5; } inline bool* get_address_of_isDebugBuild_5() { return &___isDebugBuild_5; } inline void set_isDebugBuild_5(bool value) { ___isDebugBuild_5 = value; } inline static int32_t get_offset_of_maxActive_6() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___maxActive_6)); } inline int32_t get_maxActive_6() const { return ___maxActive_6; } inline int32_t* get_address_of_maxActive_6() { return &___maxActive_6; } inline void set_maxActive_6(int32_t value) { ___maxActive_6 = value; } inline static int32_t get_offset_of_maxTweeners_7() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___maxTweeners_7)); } inline int32_t get_maxTweeners_7() const { return ___maxTweeners_7; } inline int32_t* get_address_of_maxTweeners_7() { return &___maxTweeners_7; } inline void set_maxTweeners_7(int32_t value) { ___maxTweeners_7 = value; } inline static int32_t get_offset_of_maxSequences_8() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___maxSequences_8)); } inline int32_t get_maxSequences_8() const { return ___maxSequences_8; } inline int32_t* get_address_of_maxSequences_8() { return &___maxSequences_8; } inline void set_maxSequences_8(int32_t value) { ___maxSequences_8 = value; } inline static int32_t get_offset_of_hasActiveTweens_9() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___hasActiveTweens_9)); } inline bool get_hasActiveTweens_9() const { return ___hasActiveTweens_9; } inline bool* get_address_of_hasActiveTweens_9() { return &___hasActiveTweens_9; } inline void set_hasActiveTweens_9(bool value) { ___hasActiveTweens_9 = value; } inline static int32_t get_offset_of_hasActiveDefaultTweens_10() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___hasActiveDefaultTweens_10)); } inline bool get_hasActiveDefaultTweens_10() const { return ___hasActiveDefaultTweens_10; } inline bool* get_address_of_hasActiveDefaultTweens_10() { return &___hasActiveDefaultTweens_10; } inline void set_hasActiveDefaultTweens_10(bool value) { ___hasActiveDefaultTweens_10 = value; } inline static int32_t get_offset_of_hasActiveLateTweens_11() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___hasActiveLateTweens_11)); } inline bool get_hasActiveLateTweens_11() const { return ___hasActiveLateTweens_11; } inline bool* get_address_of_hasActiveLateTweens_11() { return &___hasActiveLateTweens_11; } inline void set_hasActiveLateTweens_11(bool value) { ___hasActiveLateTweens_11 = value; } inline static int32_t get_offset_of_hasActiveFixedTweens_12() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___hasActiveFixedTweens_12)); } inline bool get_hasActiveFixedTweens_12() const { return ___hasActiveFixedTweens_12; } inline bool* get_address_of_hasActiveFixedTweens_12() { return &___hasActiveFixedTweens_12; } inline void set_hasActiveFixedTweens_12(bool value) { ___hasActiveFixedTweens_12 = value; } inline static int32_t get_offset_of_hasActiveManualTweens_13() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___hasActiveManualTweens_13)); } inline bool get_hasActiveManualTweens_13() const { return ___hasActiveManualTweens_13; } inline bool* get_address_of_hasActiveManualTweens_13() { return &___hasActiveManualTweens_13; } inline void set_hasActiveManualTweens_13(bool value) { ___hasActiveManualTweens_13 = value; } inline static int32_t get_offset_of_totActiveTweens_14() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totActiveTweens_14)); } inline int32_t get_totActiveTweens_14() const { return ___totActiveTweens_14; } inline int32_t* get_address_of_totActiveTweens_14() { return &___totActiveTweens_14; } inline void set_totActiveTweens_14(int32_t value) { ___totActiveTweens_14 = value; } inline static int32_t get_offset_of_totActiveDefaultTweens_15() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totActiveDefaultTweens_15)); } inline int32_t get_totActiveDefaultTweens_15() const { return ___totActiveDefaultTweens_15; } inline int32_t* get_address_of_totActiveDefaultTweens_15() { return &___totActiveDefaultTweens_15; } inline void set_totActiveDefaultTweens_15(int32_t value) { ___totActiveDefaultTweens_15 = value; } inline static int32_t get_offset_of_totActiveLateTweens_16() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totActiveLateTweens_16)); } inline int32_t get_totActiveLateTweens_16() const { return ___totActiveLateTweens_16; } inline int32_t* get_address_of_totActiveLateTweens_16() { return &___totActiveLateTweens_16; } inline void set_totActiveLateTweens_16(int32_t value) { ___totActiveLateTweens_16 = value; } inline static int32_t get_offset_of_totActiveFixedTweens_17() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totActiveFixedTweens_17)); } inline int32_t get_totActiveFixedTweens_17() const { return ___totActiveFixedTweens_17; } inline int32_t* get_address_of_totActiveFixedTweens_17() { return &___totActiveFixedTweens_17; } inline void set_totActiveFixedTweens_17(int32_t value) { ___totActiveFixedTweens_17 = value; } inline static int32_t get_offset_of_totActiveManualTweens_18() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totActiveManualTweens_18)); } inline int32_t get_totActiveManualTweens_18() const { return ___totActiveManualTweens_18; } inline int32_t* get_address_of_totActiveManualTweens_18() { return &___totActiveManualTweens_18; } inline void set_totActiveManualTweens_18(int32_t value) { ___totActiveManualTweens_18 = value; } inline static int32_t get_offset_of_totActiveTweeners_19() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totActiveTweeners_19)); } inline int32_t get_totActiveTweeners_19() const { return ___totActiveTweeners_19; } inline int32_t* get_address_of_totActiveTweeners_19() { return &___totActiveTweeners_19; } inline void set_totActiveTweeners_19(int32_t value) { ___totActiveTweeners_19 = value; } inline static int32_t get_offset_of_totActiveSequences_20() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totActiveSequences_20)); } inline int32_t get_totActiveSequences_20() const { return ___totActiveSequences_20; } inline int32_t* get_address_of_totActiveSequences_20() { return &___totActiveSequences_20; } inline void set_totActiveSequences_20(int32_t value) { ___totActiveSequences_20 = value; } inline static int32_t get_offset_of_totPooledTweeners_21() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totPooledTweeners_21)); } inline int32_t get_totPooledTweeners_21() const { return ___totPooledTweeners_21; } inline int32_t* get_address_of_totPooledTweeners_21() { return &___totPooledTweeners_21; } inline void set_totPooledTweeners_21(int32_t value) { ___totPooledTweeners_21 = value; } inline static int32_t get_offset_of_totPooledSequences_22() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totPooledSequences_22)); } inline int32_t get_totPooledSequences_22() const { return ___totPooledSequences_22; } inline int32_t* get_address_of_totPooledSequences_22() { return &___totPooledSequences_22; } inline void set_totPooledSequences_22(int32_t value) { ___totPooledSequences_22 = value; } inline static int32_t get_offset_of_totTweeners_23() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totTweeners_23)); } inline int32_t get_totTweeners_23() const { return ___totTweeners_23; } inline int32_t* get_address_of_totTweeners_23() { return &___totTweeners_23; } inline void set_totTweeners_23(int32_t value) { ___totTweeners_23 = value; } inline static int32_t get_offset_of_totSequences_24() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___totSequences_24)); } inline int32_t get_totSequences_24() const { return ___totSequences_24; } inline int32_t* get_address_of_totSequences_24() { return &___totSequences_24; } inline void set_totSequences_24(int32_t value) { ___totSequences_24 = value; } inline static int32_t get_offset_of_isUpdateLoop_25() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ___isUpdateLoop_25)); } inline bool get_isUpdateLoop_25() const { return ___isUpdateLoop_25; } inline bool* get_address_of_isUpdateLoop_25() { return &___isUpdateLoop_25; } inline void set_isUpdateLoop_25(bool value) { ___isUpdateLoop_25 = value; } inline static int32_t get_offset_of__activeTweens_26() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____activeTweens_26)); } inline TweenU5BU5D_t1320466404* get__activeTweens_26() const { return ____activeTweens_26; } inline TweenU5BU5D_t1320466404** get_address_of__activeTweens_26() { return &____activeTweens_26; } inline void set__activeTweens_26(TweenU5BU5D_t1320466404* value) { ____activeTweens_26 = value; Il2CppCodeGenWriteBarrier((&____activeTweens_26), value); } inline static int32_t get_offset_of__pooledTweeners_27() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____pooledTweeners_27)); } inline TweenU5BU5D_t1320466404* get__pooledTweeners_27() const { return ____pooledTweeners_27; } inline TweenU5BU5D_t1320466404** get_address_of__pooledTweeners_27() { return &____pooledTweeners_27; } inline void set__pooledTweeners_27(TweenU5BU5D_t1320466404* value) { ____pooledTweeners_27 = value; Il2CppCodeGenWriteBarrier((&____pooledTweeners_27), value); } inline static int32_t get_offset_of__PooledSequences_28() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____PooledSequences_28)); } inline Stack_1_t3186308008 * get__PooledSequences_28() const { return ____PooledSequences_28; } inline Stack_1_t3186308008 ** get_address_of__PooledSequences_28() { return &____PooledSequences_28; } inline void set__PooledSequences_28(Stack_1_t3186308008 * value) { ____PooledSequences_28 = value; Il2CppCodeGenWriteBarrier((&____PooledSequences_28), value); } inline static int32_t get_offset_of__KillList_29() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____KillList_29)); } inline List_1_t3814993295 * get__KillList_29() const { return ____KillList_29; } inline List_1_t3814993295 ** get_address_of__KillList_29() { return &____KillList_29; } inline void set__KillList_29(List_1_t3814993295 * value) { ____KillList_29 = value; Il2CppCodeGenWriteBarrier((&____KillList_29), value); } inline static int32_t get_offset_of__TweenLinks_30() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____TweenLinks_30)); } inline Dictionary_2_t450041920 * get__TweenLinks_30() const { return ____TweenLinks_30; } inline Dictionary_2_t450041920 ** get_address_of__TweenLinks_30() { return &____TweenLinks_30; } inline void set__TweenLinks_30(Dictionary_2_t450041920 * value) { ____TweenLinks_30 = value; Il2CppCodeGenWriteBarrier((&____TweenLinks_30), value); } inline static int32_t get_offset_of__totTweenLinks_31() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____totTweenLinks_31)); } inline int32_t get__totTweenLinks_31() const { return ____totTweenLinks_31; } inline int32_t* get_address_of__totTweenLinks_31() { return &____totTweenLinks_31; } inline void set__totTweenLinks_31(int32_t value) { ____totTweenLinks_31 = value; } inline static int32_t get_offset_of__maxActiveLookupId_32() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____maxActiveLookupId_32)); } inline int32_t get__maxActiveLookupId_32() const { return ____maxActiveLookupId_32; } inline int32_t* get_address_of__maxActiveLookupId_32() { return &____maxActiveLookupId_32; } inline void set__maxActiveLookupId_32(int32_t value) { ____maxActiveLookupId_32 = value; } inline static int32_t get_offset_of__requiresActiveReorganization_33() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____requiresActiveReorganization_33)); } inline bool get__requiresActiveReorganization_33() const { return ____requiresActiveReorganization_33; } inline bool* get_address_of__requiresActiveReorganization_33() { return &____requiresActiveReorganization_33; } inline void set__requiresActiveReorganization_33(bool value) { ____requiresActiveReorganization_33 = value; } inline static int32_t get_offset_of__reorganizeFromId_34() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____reorganizeFromId_34)); } inline int32_t get__reorganizeFromId_34() const { return ____reorganizeFromId_34; } inline int32_t* get_address_of__reorganizeFromId_34() { return &____reorganizeFromId_34; } inline void set__reorganizeFromId_34(int32_t value) { ____reorganizeFromId_34 = value; } inline static int32_t get_offset_of__minPooledTweenerId_35() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____minPooledTweenerId_35)); } inline int32_t get__minPooledTweenerId_35() const { return ____minPooledTweenerId_35; } inline int32_t* get_address_of__minPooledTweenerId_35() { return &____minPooledTweenerId_35; } inline void set__minPooledTweenerId_35(int32_t value) { ____minPooledTweenerId_35 = value; } inline static int32_t get_offset_of__maxPooledTweenerId_36() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____maxPooledTweenerId_36)); } inline int32_t get__maxPooledTweenerId_36() const { return ____maxPooledTweenerId_36; } inline int32_t* get_address_of__maxPooledTweenerId_36() { return &____maxPooledTweenerId_36; } inline void set__maxPooledTweenerId_36(int32_t value) { ____maxPooledTweenerId_36 = value; } inline static int32_t get_offset_of__despawnAllCalledFromUpdateLoopCallback_37() { return static_cast(offsetof(TweenManager_t374091826_StaticFields, ____despawnAllCalledFromUpdateLoopCallback_37)); } inline bool get__despawnAllCalledFromUpdateLoopCallback_37() const { return ____despawnAllCalledFromUpdateLoopCallback_37; } inline bool* get_address_of__despawnAllCalledFromUpdateLoopCallback_37() { return &____despawnAllCalledFromUpdateLoopCallback_37; } inline void set__despawnAllCalledFromUpdateLoopCallback_37(bool value) { ____despawnAllCalledFromUpdateLoopCallback_37 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENMANAGER_T374091826_H #ifndef U3CWAITFORELAPSEDLOOPSU3ED__18_T1941435320_H #define U3CWAITFORELAPSEDLOOPSU3ED__18_T1941435320_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenComponent/d__18 struct U3CWaitForElapsedLoopsU3Ed__18_t1941435320 : public RuntimeObject { public: // System.Int32 DG.Tweening.Core.DOTweenComponent/d__18::<>1__state int32_t ___U3CU3E1__state_0; // System.Object DG.Tweening.Core.DOTweenComponent/d__18::<>2__current RuntimeObject * ___U3CU3E2__current_1; // DG.Tweening.Tween DG.Tweening.Core.DOTweenComponent/d__18::t Tween_t2342918553 * ___t_2; // System.Int32 DG.Tweening.Core.DOTweenComponent/d__18::elapsedLoops int32_t ___elapsedLoops_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWaitForElapsedLoopsU3Ed__18_t1941435320, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CWaitForElapsedLoopsU3Ed__18_t1941435320, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CWaitForElapsedLoopsU3Ed__18_t1941435320, ___t_2)); } inline Tween_t2342918553 * get_t_2() const { return ___t_2; } inline Tween_t2342918553 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_t2342918553 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((&___t_2), value); } inline static int32_t get_offset_of_elapsedLoops_3() { return static_cast(offsetof(U3CWaitForElapsedLoopsU3Ed__18_t1941435320, ___elapsedLoops_3)); } inline int32_t get_elapsedLoops_3() const { return ___elapsedLoops_3; } inline int32_t* get_address_of_elapsedLoops_3() { return &___elapsedLoops_3; } inline void set_elapsedLoops_3(int32_t value) { ___elapsedLoops_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CWAITFORELAPSEDLOOPSU3ED__18_T1941435320_H #ifndef LIST_1_T904863771_H #define LIST_1_T904863771_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t904863771 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TweenCallbackU5BU5D_t96914856* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t904863771, ____items_1)); } inline TweenCallbackU5BU5D_t96914856* get__items_1() const { return ____items_1; } inline TweenCallbackU5BU5D_t96914856** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TweenCallbackU5BU5D_t96914856* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t904863771, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t904863771, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t904863771_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TweenCallbackU5BU5D_t96914856* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t904863771_StaticFields, ___EmptyArray_4)); } inline TweenCallbackU5BU5D_t96914856* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TweenCallbackU5BU5D_t96914856** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TweenCallbackU5BU5D_t96914856* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T904863771_H #ifndef DOTWEENEXTERNALCOMMAND_T4150252905_H #define DOTWEENEXTERNALCOMMAND_T4150252905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenExternalCommand struct DOTweenExternalCommand_t4150252905 : public RuntimeObject { public: public: }; struct DOTweenExternalCommand_t4150252905_StaticFields { public: // System.Action`4 DG.Tweening.Core.DOTweenExternalCommand::SetOrientationOnPath Action_4_t2634302908 * ___SetOrientationOnPath_0; public: inline static int32_t get_offset_of_SetOrientationOnPath_0() { return static_cast(offsetof(DOTweenExternalCommand_t4150252905_StaticFields, ___SetOrientationOnPath_0)); } inline Action_4_t2634302908 * get_SetOrientationOnPath_0() const { return ___SetOrientationOnPath_0; } inline Action_4_t2634302908 ** get_address_of_SetOrientationOnPath_0() { return &___SetOrientationOnPath_0; } inline void set_SetOrientationOnPath_0(Action_4_t2634302908 * value) { ___SetOrientationOnPath_0 = value; Il2CppCodeGenWriteBarrier((&___SetOrientationOnPath_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOTWEENEXTERNALCOMMAND_T4150252905_H #ifndef U3CWAITFORCOMPLETIONU3ED__15_T1419824435_H #define U3CWAITFORCOMPLETIONU3ED__15_T1419824435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenComponent/d__15 struct U3CWaitForCompletionU3Ed__15_t1419824435 : public RuntimeObject { public: // System.Int32 DG.Tweening.Core.DOTweenComponent/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Object DG.Tweening.Core.DOTweenComponent/d__15::<>2__current RuntimeObject * ___U3CU3E2__current_1; // DG.Tweening.Tween DG.Tweening.Core.DOTweenComponent/d__15::t Tween_t2342918553 * ___t_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWaitForCompletionU3Ed__15_t1419824435, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CWaitForCompletionU3Ed__15_t1419824435, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CWaitForCompletionU3Ed__15_t1419824435, ___t_2)); } inline Tween_t2342918553 * get_t_2() const { return ___t_2; } inline Tween_t2342918553 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_t2342918553 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((&___t_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CWAITFORCOMPLETIONU3ED__15_T1419824435_H #ifndef U3CWAITFORSTARTU3ED__20_T1090124157_H #define U3CWAITFORSTARTU3ED__20_T1090124157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenComponent/d__20 struct U3CWaitForStartU3Ed__20_t1090124157 : public RuntimeObject { public: // System.Int32 DG.Tweening.Core.DOTweenComponent/d__20::<>1__state int32_t ___U3CU3E1__state_0; // System.Object DG.Tweening.Core.DOTweenComponent/d__20::<>2__current RuntimeObject * ___U3CU3E2__current_1; // DG.Tweening.Tween DG.Tweening.Core.DOTweenComponent/d__20::t Tween_t2342918553 * ___t_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWaitForStartU3Ed__20_t1090124157, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CWaitForStartU3Ed__20_t1090124157, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CWaitForStartU3Ed__20_t1090124157, ___t_2)); } inline Tween_t2342918553 * get_t_2() const { return ___t_2; } inline Tween_t2342918553 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_t2342918553 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((&___t_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CWAITFORSTARTU3ED__20_T1090124157_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 U3CWAITFORKILLU3ED__17_T2722362446_H #define U3CWAITFORKILLU3ED__17_T2722362446_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenComponent/d__17 struct U3CWaitForKillU3Ed__17_t2722362446 : public RuntimeObject { public: // System.Int32 DG.Tweening.Core.DOTweenComponent/d__17::<>1__state int32_t ___U3CU3E1__state_0; // System.Object DG.Tweening.Core.DOTweenComponent/d__17::<>2__current RuntimeObject * ___U3CU3E2__current_1; // DG.Tweening.Tween DG.Tweening.Core.DOTweenComponent/d__17::t Tween_t2342918553 * ___t_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWaitForKillU3Ed__17_t2722362446, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CWaitForKillU3Ed__17_t2722362446, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CWaitForKillU3Ed__17_t2722362446, ___t_2)); } inline Tween_t2342918553 * get_t_2() const { return ___t_2; } inline Tween_t2342918553 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_t2342918553 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((&___t_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CWAITFORKILLU3ED__17_T2722362446_H #ifndef U3CWAITFORREWINDU3ED__16_T2339796849_H #define U3CWAITFORREWINDU3ED__16_T2339796849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenComponent/d__16 struct U3CWaitForRewindU3Ed__16_t2339796849 : public RuntimeObject { public: // System.Int32 DG.Tweening.Core.DOTweenComponent/d__16::<>1__state int32_t ___U3CU3E1__state_0; // System.Object DG.Tweening.Core.DOTweenComponent/d__16::<>2__current RuntimeObject * ___U3CU3E2__current_1; // DG.Tweening.Tween DG.Tweening.Core.DOTweenComponent/d__16::t Tween_t2342918553 * ___t_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWaitForRewindU3Ed__16_t2339796849, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CWaitForRewindU3Ed__16_t2339796849, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_t_2() { return static_cast(offsetof(U3CWaitForRewindU3Ed__16_t2339796849, ___t_2)); } inline Tween_t2342918553 * get_t_2() const { return ___t_2; } inline Tween_t2342918553 ** get_address_of_t_2() { return &___t_2; } inline void set_t_2(Tween_t2342918553 * value) { ___t_2 = value; Il2CppCodeGenWriteBarrier((&___t_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CWAITFORREWINDU3ED__16_T2339796849_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 RECTOFFSETPLUGIN_T3656342773_H #define RECTOFFSETPLUGIN_T3656342773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.RectOffsetPlugin struct RectOffsetPlugin_t3656342773 : public ABSTweenPlugin_3_t1044496576 { public: public: }; struct RectOffsetPlugin_t3656342773_StaticFields { public: // UnityEngine.RectOffset DG.Tweening.Plugins.RectOffsetPlugin::_r RectOffset_t1369453676 * ____r_0; public: inline static int32_t get_offset_of__r_0() { return static_cast(offsetof(RectOffsetPlugin_t3656342773_StaticFields, ____r_0)); } inline RectOffset_t1369453676 * get__r_0() const { return ____r_0; } inline RectOffset_t1369453676 ** get_address_of__r_0() { return &____r_0; } inline void set__r_0(RectOffset_t1369453676 * value) { ____r_0 = value; Il2CppCodeGenWriteBarrier((&____r_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECTOFFSETPLUGIN_T3656342773_H #ifndef STRINGPLUGIN_T660282191_H #define STRINGPLUGIN_T660282191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.StringPlugin struct StringPlugin_t660282191 : public ABSTweenPlugin_3_t2451549449 { public: public: }; struct StringPlugin_t660282191_StaticFields { public: // System.Text.StringBuilder DG.Tweening.Plugins.StringPlugin::_Buffer StringBuilder_t * ____Buffer_0; // System.Collections.Generic.List`1 DG.Tweening.Plugins.StringPlugin::_OpenedTags List_1_t811567916 * ____OpenedTags_1; public: inline static int32_t get_offset_of__Buffer_0() { return static_cast(offsetof(StringPlugin_t660282191_StaticFields, ____Buffer_0)); } inline StringBuilder_t * get__Buffer_0() const { return ____Buffer_0; } inline StringBuilder_t ** get_address_of__Buffer_0() { return &____Buffer_0; } inline void set__Buffer_0(StringBuilder_t * value) { ____Buffer_0 = value; Il2CppCodeGenWriteBarrier((&____Buffer_0), value); } inline static int32_t get_offset_of__OpenedTags_1() { return static_cast(offsetof(StringPlugin_t660282191_StaticFields, ____OpenedTags_1)); } inline List_1_t811567916 * get__OpenedTags_1() const { return ____OpenedTags_1; } inline List_1_t811567916 ** get_address_of__OpenedTags_1() { return &____OpenedTags_1; } inline void set__OpenedTags_1(List_1_t811567916 * value) { ____OpenedTags_1 = value; Il2CppCodeGenWriteBarrier((&____OpenedTags_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGPLUGIN_T660282191_H #ifndef RECTPLUGIN_T2513065920_H #define RECTPLUGIN_T2513065920_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.RectPlugin struct RectPlugin_t2513065920 : public ABSTweenPlugin_3_t1253391633 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECTPLUGIN_T2513065920_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 __STATICARRAYINITTYPESIZEU3D20_T1548391511_H #define __STATICARRAYINITTYPESIZEU3D20_T1548391511_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_t1548391511 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_t1548391511__padding[20]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D20_T1548391511_H #ifndef VECTOR2PLUGIN_T1245585431_H #define VECTOR2PLUGIN_T1245585431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Vector2Plugin struct Vector2Plugin_t1245585431 : public ABSTweenPlugin_3_t3542497879 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2PLUGIN_T1245585431_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef ULONGPLUGIN_T1878880915_H #define ULONGPLUGIN_T1878880915_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.UlongPlugin struct UlongPlugin_t1878880915 : public ABSTweenPlugin_3_t4012845184 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ULONGPLUGIN_T1878880915_H #ifndef UINTPLUGIN_T2664954793_H #define UINTPLUGIN_T2664954793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.UintPlugin struct UintPlugin_t2664954793 : public ABSTweenPlugin_3_t1601250467 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPLUGIN_T2664954793_H #ifndef __STATICARRAYINITTYPESIZEU3D50_T1547932759_H #define __STATICARRAYINITTYPESIZEU3D50_T1547932759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /__StaticArrayInitTypeSize=50 struct __StaticArrayInitTypeSizeU3D50_t1547932759 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D50_t1547932759__padding[50]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D50_T1547932759_H #ifndef GROUP_T2468205786_H #define GROUP_T2468205786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Group struct Group_t2468205786 : public Capture_t2232016050 { public: // System.Boolean System.Text.RegularExpressions.Group::success bool ___success_4; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::captures CaptureCollection_t1760593541 * ___captures_5; public: inline static int32_t get_offset_of_success_4() { return static_cast(offsetof(Group_t2468205786, ___success_4)); } inline bool get_success_4() const { return ___success_4; } inline bool* get_address_of_success_4() { return &___success_4; } inline void set_success_4(bool value) { ___success_4 = value; } inline static int32_t get_offset_of_captures_5() { return static_cast(offsetof(Group_t2468205786, ___captures_5)); } inline CaptureCollection_t1760593541 * get_captures_5() const { return ___captures_5; } inline CaptureCollection_t1760593541 ** get_address_of_captures_5() { return &___captures_5; } inline void set_captures_5(CaptureCollection_t1760593541 * value) { ___captures_5 = value; Il2CppCodeGenWriteBarrier((&___captures_5), value); } }; struct Group_t2468205786_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::Fail Group_t2468205786 * ___Fail_3; public: inline static int32_t get_offset_of_Fail_3() { return static_cast(offsetof(Group_t2468205786_StaticFields, ___Fail_3)); } inline Group_t2468205786 * get_Fail_3() const { return ___Fail_3; } inline Group_t2468205786 ** get_address_of_Fail_3() { return &___Fail_3; } inline void set_Fail_3(Group_t2468205786 * value) { ___Fail_3 = value; Il2CppCodeGenWriteBarrier((&___Fail_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUP_T2468205786_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 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 QUATERNIONPLUGIN_T495488984_H #define QUATERNIONPLUGIN_T495488984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.QuaternionPlugin struct QuaternionPlugin_t495488984 : public ABSTweenPlugin_3_t835568657 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNIONPLUGIN_T495488984_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 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 LINEARDECODER_T2708327777_H #define LINEARDECODER_T2708327777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.PathCore.LinearDecoder struct LinearDecoder_t2708327777 : public ABSPathDecoder_t2613982196 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINEARDECODER_T2708327777_H #ifndef CUBICBEZIERDECODER_T2663863244_H #define CUBICBEZIERDECODER_T2663863244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder struct CubicBezierDecoder_t2663863244 : public ABSPathDecoder_t2613982196 { public: public: }; struct CubicBezierDecoder_t2663863244_StaticFields { public: // DG.Tweening.Plugins.Core.PathCore.ControlPoint[] DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::_PartialControlPs ControlPointU5BU5D_t1567961855* ____PartialControlPs_0; // UnityEngine.Vector3[] DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::_PartialWps Vector3U5BU5D_t1718750761* ____PartialWps_1; public: inline static int32_t get_offset_of__PartialControlPs_0() { return static_cast(offsetof(CubicBezierDecoder_t2663863244_StaticFields, ____PartialControlPs_0)); } inline ControlPointU5BU5D_t1567961855* get__PartialControlPs_0() const { return ____PartialControlPs_0; } inline ControlPointU5BU5D_t1567961855** get_address_of__PartialControlPs_0() { return &____PartialControlPs_0; } inline void set__PartialControlPs_0(ControlPointU5BU5D_t1567961855* value) { ____PartialControlPs_0 = value; Il2CppCodeGenWriteBarrier((&____PartialControlPs_0), value); } inline static int32_t get_offset_of__PartialWps_1() { return static_cast(offsetof(CubicBezierDecoder_t2663863244_StaticFields, ____PartialWps_1)); } inline Vector3U5BU5D_t1718750761* get__PartialWps_1() const { return ____PartialWps_1; } inline Vector3U5BU5D_t1718750761** get_address_of__PartialWps_1() { return &____PartialWps_1; } inline void set__PartialWps_1(Vector3U5BU5D_t1718750761* value) { ____PartialWps_1 = value; Il2CppCodeGenWriteBarrier((&____PartialWps_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUBICBEZIERDECODER_T2663863244_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 CATMULLROMDECODER_T2053048079_H #define CATMULLROMDECODER_T2053048079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder struct CatmullRomDecoder_t2053048079 : public ABSPathDecoder_t2613982196 { public: public: }; struct CatmullRomDecoder_t2053048079_StaticFields { public: // DG.Tweening.Plugins.Core.PathCore.ControlPoint[] DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::_PartialControlPs ControlPointU5BU5D_t1567961855* ____PartialControlPs_0; // UnityEngine.Vector3[] DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::_PartialWps Vector3U5BU5D_t1718750761* ____PartialWps_1; public: inline static int32_t get_offset_of__PartialControlPs_0() { return static_cast(offsetof(CatmullRomDecoder_t2053048079_StaticFields, ____PartialControlPs_0)); } inline ControlPointU5BU5D_t1567961855* get__PartialControlPs_0() const { return ____PartialControlPs_0; } inline ControlPointU5BU5D_t1567961855** get_address_of__PartialControlPs_0() { return &____PartialControlPs_0; } inline void set__PartialControlPs_0(ControlPointU5BU5D_t1567961855* value) { ____PartialControlPs_0 = value; Il2CppCodeGenWriteBarrier((&____PartialControlPs_0), value); } inline static int32_t get_offset_of__PartialWps_1() { return static_cast(offsetof(CatmullRomDecoder_t2053048079_StaticFields, ____PartialWps_1)); } inline Vector3U5BU5D_t1718750761* get__PartialWps_1() const { return ____PartialWps_1; } inline Vector3U5BU5D_t1718750761** get_address_of__PartialWps_1() { return &____PartialWps_1; } inline void set__PartialWps_1(Vector3U5BU5D_t1718750761* value) { ____PartialWps_1 = value; Il2CppCodeGenWriteBarrier((&____PartialWps_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CATMULLROMDECODER_T2053048079_H #ifndef COLORPLUGIN_T4137411927_H #define COLORPLUGIN_T4137411927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.ColorPlugin struct ColorPlugin_t4137411927 : public ABSTweenPlugin_3_t281541932 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORPLUGIN_T4137411927_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 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 COLOR2PLUGIN_T2483663196_H #define COLOR2PLUGIN_T2483663196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Color2Plugin struct Color2Plugin_t2483663196 : public ABSTweenPlugin_3_t1116502072 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR2PLUGIN_T2483663196_H #ifndef DOUBLEPLUGIN_T2037284588_H #define DOUBLEPLUGIN_T2037284588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.DoublePlugin struct DoublePlugin_t2037284588 : public ABSTweenPlugin_3_t3746269868 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLEPLUGIN_T2037284588_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef PATHPLUGIN_T1182715676_H #define PATHPLUGIN_T1182715676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.PathPlugin struct PathPlugin_t1182715676 : public ABSTweenPlugin_3_t2576148903 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHPLUGIN_T1182715676_H #ifndef UINTOPTIONS_T1006674242_H #define UINTOPTIONS_T1006674242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.UintOptions struct UintOptions_t1006674242 { public: // System.Boolean DG.Tweening.Plugins.Options.UintOptions::isNegativeChangeValue bool ___isNegativeChangeValue_0; public: inline static int32_t get_offset_of_isNegativeChangeValue_0() { return static_cast(offsetof(UintOptions_t1006674242, ___isNegativeChangeValue_0)); } inline bool get_isNegativeChangeValue_0() const { return ___isNegativeChangeValue_0; } inline bool* get_address_of_isNegativeChangeValue_0() { return &___isNegativeChangeValue_0; } inline void set_isNegativeChangeValue_0(bool value) { ___isNegativeChangeValue_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.UintOptions struct UintOptions_t1006674242_marshaled_pinvoke { int32_t ___isNegativeChangeValue_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.UintOptions struct UintOptions_t1006674242_marshaled_com { int32_t ___isNegativeChangeValue_0; }; #endif // UINTOPTIONS_T1006674242_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef 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 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 LONGPLUGIN_T809278878_H #define LONGPLUGIN_T809278878_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.LongPlugin struct LongPlugin_t809278878 : public ABSTweenPlugin_3_t1969933424 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LONGPLUGIN_T809278878_H #ifndef INTPLUGIN_T942328046_H #define INTPLUGIN_T942328046_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.IntPlugin struct IntPlugin_t942328046 : public ABSTweenPlugin_3_t2924512484 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPLUGIN_T942328046_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 FLOATPLUGIN_T2370056133_H #define FLOATPLUGIN_T2370056133_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.FloatPlugin struct FloatPlugin_t2370056133 : public ABSTweenPlugin_3_t420566061 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLOATPLUGIN_T2370056133_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 PUREQUATERNIONPLUGIN_T587122414_H #define PUREQUATERNIONPLUGIN_T587122414_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.CustomPlugins.PureQuaternionPlugin struct PureQuaternionPlugin_t587122414 : public ABSTweenPlugin_3_t3321825548 { public: public: }; struct PureQuaternionPlugin_t587122414_StaticFields { public: // DG.Tweening.CustomPlugins.PureQuaternionPlugin DG.Tweening.CustomPlugins.PureQuaternionPlugin::_plug PureQuaternionPlugin_t587122414 * ____plug_0; public: inline static int32_t get_offset_of__plug_0() { return static_cast(offsetof(PureQuaternionPlugin_t587122414_StaticFields, ____plug_0)); } inline PureQuaternionPlugin_t587122414 * get__plug_0() const { return ____plug_0; } inline PureQuaternionPlugin_t587122414 ** get_address_of__plug_0() { return &____plug_0; } inline void set__plug_0(PureQuaternionPlugin_t587122414 * value) { ____plug_0 = value; Il2CppCodeGenWriteBarrier((&____plug_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUREQUATERNIONPLUGIN_T587122414_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 KEYFRAME_T4206410242_H #define KEYFRAME_T4206410242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Keyframe struct Keyframe_t4206410242 { public: // System.Single UnityEngine.Keyframe::m_Time float ___m_Time_0; // System.Single UnityEngine.Keyframe::m_Value float ___m_Value_1; // System.Single UnityEngine.Keyframe::m_InTangent float ___m_InTangent_2; // System.Single UnityEngine.Keyframe::m_OutTangent float ___m_OutTangent_3; public: inline static int32_t get_offset_of_m_Time_0() { return static_cast(offsetof(Keyframe_t4206410242, ___m_Time_0)); } inline float get_m_Time_0() const { return ___m_Time_0; } inline float* get_address_of_m_Time_0() { return &___m_Time_0; } inline void set_m_Time_0(float value) { ___m_Time_0 = value; } inline static int32_t get_offset_of_m_Value_1() { return static_cast(offsetof(Keyframe_t4206410242, ___m_Value_1)); } inline float get_m_Value_1() const { return ___m_Value_1; } inline float* get_address_of_m_Value_1() { return &___m_Value_1; } inline void set_m_Value_1(float value) { ___m_Value_1 = value; } inline static int32_t get_offset_of_m_InTangent_2() { return static_cast(offsetof(Keyframe_t4206410242, ___m_InTangent_2)); } inline float get_m_InTangent_2() const { return ___m_InTangent_2; } inline float* get_address_of_m_InTangent_2() { return &___m_InTangent_2; } inline void set_m_InTangent_2(float value) { ___m_InTangent_2 = value; } inline static int32_t get_offset_of_m_OutTangent_3() { return static_cast(offsetof(Keyframe_t4206410242, ___m_OutTangent_3)); } inline float get_m_OutTangent_3() const { return ___m_OutTangent_3; } inline float* get_address_of_m_OutTangent_3() { return &___m_OutTangent_3; } inline void set_m_OutTangent_3(float value) { ___m_OutTangent_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYFRAME_T4206410242_H #ifndef 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 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 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 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 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 __STATICARRAYINITTYPESIZEU3D120_T3297148301_H #define __STATICARRAYINITTYPESIZEU3D120_T3297148301_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_t3297148301 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_t3297148301__padding[120]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D120_T3297148301_H #ifndef NULLABLE_1_T1819850047_H #define NULLABLE_1_T1819850047_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1819850047 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1819850047, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1819850047, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1819850047_H #ifndef 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 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 ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #define ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t766556580 { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyVersionCompatibility_t766556580, ___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 // ASSEMBLYVERSIONCOMPATIBILITY_T766556580_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 OPERATIONTYPE_T2152057980_H #define OPERATIONTYPE_T2152057980_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.OperationType struct OperationType_t2152057980 { public: // System.Int32 DG.Tweening.Core.Enums.OperationType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OperationType_t2152057980, ___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 // OPERATIONTYPE_T2152057980_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 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 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 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 ASSEMBLYHASHALGORITHM_T1216504064_H #define ASSEMBLYHASHALGORITHM_T1216504064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_t1216504064 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyHashAlgorithm_t1216504064, ___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 // ASSEMBLYHASHALGORITHM_T1216504064_H #ifndef FILTERTYPE_T3228157936_H #define FILTERTYPE_T3228157936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.FilterType struct FilterType_t3228157936 { public: // System.Int32 DG.Tweening.Core.Enums.FilterType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FilterType_t3228157936, ___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 // FILTERTYPE_T3228157936_H #ifndef OBJECT_T631007953_H #define OBJECT_T631007953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object struct Object_t631007953 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_t631007953, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_t631007953_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_t631007953_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_t631007953_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_t631007953_marshaled_com { intptr_t ___m_CachedPtr_0; }; #endif // OBJECT_T631007953_H #ifndef PATHTYPE_T3777299409_H #define PATHTYPE_T3777299409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.PathType struct PathType_t3777299409 { public: // System.Int32 DG.Tweening.PathType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PathType_t3777299409, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHTYPE_T3777299409_H #ifndef 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 PROCESSORARCHITECTURE_T305929193_H #define PROCESSORARCHITECTURE_T305929193_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t305929193 { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProcessorArchitecture_t305929193, ___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 // PROCESSORARCHITECTURE_T305929193_H #ifndef SETTINGSLOCATION_T2227561762_H #define SETTINGSLOCATION_T2227561762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenSettings/SettingsLocation struct SettingsLocation_t2227561762 { public: // System.Int32 DG.Tweening.Core.DOTweenSettings/SettingsLocation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SettingsLocation_t2227561762, ___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 // SETTINGSLOCATION_T2227561762_H #ifndef LOGTYPE_T73765434_H #define LOGTYPE_T73765434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LogType struct LogType_t73765434 { public: // System.Int32 UnityEngine.LogType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogType_t73765434, ___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 // LOGTYPE_T73765434_H #ifndef CONTROLPOINT_T3892672090_H #define CONTROLPOINT_T3892672090_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.PathCore.ControlPoint struct ControlPoint_t3892672090 { public: // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ControlPoint::a Vector3_t3722313464 ___a_0; // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ControlPoint::b Vector3_t3722313464 ___b_1; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(ControlPoint_t3892672090, ___a_0)); } inline Vector3_t3722313464 get_a_0() const { return ___a_0; } inline Vector3_t3722313464 * get_address_of_a_0() { return &___a_0; } inline void set_a_0(Vector3_t3722313464 value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(ControlPoint_t3892672090, ___b_1)); } inline Vector3_t3722313464 get_b_1() const { return ___b_1; } inline Vector3_t3722313464 * get_address_of_b_1() { return &___b_1; } inline void set_b_1(Vector3_t3722313464 value) { ___b_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTROLPOINT_T3892672090_H #ifndef RECTOFFSET_T1369453676_H #define RECTOFFSET_T1369453676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectOffset struct RectOffset_t1369453676 : public RuntimeObject { public: // System.IntPtr UnityEngine.RectOffset::m_Ptr intptr_t ___m_Ptr_0; // System.Object UnityEngine.RectOffset::m_SourceStyle RuntimeObject * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(RectOffset_t1369453676, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(RectOffset_t1369453676, ___m_SourceStyle_1)); } inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(RuntimeObject * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((&___m_SourceStyle_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_com { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; #endif // RECTOFFSET_T1369453676_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 NULLABLE_1_T1149908250_H #define NULLABLE_1_T1149908250_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1149908250 { public: // T System.Nullable`1::value Vector3_t3722313464 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1149908250, ___value_0)); } inline Vector3_t3722313464 get_value_0() const { return ___value_0; } inline Vector3_t3722313464 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector3_t3722313464 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1149908250, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1149908250_H #ifndef NULLABLE_1_T4278248406_H #define NULLABLE_1_T4278248406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t4278248406 { public: // T System.Nullable`1::value Color_t2555686324 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4278248406, ___value_0)); } inline Color_t2555686324 get_value_0() const { return ___value_0; } inline Color_t2555686324 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Color_t2555686324 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4278248406, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T4278248406_H #ifndef ANIMATIONCURVE_T3046754366_H #define ANIMATIONCURVE_T3046754366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AnimationCurve struct AnimationCurve_t3046754366 : public RuntimeObject { public: // System.IntPtr UnityEngine.AnimationCurve::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AnimationCurve_t3046754366, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t3046754366_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t3046754366_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // ANIMATIONCURVE_T3046754366_H #ifndef LOGBEHAVIOUR_T1548882435_H #define LOGBEHAVIOUR_T1548882435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LogBehaviour struct LogBehaviour_t1548882435 { public: // System.Int32 DG.Tweening.LogBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogBehaviour_t1548882435, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGBEHAVIOUR_T1548882435_H #ifndef LOOPTYPE_T3049802818_H #define LOOPTYPE_T3049802818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LoopType struct LoopType_t3049802818 { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoopType_t3049802818, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPTYPE_T3049802818_H #ifndef LINKBEHAVIOUR_T431974039_H #define LINKBEHAVIOUR_T431974039_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LinkBehaviour struct LinkBehaviour_t431974039 { public: // System.Int32 DG.Tweening.LinkBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LinkBehaviour_t431974039, ___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 // LINKBEHAVIOUR_T431974039_H #ifndef PRINCIPALPOLICY_T1761212333_H #define PRINCIPALPOLICY_T1761212333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.PrincipalPolicy struct PrincipalPolicy_t1761212333 { public: // System.Int32 System.Security.Principal.PrincipalPolicy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrincipalPolicy_t1761212333, ___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 // PRINCIPALPOLICY_T1761212333_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255366_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255366 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields { public: // /__StaticArrayInitTypeSize=50 ::6F98278EFCD257898AD01BE39D1D0AEFB78FC551 __StaticArrayInitTypeSizeU3D50_t1547932759 ___6F98278EFCD257898AD01BE39D1D0AEFB78FC551_0; // /__StaticArrayInitTypeSize=20 ::8C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8 __StaticArrayInitTypeSizeU3D20_t1548391511 ___8C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1; // /__StaticArrayInitTypeSize=120 ::9DC5F4D0A1418B4EC71B22D21E93D134922FA735 __StaticArrayInitTypeSizeU3D120_t3297148301 ___9DC5F4D0A1418B4EC71B22D21E93D134922FA735_2; // /__StaticArrayInitTypeSize=50 ::FD0BD55CDDDFD0B323012A45F83437763AF58952 __StaticArrayInitTypeSizeU3D50_t1547932759 ___FD0BD55CDDDFD0B323012A45F83437763AF58952_3; public: inline static int32_t get_offset_of_U36F98278EFCD257898AD01BE39D1D0AEFB78FC551_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___6F98278EFCD257898AD01BE39D1D0AEFB78FC551_0)); } inline __StaticArrayInitTypeSizeU3D50_t1547932759 get_U36F98278EFCD257898AD01BE39D1D0AEFB78FC551_0() const { return ___6F98278EFCD257898AD01BE39D1D0AEFB78FC551_0; } inline __StaticArrayInitTypeSizeU3D50_t1547932759 * get_address_of_U36F98278EFCD257898AD01BE39D1D0AEFB78FC551_0() { return &___6F98278EFCD257898AD01BE39D1D0AEFB78FC551_0; } inline void set_U36F98278EFCD257898AD01BE39D1D0AEFB78FC551_0(__StaticArrayInitTypeSizeU3D50_t1547932759 value) { ___6F98278EFCD257898AD01BE39D1D0AEFB78FC551_0 = value; } inline static int32_t get_offset_of_U38C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___8C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1)); } inline __StaticArrayInitTypeSizeU3D20_t1548391511 get_U38C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1() const { return ___8C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1; } inline __StaticArrayInitTypeSizeU3D20_t1548391511 * get_address_of_U38C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1() { return &___8C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1; } inline void set_U38C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1(__StaticArrayInitTypeSizeU3D20_t1548391511 value) { ___8C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1 = value; } inline static int32_t get_offset_of_U39DC5F4D0A1418B4EC71B22D21E93D134922FA735_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___9DC5F4D0A1418B4EC71B22D21E93D134922FA735_2)); } inline __StaticArrayInitTypeSizeU3D120_t3297148301 get_U39DC5F4D0A1418B4EC71B22D21E93D134922FA735_2() const { return ___9DC5F4D0A1418B4EC71B22D21E93D134922FA735_2; } inline __StaticArrayInitTypeSizeU3D120_t3297148301 * get_address_of_U39DC5F4D0A1418B4EC71B22D21E93D134922FA735_2() { return &___9DC5F4D0A1418B4EC71B22D21E93D134922FA735_2; } inline void set_U39DC5F4D0A1418B4EC71B22D21E93D134922FA735_2(__StaticArrayInitTypeSizeU3D120_t3297148301 value) { ___9DC5F4D0A1418B4EC71B22D21E93D134922FA735_2 = value; } inline static int32_t get_offset_of_FD0BD55CDDDFD0B323012A45F83437763AF58952_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255366_StaticFields, ___FD0BD55CDDDFD0B323012A45F83437763AF58952_3)); } inline __StaticArrayInitTypeSizeU3D50_t1547932759 get_FD0BD55CDDDFD0B323012A45F83437763AF58952_3() const { return ___FD0BD55CDDDFD0B323012A45F83437763AF58952_3; } inline __StaticArrayInitTypeSizeU3D50_t1547932759 * get_address_of_FD0BD55CDDDFD0B323012A45F83437763AF58952_3() { return &___FD0BD55CDDDFD0B323012A45F83437763AF58952_3; } inline void set_FD0BD55CDDDFD0B323012A45F83437763AF58952_3(__StaticArrayInitTypeSizeU3D50_t1547932759 value) { ___FD0BD55CDDDFD0B323012A45F83437763AF58952_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255366_H #ifndef CAPACITYINCREASEMODE_T828064684_H #define CAPACITYINCREASEMODE_T828064684_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenManager/CapacityIncreaseMode struct CapacityIncreaseMode_t828064684 { public: // System.Int32 DG.Tweening.Core.TweenManager/CapacityIncreaseMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CapacityIncreaseMode_t828064684, ___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 // CAPACITYINCREASEMODE_T828064684_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 MATCH_T3408321083_H #define MATCH_T3408321083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Match struct Match_t3408321083 : public Group_t2468205786 { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::regex Regex_t3657309853 * ___regex_6; // System.Text.RegularExpressions.IMachine System.Text.RegularExpressions.Match::machine RuntimeObject* ___machine_7; // System.Int32 System.Text.RegularExpressions.Match::text_length int32_t ___text_length_8; // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::groups GroupCollection_t69770484 * ___groups_9; public: inline static int32_t get_offset_of_regex_6() { return static_cast(offsetof(Match_t3408321083, ___regex_6)); } inline Regex_t3657309853 * get_regex_6() const { return ___regex_6; } inline Regex_t3657309853 ** get_address_of_regex_6() { return &___regex_6; } inline void set_regex_6(Regex_t3657309853 * value) { ___regex_6 = value; Il2CppCodeGenWriteBarrier((&___regex_6), value); } inline static int32_t get_offset_of_machine_7() { return static_cast(offsetof(Match_t3408321083, ___machine_7)); } inline RuntimeObject* get_machine_7() const { return ___machine_7; } inline RuntimeObject** get_address_of_machine_7() { return &___machine_7; } inline void set_machine_7(RuntimeObject* value) { ___machine_7 = value; Il2CppCodeGenWriteBarrier((&___machine_7), value); } inline static int32_t get_offset_of_text_length_8() { return static_cast(offsetof(Match_t3408321083, ___text_length_8)); } inline int32_t get_text_length_8() const { return ___text_length_8; } inline int32_t* get_address_of_text_length_8() { return &___text_length_8; } inline void set_text_length_8(int32_t value) { ___text_length_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(Match_t3408321083, ___groups_9)); } inline GroupCollection_t69770484 * get_groups_9() const { return ___groups_9; } inline GroupCollection_t69770484 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(GroupCollection_t69770484 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } }; struct Match_t3408321083_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::empty Match_t3408321083 * ___empty_10; public: inline static int32_t get_offset_of_empty_10() { return static_cast(offsetof(Match_t3408321083_StaticFields, ___empty_10)); } inline Match_t3408321083 * get_empty_10() const { return ___empty_10; } inline Match_t3408321083 ** get_address_of_empty_10() { return &___empty_10; } inline void set_empty_10(Match_t3408321083 * value) { ___empty_10 = value; Il2CppCodeGenWriteBarrier((&___empty_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCH_T3408321083_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 RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef 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 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 ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_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 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 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 METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_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 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 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 ASSEMBLYNAMEFLAGS_T3675421470_H #define ASSEMBLYNAMEFLAGS_T3675421470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyNameFlags struct AssemblyNameFlags_t3675421470 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyNameFlags_t3675421470, ___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 // ASSEMBLYNAMEFLAGS_T3675421470_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 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 COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef SCRIPTABLEOBJECT_T2528358522_H #define SCRIPTABLEOBJECT_T2528358522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.ScriptableObject struct ScriptableObject_t2528358522 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t2528358522_marshaled_pinvoke : public Object_t631007953_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t2528358522_marshaled_com : public Object_t631007953_marshaled_com { }; #endif // SCRIPTABLEOBJECT_T2528358522_H #ifndef TWEENLINK_T626108557_H #define TWEENLINK_T626108557_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenLink struct TweenLink_t626108557 : public RuntimeObject { public: // UnityEngine.GameObject DG.Tweening.Core.TweenLink::target GameObject_t1113636619 * ___target_0; // DG.Tweening.LinkBehaviour DG.Tweening.Core.TweenLink::behaviour int32_t ___behaviour_1; // System.Boolean DG.Tweening.Core.TweenLink::lastSeenActive bool ___lastSeenActive_2; public: inline static int32_t get_offset_of_target_0() { return static_cast(offsetof(TweenLink_t626108557, ___target_0)); } inline GameObject_t1113636619 * get_target_0() const { return ___target_0; } inline GameObject_t1113636619 ** get_address_of_target_0() { return &___target_0; } inline void set_target_0(GameObject_t1113636619 * value) { ___target_0 = value; Il2CppCodeGenWriteBarrier((&___target_0), value); } inline static int32_t get_offset_of_behaviour_1() { return static_cast(offsetof(TweenLink_t626108557, ___behaviour_1)); } inline int32_t get_behaviour_1() const { return ___behaviour_1; } inline int32_t* get_address_of_behaviour_1() { return &___behaviour_1; } inline void set_behaviour_1(int32_t value) { ___behaviour_1 = value; } inline static int32_t get_offset_of_lastSeenActive_2() { return static_cast(offsetof(TweenLink_t626108557, ___lastSeenActive_2)); } inline bool get_lastSeenActive_2() const { return ___lastSeenActive_2; } inline bool* get_address_of_lastSeenActive_2() { return &___lastSeenActive_2; } inline void set_lastSeenActive_2(bool value) { ___lastSeenActive_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENLINK_T626108557_H #ifndef NULLABLE_1_T3271444517_H #define NULLABLE_1_T3271444517_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3271444517 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3271444517, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3271444517, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3271444517_H #ifndef 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 NULLABLE_1_T1438310180_H #define NULLABLE_1_T1438310180_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1438310180 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1438310180, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1438310180, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1438310180_H #ifndef SAFEMODEOPTIONS_T1009220084_H #define SAFEMODEOPTIONS_T1009220084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenSettings/SafeModeOptions struct SafeModeOptions_t1009220084 : public RuntimeObject { public: // DG.Tweening.Core.Enums.NestedTweenFailureBehaviour DG.Tweening.Core.DOTweenSettings/SafeModeOptions::nestedTweenFailureBehaviour int32_t ___nestedTweenFailureBehaviour_0; public: inline static int32_t get_offset_of_nestedTweenFailureBehaviour_0() { return static_cast(offsetof(SafeModeOptions_t1009220084, ___nestedTweenFailureBehaviour_0)); } inline int32_t get_nestedTweenFailureBehaviour_0() const { return ___nestedTweenFailureBehaviour_0; } inline int32_t* get_address_of_nestedTweenFailureBehaviour_0() { return &___nestedTweenFailureBehaviour_0; } inline void set_nestedTweenFailureBehaviour_0(int32_t value) { ___nestedTweenFailureBehaviour_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAFEMODEOPTIONS_T1009220084_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 PATH_T3614338981_H #define PATH_T3614338981_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.PathCore.Path struct Path_t3614338981 : public RuntimeObject { public: // System.Single[] DG.Tweening.Plugins.Core.PathCore.Path::wpLengths SingleU5BU5D_t1444911251* ___wpLengths_3; // DG.Tweening.PathType DG.Tweening.Plugins.Core.PathCore.Path::type int32_t ___type_4; // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::subdivisionsXSegment int32_t ___subdivisionsXSegment_5; // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::subdivisions int32_t ___subdivisions_6; // UnityEngine.Vector3[] DG.Tweening.Plugins.Core.PathCore.Path::wps Vector3U5BU5D_t1718750761* ___wps_7; // DG.Tweening.Plugins.Core.PathCore.ControlPoint[] DG.Tweening.Plugins.Core.PathCore.Path::controlPoints ControlPointU5BU5D_t1567961855* ___controlPoints_8; // System.Single DG.Tweening.Plugins.Core.PathCore.Path::length float ___length_9; // System.Boolean DG.Tweening.Plugins.Core.PathCore.Path::isFinalized bool ___isFinalized_10; // System.Single[] DG.Tweening.Plugins.Core.PathCore.Path::timesTable SingleU5BU5D_t1444911251* ___timesTable_11; // System.Single[] DG.Tweening.Plugins.Core.PathCore.Path::lengthsTable SingleU5BU5D_t1444911251* ___lengthsTable_12; // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::linearWPIndex int32_t ___linearWPIndex_13; // System.Boolean DG.Tweening.Plugins.Core.PathCore.Path::addedExtraStartWp bool ___addedExtraStartWp_14; // System.Boolean DG.Tweening.Plugins.Core.PathCore.Path::addedExtraEndWp bool ___addedExtraEndWp_15; // DG.Tweening.Plugins.Core.PathCore.Path DG.Tweening.Plugins.Core.PathCore.Path::_incrementalClone Path_t3614338981 * ____incrementalClone_16; // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::_incrementalIndex int32_t ____incrementalIndex_17; // DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder DG.Tweening.Plugins.Core.PathCore.Path::_decoder ABSPathDecoder_t2613982196 * ____decoder_18; // System.Boolean DG.Tweening.Plugins.Core.PathCore.Path::_changed bool ____changed_19; // UnityEngine.Vector3[] DG.Tweening.Plugins.Core.PathCore.Path::nonLinearDrawWps Vector3U5BU5D_t1718750761* ___nonLinearDrawWps_20; // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.Path::targetPosition Vector3_t3722313464 ___targetPosition_21; // System.Nullable`1 DG.Tweening.Plugins.Core.PathCore.Path::lookAtPosition Nullable_1_t1149908250 ___lookAtPosition_22; // UnityEngine.Color DG.Tweening.Plugins.Core.PathCore.Path::gizmoColor Color_t2555686324 ___gizmoColor_23; public: inline static int32_t get_offset_of_wpLengths_3() { return static_cast(offsetof(Path_t3614338981, ___wpLengths_3)); } inline SingleU5BU5D_t1444911251* get_wpLengths_3() const { return ___wpLengths_3; } inline SingleU5BU5D_t1444911251** get_address_of_wpLengths_3() { return &___wpLengths_3; } inline void set_wpLengths_3(SingleU5BU5D_t1444911251* value) { ___wpLengths_3 = value; Il2CppCodeGenWriteBarrier((&___wpLengths_3), value); } inline static int32_t get_offset_of_type_4() { return static_cast(offsetof(Path_t3614338981, ___type_4)); } inline int32_t get_type_4() const { return ___type_4; } inline int32_t* get_address_of_type_4() { return &___type_4; } inline void set_type_4(int32_t value) { ___type_4 = value; } inline static int32_t get_offset_of_subdivisionsXSegment_5() { return static_cast(offsetof(Path_t3614338981, ___subdivisionsXSegment_5)); } inline int32_t get_subdivisionsXSegment_5() const { return ___subdivisionsXSegment_5; } inline int32_t* get_address_of_subdivisionsXSegment_5() { return &___subdivisionsXSegment_5; } inline void set_subdivisionsXSegment_5(int32_t value) { ___subdivisionsXSegment_5 = value; } inline static int32_t get_offset_of_subdivisions_6() { return static_cast(offsetof(Path_t3614338981, ___subdivisions_6)); } inline int32_t get_subdivisions_6() const { return ___subdivisions_6; } inline int32_t* get_address_of_subdivisions_6() { return &___subdivisions_6; } inline void set_subdivisions_6(int32_t value) { ___subdivisions_6 = value; } inline static int32_t get_offset_of_wps_7() { return static_cast(offsetof(Path_t3614338981, ___wps_7)); } inline Vector3U5BU5D_t1718750761* get_wps_7() const { return ___wps_7; } inline Vector3U5BU5D_t1718750761** get_address_of_wps_7() { return &___wps_7; } inline void set_wps_7(Vector3U5BU5D_t1718750761* value) { ___wps_7 = value; Il2CppCodeGenWriteBarrier((&___wps_7), value); } inline static int32_t get_offset_of_controlPoints_8() { return static_cast(offsetof(Path_t3614338981, ___controlPoints_8)); } inline ControlPointU5BU5D_t1567961855* get_controlPoints_8() const { return ___controlPoints_8; } inline ControlPointU5BU5D_t1567961855** get_address_of_controlPoints_8() { return &___controlPoints_8; } inline void set_controlPoints_8(ControlPointU5BU5D_t1567961855* value) { ___controlPoints_8 = value; Il2CppCodeGenWriteBarrier((&___controlPoints_8), value); } inline static int32_t get_offset_of_length_9() { return static_cast(offsetof(Path_t3614338981, ___length_9)); } inline float get_length_9() const { return ___length_9; } inline float* get_address_of_length_9() { return &___length_9; } inline void set_length_9(float value) { ___length_9 = value; } inline static int32_t get_offset_of_isFinalized_10() { return static_cast(offsetof(Path_t3614338981, ___isFinalized_10)); } inline bool get_isFinalized_10() const { return ___isFinalized_10; } inline bool* get_address_of_isFinalized_10() { return &___isFinalized_10; } inline void set_isFinalized_10(bool value) { ___isFinalized_10 = value; } inline static int32_t get_offset_of_timesTable_11() { return static_cast(offsetof(Path_t3614338981, ___timesTable_11)); } inline SingleU5BU5D_t1444911251* get_timesTable_11() const { return ___timesTable_11; } inline SingleU5BU5D_t1444911251** get_address_of_timesTable_11() { return &___timesTable_11; } inline void set_timesTable_11(SingleU5BU5D_t1444911251* value) { ___timesTable_11 = value; Il2CppCodeGenWriteBarrier((&___timesTable_11), value); } inline static int32_t get_offset_of_lengthsTable_12() { return static_cast(offsetof(Path_t3614338981, ___lengthsTable_12)); } inline SingleU5BU5D_t1444911251* get_lengthsTable_12() const { return ___lengthsTable_12; } inline SingleU5BU5D_t1444911251** get_address_of_lengthsTable_12() { return &___lengthsTable_12; } inline void set_lengthsTable_12(SingleU5BU5D_t1444911251* value) { ___lengthsTable_12 = value; Il2CppCodeGenWriteBarrier((&___lengthsTable_12), value); } inline static int32_t get_offset_of_linearWPIndex_13() { return static_cast(offsetof(Path_t3614338981, ___linearWPIndex_13)); } inline int32_t get_linearWPIndex_13() const { return ___linearWPIndex_13; } inline int32_t* get_address_of_linearWPIndex_13() { return &___linearWPIndex_13; } inline void set_linearWPIndex_13(int32_t value) { ___linearWPIndex_13 = value; } inline static int32_t get_offset_of_addedExtraStartWp_14() { return static_cast(offsetof(Path_t3614338981, ___addedExtraStartWp_14)); } inline bool get_addedExtraStartWp_14() const { return ___addedExtraStartWp_14; } inline bool* get_address_of_addedExtraStartWp_14() { return &___addedExtraStartWp_14; } inline void set_addedExtraStartWp_14(bool value) { ___addedExtraStartWp_14 = value; } inline static int32_t get_offset_of_addedExtraEndWp_15() { return static_cast(offsetof(Path_t3614338981, ___addedExtraEndWp_15)); } inline bool get_addedExtraEndWp_15() const { return ___addedExtraEndWp_15; } inline bool* get_address_of_addedExtraEndWp_15() { return &___addedExtraEndWp_15; } inline void set_addedExtraEndWp_15(bool value) { ___addedExtraEndWp_15 = value; } inline static int32_t get_offset_of__incrementalClone_16() { return static_cast(offsetof(Path_t3614338981, ____incrementalClone_16)); } inline Path_t3614338981 * get__incrementalClone_16() const { return ____incrementalClone_16; } inline Path_t3614338981 ** get_address_of__incrementalClone_16() { return &____incrementalClone_16; } inline void set__incrementalClone_16(Path_t3614338981 * value) { ____incrementalClone_16 = value; Il2CppCodeGenWriteBarrier((&____incrementalClone_16), value); } inline static int32_t get_offset_of__incrementalIndex_17() { return static_cast(offsetof(Path_t3614338981, ____incrementalIndex_17)); } inline int32_t get__incrementalIndex_17() const { return ____incrementalIndex_17; } inline int32_t* get_address_of__incrementalIndex_17() { return &____incrementalIndex_17; } inline void set__incrementalIndex_17(int32_t value) { ____incrementalIndex_17 = value; } inline static int32_t get_offset_of__decoder_18() { return static_cast(offsetof(Path_t3614338981, ____decoder_18)); } inline ABSPathDecoder_t2613982196 * get__decoder_18() const { return ____decoder_18; } inline ABSPathDecoder_t2613982196 ** get_address_of__decoder_18() { return &____decoder_18; } inline void set__decoder_18(ABSPathDecoder_t2613982196 * value) { ____decoder_18 = value; Il2CppCodeGenWriteBarrier((&____decoder_18), value); } inline static int32_t get_offset_of__changed_19() { return static_cast(offsetof(Path_t3614338981, ____changed_19)); } inline bool get__changed_19() const { return ____changed_19; } inline bool* get_address_of__changed_19() { return &____changed_19; } inline void set__changed_19(bool value) { ____changed_19 = value; } inline static int32_t get_offset_of_nonLinearDrawWps_20() { return static_cast(offsetof(Path_t3614338981, ___nonLinearDrawWps_20)); } inline Vector3U5BU5D_t1718750761* get_nonLinearDrawWps_20() const { return ___nonLinearDrawWps_20; } inline Vector3U5BU5D_t1718750761** get_address_of_nonLinearDrawWps_20() { return &___nonLinearDrawWps_20; } inline void set_nonLinearDrawWps_20(Vector3U5BU5D_t1718750761* value) { ___nonLinearDrawWps_20 = value; Il2CppCodeGenWriteBarrier((&___nonLinearDrawWps_20), value); } inline static int32_t get_offset_of_targetPosition_21() { return static_cast(offsetof(Path_t3614338981, ___targetPosition_21)); } inline Vector3_t3722313464 get_targetPosition_21() const { return ___targetPosition_21; } inline Vector3_t3722313464 * get_address_of_targetPosition_21() { return &___targetPosition_21; } inline void set_targetPosition_21(Vector3_t3722313464 value) { ___targetPosition_21 = value; } inline static int32_t get_offset_of_lookAtPosition_22() { return static_cast(offsetof(Path_t3614338981, ___lookAtPosition_22)); } inline Nullable_1_t1149908250 get_lookAtPosition_22() const { return ___lookAtPosition_22; } inline Nullable_1_t1149908250 * get_address_of_lookAtPosition_22() { return &___lookAtPosition_22; } inline void set_lookAtPosition_22(Nullable_1_t1149908250 value) { ___lookAtPosition_22 = value; } inline static int32_t get_offset_of_gizmoColor_23() { return static_cast(offsetof(Path_t3614338981, ___gizmoColor_23)); } inline Color_t2555686324 get_gizmoColor_23() const { return ___gizmoColor_23; } inline Color_t2555686324 * get_address_of_gizmoColor_23() { return &___gizmoColor_23; } inline void set_gizmoColor_23(Color_t2555686324 value) { ___gizmoColor_23 = value; } }; struct Path_t3614338981_StaticFields { public: // DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder DG.Tweening.Plugins.Core.PathCore.Path::_catmullRomDecoder CatmullRomDecoder_t2053048079 * ____catmullRomDecoder_0; // DG.Tweening.Plugins.Core.PathCore.LinearDecoder DG.Tweening.Plugins.Core.PathCore.Path::_linearDecoder LinearDecoder_t2708327777 * ____linearDecoder_1; // DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder DG.Tweening.Plugins.Core.PathCore.Path::_cubicBezierDecoder CubicBezierDecoder_t2663863244 * ____cubicBezierDecoder_2; public: inline static int32_t get_offset_of__catmullRomDecoder_0() { return static_cast(offsetof(Path_t3614338981_StaticFields, ____catmullRomDecoder_0)); } inline CatmullRomDecoder_t2053048079 * get__catmullRomDecoder_0() const { return ____catmullRomDecoder_0; } inline CatmullRomDecoder_t2053048079 ** get_address_of__catmullRomDecoder_0() { return &____catmullRomDecoder_0; } inline void set__catmullRomDecoder_0(CatmullRomDecoder_t2053048079 * value) { ____catmullRomDecoder_0 = value; Il2CppCodeGenWriteBarrier((&____catmullRomDecoder_0), value); } inline static int32_t get_offset_of__linearDecoder_1() { return static_cast(offsetof(Path_t3614338981_StaticFields, ____linearDecoder_1)); } inline LinearDecoder_t2708327777 * get__linearDecoder_1() const { return ____linearDecoder_1; } inline LinearDecoder_t2708327777 ** get_address_of__linearDecoder_1() { return &____linearDecoder_1; } inline void set__linearDecoder_1(LinearDecoder_t2708327777 * value) { ____linearDecoder_1 = value; Il2CppCodeGenWriteBarrier((&____linearDecoder_1), value); } inline static int32_t get_offset_of__cubicBezierDecoder_2() { return static_cast(offsetof(Path_t3614338981_StaticFields, ____cubicBezierDecoder_2)); } inline CubicBezierDecoder_t2663863244 * get__cubicBezierDecoder_2() const { return ____cubicBezierDecoder_2; } inline CubicBezierDecoder_t2663863244 ** get_address_of__cubicBezierDecoder_2() { return &____cubicBezierDecoder_2; } inline void set__cubicBezierDecoder_2(CubicBezierDecoder_t2663863244 * value) { ____cubicBezierDecoder_2 = value; Il2CppCodeGenWriteBarrier((&____cubicBezierDecoder_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATH_T3614338981_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 GAMEOBJECT_T1113636619_H #define GAMEOBJECT_T1113636619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject struct GameObject_t1113636619 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECT_T1113636619_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 APPDOMAIN_T1571427825_H #define APPDOMAIN_T1571427825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomain struct AppDomain_t1571427825 : public MarshalByRefObject_t2760389100 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Security.Policy.Evidence System.AppDomain::_evidence Evidence_t2008144148 * ____evidence_6; // System.Security.PermissionSet System.AppDomain::_granted PermissionSet_t223948603 * ____granted_7; // System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AppDomainManager System.AppDomain::_domain_manager AppDomainManager_t1420869192 * ____domain_manager_11; // System.ActivationContext System.AppDomain::_activation ActivationContext_t976916018 * ____activation_12; // System.ApplicationIdentity System.AppDomain::_applicationIdentity ApplicationIdentity_t1917735356 * ____applicationIdentity_13; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t2775508208 * ___AssemblyResolve_15; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t1348719766 * ___DomainUnload_16; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t1348719766 * ___ProcessExit_17; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t2775508208 * ___ResourceResolve_18; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t2775508208 * ___TypeResolve_19; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1571427825, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_t1571427825, ____evidence_6)); } inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; } inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(Evidence_t2008144148 * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((&____evidence_6), value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_t1571427825, ____granted_7)); } inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; } inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(PermissionSet_t223948603 * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((&____granted_7), value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_t1571427825, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of__domain_manager_11() { return static_cast(offsetof(AppDomain_t1571427825, ____domain_manager_11)); } inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; } inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; } inline void set__domain_manager_11(AppDomainManager_t1420869192 * value) { ____domain_manager_11 = value; Il2CppCodeGenWriteBarrier((&____domain_manager_11), value); } inline static int32_t get_offset_of__activation_12() { return static_cast(offsetof(AppDomain_t1571427825, ____activation_12)); } inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; } inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; } inline void set__activation_12(ActivationContext_t976916018 * value) { ____activation_12 = value; Il2CppCodeGenWriteBarrier((&____activation_12), value); } inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); } inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; } inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; } inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value) { ____applicationIdentity_13 = value; Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value); } inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); } inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; } inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; } inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value) { ___AssemblyLoad_14 = value; Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value); } inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); } inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; } inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; } inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value) { ___AssemblyResolve_15 = value; Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value); } inline static int32_t get_offset_of_DomainUnload_16() { return static_cast(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); } inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; } inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; } inline void set_DomainUnload_16(EventHandler_t1348719766 * value) { ___DomainUnload_16 = value; Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value); } inline static int32_t get_offset_of_ProcessExit_17() { return static_cast(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); } inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; } inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; } inline void set_ProcessExit_17(EventHandler_t1348719766 * value) { ___ProcessExit_17 = value; Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value); } inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); } inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; } inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; } inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value) { ___ResourceResolve_18 = value; Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value); } inline static int32_t get_offset_of_TypeResolve_19() { return static_cast(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); } inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; } inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; } inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value) { ___TypeResolve_19 = value; Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value); } inline static int32_t get_offset_of_UnhandledException_20() { return static_cast(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); } inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; } inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value) { ___UnhandledException_20 = value; Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); } inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; } inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; } inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value) { ___ReflectionOnlyAssemblyResolve_21 = value; Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value); } }; struct AppDomain_t1571427825_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1571427825 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((&____process_guid_2), value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); } inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1571427825 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((&___default_domain_10), value); } }; struct AppDomain_t1571427825_ThreadStaticFields { public: // System.Collections.Hashtable System.AppDomain::type_resolve_in_progress Hashtable_t1853889766 * ___type_resolve_in_progress_3; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress Hashtable_t1853889766 * ___assembly_resolve_in_progress_4; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5; // System.Security.Principal.IPrincipal System.AppDomain::_principal RuntimeObject* ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ____principal_9)); } inline RuntimeObject* get__principal_9() const { return ____principal_9; } inline RuntimeObject** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject* value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((&____principal_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAIN_T1571427825_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 ASSEMBLYNAME_T270931938_H #define ASSEMBLYNAME_T270931938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyName struct AssemblyName_t270931938 : public RuntimeObject { public: // System.String System.Reflection.AssemblyName::name String_t* ___name_0; // System.String System.Reflection.AssemblyName::codebase String_t* ___codebase_1; // System.Int32 System.Reflection.AssemblyName::major int32_t ___major_2; // System.Int32 System.Reflection.AssemblyName::minor int32_t ___minor_3; // System.Int32 System.Reflection.AssemblyName::build int32_t ___build_4; // System.Int32 System.Reflection.AssemblyName::revision int32_t ___revision_5; // System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo CultureInfo_t4157843068 * ___cultureinfo_6; // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags int32_t ___flags_7; // System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg int32_t ___hashalg_8; // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair StrongNameKeyPair_t3411219591 * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_t4116647657* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_t4116647657* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_t3456873960 * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t270931938, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_codebase_1() { return static_cast(offsetof(AssemblyName_t270931938, ___codebase_1)); } inline String_t* get_codebase_1() const { return ___codebase_1; } inline String_t** get_address_of_codebase_1() { return &___codebase_1; } inline void set_codebase_1(String_t* value) { ___codebase_1 = value; Il2CppCodeGenWriteBarrier((&___codebase_1), value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t270931938, ___major_2)); } inline int32_t get_major_2() const { return ___major_2; } inline int32_t* get_address_of_major_2() { return &___major_2; } inline void set_major_2(int32_t value) { ___major_2 = value; } inline static int32_t get_offset_of_minor_3() { return static_cast(offsetof(AssemblyName_t270931938, ___minor_3)); } inline int32_t get_minor_3() const { return ___minor_3; } inline int32_t* get_address_of_minor_3() { return &___minor_3; } inline void set_minor_3(int32_t value) { ___minor_3 = value; } inline static int32_t get_offset_of_build_4() { return static_cast(offsetof(AssemblyName_t270931938, ___build_4)); } inline int32_t get_build_4() const { return ___build_4; } inline int32_t* get_address_of_build_4() { return &___build_4; } inline void set_build_4(int32_t value) { ___build_4 = value; } inline static int32_t get_offset_of_revision_5() { return static_cast(offsetof(AssemblyName_t270931938, ___revision_5)); } inline int32_t get_revision_5() const { return ___revision_5; } inline int32_t* get_address_of_revision_5() { return &___revision_5; } inline void set_revision_5(int32_t value) { ___revision_5 = value; } inline static int32_t get_offset_of_cultureinfo_6() { return static_cast(offsetof(AssemblyName_t270931938, ___cultureinfo_6)); } inline CultureInfo_t4157843068 * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t4157843068 ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t4157843068 * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((&___cultureinfo_6), value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t270931938, ___flags_7)); } inline int32_t get_flags_7() const { return ___flags_7; } inline int32_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(int32_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_hashalg_8() { return static_cast(offsetof(AssemblyName_t270931938, ___hashalg_8)); } inline int32_t get_hashalg_8() const { return ___hashalg_8; } inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; } inline void set_hashalg_8(int32_t value) { ___hashalg_8 = value; } inline static int32_t get_offset_of_keypair_9() { return static_cast(offsetof(AssemblyName_t270931938, ___keypair_9)); } inline StrongNameKeyPair_t3411219591 * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_t3411219591 ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_t3411219591 * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((&___keypair_9), value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t270931938, ___publicKey_10)); } inline ByteU5BU5D_t4116647657* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_t4116647657** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_t4116647657* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((&___publicKey_10), value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t270931938, ___keyToken_11)); } inline ByteU5BU5D_t4116647657* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_t4116647657** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_t4116647657* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((&___keyToken_11), value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t270931938, ___versioncompat_12)); } inline int32_t get_versioncompat_12() const { return ___versioncompat_12; } inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; } inline void set_versioncompat_12(int32_t value) { ___versioncompat_12 = value; } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(AssemblyName_t270931938, ___version_13)); } inline Version_t3456873960 * get_version_13() const { return ___version_13; } inline Version_t3456873960 ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_t3456873960 * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((&___version_13), value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t270931938, ___processor_architecture_14)); } inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; } inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; } inline void set_processor_architecture_14(int32_t value) { ___processor_architecture_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYNAME_T270931938_H #ifndef PATHOPTIONS_T2074623791_H #define PATHOPTIONS_T2074623791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791 { public: // DG.Tweening.PathMode DG.Tweening.Plugins.Options.PathOptions::mode int32_t ___mode_0; // DG.Tweening.Plugins.Options.OrientType DG.Tweening.Plugins.Options.PathOptions::orientType int32_t ___orientType_1; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockPositionAxis int32_t ___lockPositionAxis_2; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockRotationAxis int32_t ___lockRotationAxis_3; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isClosedPath bool ___isClosedPath_4; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.PathOptions::lookAtPosition Vector3_t3722313464 ___lookAtPosition_5; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::lookAtTransform Transform_t3600365921 * ___lookAtTransform_6; // System.Single DG.Tweening.Plugins.Options.PathOptions::lookAhead float ___lookAhead_7; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::hasCustomForwardDirection bool ___hasCustomForwardDirection_8; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::forward Quaternion_t2301928331 ___forward_9; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::useLocalPosition bool ___useLocalPosition_10; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::parent Transform_t3600365921 * ___parent_11; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isRigidbody bool ___isRigidbody_12; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::startupRot Quaternion_t2301928331 ___startupRot_13; // System.Single DG.Tweening.Plugins.Options.PathOptions::startupZRot float ___startupZRot_14; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraStartWp bool ___addedExtraStartWp_15; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraEndWp bool ___addedExtraEndWp_16; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(PathOptions_t2074623791, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_orientType_1() { return static_cast(offsetof(PathOptions_t2074623791, ___orientType_1)); } inline int32_t get_orientType_1() const { return ___orientType_1; } inline int32_t* get_address_of_orientType_1() { return &___orientType_1; } inline void set_orientType_1(int32_t value) { ___orientType_1 = value; } inline static int32_t get_offset_of_lockPositionAxis_2() { return static_cast(offsetof(PathOptions_t2074623791, ___lockPositionAxis_2)); } inline int32_t get_lockPositionAxis_2() const { return ___lockPositionAxis_2; } inline int32_t* get_address_of_lockPositionAxis_2() { return &___lockPositionAxis_2; } inline void set_lockPositionAxis_2(int32_t value) { ___lockPositionAxis_2 = value; } inline static int32_t get_offset_of_lockRotationAxis_3() { return static_cast(offsetof(PathOptions_t2074623791, ___lockRotationAxis_3)); } inline int32_t get_lockRotationAxis_3() const { return ___lockRotationAxis_3; } inline int32_t* get_address_of_lockRotationAxis_3() { return &___lockRotationAxis_3; } inline void set_lockRotationAxis_3(int32_t value) { ___lockRotationAxis_3 = value; } inline static int32_t get_offset_of_isClosedPath_4() { return static_cast(offsetof(PathOptions_t2074623791, ___isClosedPath_4)); } inline bool get_isClosedPath_4() const { return ___isClosedPath_4; } inline bool* get_address_of_isClosedPath_4() { return &___isClosedPath_4; } inline void set_isClosedPath_4(bool value) { ___isClosedPath_4 = value; } inline static int32_t get_offset_of_lookAtPosition_5() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAtPosition_5)); } inline Vector3_t3722313464 get_lookAtPosition_5() const { return ___lookAtPosition_5; } inline Vector3_t3722313464 * get_address_of_lookAtPosition_5() { return &___lookAtPosition_5; } inline void set_lookAtPosition_5(Vector3_t3722313464 value) { ___lookAtPosition_5 = value; } inline static int32_t get_offset_of_lookAtTransform_6() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAtTransform_6)); } inline Transform_t3600365921 * get_lookAtTransform_6() const { return ___lookAtTransform_6; } inline Transform_t3600365921 ** get_address_of_lookAtTransform_6() { return &___lookAtTransform_6; } inline void set_lookAtTransform_6(Transform_t3600365921 * value) { ___lookAtTransform_6 = value; Il2CppCodeGenWriteBarrier((&___lookAtTransform_6), value); } inline static int32_t get_offset_of_lookAhead_7() { return static_cast(offsetof(PathOptions_t2074623791, ___lookAhead_7)); } inline float get_lookAhead_7() const { return ___lookAhead_7; } inline float* get_address_of_lookAhead_7() { return &___lookAhead_7; } inline void set_lookAhead_7(float value) { ___lookAhead_7 = value; } inline static int32_t get_offset_of_hasCustomForwardDirection_8() { return static_cast(offsetof(PathOptions_t2074623791, ___hasCustomForwardDirection_8)); } inline bool get_hasCustomForwardDirection_8() const { return ___hasCustomForwardDirection_8; } inline bool* get_address_of_hasCustomForwardDirection_8() { return &___hasCustomForwardDirection_8; } inline void set_hasCustomForwardDirection_8(bool value) { ___hasCustomForwardDirection_8 = value; } inline static int32_t get_offset_of_forward_9() { return static_cast(offsetof(PathOptions_t2074623791, ___forward_9)); } inline Quaternion_t2301928331 get_forward_9() const { return ___forward_9; } inline Quaternion_t2301928331 * get_address_of_forward_9() { return &___forward_9; } inline void set_forward_9(Quaternion_t2301928331 value) { ___forward_9 = value; } inline static int32_t get_offset_of_useLocalPosition_10() { return static_cast(offsetof(PathOptions_t2074623791, ___useLocalPosition_10)); } inline bool get_useLocalPosition_10() const { return ___useLocalPosition_10; } inline bool* get_address_of_useLocalPosition_10() { return &___useLocalPosition_10; } inline void set_useLocalPosition_10(bool value) { ___useLocalPosition_10 = value; } inline static int32_t get_offset_of_parent_11() { return static_cast(offsetof(PathOptions_t2074623791, ___parent_11)); } inline Transform_t3600365921 * get_parent_11() const { return ___parent_11; } inline Transform_t3600365921 ** get_address_of_parent_11() { return &___parent_11; } inline void set_parent_11(Transform_t3600365921 * value) { ___parent_11 = value; Il2CppCodeGenWriteBarrier((&___parent_11), value); } inline static int32_t get_offset_of_isRigidbody_12() { return static_cast(offsetof(PathOptions_t2074623791, ___isRigidbody_12)); } inline bool get_isRigidbody_12() const { return ___isRigidbody_12; } inline bool* get_address_of_isRigidbody_12() { return &___isRigidbody_12; } inline void set_isRigidbody_12(bool value) { ___isRigidbody_12 = value; } inline static int32_t get_offset_of_startupRot_13() { return static_cast(offsetof(PathOptions_t2074623791, ___startupRot_13)); } inline Quaternion_t2301928331 get_startupRot_13() const { return ___startupRot_13; } inline Quaternion_t2301928331 * get_address_of_startupRot_13() { return &___startupRot_13; } inline void set_startupRot_13(Quaternion_t2301928331 value) { ___startupRot_13 = value; } inline static int32_t get_offset_of_startupZRot_14() { return static_cast(offsetof(PathOptions_t2074623791, ___startupZRot_14)); } inline float get_startupZRot_14() const { return ___startupZRot_14; } inline float* get_address_of_startupZRot_14() { return &___startupZRot_14; } inline void set_startupZRot_14(float value) { ___startupZRot_14 = value; } inline static int32_t get_offset_of_addedExtraStartWp_15() { return static_cast(offsetof(PathOptions_t2074623791, ___addedExtraStartWp_15)); } inline bool get_addedExtraStartWp_15() const { return ___addedExtraStartWp_15; } inline bool* get_address_of_addedExtraStartWp_15() { return &___addedExtraStartWp_15; } inline void set_addedExtraStartWp_15(bool value) { ___addedExtraStartWp_15 = value; } inline static int32_t get_offset_of_addedExtraEndWp_16() { return static_cast(offsetof(PathOptions_t2074623791, ___addedExtraEndWp_16)); } inline bool get_addedExtraEndWp_16() const { return ___addedExtraEndWp_16; } inline bool* get_address_of_addedExtraEndWp_16() { return &___addedExtraEndWp_16; } inline void set_addedExtraEndWp_16(bool value) { ___addedExtraEndWp_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791_marshaled_pinvoke { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t3722313464 ___lookAtPosition_5; Transform_t3600365921 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t2301928331 ___forward_9; int32_t ___useLocalPosition_10; Transform_t3600365921 * ___parent_11; int32_t ___isRigidbody_12; Quaternion_t2301928331 ___startupRot_13; float ___startupZRot_14; int32_t ___addedExtraStartWp_15; int32_t ___addedExtraEndWp_16; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_t2074623791_marshaled_com { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t3722313464 ___lookAtPosition_5; Transform_t3600365921 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t2301928331 ___forward_9; int32_t ___useLocalPosition_10; Transform_t3600365921 * ___parent_11; int32_t ___isRigidbody_12; Quaternion_t2301928331 ___startupRot_13; float ___startupZRot_14; int32_t ___addedExtraStartWp_15; int32_t ___addedExtraEndWp_16; }; #endif // PATHOPTIONS_T2074623791_H #ifndef VECTOR3ARRAYOPTIONS_T534739431_H #define VECTOR3ARRAYOPTIONS_T534739431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.Vector3ArrayOptions struct Vector3ArrayOptions_t534739431 { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.Vector3ArrayOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.Vector3ArrayOptions::snapping bool ___snapping_1; // System.Single[] DG.Tweening.Plugins.Options.Vector3ArrayOptions::durations SingleU5BU5D_t1444911251* ___durations_2; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(Vector3ArrayOptions_t534739431, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(Vector3ArrayOptions_t534739431, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } inline static int32_t get_offset_of_durations_2() { return static_cast(offsetof(Vector3ArrayOptions_t534739431, ___durations_2)); } inline SingleU5BU5D_t1444911251* get_durations_2() const { return ___durations_2; } inline SingleU5BU5D_t1444911251** get_address_of_durations_2() { return &___durations_2; } inline void set_durations_2(SingleU5BU5D_t1444911251* value) { ___durations_2 = value; Il2CppCodeGenWriteBarrier((&___durations_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.Vector3ArrayOptions struct Vector3ArrayOptions_t534739431_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; float* ___durations_2; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.Vector3ArrayOptions struct Vector3ArrayOptions_t534739431_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; float* ___durations_2; }; #endif // VECTOR3ARRAYOPTIONS_T534739431_H #ifndef 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 TWEENCALLBACK_1_T3009965658_H #define TWEENCALLBACK_1_T3009965658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCALLBACK_1_T3009965658_H #ifndef BEHAVIOUR_T1437897464_H #define BEHAVIOUR_T1437897464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Behaviour struct Behaviour_t1437897464 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEHAVIOUR_T1437897464_H #ifndef DOGETTER_1_T1140062978_H #define DOGETTER_1_T1140062978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1140062978 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T1140062978_H #ifndef DOGETTER_1_T1590246893_H #define DOGETTER_1_T1590246893_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_t1590246893 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T1590246893_H #ifndef DOSETTER_1_T2897559021_H #define DOSETTER_1_T2897559021_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_t2897559021 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T2897559021_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 DOGETTER_1_T1899025727_H #define DOGETTER_1_T1899025727_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1899025727 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T1899025727_H #ifndef DOSETTER_1_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 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_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_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 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 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_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_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 TWEENCALLBACK_T3727756325_H #define TWEENCALLBACK_T3727756325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenCallback struct TweenCallback_t3727756325 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCALLBACK_T3727756325_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_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 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_T3479363508_H #define DOGETTER_1_T3479363508_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3479363508 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T3479363508_H #ifndef DOSETTER_1_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_T2447375106_H #define DOSETTER_1_T2447375106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2447375106 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T2447375106_H #ifndef DOGETTER_1_T3876836296_H #define DOGETTER_1_T3876836296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3876836296 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T3876836296_H #ifndef DOSETTER_1_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_T2419562008_H #define DOSETTER_1_T2419562008_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_t2419562008 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T2419562008_H #ifndef SEQUENCECALLBACK_T1025787276_H #define SEQUENCECALLBACK_T1025787276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.SequenceCallback struct SequenceCallback_t1025787276 : public ABSSequentiable_t3376041011 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEQUENCECALLBACK_T1025787276_H #ifndef ACTION_4_T2634302908_H #define ACTION_4_T2634302908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`4 struct Action_4_t2634302908 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_4_T2634302908_H #ifndef EASEFUNCTION_T3531141372_H #define EASEFUNCTION_T3531141372_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.EaseFunction struct EaseFunction_t3531141372 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASEFUNCTION_T3531141372_H #ifndef TRANSFORM_T3600365921_H #define TRANSFORM_T3600365921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Transform struct Transform_t3600365921 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSFORM_T3600365921_H #ifndef 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 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 TWEEN_T2342918553_H #define TWEEN_T2342918553_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Tween struct Tween_t2342918553 : public ABSSequentiable_t3376041011 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_t3727756325 * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_t3727756325 * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_t3727756325 * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_t3727756325 * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_t3727756325 * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_t3727756325 * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_t3727756325 * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t3009965658 * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_t3531141372 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_34; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_35; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_36; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_37; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_38; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_t2050373119 * ___sequenceParent_39; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_40; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_41; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_42; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_43; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_44; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_46; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_47; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_48; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_49; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_50; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_51; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_52; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_t2342918553, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_t2342918553, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_t2342918553, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((&___id_6), value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_t2342918553, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((&___stringId_7), value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_t2342918553, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_t2342918553, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((&___target_9), value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_t2342918553, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_t2342918553, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_t2342918553, ___onPlay_12)); } inline TweenCallback_t3727756325 * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_t3727756325 ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_t3727756325 * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((&___onPlay_12), value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_t2342918553, ___onPause_13)); } inline TweenCallback_t3727756325 * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_t3727756325 ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_t3727756325 * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((&___onPause_13), value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_t2342918553, ___onRewind_14)); } inline TweenCallback_t3727756325 * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_t3727756325 ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_t3727756325 * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((&___onRewind_14), value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_t2342918553, ___onUpdate_15)); } inline TweenCallback_t3727756325 * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_t3727756325 ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_t3727756325 * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((&___onUpdate_15), value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_t2342918553, ___onStepComplete_16)); } inline TweenCallback_t3727756325 * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_t3727756325 ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_t3727756325 * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((&___onStepComplete_16), value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_t2342918553, ___onComplete_17)); } inline TweenCallback_t3727756325 * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_t3727756325 ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_t3727756325 * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((&___onComplete_17), value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_t2342918553, ___onKill_18)); } inline TweenCallback_t3727756325 * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_t3727756325 ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_t3727756325 * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((&___onKill_18), value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_t2342918553, ___onWaypointChange_19)); } inline TweenCallback_1_t3009965658 * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t3009965658 ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t3009965658 * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((&___onWaypointChange_19), value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_t2342918553, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_t2342918553, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_t2342918553, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_t2342918553, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_t2342918553, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_t2342918553, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_t2342918553, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_t2342918553, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_t2342918553, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_t2342918553, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_t2342918553, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_t2342918553, ___customEase_31)); } inline EaseFunction_t3531141372 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_t3531141372 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_t3531141372 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((&___customEase_31), value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_t2342918553, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_t2342918553, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_typeofT1_34() { return static_cast(offsetof(Tween_t2342918553, ___typeofT1_34)); } inline Type_t * get_typeofT1_34() const { return ___typeofT1_34; } inline Type_t ** get_address_of_typeofT1_34() { return &___typeofT1_34; } inline void set_typeofT1_34(Type_t * value) { ___typeofT1_34 = value; Il2CppCodeGenWriteBarrier((&___typeofT1_34), value); } inline static int32_t get_offset_of_typeofT2_35() { return static_cast(offsetof(Tween_t2342918553, ___typeofT2_35)); } inline Type_t * get_typeofT2_35() const { return ___typeofT2_35; } inline Type_t ** get_address_of_typeofT2_35() { return &___typeofT2_35; } inline void set_typeofT2_35(Type_t * value) { ___typeofT2_35 = value; Il2CppCodeGenWriteBarrier((&___typeofT2_35), value); } inline static int32_t get_offset_of_typeofTPlugOptions_36() { return static_cast(offsetof(Tween_t2342918553, ___typeofTPlugOptions_36)); } inline Type_t * get_typeofTPlugOptions_36() const { return ___typeofTPlugOptions_36; } inline Type_t ** get_address_of_typeofTPlugOptions_36() { return &___typeofTPlugOptions_36; } inline void set_typeofTPlugOptions_36(Type_t * value) { ___typeofTPlugOptions_36 = value; Il2CppCodeGenWriteBarrier((&___typeofTPlugOptions_36), value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_37() { return static_cast(offsetof(Tween_t2342918553, ___U3CactiveU3Ek__BackingField_37)); } inline bool get_U3CactiveU3Ek__BackingField_37() const { return ___U3CactiveU3Ek__BackingField_37; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_37() { return &___U3CactiveU3Ek__BackingField_37; } inline void set_U3CactiveU3Ek__BackingField_37(bool value) { ___U3CactiveU3Ek__BackingField_37 = value; } inline static int32_t get_offset_of_isSequenced_38() { return static_cast(offsetof(Tween_t2342918553, ___isSequenced_38)); } inline bool get_isSequenced_38() const { return ___isSequenced_38; } inline bool* get_address_of_isSequenced_38() { return &___isSequenced_38; } inline void set_isSequenced_38(bool value) { ___isSequenced_38 = value; } inline static int32_t get_offset_of_sequenceParent_39() { return static_cast(offsetof(Tween_t2342918553, ___sequenceParent_39)); } inline Sequence_t2050373119 * get_sequenceParent_39() const { return ___sequenceParent_39; } inline Sequence_t2050373119 ** get_address_of_sequenceParent_39() { return &___sequenceParent_39; } inline void set_sequenceParent_39(Sequence_t2050373119 * value) { ___sequenceParent_39 = value; Il2CppCodeGenWriteBarrier((&___sequenceParent_39), value); } inline static int32_t get_offset_of_activeId_40() { return static_cast(offsetof(Tween_t2342918553, ___activeId_40)); } inline int32_t get_activeId_40() const { return ___activeId_40; } inline int32_t* get_address_of_activeId_40() { return &___activeId_40; } inline void set_activeId_40(int32_t value) { ___activeId_40 = value; } inline static int32_t get_offset_of_specialStartupMode_41() { return static_cast(offsetof(Tween_t2342918553, ___specialStartupMode_41)); } inline int32_t get_specialStartupMode_41() const { return ___specialStartupMode_41; } inline int32_t* get_address_of_specialStartupMode_41() { return &___specialStartupMode_41; } inline void set_specialStartupMode_41(int32_t value) { ___specialStartupMode_41 = value; } inline static int32_t get_offset_of_creationLocked_42() { return static_cast(offsetof(Tween_t2342918553, ___creationLocked_42)); } inline bool get_creationLocked_42() const { return ___creationLocked_42; } inline bool* get_address_of_creationLocked_42() { return &___creationLocked_42; } inline void set_creationLocked_42(bool value) { ___creationLocked_42 = value; } inline static int32_t get_offset_of_startupDone_43() { return static_cast(offsetof(Tween_t2342918553, ___startupDone_43)); } inline bool get_startupDone_43() const { return ___startupDone_43; } inline bool* get_address_of_startupDone_43() { return &___startupDone_43; } inline void set_startupDone_43(bool value) { ___startupDone_43 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_44() { return static_cast(offsetof(Tween_t2342918553, ___U3CplayedOnceU3Ek__BackingField_44)); } inline bool get_U3CplayedOnceU3Ek__BackingField_44() const { return ___U3CplayedOnceU3Ek__BackingField_44; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_44() { return &___U3CplayedOnceU3Ek__BackingField_44; } inline void set_U3CplayedOnceU3Ek__BackingField_44(bool value) { ___U3CplayedOnceU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_45() { return static_cast(offsetof(Tween_t2342918553, ___U3CpositionU3Ek__BackingField_45)); } inline float get_U3CpositionU3Ek__BackingField_45() const { return ___U3CpositionU3Ek__BackingField_45; } inline float* get_address_of_U3CpositionU3Ek__BackingField_45() { return &___U3CpositionU3Ek__BackingField_45; } inline void set_U3CpositionU3Ek__BackingField_45(float value) { ___U3CpositionU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_fullDuration_46() { return static_cast(offsetof(Tween_t2342918553, ___fullDuration_46)); } inline float get_fullDuration_46() const { return ___fullDuration_46; } inline float* get_address_of_fullDuration_46() { return &___fullDuration_46; } inline void set_fullDuration_46(float value) { ___fullDuration_46 = value; } inline static int32_t get_offset_of_completedLoops_47() { return static_cast(offsetof(Tween_t2342918553, ___completedLoops_47)); } inline int32_t get_completedLoops_47() const { return ___completedLoops_47; } inline int32_t* get_address_of_completedLoops_47() { return &___completedLoops_47; } inline void set_completedLoops_47(int32_t value) { ___completedLoops_47 = value; } inline static int32_t get_offset_of_isPlaying_48() { return static_cast(offsetof(Tween_t2342918553, ___isPlaying_48)); } inline bool get_isPlaying_48() const { return ___isPlaying_48; } inline bool* get_address_of_isPlaying_48() { return &___isPlaying_48; } inline void set_isPlaying_48(bool value) { ___isPlaying_48 = value; } inline static int32_t get_offset_of_isComplete_49() { return static_cast(offsetof(Tween_t2342918553, ___isComplete_49)); } inline bool get_isComplete_49() const { return ___isComplete_49; } inline bool* get_address_of_isComplete_49() { return &___isComplete_49; } inline void set_isComplete_49(bool value) { ___isComplete_49 = value; } inline static int32_t get_offset_of_elapsedDelay_50() { return static_cast(offsetof(Tween_t2342918553, ___elapsedDelay_50)); } inline float get_elapsedDelay_50() const { return ___elapsedDelay_50; } inline float* get_address_of_elapsedDelay_50() { return &___elapsedDelay_50; } inline void set_elapsedDelay_50(float value) { ___elapsedDelay_50 = value; } inline static int32_t get_offset_of_delayComplete_51() { return static_cast(offsetof(Tween_t2342918553, ___delayComplete_51)); } inline bool get_delayComplete_51() const { return ___delayComplete_51; } inline bool* get_address_of_delayComplete_51() { return &___delayComplete_51; } inline void set_delayComplete_51(bool value) { ___delayComplete_51 = value; } inline static int32_t get_offset_of_miscInt_52() { return static_cast(offsetof(Tween_t2342918553, ___miscInt_52)); } inline int32_t get_miscInt_52() const { return ___miscInt_52; } inline int32_t* get_address_of_miscInt_52() { return &___miscInt_52; } inline void set_miscInt_52(int32_t value) { ___miscInt_52 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEEN_T2342918553_H #ifndef TWEENCALLBACK_1_T1456286679_H #define TWEENCALLBACK_1_T1456286679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t1456286679 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCALLBACK_1_T1456286679_H #ifndef FUNC_3_T766691812_H #define FUNC_3_T766691812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`3 struct Func_3_t766691812 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_3_T766691812_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 DOGETTER_1_T1112249880_H #define DOGETTER_1_T1112249880_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_t1112249880 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T1112249880_H #ifndef DOTWEENSETTINGS_T4078947542_H #define DOTWEENSETTINGS_T4078947542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenSettings struct DOTweenSettings_t4078947542 : public ScriptableObject_t2528358522 { public: // System.Boolean DG.Tweening.Core.DOTweenSettings::useSafeMode bool ___useSafeMode_4; // DG.Tweening.Core.DOTweenSettings/SafeModeOptions DG.Tweening.Core.DOTweenSettings::safeModeOptions SafeModeOptions_t1009220084 * ___safeModeOptions_5; // System.Single DG.Tweening.Core.DOTweenSettings::timeScale float ___timeScale_6; // System.Boolean DG.Tweening.Core.DOTweenSettings::useSmoothDeltaTime bool ___useSmoothDeltaTime_7; // System.Single DG.Tweening.Core.DOTweenSettings::maxSmoothUnscaledTime float ___maxSmoothUnscaledTime_8; // DG.Tweening.Core.Enums.RewindCallbackMode DG.Tweening.Core.DOTweenSettings::rewindCallbackMode int32_t ___rewindCallbackMode_9; // System.Boolean DG.Tweening.Core.DOTweenSettings::showUnityEditorReport bool ___showUnityEditorReport_10; // DG.Tweening.LogBehaviour DG.Tweening.Core.DOTweenSettings::logBehaviour int32_t ___logBehaviour_11; // System.Boolean DG.Tweening.Core.DOTweenSettings::drawGizmos bool ___drawGizmos_12; // System.Boolean DG.Tweening.Core.DOTweenSettings::defaultRecyclable bool ___defaultRecyclable_13; // DG.Tweening.AutoPlay DG.Tweening.Core.DOTweenSettings::defaultAutoPlay int32_t ___defaultAutoPlay_14; // DG.Tweening.UpdateType DG.Tweening.Core.DOTweenSettings::defaultUpdateType int32_t ___defaultUpdateType_15; // System.Boolean DG.Tweening.Core.DOTweenSettings::defaultTimeScaleIndependent bool ___defaultTimeScaleIndependent_16; // DG.Tweening.Ease DG.Tweening.Core.DOTweenSettings::defaultEaseType int32_t ___defaultEaseType_17; // System.Single DG.Tweening.Core.DOTweenSettings::defaultEaseOvershootOrAmplitude float ___defaultEaseOvershootOrAmplitude_18; // System.Single DG.Tweening.Core.DOTweenSettings::defaultEasePeriod float ___defaultEasePeriod_19; // System.Boolean DG.Tweening.Core.DOTweenSettings::defaultAutoKill bool ___defaultAutoKill_20; // DG.Tweening.LoopType DG.Tweening.Core.DOTweenSettings::defaultLoopType int32_t ___defaultLoopType_21; // System.Boolean DG.Tweening.Core.DOTweenSettings::showPreviewPanel bool ___showPreviewPanel_22; // DG.Tweening.Core.DOTweenSettings/SettingsLocation DG.Tweening.Core.DOTweenSettings::storeSettingsLocation int32_t ___storeSettingsLocation_23; // DG.Tweening.Core.DOTweenSettings/ModulesSetup DG.Tweening.Core.DOTweenSettings::modules ModulesSetup_t3920549237 * ___modules_24; // System.Boolean DG.Tweening.Core.DOTweenSettings::showPlayingTweens bool ___showPlayingTweens_25; // System.Boolean DG.Tweening.Core.DOTweenSettings::showPausedTweens bool ___showPausedTweens_26; public: inline static int32_t get_offset_of_useSafeMode_4() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___useSafeMode_4)); } inline bool get_useSafeMode_4() const { return ___useSafeMode_4; } inline bool* get_address_of_useSafeMode_4() { return &___useSafeMode_4; } inline void set_useSafeMode_4(bool value) { ___useSafeMode_4 = value; } inline static int32_t get_offset_of_safeModeOptions_5() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___safeModeOptions_5)); } inline SafeModeOptions_t1009220084 * get_safeModeOptions_5() const { return ___safeModeOptions_5; } inline SafeModeOptions_t1009220084 ** get_address_of_safeModeOptions_5() { return &___safeModeOptions_5; } inline void set_safeModeOptions_5(SafeModeOptions_t1009220084 * value) { ___safeModeOptions_5 = value; Il2CppCodeGenWriteBarrier((&___safeModeOptions_5), value); } inline static int32_t get_offset_of_timeScale_6() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___timeScale_6)); } inline float get_timeScale_6() const { return ___timeScale_6; } inline float* get_address_of_timeScale_6() { return &___timeScale_6; } inline void set_timeScale_6(float value) { ___timeScale_6 = value; } inline static int32_t get_offset_of_useSmoothDeltaTime_7() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___useSmoothDeltaTime_7)); } inline bool get_useSmoothDeltaTime_7() const { return ___useSmoothDeltaTime_7; } inline bool* get_address_of_useSmoothDeltaTime_7() { return &___useSmoothDeltaTime_7; } inline void set_useSmoothDeltaTime_7(bool value) { ___useSmoothDeltaTime_7 = value; } inline static int32_t get_offset_of_maxSmoothUnscaledTime_8() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___maxSmoothUnscaledTime_8)); } inline float get_maxSmoothUnscaledTime_8() const { return ___maxSmoothUnscaledTime_8; } inline float* get_address_of_maxSmoothUnscaledTime_8() { return &___maxSmoothUnscaledTime_8; } inline void set_maxSmoothUnscaledTime_8(float value) { ___maxSmoothUnscaledTime_8 = value; } inline static int32_t get_offset_of_rewindCallbackMode_9() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___rewindCallbackMode_9)); } inline int32_t get_rewindCallbackMode_9() const { return ___rewindCallbackMode_9; } inline int32_t* get_address_of_rewindCallbackMode_9() { return &___rewindCallbackMode_9; } inline void set_rewindCallbackMode_9(int32_t value) { ___rewindCallbackMode_9 = value; } inline static int32_t get_offset_of_showUnityEditorReport_10() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___showUnityEditorReport_10)); } inline bool get_showUnityEditorReport_10() const { return ___showUnityEditorReport_10; } inline bool* get_address_of_showUnityEditorReport_10() { return &___showUnityEditorReport_10; } inline void set_showUnityEditorReport_10(bool value) { ___showUnityEditorReport_10 = value; } inline static int32_t get_offset_of_logBehaviour_11() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___logBehaviour_11)); } inline int32_t get_logBehaviour_11() const { return ___logBehaviour_11; } inline int32_t* get_address_of_logBehaviour_11() { return &___logBehaviour_11; } inline void set_logBehaviour_11(int32_t value) { ___logBehaviour_11 = value; } inline static int32_t get_offset_of_drawGizmos_12() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___drawGizmos_12)); } inline bool get_drawGizmos_12() const { return ___drawGizmos_12; } inline bool* get_address_of_drawGizmos_12() { return &___drawGizmos_12; } inline void set_drawGizmos_12(bool value) { ___drawGizmos_12 = value; } inline static int32_t get_offset_of_defaultRecyclable_13() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___defaultRecyclable_13)); } inline bool get_defaultRecyclable_13() const { return ___defaultRecyclable_13; } inline bool* get_address_of_defaultRecyclable_13() { return &___defaultRecyclable_13; } inline void set_defaultRecyclable_13(bool value) { ___defaultRecyclable_13 = value; } inline static int32_t get_offset_of_defaultAutoPlay_14() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___defaultAutoPlay_14)); } inline int32_t get_defaultAutoPlay_14() const { return ___defaultAutoPlay_14; } inline int32_t* get_address_of_defaultAutoPlay_14() { return &___defaultAutoPlay_14; } inline void set_defaultAutoPlay_14(int32_t value) { ___defaultAutoPlay_14 = value; } inline static int32_t get_offset_of_defaultUpdateType_15() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___defaultUpdateType_15)); } inline int32_t get_defaultUpdateType_15() const { return ___defaultUpdateType_15; } inline int32_t* get_address_of_defaultUpdateType_15() { return &___defaultUpdateType_15; } inline void set_defaultUpdateType_15(int32_t value) { ___defaultUpdateType_15 = value; } inline static int32_t get_offset_of_defaultTimeScaleIndependent_16() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___defaultTimeScaleIndependent_16)); } inline bool get_defaultTimeScaleIndependent_16() const { return ___defaultTimeScaleIndependent_16; } inline bool* get_address_of_defaultTimeScaleIndependent_16() { return &___defaultTimeScaleIndependent_16; } inline void set_defaultTimeScaleIndependent_16(bool value) { ___defaultTimeScaleIndependent_16 = value; } inline static int32_t get_offset_of_defaultEaseType_17() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___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(DOTweenSettings_t4078947542, ___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(DOTweenSettings_t4078947542, ___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_defaultAutoKill_20() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___defaultAutoKill_20)); } inline bool get_defaultAutoKill_20() const { return ___defaultAutoKill_20; } inline bool* get_address_of_defaultAutoKill_20() { return &___defaultAutoKill_20; } inline void set_defaultAutoKill_20(bool value) { ___defaultAutoKill_20 = value; } inline static int32_t get_offset_of_defaultLoopType_21() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___defaultLoopType_21)); } inline int32_t get_defaultLoopType_21() const { return ___defaultLoopType_21; } inline int32_t* get_address_of_defaultLoopType_21() { return &___defaultLoopType_21; } inline void set_defaultLoopType_21(int32_t value) { ___defaultLoopType_21 = value; } inline static int32_t get_offset_of_showPreviewPanel_22() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___showPreviewPanel_22)); } inline bool get_showPreviewPanel_22() const { return ___showPreviewPanel_22; } inline bool* get_address_of_showPreviewPanel_22() { return &___showPreviewPanel_22; } inline void set_showPreviewPanel_22(bool value) { ___showPreviewPanel_22 = value; } inline static int32_t get_offset_of_storeSettingsLocation_23() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___storeSettingsLocation_23)); } inline int32_t get_storeSettingsLocation_23() const { return ___storeSettingsLocation_23; } inline int32_t* get_address_of_storeSettingsLocation_23() { return &___storeSettingsLocation_23; } inline void set_storeSettingsLocation_23(int32_t value) { ___storeSettingsLocation_23 = value; } inline static int32_t get_offset_of_modules_24() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___modules_24)); } inline ModulesSetup_t3920549237 * get_modules_24() const { return ___modules_24; } inline ModulesSetup_t3920549237 ** get_address_of_modules_24() { return &___modules_24; } inline void set_modules_24(ModulesSetup_t3920549237 * value) { ___modules_24 = value; Il2CppCodeGenWriteBarrier((&___modules_24), value); } inline static int32_t get_offset_of_showPlayingTweens_25() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___showPlayingTweens_25)); } inline bool get_showPlayingTweens_25() const { return ___showPlayingTweens_25; } inline bool* get_address_of_showPlayingTweens_25() { return &___showPlayingTweens_25; } inline void set_showPlayingTweens_25(bool value) { ___showPlayingTweens_25 = value; } inline static int32_t get_offset_of_showPausedTweens_26() { return static_cast(offsetof(DOTweenSettings_t4078947542, ___showPausedTweens_26)); } inline bool get_showPausedTweens_26() const { return ___showPausedTweens_26; } inline bool* get_address_of_showPausedTweens_26() { return &___showPausedTweens_26; } inline void set_showPausedTweens_26(bool value) { ___showPausedTweens_26 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOTWEENSETTINGS_T4078947542_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_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_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_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 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 SEQUENCE_T2050373119_H #define SEQUENCE_T2050373119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Sequence struct Sequence_t2050373119 : public Tween_t2342918553 { public: // System.Collections.Generic.List`1 DG.Tweening.Sequence::sequencedTweens List_1_t3814993295 * ___sequencedTweens_53; // System.Collections.Generic.List`1 DG.Tweening.Sequence::_sequencedObjs List_1_t553148457 * ____sequencedObjs_54; // System.Single DG.Tweening.Sequence::lastTweenInsertTime float ___lastTweenInsertTime_55; public: inline static int32_t get_offset_of_sequencedTweens_53() { return static_cast(offsetof(Sequence_t2050373119, ___sequencedTweens_53)); } inline List_1_t3814993295 * get_sequencedTweens_53() const { return ___sequencedTweens_53; } inline List_1_t3814993295 ** get_address_of_sequencedTweens_53() { return &___sequencedTweens_53; } inline void set_sequencedTweens_53(List_1_t3814993295 * value) { ___sequencedTweens_53 = value; Il2CppCodeGenWriteBarrier((&___sequencedTweens_53), value); } inline static int32_t get_offset_of__sequencedObjs_54() { return static_cast(offsetof(Sequence_t2050373119, ____sequencedObjs_54)); } inline List_1_t553148457 * get__sequencedObjs_54() const { return ____sequencedObjs_54; } inline List_1_t553148457 ** get_address_of__sequencedObjs_54() { return &____sequencedObjs_54; } inline void set__sequencedObjs_54(List_1_t553148457 * value) { ____sequencedObjs_54 = value; Il2CppCodeGenWriteBarrier((&____sequencedObjs_54), value); } inline static int32_t get_offset_of_lastTweenInsertTime_55() { return static_cast(offsetof(Sequence_t2050373119, ___lastTweenInsertTime_55)); } inline float get_lastTweenInsertTime_55() const { return ___lastTweenInsertTime_55; } inline float* get_address_of_lastTweenInsertTime_55() { return &___lastTweenInsertTime_55; } inline void set_lastTweenInsertTime_55(float value) { ___lastTweenInsertTime_55 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEQUENCE_T2050373119_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 MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef CAMERA_T4157153871_H #define CAMERA_T4157153871_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Camera struct Camera_t4157153871 : public Behaviour_t1437897464 { public: public: }; struct Camera_t4157153871_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_t190067161 * ___onPreCull_2; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_t190067161 * ___onPreRender_3; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_t190067161 * ___onPostRender_4; public: inline static int32_t get_offset_of_onPreCull_2() { return static_cast(offsetof(Camera_t4157153871_StaticFields, ___onPreCull_2)); } inline CameraCallback_t190067161 * get_onPreCull_2() const { return ___onPreCull_2; } inline CameraCallback_t190067161 ** get_address_of_onPreCull_2() { return &___onPreCull_2; } inline void set_onPreCull_2(CameraCallback_t190067161 * value) { ___onPreCull_2 = value; Il2CppCodeGenWriteBarrier((&___onPreCull_2), value); } inline static int32_t get_offset_of_onPreRender_3() { return static_cast(offsetof(Camera_t4157153871_StaticFields, ___onPreRender_3)); } inline CameraCallback_t190067161 * get_onPreRender_3() const { return ___onPreRender_3; } inline CameraCallback_t190067161 ** get_address_of_onPreRender_3() { return &___onPreRender_3; } inline void set_onPreRender_3(CameraCallback_t190067161 * value) { ___onPreRender_3 = value; Il2CppCodeGenWriteBarrier((&___onPreRender_3), value); } inline static int32_t get_offset_of_onPostRender_4() { return static_cast(offsetof(Camera_t4157153871_StaticFields, ___onPostRender_4)); } inline CameraCallback_t190067161 * get_onPostRender_4() const { return ___onPostRender_4; } inline CameraCallback_t190067161 ** get_address_of_onPostRender_4() { return &___onPostRender_4; } inline void set_onPostRender_4(CameraCallback_t190067161 * value) { ___onPostRender_4 = value; Il2CppCodeGenWriteBarrier((&___onPostRender_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAMERA_T4157153871_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_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_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_T1835836317_H #define TWEENERCORE_3_T1835836317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1835836317 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector4_t3319028937 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector4_t3319028937 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector4_t3319028937 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t1354903650 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3061825141 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t74169973 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t1371845967 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___startValue_55)); } inline Vector4_t3319028937 get_startValue_55() const { return ___startValue_55; } inline Vector4_t3319028937 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector4_t3319028937 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___endValue_56)); } inline Vector4_t3319028937 get_endValue_56() const { return ___endValue_56; } inline Vector4_t3319028937 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector4_t3319028937 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___changeValue_57)); } inline Vector4_t3319028937 get_changeValue_57() const { return ___changeValue_57; } inline Vector4_t3319028937 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector4_t3319028937 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___plugOptions_58)); } inline VectorOptions_t1354903650 get_plugOptions_58() const { return ___plugOptions_58; } inline VectorOptions_t1354903650 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(VectorOptions_t1354903650 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___getter_59)); } inline DOGetter_1_t3061825141 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3061825141 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3061825141 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___setter_60)); } inline DOSetter_1_t74169973 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t74169973 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t74169973 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t1371845967 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t1371845967 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t1371845967 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T1835836317_H #ifndef TWEENERCORE_3_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_T1508486926_H #define TWEENERCORE_3_T1508486926_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_t1508486926 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue RectOffset_t1369453676 * ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue RectOffset_t1369453676 * ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue RectOffset_t1369453676 * ___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_t1112249880 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t2419562008 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t1044496576 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t1508486926, ___startValue_55)); } inline RectOffset_t1369453676 * get_startValue_55() const { return ___startValue_55; } inline RectOffset_t1369453676 ** get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(RectOffset_t1369453676 * value) { ___startValue_55 = value; Il2CppCodeGenWriteBarrier((&___startValue_55), value); } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t1508486926, ___endValue_56)); } inline RectOffset_t1369453676 * get_endValue_56() const { return ___endValue_56; } inline RectOffset_t1369453676 ** get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(RectOffset_t1369453676 * value) { ___endValue_56 = value; Il2CppCodeGenWriteBarrier((&___endValue_56), value); } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t1508486926, ___changeValue_57)); } inline RectOffset_t1369453676 * get_changeValue_57() const { return ___changeValue_57; } inline RectOffset_t1369453676 ** get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(RectOffset_t1369453676 * value) { ___changeValue_57 = value; Il2CppCodeGenWriteBarrier((&___changeValue_57), value); } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t1508486926, ___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_t1508486926, ___getter_59)); } inline DOGetter_1_t1112249880 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t1112249880 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t1112249880 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t1508486926, ___setter_60)); } inline DOSetter_1_t2419562008 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t2419562008 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t2419562008 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t1508486926, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t1044496576 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t1044496576 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t1044496576 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T1508486926_H #ifndef DOTWEENCOMPONENT_T828035757_H #define DOTWEENCOMPONENT_T828035757_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOTweenComponent struct DOTweenComponent_t828035757 : public MonoBehaviour_t3962482529 { public: // System.Int32 DG.Tweening.Core.DOTweenComponent::inspectorUpdater int32_t ___inspectorUpdater_2; // System.Single DG.Tweening.Core.DOTweenComponent::_unscaledTime float ____unscaledTime_3; // System.Single DG.Tweening.Core.DOTweenComponent::_unscaledDeltaTime float ____unscaledDeltaTime_4; // System.Single DG.Tweening.Core.DOTweenComponent::_pausedTime float ____pausedTime_5; // System.Boolean DG.Tweening.Core.DOTweenComponent::_duplicateToDestroy bool ____duplicateToDestroy_6; public: inline static int32_t get_offset_of_inspectorUpdater_2() { return static_cast(offsetof(DOTweenComponent_t828035757, ___inspectorUpdater_2)); } inline int32_t get_inspectorUpdater_2() const { return ___inspectorUpdater_2; } inline int32_t* get_address_of_inspectorUpdater_2() { return &___inspectorUpdater_2; } inline void set_inspectorUpdater_2(int32_t value) { ___inspectorUpdater_2 = value; } inline static int32_t get_offset_of__unscaledTime_3() { return static_cast(offsetof(DOTweenComponent_t828035757, ____unscaledTime_3)); } inline float get__unscaledTime_3() const { return ____unscaledTime_3; } inline float* get_address_of__unscaledTime_3() { return &____unscaledTime_3; } inline void set__unscaledTime_3(float value) { ____unscaledTime_3 = value; } inline static int32_t get_offset_of__unscaledDeltaTime_4() { return static_cast(offsetof(DOTweenComponent_t828035757, ____unscaledDeltaTime_4)); } inline float get__unscaledDeltaTime_4() const { return ____unscaledDeltaTime_4; } inline float* get_address_of__unscaledDeltaTime_4() { return &____unscaledDeltaTime_4; } inline void set__unscaledDeltaTime_4(float value) { ____unscaledDeltaTime_4 = value; } inline static int32_t get_offset_of__pausedTime_5() { return static_cast(offsetof(DOTweenComponent_t828035757, ____pausedTime_5)); } inline float get__pausedTime_5() const { return ____pausedTime_5; } inline float* get_address_of__pausedTime_5() { return &____pausedTime_5; } inline void set__pausedTime_5(float value) { ____pausedTime_5 = value; } inline static int32_t get_offset_of__duplicateToDestroy_6() { return static_cast(offsetof(DOTweenComponent_t828035757, ____duplicateToDestroy_6)); } inline bool get__duplicateToDestroy_6() const { return ____duplicateToDestroy_6; } inline bool* get_address_of__duplicateToDestroy_6() { return &____duplicateToDestroy_6; } inline void set__duplicateToDestroy_6(bool value) { ____duplicateToDestroy_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOTWEENCOMPONENT_T828035757_H #ifndef TWEENERCORE_3_T951858585_H #define TWEENERCORE_3_T951858585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t951858585 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3U5BU5D_t1718750761* ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3U5BU5D_t1718750761* ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3U5BU5D_t1718750761* ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions Vector3ArrayOptions_t534739431 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3465109668 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t477454500 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t487868235 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t951858585, ___startValue_55)); } inline Vector3U5BU5D_t1718750761* get_startValue_55() const { return ___startValue_55; } inline Vector3U5BU5D_t1718750761** get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector3U5BU5D_t1718750761* value) { ___startValue_55 = value; Il2CppCodeGenWriteBarrier((&___startValue_55), value); } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t951858585, ___endValue_56)); } inline Vector3U5BU5D_t1718750761* get_endValue_56() const { return ___endValue_56; } inline Vector3U5BU5D_t1718750761** get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector3U5BU5D_t1718750761* value) { ___endValue_56 = value; Il2CppCodeGenWriteBarrier((&___endValue_56), value); } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t951858585, ___changeValue_57)); } inline Vector3U5BU5D_t1718750761* get_changeValue_57() const { return ___changeValue_57; } inline Vector3U5BU5D_t1718750761** get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector3U5BU5D_t1718750761* value) { ___changeValue_57 = value; Il2CppCodeGenWriteBarrier((&___changeValue_57), value); } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t951858585, ___plugOptions_58)); } inline Vector3ArrayOptions_t534739431 get_plugOptions_58() const { return ___plugOptions_58; } inline Vector3ArrayOptions_t534739431 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(Vector3ArrayOptions_t534739431 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t951858585, ___getter_59)); } inline DOGetter_1_t3465109668 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3465109668 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3465109668 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t951858585, ___setter_60)); } inline DOSetter_1_t477454500 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t477454500 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t477454500 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t951858585, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t487868235 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t487868235 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t487868235 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T951858585_H #ifndef TWEENERCORE_3_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_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_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_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_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_T181868238_H #define TWEENERCORE_3_T181868238_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t181868238 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue uint64_t ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue uint64_t ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue uint64_t ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_t313102519 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3876836296 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t889181128 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t4012845184 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t181868238, ___startValue_55)); } inline uint64_t get_startValue_55() const { return ___startValue_55; } inline uint64_t* get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(uint64_t value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t181868238, ___endValue_56)); } inline uint64_t get_endValue_56() const { return ___endValue_56; } inline uint64_t* get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(uint64_t value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t181868238, ___changeValue_57)); } inline uint64_t get_changeValue_57() const { return ___changeValue_57; } inline uint64_t* get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(uint64_t value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t181868238, ___plugOptions_58)); } inline NoOptions_t313102519 get_plugOptions_58() const { return ___plugOptions_58; } inline NoOptions_t313102519 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(NoOptions_t313102519 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t181868238, ___getter_59)); } inline DOGetter_1_t3876836296 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3876836296 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3876836296 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t181868238, ___setter_60)); } inline DOSetter_1_t889181128 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t889181128 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t889181128 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t181868238, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t4012845184 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t4012845184 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t4012845184 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T181868238_H #ifndef TWEENERCORE_3_T2915539799_H #define TWEENERCORE_3_T2915539799_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_t2915539799 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue String_t* ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue String_t* ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue String_t* ___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_t1590246893 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t2897559021 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t2451549449 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t2915539799, ___startValue_55)); } inline String_t* get_startValue_55() const { return ___startValue_55; } inline String_t** get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(String_t* value) { ___startValue_55 = value; Il2CppCodeGenWriteBarrier((&___startValue_55), value); } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t2915539799, ___endValue_56)); } inline String_t* get_endValue_56() const { return ___endValue_56; } inline String_t** get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(String_t* value) { ___endValue_56 = value; Il2CppCodeGenWriteBarrier((&___endValue_56), value); } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t2915539799, ___changeValue_57)); } inline String_t* get_changeValue_57() const { return ___changeValue_57; } inline String_t** get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(String_t* value) { ___changeValue_57 = value; Il2CppCodeGenWriteBarrier((&___changeValue_57), value); } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t2915539799, ___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_t2915539799, ___getter_59)); } inline DOGetter_1_t1590246893 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t1590246893 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t1590246893 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t2915539799, ___setter_60)); } inline DOSetter_1_t2897559021 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t2897559021 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t2897559021 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t2915539799, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t2451549449 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t2451549449 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t2451549449 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T2915539799_H #ifndef TWEENERCORE_3_T3040139253_H #define TWEENERCORE_3_T3040139253_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_t3040139253 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Path_t3614338981 * ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Path_t3614338981 * ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Path_t3614338981 * ___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_t2576148903 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t3040139253, ___startValue_55)); } inline Path_t3614338981 * get_startValue_55() const { return ___startValue_55; } inline Path_t3614338981 ** get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Path_t3614338981 * value) { ___startValue_55 = value; Il2CppCodeGenWriteBarrier((&___startValue_55), value); } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t3040139253, ___endValue_56)); } inline Path_t3614338981 * get_endValue_56() const { return ___endValue_56; } inline Path_t3614338981 ** get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Path_t3614338981 * value) { ___endValue_56 = value; Il2CppCodeGenWriteBarrier((&___endValue_56), value); } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t3040139253, ___changeValue_57)); } inline Path_t3614338981 * get_changeValue_57() const { return ___changeValue_57; } inline Path_t3614338981 ** get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Path_t3614338981 * value) { ___changeValue_57 = value; Il2CppCodeGenWriteBarrier((&___changeValue_57), value); } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t3040139253, ___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_t3040139253, ___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_t3040139253, ___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_t3040139253, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t2576148903 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t2576148903 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t2576148903 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T3040139253_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_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 // 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); } }; // DG.Tweening.Tween[] struct TweenU5BU5D_t1320466404 : public RuntimeArray { public: ALIGN_FIELD (8) Tween_t2342918553 * m_Items[1]; public: inline Tween_t2342918553 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Tween_t2342918553 ** 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, Tween_t2342918553 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Tween_t2342918553 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Tween_t2342918553 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Tween_t2342918553 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // 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.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854 : public RuntimeArray { public: ALIGN_FIELD (8) Assembly_t * m_Items[1]; public: inline Assembly_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_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, Assembly_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Assembly_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Single[] struct SingleU5BU5D_t1444911251 : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1]; public: inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t3722313464 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value) { m_Items[index] = value; } }; // DG.Tweening.Plugins.Core.PathCore.ControlPoint[] struct ControlPointU5BU5D_t1567961855 : public RuntimeArray { public: ALIGN_FIELD (8) ControlPoint_t3892672090 m_Items[1]; public: inline ControlPoint_t3892672090 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ControlPoint_t3892672090 * 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, ControlPoint_t3892672090 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ControlPoint_t3892672090 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ControlPoint_t3892672090 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ControlPoint_t3892672090 value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // !2 System.Func`3::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR bool Func_3_Invoke_m600483810_gshared (Func_3_t766691812 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m914906257_gshared (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void System.Action`4::Invoke(!0,!1,!2,!3) extern "C" IL2CPP_METHOD_ATTR void Action_4_Invoke_m1115689442_gshared (Action_4_t2046206578 * __this, PathOptions_t2074623791 p0, RuntimeObject * p1, Quaternion_t2301928331 p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack_1__ctor_m3164958980_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3947764094_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2687535023_gshared (Dictionary_2_t132545152 * __this, int32_t p0, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m756553478_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m1938428402_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) extern "C" IL2CPP_METHOD_ATTR void Stack_1_Push_m1669856732_gshared (Stack_1_t3923495619 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Clear() extern "C" IL2CPP_METHOD_ATTR void Stack_1_Clear_m2967600_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2278349286_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2387223709_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1786738978_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_m1542437191_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325** p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_set_Capacity_m2372349928_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3697625829_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3280774074_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Capacity_m318281511_gshared (List_1_t257213610 * __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); // 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m1592027918_gshared (ABSTweenPlugin_3_t3321825548 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3206831396_gshared (Nullable_1_t1819850047 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_m3418327087_gshared (Nullable_1_t1819850047 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1896991456_gshared (Nullable_1_t3271444517 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m2098102441_gshared (Nullable_1_t3271444517 * __this, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * DOTween_ApplyTo_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m4002217475_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t1140062978 * ___getter0, DOSetter_1_t2447375106 * ___setter1, float ___endValue2, float ___duration3, ABSTweenPlugin_3_t420566061 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4210260218 * DOTween_ApplyTo_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m1428722594_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t337461567 * ___getter0, DOSetter_1_t1644773695 * ___setter1, double ___endValue2, float ___duration3, ABSTweenPlugin_3_t3746269868 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3388502834 * DOTween_ApplyTo_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m3792322625_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t2693741957 * ___getter0, DOSetter_1_t4001054085 * ___setter1, int32_t ___endValue2, float ___duration3, ABSTweenPlugin_3_t2924512484 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2065240817 * DOTween_ApplyTo_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m3282294203_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t2302858182 * ___getter0, DOSetter_1_t3610170310 * ___setter1, uint32_t ___endValue2, float ___duration3, ABSTweenPlugin_3_t1601250467 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2433923774 * DOTween_ApplyTo_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m3534809885_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t3479363508 * ___getter0, DOSetter_1_t491708340 * ___setter1, int64_t ___endValue2, float ___duration3, ABSTweenPlugin_3_t1969933424 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t181868238 * DOTween_ApplyTo_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m1100765124_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t3876836296 * ___getter0, DOSetter_1_t889181128 * ___setter1, uint64_t ___endValue2, float ___duration3, ABSTweenPlugin_3_t4012845184 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2697511091 * DOTween_ApplyTo_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m3940432448_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t2822902368 * ___getter0, DOSetter_1_t4130214496 * ___setter1, RuntimeObject * ___endValue2, float ___duration3, ABSTweenPlugin_3_t2233520741 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * DOTween_ApplyTo_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m1830188851_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t1899025727 * ___getter0, DOSetter_1_t3206337855 * ___setter1, Vector2_t2156229523 ___endValue2, float ___duration3, ABSTweenPlugin_3_t3542497879 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * DOTween_ApplyTo_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m1904941236_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, Vector3_t3722313464 ___endValue2, float ___duration3, ABSTweenPlugin_3_t2480340187 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * DOTween_ApplyTo_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3941024867_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t3061825141 * ___getter0, DOSetter_1_t74169973 * ___setter1, Vector4_t3319028937 ___endValue2, float ___duration3, ABSTweenPlugin_3_t1371845967 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * DOTween_ApplyTo_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1729503936_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t2044724535 * ___getter0, DOSetter_1_t3352036663 * ___setter1, Vector3_t3722313464 ___endValue2, float ___duration3, ABSTweenPlugin_3_t835568657 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * DOTween_ApplyTo_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1197706533_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t2298482528 * ___getter0, DOSetter_1_t3605794656 * ___setter1, Color_t2555686324 ___endValue2, float ___duration3, ABSTweenPlugin_3_t281541932 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * DOTween_ApplyTo_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3830288880_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t2103276063 * ___getter0, DOSetter_1_t3410588191 * ___setter1, Rect_t2360479859 ___endValue2, float ___duration3, ABSTweenPlugin_3_t1253391633 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3313089966 * DOTween_ApplyTo_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m2017358580_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t2822902368 * ___getter0, DOSetter_1_t4130214496 * ___setter1, RuntimeObject * ___endValue2, float ___duration3, ABSTweenPlugin_3_t2849099616 * ___plugin4, const RuntimeMethod* method); // 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 * p0, intptr_t p1, const RuntimeMethod* method); // 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 * p0, intptr_t p1, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.Extensions::NoFrom(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * Extensions_NoFrom_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m2751949653_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t884556411 * ___t0, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.Extensions::NoFrom(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3249354882 * Extensions_NoFrom_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m3351333584_gshared (RuntimeObject * __this /* static, unused */, TweenerCore_3_t3249354882 * ___t0, const RuntimeMethod* method); // T DG.Tweening.Core.Extensions::SetSpecialStartupMode(T,DG.Tweening.Core.Enums.SpecialStartupMode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Extensions_SetSpecialStartupMode_TisRuntimeObject_m2505848042_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___t0, int32_t ___mode1, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3249354882 * DOTween_ApplyTo_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m113363982_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, RuntimeObject * ___endValue2, float ___duration3, ABSTweenPlugin_3_t2785364532 * ___plugin4, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1580492422 * DOTween_ApplyTo_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m3434067972_gshared (RuntimeObject * __this /* static, unused */, DOGetter_1_t2840439279 * ___getter0, DOSetter_1_t4147751407 * ___setter1, Color2_t3097643075 ___endValue2, float ___duration3, ABSTweenPlugin_3_t1116502072 * ___plugin4, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, 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 p0, const RuntimeMethod* method); // T DG.Tweening.TweenSettingsExtensions::OnUpdate(T,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_OnUpdate_TisRuntimeObject_m4115200285_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // T DG.Tweening.TweenSettingsExtensions::OnStepComplete(T,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_OnStepComplete_TisRuntimeObject_m2935354448_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // T DG.Tweening.TweenSettingsExtensions::SetUpdate(T,DG.Tweening.UpdateType,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m2866558384_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___t0, int32_t ___updateType1, bool ___isIndependentUpdate2, const RuntimeMethod* method); // T DG.Tweening.TweenSettingsExtensions::SetAutoKill(T,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_SetAutoKill_TisRuntimeObject_m593263294_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___t0, bool ___autoKillOnCompletion1, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_Invoke_m2938877148_gshared (TweenCallback_1_t1456286679 * __this, float p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m1883304525_gshared (Nullable_1_t1438310180 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m3586925169_gshared (Nullable_1_t1438310180 * __this, 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); // 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m1411104530_gshared (ABSTweenPlugin_3_t1116502072 * __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); // 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m1056980063_gshared (ABSTweenPlugin_3_t281541932 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m3010405843_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Nullable_1_get_Value_m4225233045_gshared (Nullable_1_t4278248406 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m1416767016_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m2245824889_gshared (Nullable_1_t1149908250 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Nullable_1_get_Value_m2068788588_gshared (Nullable_1_t1149908250 * __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 double DOGetter_1_Invoke_m2320854763_gshared (DOGetter_1_t337461567 * __this, 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m3176927022_gshared (ABSTweenPlugin_3_t3746269868 * __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); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m1376422833_gshared (ABSTweenPlugin_3_t420566061 * __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); // 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2309232056_gshared (ABSTweenPlugin_3_t2924512484 * __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); // 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m3008080787_gshared (ABSTweenPlugin_3_t1969933424 * __this, const RuntimeMethod* method); // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Plugins.Core.PluginsManager::GetCustomPlugin() extern "C" IL2CPP_METHOD_ATTR ABSTweenPlugin_3_t30281596 * PluginsManager_GetCustomPlugin_TisRuntimeObject_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m3808556241_gshared (RuntimeObject * __this /* static, unused */, 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 p0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Tween::OnTweenCallback(DG.Tweening.TweenCallback`1,T) extern "C" IL2CPP_METHOD_ATTR bool Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735_gshared (RuntimeObject * __this /* static, unused */, TweenCallback_1_t3009965658 * ___callback0, int32_t ___param1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_m133295941_gshared (Nullable_1_t1149908250 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2996453450_gshared (ABSTweenPlugin_3_t30281596 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2501002837_gshared (ABSTweenPlugin_3_t835568657 * __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); // 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 * p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m3850985485_gshared (ABSTweenPlugin_3_t2849099616 * __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); // 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2805802348_gshared (ABSTweenPlugin_3_t1253391633 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_m3896012083_gshared (List_1_t811567916 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m419267761_gshared (List_1_t811567916 * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2418641002_gshared (List_1_t811567916 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1_RemoveAt_m2351621673_gshared (List_1_t811567916 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisChar_t3634460470_m95364350_gshared (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* p0, Il2CppChar p1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar List_1_get_Item_m2221170212_gshared (List_1_t811567916 * __this, int32_t p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m870513679_gshared (ABSTweenPlugin_3_t2233520741 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2562720089_gshared (List_1_t811567916 * __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); // 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m189571215_gshared (ABSTweenPlugin_3_t1601250467 * __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); // 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m483470283_gshared (ABSTweenPlugin_3_t4012845184 * __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); // 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 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2690589916_gshared (ABSTweenPlugin_3_t3542497879 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Color2::.ctor(UnityEngine.Color,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void Color2__ctor_m3682887755 (Color2_t3097643075 * __this, Color_t2555686324 ___ca0, Color_t2555686324 ___cb1, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::op_Addition(UnityEngine.Color,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_op_Addition_m3293657895 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, Color_t2555686324 p1, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::op_Subtraction(UnityEngine.Color,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_op_Subtraction_m181229690 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, Color_t2555686324 p1, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::op_Multiply(UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 Color_op_Multiply_m2887457390 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, float p1, 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.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // !2 System.Func`3::Invoke(!0,!1) #define Func_3_Invoke_m600483810(__this, p0, p1, method) (( bool (*) (Func_3_t766691812 *, int32_t, RuntimeObject *, const RuntimeMethod*))Func_3_Invoke_m600483810_gshared)(__this, p0, p1, method) // System.Void UnityEngine.Debug::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_Log_m4051431634 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogWarning_m3752629331 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debug_LogError_m2850623458 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void DG.Tweening.Core.Debugger::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogWarning_m4070894882 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * Component_get_gameObject_m442555142 (Component_t1923634451 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_Destroy_m565254235 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_realtimeSinceStartup() extern "C" IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m3141794964 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Type DG.Tweening.Core.Utils::GetLooseScriptType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Utils_GetLooseScriptType_m1419918510 (RuntimeObject * __this /* static, unused */, String_t* ___typeName0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.Debugger::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogError_m3567904185 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1197120913 (Type_t * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_deltaTime_m372706562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_smoothDeltaTime() extern "C" IL2CPP_METHOD_ATTR float Time_get_smoothDeltaTime_m2285259559 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::Update(DG.Tweening.UpdateType,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void TweenManager_Update_m3156821148 (RuntimeObject * __this /* static, unused */, int32_t ___updateType0, float ___deltaTime1, float ___independentTime2, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_timeScale() extern "C" IL2CPP_METHOD_ATTR float Time_get_timeScale_m701790074 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m976815456(__this, method) (( int32_t (*) (List_1_t904863771 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m1316247597(__this, p0, method) (( TweenCallback_t3727756325 * (*) (List_1_t904863771 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DG.Tweening.TweenCallback::Invoke() extern "C" IL2CPP_METHOD_ATTR void TweenCallback_Invoke_m1463592511 (TweenCallback_t3727756325 * __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.Core.Debugger::LogReport(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogReport_m1172973642 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::SetCapacities(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TweenManager_SetCapacities_m280715067 (RuntimeObject * __this /* static, unused */, int32_t ___tweenersCapacity0, int32_t ___sequencesCapacity1, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenComponent/d__15::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForCompletionU3Ed__15__ctor_m178305714 (U3CWaitForCompletionU3Ed__15_t1419824435 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenComponent/d__16::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForRewindU3Ed__16__ctor_m1783335146 (U3CWaitForRewindU3Ed__16_t2339796849 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenComponent/d__17::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForKillU3Ed__17__ctor_m540081528 (U3CWaitForKillU3Ed__17_t2722362446 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenComponent/d__18::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForElapsedLoopsU3Ed__18__ctor_m955560330 (U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenComponent/d__19::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForPositionU3Ed__19__ctor_m3690021302 (U3CWaitForPositionU3Ed__19_t4150277215 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenComponent/d__20::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForStartU3Ed__20__ctor_m2936560807 (U3CWaitForStartU3Ed__20_t1090124157 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m2093116449 (GameObject_t1113636619 * __this, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m166252750 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() #define GameObject_AddComponent_TisDOTweenComponent_t828035757_m715885069(__this, method) (( DOTweenComponent_t828035757 * (*) (GameObject_t1113636619 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m914906257_gshared)(__this, method) // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method); // System.Boolean DG.Tweening.Tween::get_active() extern "C" IL2CPP_METHOD_ATTR bool Tween_get_active_m3762091542 (Tween_t2342918553 * __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.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_playedOnce() extern "C" IL2CPP_METHOD_ATTR bool Tween_get_playedOnce_m2418154974 (Tween_t2342918553 * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void System.Action`4::Invoke(!0,!1,!2,!3) #define Action_4_Invoke_m2884878319(__this, p0, p1, p2, p3, method) (( void (*) (Action_4_t2634302908 *, PathOptions_t2074623791 , Tween_t2342918553 *, Quaternion_t2301928331 , Transform_t3600365921 *, const RuntimeMethod*))Action_4_Invoke_m1115689442_gshared)(__this, p0, p1, p2, p3, method) // System.Void DG.Tweening.Core.DOTweenSettings/SafeModeOptions::.ctor() extern "C" IL2CPP_METHOD_ATTR void SafeModeOptions__ctor_m2970759514 (SafeModeOptions_t1009220084 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenSettings/ModulesSetup::.ctor() extern "C" IL2CPP_METHOD_ATTR void ModulesSetup__ctor_m2247848842 (ModulesSetup_t3920549237 * __this, const RuntimeMethod* method); // System.Void UnityEngine.ScriptableObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void ScriptableObject__ctor_m1310743131 (ScriptableObject_t2528358522 * __this, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Easing.Bounce::EaseOut(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Bounce_EaseOut_m1154803657 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___unusedOvershootOrAmplitude2, float ___unusedPeriod3, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Easing.Bounce::EaseIn(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Bounce_EaseIn_m3480468474 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___unusedOvershootOrAmplitude2, float ___unusedPeriod3, const RuntimeMethod* method); // System.Int32 UnityEngine.AnimationCurve::get_length() extern "C" IL2CPP_METHOD_ATTR int32_t AnimationCurve_get_length_m1548433259 (AnimationCurve_t3046754366 * __this, const RuntimeMethod* method); // UnityEngine.Keyframe UnityEngine.AnimationCurve::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Keyframe_t4206410242 AnimationCurve_get_Item_m4209227769 (AnimationCurve_t3046754366 * __this, int32_t p0, const RuntimeMethod* method); // System.Single UnityEngine.Keyframe::get_time() extern "C" IL2CPP_METHOD_ATTR float Keyframe_get_time_m803196188 (Keyframe_t4206410242 * __this, const RuntimeMethod* method); // System.Single UnityEngine.AnimationCurve::Evaluate(System.Single) extern "C" IL2CPP_METHOD_ATTR float AnimationCurve_Evaluate_m2125563588 (AnimationCurve_t3046754366 * __this, float p0, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Easing.EaseManager::Evaluate(DG.Tweening.Ease,DG.Tweening.EaseFunction,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float EaseManager_Evaluate_m3049795073 (RuntimeObject * __this /* static, unused */, int32_t ___easeType0, EaseFunction_t3531141372 * ___customEase1, float ___time2, float ___duration3, float ___overshootOrAmplitude4, float ___period5, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Easing.Bounce::EaseInOut(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Bounce_EaseInOut_m751735845 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___unusedOvershootOrAmplitude2, float ___unusedPeriod3, const RuntimeMethod* method); // System.Single DG.Tweening.EaseFunction::Invoke(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float EaseFunction_Invoke_m149773300 (EaseFunction_t3531141372 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Easing.Flash::Ease(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_Ease_m2053152407 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Easing.Flash::EaseIn(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_EaseIn_m11902957 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Easing.Flash::EaseOut(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_EaseOut_m3587302947 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Easing.Flash::EaseInOut(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_EaseInOut_m2506355733 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method); // System.Void DG.Tweening.EaseFunction::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EaseFunction__ctor_m2187258155 (EaseFunction_t3531141372 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DG.Tweening.Core.Easing.EaseManager/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m3689643051 (U3CU3Ec_t1320040651 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::CeilToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m432108984 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Easing.Flash::WeightedEase(System.Single,System.Single,System.Int32,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_WeightedEase_m1425398056 (RuntimeObject * __this /* static, unused */, float ___overshootOrAmplitude0, float ___period1, int32_t ___stepIndex2, float ___stepDuration3, float ___dir4, float ___res5, const RuntimeMethod* method); // System.Double System.Math::Truncate(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Truncate_m1598978681 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.ABSSequentiable::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSSequentiable__ctor_m1213505661 (ABSSequentiable_t3376041011 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() extern "C" IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_m2006396688 (GameObject_t1113636619 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() #define Stack_1__ctor_m3260243089(__this, method) (( void (*) (Stack_1_t3186308008 *, const RuntimeMethod*))Stack_1__ctor_m3164958980_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m3568617223(__this, p0, method) (( void (*) (List_1_t3814993295 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m146927832(__this, p0, method) (( void (*) (Dictionary_2_t450041920 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m2687535023_gshared)(__this, p0, method) // System.Boolean UnityEngine.Application::get_isEditor() extern "C" IL2CPP_METHOD_ATTR bool Application_get_isEditor_m857789090 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() #define Stack_1_Pop_m4017928895(__this, method) (( Tween_t2342918553 * (*) (Stack_1_t3186308008 *, const RuntimeMethod*))Stack_1_Pop_m756553478_gshared)(__this, method) // System.Void DG.Tweening.Core.TweenManager::AddActiveTween(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_AddActiveTween_m3621120407 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::IncreaseCapacities(DG.Tweening.Core.TweenManager/CapacityIncreaseMode) extern "C" IL2CPP_METHOD_ATTR void TweenManager_IncreaseCapacities_m1708884335 (RuntimeObject * __this /* static, unused */, int32_t ___increaseMode0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void DG.Tweening.Sequence::.ctor() extern "C" IL2CPP_METHOD_ATTR void Sequence__ctor_m706533768 (Sequence_t2050373119 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::RemoveActiveTween(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_RemoveActiveTween_m4176141322 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::Despawn(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TweenManager_Despawn_m914290086 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___modifyActiveLists1, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::ClearTweenArray(DG.Tweening.Tween[]) extern "C" IL2CPP_METHOD_ATTR void TweenManager_ClearTweenArray_m2271258698 (RuntimeObject * __this /* static, unused */, TweenU5BU5D_t1320466404* ___tweens0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m681939192(__this, method) (( void (*) (Dictionary_2_t450041920 *, const RuntimeMethod*))Dictionary_2_Clear_m1938428402_gshared)(__this, method) // System.Boolean DG.Tweening.Tween::OnTweenCallback(DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR bool Tween_OnTweenCallback_m3343846483 (RuntimeObject * __this /* static, unused */, TweenCallback_t3727756325 * ___callback0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) #define Stack_1_Push_m120329974(__this, p0, method) (( void (*) (Stack_1_t3186308008 *, Tween_t2342918553 *, const RuntimeMethod*))Stack_1_Push_m1669856732_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1779637251(__this, method) (( int32_t (*) (List_1_t3814993295 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m4103691866(__this, p0, method) (( Tween_t2342918553 * (*) (List_1_t3814993295 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void DG.Tweening.Tween::set_active(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Tween_set_active_m101675830 (Tween_t2342918553 * __this, bool ___value0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::PurgePools() extern "C" IL2CPP_METHOD_ATTR void TweenManager_PurgePools_m1525899553 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::ResetCapacities() extern "C" IL2CPP_METHOD_ATTR void TweenManager_ResetCapacities_m1717197829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Clear() #define Stack_1_Clear_m451202262(__this, method) (( void (*) (Stack_1_t3186308008 *, const RuntimeMethod*))Stack_1_Clear_m2967600_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3306001750(__this, p0, method) (( bool (*) (Dictionary_2_t450041920 *, Tween_t2342918553 *, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1399715605(__this, p0, p1, method) (( void (*) (Dictionary_2_t450041920 *, Tween_t2342918553 *, TweenLink_t626108557 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2939499540(__this, p0, p1, method) (( void (*) (Dictionary_2_t450041920 *, Tween_t2342918553 *, TweenLink_t626108557 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean DG.Tweening.Core.TweenManager::Play(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Play_m2737967497 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.TweenManager::Pause(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Pause_m3015626886 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m1286396961(__this, p0, method) (( bool (*) (Dictionary_2_t450041920 *, Tween_t2342918553 *, const RuntimeMethod*))Dictionary_2_Remove_m1786738978_gshared)(__this, p0, method) // System.Void System.Array::Resize(!!0[]&,System.Int32) #define Array_Resize_TisTween_t2342918553_m231671441(__this /* static, unused */, p0, p1, method) (( void (*) (RuntimeObject * /* static, unused */, TweenU5BU5D_t1320466404**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_m1542437191_gshared)(__this /* static, unused */, p0, p1, method) // System.Void System.Collections.Generic.List`1::set_Capacity(System.Int32) #define List_1_set_Capacity_m3912876352(__this, p0, method) (( void (*) (List_1_t3814993295 *, int32_t, const RuntimeMethod*))List_1_set_Capacity_m2372349928_gshared)(__this, p0, method) // System.Void DG.Tweening.Core.TweenManager::ReorganizeActiveTweens() extern "C" IL2CPP_METHOD_ATTR void TweenManager_ReorganizeActiveTweens_m870803593 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::MarkForKilling(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_MarkForKilling_m2696461590 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::DespawnActiveTweens(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void TweenManager_DespawnActiveTweens_m3961181725 (RuntimeObject * __this /* static, unused */, List_1_t3814993295 * ___tweens0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3923813889(__this, method) (( void (*) (List_1_t3814993295 *, const RuntimeMethod*))List_1_Clear_m3697625829_gshared)(__this, method) // System.Void DG.Tweening.Core.TweenManager::EvaluateTweenLink(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_EvaluateTweenLink_m2384491531 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Tween::DoGoto(DG.Tweening.Tween,System.Single,System.Int32,DG.Tweening.Core.Enums.UpdateMode) extern "C" IL2CPP_METHOD_ATTR bool Tween_DoGoto_m1767685380 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, float ___toPosition1, int32_t ___toCompletedLoops2, int32_t ___updateMode3, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m73741651(__this, p0, method) (( void (*) (List_1_t3814993295 *, Tween_t2342918553 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean DG.Tweening.Core.TweenManager::Complete(DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.Enums.UpdateMode) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Complete_m1509812344 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___modifyActiveLists1, int32_t ___updateMode2, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.TweenManager::Flip(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Flip_m841879672 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.TweenManager::Goto(DG.Tweening.Tween,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateMode) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Goto_m3684946111 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, float ___to1, bool ___andPlay2, int32_t ___updateMode3, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.TweenManager::PlayBackwards(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_PlayBackwards_m4039080637 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.TweenManager::PlayForward(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_PlayForward_m1281458203 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.TweenManager::Restart(DG.Tweening.Tween,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Restart_m417367270 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___includeDelay1, float ___changeDelayTo2, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.TweenManager::Rewind(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Rewind_m1857766106 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___includeDelay1, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.TweenManager::SmoothRewind(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_SmoothRewind_m1299417292 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.TweenManager::TogglePause(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_TogglePause_m1669311535 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m1870542928 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::ManageOnRewindCallbackWhenAlreadyRewinded(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TweenManager_ManageOnRewindCallbackWhenAlreadyRewinded_m1910878161 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___isPlayBackwardsOrSmoothRewind1, const RuntimeMethod* method); // System.Void DG.Tweening.TweenExtensions::PlayBackwards(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenExtensions_PlayBackwards_m3827745165 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Single DG.Tweening.TweenExtensions::ElapsedDirectionalPercentage(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR float TweenExtensions_ElapsedDirectionalPercentage_m2617485611 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Void DG.Tweening.TweenExtensions::Goto(DG.Tweening.Tween,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TweenExtensions_Goto_m2694549880 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, float ___to1, bool ___andPlay2, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m1397037629 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2020278189(__this, p0, p1, method) (( bool (*) (Dictionary_2_t450041920 *, Tween_t2342918553 *, TweenLink_t626108557 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void DG.Tweening.Core.Debugger::LogAddActiveTweenError(System.String) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogAddActiveTweenError_m928699848 (RuntimeObject * __this /* static, unused */, String_t* ___errorInfo0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::RemoveTweenLink(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_RemoveTweenLink_m2413961900 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.Debugger::LogRemoveActiveTweenError(System.String) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogRemoveActiveTweenError_m3351741726 (RuntimeObject * __this /* static, unused */, String_t* ___errorInfo0, const RuntimeMethod* 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.Int32 System.Collections.Generic.List`1::get_Capacity() #define List_1_get_Capacity_m473055629(__this, method) (( int32_t (*) (List_1_t3814993295 *, const RuntimeMethod*))List_1_get_Capacity_m318281511_gshared)(__this, method) // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector3__ctor_m3353183577 (Vector3_t3722313464 * __this, float p0, float p1, float p2, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_right() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_get_right_m1027081661 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Subtraction_m3073674971 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Implicit_m4260192859 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Single UnityEngine.Vector2::Angle(UnityEngine.Vector2,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR float Vector2_Angle_m4105581454 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, Vector2_t2156229523 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector2_op_Implicit_m1860157806 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Cross(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_Cross_m418170344 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Quaternion_op_Multiply_m2607404835 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Addition_m779775034 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool Mathf_Approximately_m245805902 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m1693760368 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() extern "C" IL2CPP_METHOD_ATTR AssemblyU5BU5D_t2792222854* AppDomain_GetAssemblies_m803088943 (AppDomain_t1571427825 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.CustomPlugins.PureQuaternionPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void PureQuaternionPlugin__ctor_m3911981263 (PureQuaternionPlugin_t587122414 * __this, const RuntimeMethod* 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) // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_op_Multiply_m1294064023 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3278952665(__this, p0, method) (( void (*) (DOSetter_1_t3352036663 *, Quaternion_t2301928331 , const RuntimeMethod*))DOSetter_1_Invoke_m3278952665_gshared)(__this, p0, method) // UnityEngine.Vector3 UnityEngine.Quaternion::get_eulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Quaternion_get_eulerAngles_m3425202016 (Quaternion_t2301928331 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() extern "C" IL2CPP_METHOD_ATTR float Vector3_get_magnitude_m27958459 (Vector3_t3722313464 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Slerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Slerp_m1234055455 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, Quaternion_t2301928331 p1, float p2, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m1592027918(__this, method) (( void (*) (ABSTweenPlugin_3_t3321825548 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m1592027918_gshared)(__this, method) // System.Void DG.Tweening.Core.Debugger::SetLogPriority(DG.Tweening.LogBehaviour) extern "C" IL2CPP_METHOD_ATTR void Debugger_SetLogPriority_m1935769544 (RuntimeObject * __this /* static, unused */, int32_t ___logBehaviour0, const RuntimeMethod* method); // System.Boolean UnityEngine.Application::get_isPlaying() extern "C" IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m100394690 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Resources::Load(System.String) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Resources_Load_m3880010804 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // DG.Tweening.IDOTweenInit DG.Tweening.DOTween::Init(DG.Tweening.Core.DOTweenSettings,System.Nullable`1,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTween_Init_m3752499687 (RuntimeObject * __this /* static, unused */, DOTweenSettings_t4078947542 * ___settings0, Nullable_1_t1819850047 ___recycleAllByDefault1, Nullable_1_t1819850047 ___useSafeMode2, Nullable_1_t3271444517 ___logBehaviour3, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3206831396(__this, method) (( bool (*) (Nullable_1_t1819850047 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3206831396_gshared)(__this, method) // !0 System.Nullable`1::get_Value() #define Nullable_1_get_Value_m3418327087(__this, method) (( bool (*) (Nullable_1_t1819850047 *, const RuntimeMethod*))Nullable_1_get_Value_m3418327087_gshared)(__this, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1896991456(__this, method) (( bool (*) (Nullable_1_t3271444517 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1896991456_gshared)(__this, method) // !0 System.Nullable`1::get_Value() #define Nullable_1_get_Value_m2098102441(__this, method) (( int32_t (*) (Nullable_1_t3271444517 *, const RuntimeMethod*))Nullable_1_get_Value_m2098102441_gshared)(__this, method) // System.Void DG.Tweening.DOTween::set_logBehaviour(DG.Tweening.LogBehaviour) extern "C" IL2CPP_METHOD_ATTR void DOTween_set_logBehaviour_m3567543409 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenComponent::Create() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_Create_m2340758355 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Boolean::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m2664721875 (bool* __this, const RuntimeMethod* method); // DG.Tweening.LogBehaviour DG.Tweening.DOTween::get_logBehaviour() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_get_logBehaviour_m1951211821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DG.Tweening.Core.Debugger::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_Log_m2008643737 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::PurgeAll() extern "C" IL2CPP_METHOD_ATTR void TweenManager_PurgeAll_m3367004003 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PluginsManager::PurgeAll() extern "C" IL2CPP_METHOD_ATTR void PluginsManager_PurgeAll_m2604620327 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenComponent::DestroyInstance() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_DestroyInstance_m259824510 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DG.Tweening.Core.TweenManager::Validate() extern "C" IL2CPP_METHOD_ATTR int32_t TweenManager_Validate_m995512755 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DG.Tweening.DOTween::InitCheck() extern "C" IL2CPP_METHOD_ATTR void DOTween_InitCheck_m2142797717 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m4002217475(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t884556411 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t1140062978 *, DOSetter_1_t2447375106 *, float, float, ABSTweenPlugin_3_t420566061 *, const RuntimeMethod*))DOTween_ApplyTo_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m4002217475_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m1428722594(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t4210260218 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t337461567 *, DOSetter_1_t1644773695 *, double, float, ABSTweenPlugin_3_t3746269868 *, const RuntimeMethod*))DOTween_ApplyTo_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m1428722594_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m3792322625(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t3388502834 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t2693741957 *, DOSetter_1_t4001054085 *, int32_t, float, ABSTweenPlugin_3_t2924512484 *, const RuntimeMethod*))DOTween_ApplyTo_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m3792322625_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m3282294203(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t2065240817 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t2302858182 *, DOSetter_1_t3610170310 *, uint32_t, float, ABSTweenPlugin_3_t1601250467 *, const RuntimeMethod*))DOTween_ApplyTo_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m3282294203_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m3534809885(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t2433923774 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t3479363508 *, DOSetter_1_t491708340 *, int64_t, float, ABSTweenPlugin_3_t1969933424 *, const RuntimeMethod*))DOTween_ApplyTo_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m3534809885_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m1100765124(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t181868238 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t3876836296 *, DOSetter_1_t889181128 *, uint64_t, float, ABSTweenPlugin_3_t4012845184 *, const RuntimeMethod*))DOTween_ApplyTo_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m1100765124_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisString_t_TisString_t_TisStringOptions_t3992490940_m4240130783(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t2915539799 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t1590246893 *, DOSetter_1_t2897559021 *, String_t*, float, ABSTweenPlugin_3_t2451549449 *, const RuntimeMethod*))DOTween_ApplyTo_TisRuntimeObject_TisRuntimeObject_TisStringOptions_t3992490940_m3940432448_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m1830188851(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t4006488229 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t1899025727 *, DOSetter_1_t3206337855 *, Vector2_t2156229523 , float, ABSTweenPlugin_3_t3542497879 *, const RuntimeMethod*))DOTween_ApplyTo_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m1830188851_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m1904941236(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t2944330537 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, Vector3_t3722313464 , float, ABSTweenPlugin_3_t2480340187 *, const RuntimeMethod*))DOTween_ApplyTo_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m1904941236_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3941024867(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t1835836317 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t3061825141 *, DOSetter_1_t74169973 *, Vector4_t3319028937 , float, ABSTweenPlugin_3_t1371845967 *, const RuntimeMethod*))DOTween_ApplyTo_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3941024867_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1729503936(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t1299559007 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t2044724535 *, DOSetter_1_t3352036663 *, Vector3_t3722313464 , float, ABSTweenPlugin_3_t835568657 *, const RuntimeMethod*))DOTween_ApplyTo_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1729503936_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1197706533(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t745532282 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t2298482528 *, DOSetter_1_t3605794656 *, Color_t2555686324 , float, ABSTweenPlugin_3_t281541932 *, const RuntimeMethod*))DOTween_ApplyTo_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1197706533_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3830288880(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t1717381983 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t2103276063 *, DOSetter_1_t3410588191 *, Rect_t2360479859 , float, ABSTweenPlugin_3_t1253391633 *, const RuntimeMethod*))DOTween_ApplyTo_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3830288880_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisRectOffset_t1369453676_TisRectOffset_t1369453676_TisNoOptions_t313102519_m3828194038(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t1508486926 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t1112249880 *, DOSetter_1_t2419562008 *, RectOffset_t1369453676 *, float, ABSTweenPlugin_3_t1044496576 *, const RuntimeMethod*))DOTween_ApplyTo_TisRuntimeObject_TisRuntimeObject_TisNoOptions_t313102519_m2017358580_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Color__ctor_m2943235014 (Color_t2555686324 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // DG.Tweening.Tweener DG.Tweening.TweenSettingsExtensions::SetOptions(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenSettingsExtensions_SetOptions_m3224359937 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t745532282 * ___t0, bool ___alphaOnly1, const RuntimeMethod* method); // System.Void DG.Tweening.DOTween/<>c__DisplayClass54_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_0__ctor_m781083073 (U3CU3Ec__DisplayClass54_0_t1212542191 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOGetter`1::.ctor(System.Object,System.IntPtr) #define DOGetter_1__ctor_m2335505072(__this, p0, p1, method) (( void (*) (DOGetter_1_t1140062978 *, RuntimeObject *, intptr_t, const RuntimeMethod*))DOGetter_1__ctor_m2335505072_gshared)(__this, p0, p1, method) // System.Void DG.Tweening.Core.DOSetter`1::.ctor(System.Object,System.IntPtr) #define DOSetter_1__ctor_m3423399374(__this, p0, p1, method) (( void (*) (DOSetter_1_t2447375106 *, RuntimeObject *, intptr_t, const RuntimeMethod*))DOSetter_1__ctor_m3423399374_gshared)(__this, p0, p1, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * DOTween_To_m2106473129 (RuntimeObject * __this /* static, unused */, DOGetter_1_t1140062978 * ___getter0, DOSetter_1_t2447375106 * ___setter1, float ___endValue2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.Extensions::NoFrom(DG.Tweening.Core.TweenerCore`3) #define Extensions_NoFrom_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m2751949653(__this /* static, unused */, ___t0, method) (( TweenerCore_3_t884556411 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, const RuntimeMethod*))Extensions_NoFrom_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m2751949653_gshared)(__this /* static, unused */, ___t0, method) // UnityEngine.Vector3 UnityEngine.Vector3::ClampMagnitude(UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_ClampMagnitude_m2732959745 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_UnaryNegation_m1951478815 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_zero_m1409827619 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ToArray(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.Vector3[],System.Single[]) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t951858585 * DOTween_ToArray_m1422270115 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, Vector3U5BU5D_t1718750761* ___endValues2, SingleU5BU5D_t1444911251* ___durations3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.Extensions::NoFrom(DG.Tweening.Core.TweenerCore`3) #define Extensions_NoFrom_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m878886622(__this /* static, unused */, ___t0, method) (( TweenerCore_3_t951858585 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t951858585 *, const RuntimeMethod*))Extensions_NoFrom_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m3351333584_gshared)(__this /* static, unused */, ___t0, method) // T DG.Tweening.Core.Extensions::SetSpecialStartupMode>(T,DG.Tweening.Core.Enums.SpecialStartupMode) #define Extensions_SetSpecialStartupMode_TisTweenerCore_3_t951858585_m1835023067(__this /* static, unused */, ___t0, ___mode1, method) (( TweenerCore_3_t951858585 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t951858585 *, int32_t, const RuntimeMethod*))Extensions_SetSpecialStartupMode_TisRuntimeObject_m2505848042_gshared)(__this /* static, unused */, ___t0, ___mode1, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::Shake(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t951858585 * DOTween_Shake_m2681322871 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, float ___duration2, Vector3_t3722313464 ___strength3, int32_t ___vibrato4, float ___randomness5, bool ___ignoreZAxis6, bool ___vectorBased7, bool ___fadeOut8, const RuntimeMethod* method); // System.Single UnityEngine.Random::Range(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Random_Range_m2202990745 (RuntimeObject * __this /* static, unused */, float p0, float p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_get_up_m3584168373 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_AngleAxis_m1767165696 (RuntimeObject * __this /* static, unused */, float p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 DG.Tweening.Core.Utils::Vector3FromAngle(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Utils_Vector3FromAngle_m1880144782 (RuntimeObject * __this /* static, unused */, float ___degrees0, float ___magnitude1, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m527574379(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t951858585 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t3465109668 *, DOSetter_1_t477454500 *, Vector3U5BU5D_t1718750761*, float, ABSTweenPlugin_3_t487868235 *, const RuntimeMethod*))DOTween_ApplyTo_TisVector3_t3722313464_TisRuntimeObject_TisVector3ArrayOptions_t534739431_m113363982_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) #define DOTween_ApplyTo_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m3434067972(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) (( TweenerCore_3_t1580492422 * (*) (RuntimeObject * /* static, unused */, DOGetter_1_t2840439279 *, DOSetter_1_t4147751407 *, Color2_t3097643075 , float, ABSTweenPlugin_3_t1116502072 *, const RuntimeMethod*))DOTween_ApplyTo_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m3434067972_gshared)(__this /* static, unused */, ___getter0, ___setter1, ___endValue2, ___duration3, ___plugin4, method) // DG.Tweening.Sequence DG.Tweening.Core.TweenManager::GetSequence() extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * TweenManager_GetSequence_m17562913 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void DG.Tweening.Sequence::Setup(DG.Tweening.Sequence) extern "C" IL2CPP_METHOD_ATTR void Sequence_Setup_m860230550 (RuntimeObject * __this /* static, unused */, Sequence_t2050373119 * ___s0, const RuntimeMethod* method); // System.Int32 DG.Tweening.Core.TweenManager::FilteredOperation(DG.Tweening.Core.Enums.OperationType,DG.Tweening.Core.Enums.FilterType,System.Object,System.Boolean,System.Single,System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR int32_t TweenManager_FilteredOperation_m271432624 (RuntimeObject * __this /* static, unused */, int32_t ___operationType0, int32_t ___filterType1, RuntimeObject * ___id2, bool ___optionalBool3, float ___optionalFloat4, RuntimeObject * ___optionalObj5, ObjectU5BU5D_t2843939325* ___optionalArray6, const RuntimeMethod* method); // System.Int32 DG.Tweening.DOTween::CompleteAndReturnKilledTot() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_CompleteAndReturnKilledTot_m1911607208 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DG.Tweening.Core.TweenManager::DespawnAll() extern "C" IL2CPP_METHOD_ATTR int32_t TweenManager_DespawnAll_m1329106749 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 DG.Tweening.DOTween::CompleteAndReturnKilledTotExceptFor(System.Object[]) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_CompleteAndReturnKilledTotExceptFor_m3000221990 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___excludeTargetsOrIds0, const RuntimeMethod* method); // System.Int32 DG.Tweening.DOTween::CompleteAndReturnKilledTot(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_CompleteAndReturnKilledTot_m820107692 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, const RuntimeMethod* method); // System.Int32 DG.Tweening.Core.TweenManager::TotalPlayingTweens() extern "C" IL2CPP_METHOD_ATTR int32_t TweenManager_TotalPlayingTweens_m1649120044 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.Generic.List`1 DG.Tweening.Core.TweenManager::GetActiveTweens(System.Boolean,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * TweenManager_GetActiveTweens_m3486424719 (RuntimeObject * __this /* static, unused */, bool ___playing0, List_1_t3814993295 * ___fillableList1, const RuntimeMethod* method); // System.Collections.Generic.List`1 DG.Tweening.Core.TweenManager::GetTweensById(System.Object,System.Boolean,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * TweenManager_GetTweensById_m4173653544 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___id0, bool ___playingOnly1, List_1_t3814993295 * ___fillableList2, const RuntimeMethod* method); // System.Collections.Generic.List`1 DG.Tweening.Core.TweenManager::GetTweensByTarget(System.Object,System.Boolean,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * TweenManager_GetTweensByTarget_m1902272649 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___target0, bool ___playingOnly1, List_1_t3814993295 * ___fillableList2, const RuntimeMethod* method); // System.Void DG.Tweening.DOTween::AutoInit() extern "C" IL2CPP_METHOD_ATTR void DOTween_AutoInit_m4089566748 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m455590291(__this, method) (( void (*) (List_1_t904863771 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m2477716530(__this, p0, method) (( void (*) (DOSetter_1_t2447375106 *, float, const RuntimeMethod*))DOSetter_1_Invoke_m2477716530_gshared)(__this, p0, method) // System.Void DG.Tweening.DOVirtual/<>c__DisplayClass0_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0__ctor_m1600714369 (U3CU3Ec__DisplayClass0_0_t3914388664 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TweenCallback__ctor_m3086472496 (TweenCallback_t3727756325 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // T DG.Tweening.TweenSettingsExtensions::OnUpdate>(T,DG.Tweening.TweenCallback) #define TweenSettingsExtensions_OnUpdate_TisTweenerCore_3_t884556411_m302501183(__this /* static, unused */, ___t0, ___action1, method) (( TweenerCore_3_t884556411 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t884556411 *, TweenCallback_t3727756325 *, const RuntimeMethod*))TweenSettingsExtensions_OnUpdate_TisRuntimeObject_m4115200285_gshared)(__this /* static, unused */, ___t0, ___action1, method) // System.Void DG.Tweening.Core.Easing.EaseCurve::.ctor(UnityEngine.AnimationCurve) extern "C" IL2CPP_METHOD_ATTR void EaseCurve__ctor_m586586765 (EaseCurve_t2771593608 * __this, AnimationCurve_t3046754366 * ___animCurve0, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.DOTween::Sequence() extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * DOTween_Sequence_m1991920595 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendInterval(DG.Tweening.Sequence,System.Single) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * TweenSettingsExtensions_AppendInterval_m4093776299 (RuntimeObject * __this /* static, unused */, Sequence_t2050373119 * ___s0, float ___interval1, const RuntimeMethod* method); // T DG.Tweening.TweenSettingsExtensions::OnStepComplete(T,DG.Tweening.TweenCallback) #define TweenSettingsExtensions_OnStepComplete_TisSequence_t2050373119_m1556475606(__this /* static, unused */, ___t0, ___action1, method) (( Sequence_t2050373119 * (*) (RuntimeObject * /* static, unused */, Sequence_t2050373119 *, TweenCallback_t3727756325 *, const RuntimeMethod*))TweenSettingsExtensions_OnStepComplete_TisRuntimeObject_m2935354448_gshared)(__this /* static, unused */, ___t0, ___action1, method) // T DG.Tweening.TweenSettingsExtensions::SetUpdate(T,DG.Tweening.UpdateType,System.Boolean) #define TweenSettingsExtensions_SetUpdate_TisSequence_t2050373119_m431838736(__this /* static, unused */, ___t0, ___updateType1, ___isIndependentUpdate2, method) (( Sequence_t2050373119 * (*) (RuntimeObject * /* static, unused */, Sequence_t2050373119 *, int32_t, bool, const RuntimeMethod*))TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m2866558384_gshared)(__this /* static, unused */, ___t0, ___updateType1, ___isIndependentUpdate2, method) // T DG.Tweening.TweenSettingsExtensions::SetAutoKill(T,System.Boolean) #define TweenSettingsExtensions_SetAutoKill_TisSequence_t2050373119_m4161923835(__this /* static, unused */, ___t0, ___autoKillOnCompletion1, method) (( Sequence_t2050373119 * (*) (RuntimeObject * /* static, unused */, Sequence_t2050373119 *, bool, const RuntimeMethod*))TweenSettingsExtensions_SetAutoKill_TisRuntimeObject_m593263294_gshared)(__this /* static, unused */, ___t0, ___autoKillOnCompletion1, method) // System.Void DG.Tweening.TweenCallback`1::Invoke(T) #define TweenCallback_1_Invoke_m2938877148(__this, p0, method) (( void (*) (TweenCallback_1_t1456286679 *, float, const RuntimeMethod*))TweenCallback_1_Invoke_m2938877148_gshared)(__this, p0, method) // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m1883304525(__this, method) (( bool (*) (Nullable_1_t1438310180 *, const RuntimeMethod*))Nullable_1_get_HasValue_m1883304525_gshared)(__this, method) // !0 System.Nullable`1::get_Value() #define Nullable_1_get_Value_m3586925169(__this, method) (( int32_t (*) (Nullable_1_t1438310180 *, const RuntimeMethod*))Nullable_1_get_Value_m3586925169_gshared)(__this, method) // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager::ToEaseFunction(DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR EaseFunction_t3531141372 * EaseManager_ToEaseFunction_m3147650951 (RuntimeObject * __this /* static, unused */, int32_t ___ease0, const RuntimeMethod* method); // DG.Tweening.EaseFunction DG.Tweening.EaseFactory::StopMotion(System.Int32,DG.Tweening.EaseFunction) extern "C" IL2CPP_METHOD_ATTR EaseFunction_t3531141372 * EaseFactory_StopMotion_m204192253 (RuntimeObject * __this /* static, unused */, int32_t ___motionFps0, EaseFunction_t3531141372 * ___customEase1, const RuntimeMethod* method); // System.Void DG.Tweening.EaseFactory/<>c__DisplayClass2_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_m3464947938 (U3CU3Ec__DisplayClass2_0_t753111370 * __this, 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) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3106111274(__this, p0, method) (( void (*) (DOSetter_1_t4147751407 *, Color2_t3097643075 , const RuntimeMethod*))DOSetter_1_Invoke_m3106111274_gshared)(__this, p0, method) // DG.Tweening.Color2 DG.Tweening.Color2::op_Addition(DG.Tweening.Color2,DG.Tweening.Color2) extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 Color2_op_Addition_m2524540868 (RuntimeObject * __this /* static, unused */, Color2_t3097643075 ___c10, Color2_t3097643075 ___c21, const RuntimeMethod* method); // DG.Tweening.Color2 DG.Tweening.Color2::op_Subtraction(DG.Tweening.Color2,DG.Tweening.Color2) extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 Color2_op_Subtraction_m1438656691 (RuntimeObject * __this /* static, unused */, Color2_t3097643075 ___c10, Color2_t3097643075 ___c21, const RuntimeMethod* method); // DG.Tweening.Color2 DG.Tweening.Color2::op_Multiply(DG.Tweening.Color2,System.Single) extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 Color2_op_Multiply_m3951525207 (RuntimeObject * __this /* static, unused */, Color2_t3097643075 ___c10, float ___f1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m1411104530(__this, method) (( void (*) (ABSTweenPlugin_3_t1116502072 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m1411104530_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) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m1524039849(__this, p0, method) (( void (*) (DOSetter_1_t3605794656 *, Color_t2555686324 , const RuntimeMethod*))DOSetter_1_Invoke_m1524039849_gshared)(__this, p0, method) // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m1056980063(__this, method) (( void (*) (ABSTweenPlugin_3_t281541932 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m1056980063_gshared)(__this, method) // System.Void DG.Tweening.Plugins.Core.PathCore.ControlPoint::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ControlPoint__ctor_m910211482 (ControlPoint_t3892672090 * __this, Vector3_t3722313464 ___a0, Vector3_t3722313464 ___b1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::SetTimeToLengthTables(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CatmullRomDecoder_SetTimeToLengthTables_m3807451377 (CatmullRomDecoder_t2053048079 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::SetWaypointsLengths(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CatmullRomDecoder_SetWaypointsLengths_m3260160627 (CatmullRomDecoder_t2053048079 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m2104357790 (RuntimeObject * __this /* static, unused */, float p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Vector3_op_Multiply_m3376773913 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR float Vector3_Distance_m886789632 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSPathDecoder__ctor_m739890384 (ABSPathDecoder_t2613982196 * __this, const RuntimeMethod* method); // System.String UnityEngine.Vector3::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Vector3_ToString_m759076600 (Vector3_t3722313464 * __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 DG.Tweening.Plugins.Core.PathCore.ControlPoint::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ControlPoint_ToString_m1361048456 (ControlPoint_t3892672090 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::SetTimeToLengthTables(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CubicBezierDecoder_SetTimeToLengthTables_m3528959559 (CubicBezierDecoder_t2663863244 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::SetWaypointsLengths(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CubicBezierDecoder_SetWaypointsLengths_m3537736299 (CubicBezierDecoder_t2663863244 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.LinearDecoder::SetTimeToLengthTables(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LinearDecoder_SetTimeToLengthTables_m1376165495 (LinearDecoder_t2708327777 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m3010405843(__this, method) (( bool (*) (Nullable_1_t4278248406 *, const RuntimeMethod*))Nullable_1_get_HasValue_m3010405843_gshared)(__this, method) // !0 System.Nullable`1::get_Value() #define Nullable_1_get_Value_m4225233045(__this, method) (( Color_t2555686324 (*) (Nullable_1_t4278248406 *, const RuntimeMethod*))Nullable_1_get_Value_m4225233045_gshared)(__this, method) // System.Void DG.Tweening.Plugins.Core.PathCore.Path::AssignWaypoints(UnityEngine.Vector3[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Path_AssignWaypoints_m694504955 (Path_t3614338981 * __this, Vector3U5BU5D_t1718750761* ___newWps0, bool ___cloneWps1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.Path::AssignDecoder(DG.Tweening.PathType) extern "C" IL2CPP_METHOD_ATTR void Path_AssignDecoder_m3239877656 (Path_t3614338981 * __this, int32_t ___pathType0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2060438683(__this, p0, method) (( void (*) (List_1_t904863771 *, TweenCallback_t3727756325 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Single DG.Tweening.Plugins.Core.PathCore.Path::ConvertToConstantPathPerc(System.Single) extern "C" IL2CPP_METHOD_ATTR float Path_ConvertToConstantPathPerc_m980873488 (Path_t3614338981 * __this, float ___perc0, const RuntimeMethod* method); // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.Path::GetPoint(System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Path_GetPoint_m1978489341 (Path_t3614338981 * __this, float ___perc0, bool ___convertToConstantPerc1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) #define List_1_Remove_m3486331705(__this, p0, method) (( bool (*) (List_1_t904863771 *, TweenCallback_t3727756325 *, const RuntimeMethod*))List_1_Remove_m1416767016_gshared)(__this, p0, method) // System.Void DG.Tweening.Plugins.Core.PathCore.Path::Destroy() extern "C" IL2CPP_METHOD_ATTR void Path_Destroy_m3285362268 (Path_t3614338981 * __this, const RuntimeMethod* method); // DG.Tweening.Plugins.Core.PathCore.ControlPoint DG.Tweening.Plugins.Core.PathCore.ControlPoint::op_Addition(DG.Tweening.Plugins.Core.PathCore.ControlPoint,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR ControlPoint_t3892672090 ControlPoint_op_Addition_m3313126655 (RuntimeObject * __this /* static, unused */, ControlPoint_t3892672090 ___cp0, Vector3_t3722313464 ___v1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.Path::.ctor() extern "C" IL2CPP_METHOD_ATTR void Path__ctor_m360216078 (Path_t3614338981 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.LinearDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void LinearDecoder__ctor_m4115605975 (LinearDecoder_t2708327777 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void CubicBezierDecoder__ctor_m2266468670 (CubicBezierDecoder_t2663863244 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void CatmullRomDecoder__ctor_m1936826403 (CatmullRomDecoder_t2053048079 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.Path::Draw(DG.Tweening.Plugins.Core.PathCore.Path) extern "C" IL2CPP_METHOD_ATTR void Path_Draw_m1946758 (RuntimeObject * __this /* static, unused */, Path_t3614338981 * ___p0, const RuntimeMethod* method); // System.Void UnityEngine.Gizmos::set_color(UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void Gizmos_set_color_m3399737545 (RuntimeObject * __this /* static, unused */, Color_t2555686324 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.Path::RefreshNonLinearDrawWps(DG.Tweening.Plugins.Core.PathCore.Path) extern "C" IL2CPP_METHOD_ATTR void Path_RefreshNonLinearDrawWps_m1261467407 (RuntimeObject * __this /* static, unused */, Path_t3614338981 * ___p0, const RuntimeMethod* method); // System.Void UnityEngine.Gizmos::DrawLine(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Gizmos_DrawLine_m3273476787 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void UnityEngine.Gizmos::DrawSphere(UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR void Gizmos_DrawSphere_m492648055 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() #define Nullable_1_get_HasValue_m2245824889(__this, method) (( bool (*) (Nullable_1_t1149908250 *, const RuntimeMethod*))Nullable_1_get_HasValue_m2245824889_gshared)(__this, method) // !0 System.Nullable`1::get_Value() #define Nullable_1_get_Value_m2068788588(__this, method) (( Vector3_t3722313464 (*) (Nullable_1_t1149908250 *, const RuntimeMethod*))Nullable_1_get_Value_m2068788588_gshared)(__this, method) // System.Void UnityEngine.Gizmos::DrawWireSphere(UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR void Gizmos_DrawWireSphere_m132265467 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, float p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() #define Dictionary_2_Clear_m836604891(__this, method) (( void (*) (Dictionary_2_t109512516 *, const RuntimeMethod*))Dictionary_2_Clear_m1938428402_gshared)(__this, method) // UnityEngine.Vector3 UnityEngine.Transform::get_position() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_position_m36019626 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_LookRotation_m3197602968 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* 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) // System.Void DG.Tweening.Tween::set_isRelative(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Tween_set_isRelative_m2463282646 (Tween_t2342918553 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetPunch(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetPunch_m1173055849 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t951858585 * ___t0, const RuntimeMethod* method); // System.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetShake(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetShake_m804175975 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t951858585 * ___t0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Component_get_transform_m3162698980 (Component_t1923634451 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_localRotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_localRotation_m3487911431 (Transform_t3600365921 * __this, const RuntimeMethod* 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) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m2384471174(__this, p0, method) (( void (*) (DOSetter_1_t1644773695 *, double, const RuntimeMethod*))DOSetter_1_Invoke_m2384471174_gshared)(__this, p0, method) // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m3176927022(__this, method) (( void (*) (ABSTweenPlugin_3_t3746269868 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m3176927022_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) // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m1376422833(__this, method) (( void (*) (ABSTweenPlugin_3_t420566061 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m1376422833_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) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3755059337(__this, p0, method) (( void (*) (DOSetter_1_t4001054085 *, int32_t, const RuntimeMethod*))DOSetter_1_Invoke_m3755059337_gshared)(__this, p0, method) // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m2309232056(__this, method) (( void (*) (ABSTweenPlugin_3_t2924512484 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m2309232056_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) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m2095250501(__this, p0, method) (( void (*) (DOSetter_1_t491708340 *, int64_t, const RuntimeMethod*))DOSetter_1_Invoke_m2095250501_gshared)(__this, p0, method) // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m3008080787(__this, method) (( void (*) (ABSTweenPlugin_3_t1969933424 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m3008080787_gshared)(__this, 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.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.NoOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void NoOptions_Reset_m172244185 (NoOptions_t313102519 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_get_identity_m3722672781 (RuntimeObject * __this /* static, unused */, 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.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.StringOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void StringOptions_Reset_m3991195113 (StringOptions_t3992490940 * __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.Vector3ArrayOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void Vector3ArrayOptions_Reset_m788195914 (Vector3ArrayOptions_t534739431 * __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); // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Plugins.Core.PluginsManager::GetCustomPlugin() #define PluginsManager_GetCustomPlugin_TisPathPlugin_t1182715676_TisVector3_t3722313464_TisPath_t3614338981_TisPathOptions_t2074623791_m4081391992(__this /* static, unused */, method) (( ABSTweenPlugin_3_t2576148903 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))PluginsManager_GetCustomPlugin_TisRuntimeObject_TisVector3_t3722313464_TisRuntimeObject_TisPathOptions_t2074623791_m3808556241_gshared)(__this /* static, unused */, method) // UnityEngine.Transform UnityEngine.Transform::get_parent() extern "C" IL2CPP_METHOD_ATTR Transform_t3600365921 * Transform_get_parent_m835071599 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Boolean DG.Tweening.Core.Utils::Vector3AreApproximatelyEqual(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool Utils_Vector3AreApproximatelyEqual_m2933232324 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___a0, Vector3_t3722313464 ___b1, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector3::op_Inequality(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool Vector3_op_Inequality_m315980366 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.PathCore.Path::FinalizePath(System.Boolean,DG.Tweening.AxisConstraint,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Path_FinalizePath_m2416455934 (Path_t3614338981 * __this, bool ___isClosedPath0, int32_t ___lockPositionAxes1, Vector3_t3722313464 ___currTargetVal2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Transform_get_rotation_m3502953881 (Transform_t3600365921 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_eulerAngles_m2743581774 (Transform_t3600365921 * __this, const RuntimeMethod* method); // DG.Tweening.Plugins.Core.PathCore.Path DG.Tweening.Plugins.Core.PathCore.Path::CloneIncremental(System.Int32) extern "C" IL2CPP_METHOD_ATTR Path_t3614338981 * Path_CloneIncremental_m398805016 (Path_t3614338981 * __this, int32_t ___loopIncrement0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m901956515(__this, p0, method) (( void (*) (DOSetter_1_t477454500 *, Vector3_t3722313464 , const RuntimeMethod*))DOSetter_1_Invoke_m901956515_gshared)(__this, p0, method) // System.Void DG.Tweening.Plugins.PathPlugin::SetOrientation(DG.Tweening.Plugins.Options.PathOptions,DG.Tweening.Tween,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,UnityEngine.Vector3,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void PathPlugin_SetOrientation_m3488660629 (PathPlugin_t1182715676 * __this, PathOptions_t2074623791 ___options0, Tween_t2342918553 * ___t1, Path_t3614338981 * ___path2, float ___pathPerc3, Vector3_t3722313464 ___tPos4, int32_t ___updateNotice5, const RuntimeMethod* method); // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::GetWaypointIndexFromPerc(System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Path_GetWaypointIndexFromPerc_m752317420 (Path_t3614338981 * __this, float ___perc0, bool ___isMovingForward1, const RuntimeMethod* method); // System.Boolean DG.Tweening.Tween::OnTweenCallback(DG.Tweening.TweenCallback`1,T) #define Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735(__this /* static, unused */, ___callback0, ___param1, method) (( bool (*) (RuntimeObject * /* static, unused */, TweenCallback_1_t3009965658 *, int32_t, const RuntimeMethod*))Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735_gshared)(__this /* static, unused */, ___callback0, ___param1, method) // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void Transform_set_rotation_m3524318132 (Transform_t3600365921 * __this, Quaternion_t2301928331 p0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) #define Nullable_1__ctor_m133295941(__this, p0, method) (( void (*) (Nullable_1_t1149908250 *, Vector3_t3722313464 , const RuntimeMethod*))Nullable_1__ctor_m133295941_gshared)(__this, p0, method) // UnityEngine.Vector3 UnityEngine.Transform::get_up() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_up_m3972993886 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector3::op_Equality(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool Vector3_op_Equality_m4231250055 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, Vector3_t3722313464 p1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_TransformPoint_m226827784 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_InverseTransformPoint_m1343916000 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::TransformDirection(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_TransformDirection_m3784028109 (Transform_t3600365921 * __this, Vector3_t3722313464 p0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Transform_get_forward_m747522392 (Transform_t3600365921 * __this, const RuntimeMethod* method); // System.Single DG.Tweening.Core.Utils::Angle2D(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR float Utils_Angle2D_m714643226 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___from0, Vector3_t3722313464 ___to1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m3049309462 (RuntimeObject * __this /* static, unused */, float p0, float p1, float p2, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOTweenExternalCommand::Dispatch_SetOrientationOnPath(DG.Tweening.Plugins.Options.PathOptions,DG.Tweening.Tween,UnityEngine.Quaternion,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void DOTweenExternalCommand_Dispatch_SetOrientationOnPath_m4097461840 (RuntimeObject * __this /* static, unused */, PathOptions_t2074623791 ___options0, Tween_t2342918553 * ___t1, Quaternion_t2301928331 ___newRot2, Transform_t3600365921 * ___trans3, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m2243829826(__this, method) (( void (*) (ABSTweenPlugin_3_t2576148903 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m2996453450_gshared)(__this, method) // System.Boolean DG.Tweening.Tween::get_isRelative() extern "C" IL2CPP_METHOD_ATTR bool Tween_get_isRelative_m1742579053 (Tween_t2342918553 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Inverse(UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Inverse_m1311579081 (RuntimeObject * __this /* static, unused */, Quaternion_t2301928331 p0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 Quaternion_Euler_m1803555822 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m2501002837(__this, method) (( void (*) (ABSTweenPlugin_3_t835568657 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m2501002837_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m4188428818(__this, method) (( RectOffset_t1369453676 * (*) (DOGetter_1_t1112249880 *, const RuntimeMethod*))DOGetter_1_Invoke_m18112633_gshared)(__this, method) // System.Int32 UnityEngine.RectOffset::get_left() extern "C" IL2CPP_METHOD_ATTR int32_t RectOffset_get_left_m1232181034 (RectOffset_t1369453676 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectOffset::set_left(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RectOffset_set_left_m432301222 (RectOffset_t1369453676 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 UnityEngine.RectOffset::get_right() extern "C" IL2CPP_METHOD_ATTR int32_t RectOffset_get_right_m2294081512 (RectOffset_t1369453676 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectOffset::set_right(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RectOffset_set_right_m807318764 (RectOffset_t1369453676 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 UnityEngine.RectOffset::get_top() extern "C" IL2CPP_METHOD_ATTR int32_t RectOffset_get_top_m2855347295 (RectOffset_t1369453676 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectOffset::set_top(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RectOffset_set_top_m713260669 (RectOffset_t1369453676 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 UnityEngine.RectOffset::get_bottom() extern "C" IL2CPP_METHOD_ATTR int32_t RectOffset_get_bottom_m890891527 (RectOffset_t1369453676 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectOffset::set_bottom(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RectOffset_set_bottom_m2747419780 (RectOffset_t1369453676 * __this, int32_t p0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m1753538873(__this, p0, method) (( void (*) (DOSetter_1_t2419562008 *, RectOffset_t1369453676 *, const RuntimeMethod*))DOSetter_1_Invoke_m2626552129_gshared)(__this, p0, method) // System.Void UnityEngine.RectOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void RectOffset__ctor_m732140021 (RectOffset_t1369453676 * __this, int32_t p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m3029301145(__this, method) (( void (*) (ABSTweenPlugin_3_t1044496576 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m3850985485_gshared)(__this, method) // System.Void UnityEngine.RectOffset::.ctor() extern "C" IL2CPP_METHOD_ATTR void RectOffset__ctor_m3236153262 (RectOffset_t1369453676 * __this, const RuntimeMethod* 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) // System.Single UnityEngine.Rect::get_x() extern "C" IL2CPP_METHOD_ATTR float Rect_get_x_m3839990490 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_x(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_x_m2352063068 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_y() extern "C" IL2CPP_METHOD_ATTR float Rect_get_y_m1501338330 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_y(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_y_m3702432190 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_width() extern "C" IL2CPP_METHOD_ATTR float Rect_get_width_m3421484486 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_width(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_width_m2963421158 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_height() extern "C" IL2CPP_METHOD_ATTR float Rect_get_height_m1358425599 (Rect_t2360479859 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_height(System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect_set_height_m1625569324 (Rect_t2360479859 * __this, float p0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m358367996(__this, p0, method) (( void (*) (DOSetter_1_t3410588191 *, Rect_t2360479859 , const RuntimeMethod*))DOSetter_1_Invoke_m358367996_gshared)(__this, p0, method) // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Rect__ctor_m2614021312 (Rect_t2360479859 * __this, float p0, float p1, float p2, float p3, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m2805802348(__this, method) (( void (*) (ABSTweenPlugin_3_t1253391633 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m2805802348_gshared)(__this, method) // T DG.Tweening.Core.DOGetter`1::Invoke() #define DOGetter_1_Invoke_m3536821489(__this, method) (( String_t* (*) (DOGetter_1_t1590246893 *, const RuntimeMethod*))DOGetter_1_Invoke_m18112633_gshared)(__this, method) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3853882258(__this, p0, method) (( void (*) (DOSetter_1_t2897559021 *, String_t*, const RuntimeMethod*))DOSetter_1_Invoke_m2626552129_gshared)(__this, p0, method) // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Regex_Replace_m2667570911 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m940064945 (StringBuilder_t * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Text.StringBuilder DG.Tweening.Plugins.StringPlugin::Append(System.String,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringPlugin_Append_m1755337908 (StringPlugin_t660282191 * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___length2, bool ___richTextEnabled3, const RuntimeMethod* method); // System.Char[] DG.Tweening.Plugins.StringPlugin::ScrambledCharsToUse(DG.Tweening.Plugins.Options.StringOptions) extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* StringPlugin_ScrambledCharsToUse_m383916617 (StringPlugin_t660282191 * __this, StringOptions_t3992490940 ___options0, const RuntimeMethod* method); // System.Text.StringBuilder DG.Tweening.Plugins.StringPluginExtensions::AppendScrambledChars(System.Text.StringBuilder,System.Int32,System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringPluginExtensions_AppendScrambledChars_m4008779913 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___buffer0, int32_t ___length1, CharU5BU5D_t3528271667* ___chars2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m3214161208 (StringBuilder_t * __this, String_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() #define List_1_Clear_m3896012083(__this, method) (( void (*) (List_1_t811567916 *, const RuntimeMethod*))List_1_Clear_m3896012083_gshared)(__this, method) // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m419267761(__this, p0, method) (( void (*) (List_1_t811567916 *, Il2CppChar, const RuntimeMethod*))List_1_Add_m419267761_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2418641002(__this, method) (( int32_t (*) (List_1_t811567916 *, const RuntimeMethod*))List_1_get_Count_m2418641002_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) #define List_1_RemoveAt_m2351621673(__this, p0, method) (( void (*) (List_1_t811567916 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m2351621673_gshared)(__this, p0, method) // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR Match_t3408321083 * Regex_Match_m2057380353 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() extern "C" IL2CPP_METHOD_ATTR bool Group_get_Success_m1492300455 (Group_t2468205786 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) #define Array_IndexOf_TisChar_t3634460470_m95364350(__this /* static, unused */, p0, p1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, CharU5BU5D_t3528271667*, Il2CppChar, const RuntimeMethod*))Array_IndexOf_TisChar_t3634460470_m95364350_gshared)(__this /* static, unused */, p0, p1, method) // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m3039182437 (StringBuilder_t * __this, int32_t p0, String_t* p1, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m538076933 (Capture_t2232016050 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Group System.Text.RegularExpressions.GroupCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Group_t2468205786 * GroupCollection_get_Item_m2465789076 (GroupCollection_t69770484 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Capture::get_Index() extern "C" IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m745081289 (Capture_t2232016050 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2221170212(__this, p0, method) (( Il2CppChar (*) (List_1_t811567916 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2221170212_gshared)(__this, p0, method) // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m1298758118(__this, method) (( void (*) (ABSTweenPlugin_3_t2451549449 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m870513679_gshared)(__this, method) // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2562720089(__this, method) (( void (*) (List_1_t811567916 *, const RuntimeMethod*))List_1__ctor_m2562720089_gshared)(__this, method) // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.StringPluginExtensions::ScrambleChars(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void StringPluginExtensions_ScrambleChars_m2435962942 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___chars0, const RuntimeMethod* method); // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Random_Range_m4054026115 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* 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) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3701627725(__this, p0, method) (( void (*) (DOSetter_1_t3610170310 *, uint32_t, const RuntimeMethod*))DOSetter_1_Invoke_m3701627725_gshared)(__this, p0, method) // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m189571215(__this, method) (( void (*) (ABSTweenPlugin_3_t1601250467 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m189571215_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) // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m4169577629(__this, p0, method) (( void (*) (DOSetter_1_t889181128 *, uint64_t, const RuntimeMethod*))DOSetter_1_Invoke_m4169577629_gshared)(__this, p0, method) // System.Decimal System.Decimal::op_Implicit(System.UInt64) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m2299919277 (RuntimeObject * __this /* static, unused */, uint64_t p0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Explicit(System.Single) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Explicit_m2070069477 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Multiply(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Multiply_m2389849621 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Addition(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Addition_m573847667 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.UInt64 System.Decimal::op_Explicit(System.Decimal) extern "C" IL2CPP_METHOD_ATTR uint64_t Decimal_op_Explicit_m1503081942 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m483470283(__this, method) (( void (*) (ABSTweenPlugin_3_t4012845184 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m483470283_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) // UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Addition_m800700293 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, Vector2_t2156229523 p1, const RuntimeMethod* method); // System.Void DG.Tweening.Core.DOSetter`1::Invoke(T) #define DOSetter_1_Invoke_m3086256060(__this, p0, method) (( void (*) (DOSetter_1_t3206337855 *, Vector2_t2156229523 , const RuntimeMethod*))DOSetter_1_Invoke_m3086256060_gshared)(__this, p0, method) // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void Vector2__ctor_m3970636864 (Vector2_t2156229523 * __this, float p0, float p1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Subtraction_m73004381 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, Vector2_t2156229523 p1, const RuntimeMethod* method); // System.Single UnityEngine.Vector2::get_magnitude() extern "C" IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m2752892833 (Vector2_t2156229523 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2_op_Multiply_m2347887432 (RuntimeObject * __this /* static, unused */, Vector2_t2156229523 p0, float p1, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() #define ABSTweenPlugin_3__ctor_m2690589916(__this, method) (( void (*) (ABSTweenPlugin_3_t3542497879 *, const RuntimeMethod*))ABSTweenPlugin_3__ctor_m2690589916_gshared)(__this, method) #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 #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 #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 #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 #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 #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.Color2::.ctor(UnityEngine.Color,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void Color2__ctor_m3682887755 (Color2_t3097643075 * __this, Color_t2555686324 ___ca0, Color_t2555686324 ___cb1, const RuntimeMethod* method) { { Color_t2555686324 L_0 = ___ca0; __this->set_ca_0(L_0); Color_t2555686324 L_1 = ___cb1; __this->set_cb_1(L_1); return; } } extern "C" void Color2__ctor_m3682887755_AdjustorThunk (RuntimeObject * __this, Color_t2555686324 ___ca0, Color_t2555686324 ___cb1, const RuntimeMethod* method) { Color2_t3097643075 * _thisAdjusted = reinterpret_cast(__this + 1); Color2__ctor_m3682887755(_thisAdjusted, ___ca0, ___cb1, method); } // DG.Tweening.Color2 DG.Tweening.Color2::op_Addition(DG.Tweening.Color2,DG.Tweening.Color2) extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 Color2_op_Addition_m2524540868 (RuntimeObject * __this /* static, unused */, Color2_t3097643075 ___c10, Color2_t3097643075 ___c21, const RuntimeMethod* method) { { Color2_t3097643075 L_0 = ___c10; Color_t2555686324 L_1 = L_0.get_ca_0(); Color2_t3097643075 L_2 = ___c21; Color_t2555686324 L_3 = L_2.get_ca_0(); Color_t2555686324 L_4 = Color_op_Addition_m3293657895(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); Color2_t3097643075 L_5 = ___c10; Color_t2555686324 L_6 = L_5.get_cb_1(); Color2_t3097643075 L_7 = ___c21; Color_t2555686324 L_8 = L_7.get_cb_1(); Color_t2555686324 L_9 = Color_op_Addition_m3293657895(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); Color2_t3097643075 L_10; memset(&L_10, 0, sizeof(L_10)); Color2__ctor_m3682887755((&L_10), L_4, L_9, /*hidden argument*/NULL); return L_10; } } // DG.Tweening.Color2 DG.Tweening.Color2::op_Subtraction(DG.Tweening.Color2,DG.Tweening.Color2) extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 Color2_op_Subtraction_m1438656691 (RuntimeObject * __this /* static, unused */, Color2_t3097643075 ___c10, Color2_t3097643075 ___c21, const RuntimeMethod* method) { { Color2_t3097643075 L_0 = ___c10; Color_t2555686324 L_1 = L_0.get_ca_0(); Color2_t3097643075 L_2 = ___c21; Color_t2555686324 L_3 = L_2.get_ca_0(); Color_t2555686324 L_4 = Color_op_Subtraction_m181229690(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); Color2_t3097643075 L_5 = ___c10; Color_t2555686324 L_6 = L_5.get_cb_1(); Color2_t3097643075 L_7 = ___c21; Color_t2555686324 L_8 = L_7.get_cb_1(); Color_t2555686324 L_9 = Color_op_Subtraction_m181229690(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); Color2_t3097643075 L_10; memset(&L_10, 0, sizeof(L_10)); Color2__ctor_m3682887755((&L_10), L_4, L_9, /*hidden argument*/NULL); return L_10; } } // DG.Tweening.Color2 DG.Tweening.Color2::op_Multiply(DG.Tweening.Color2,System.Single) extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 Color2_op_Multiply_m3951525207 (RuntimeObject * __this /* static, unused */, Color2_t3097643075 ___c10, float ___f1, const RuntimeMethod* method) { { Color2_t3097643075 L_0 = ___c10; Color_t2555686324 L_1 = L_0.get_ca_0(); float L_2 = ___f1; Color_t2555686324 L_3 = Color_op_Multiply_m2887457390(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); Color2_t3097643075 L_4 = ___c10; Color_t2555686324 L_5 = L_4.get_cb_1(); float L_6 = ___f1; Color_t2555686324 L_7 = Color_op_Multiply_m2887457390(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); Color2_t3097643075 L_8; memset(&L_8, 0, sizeof(L_8)); Color2__ctor_m3682887755((&L_8), L_3, L_7, /*hidden argument*/NULL); return L_8; } } #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.ABSSequentiable::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSSequentiable__ctor_m1213505661 (ABSSequentiable_t3376041011 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.Debugger::Log(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_Log_m2008643737 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_Log_m2008643737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2286761990, L_0, /*hidden argument*/NULL); ___message0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); Func_3_t766691812 * L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_onWillLog_9(); if (!L_2) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); Func_3_t766691812 * L_3 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_onWillLog_9(); RuntimeObject * L_4 = ___message0; NullCheck(L_3); bool L_5 = Func_3_Invoke_m600483810(L_3, 3, L_4, /*hidden argument*/Func_3_Invoke_m600483810_RuntimeMethod_var); if (L_5) { goto IL_0023; } } { return; } IL_0023: { RuntimeObject * L_6 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogWarning_m4070894882_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2286761990, L_0, /*hidden argument*/NULL); ___message0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); Func_3_t766691812 * L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_onWillLog_9(); if (!L_2) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); Func_3_t766691812 * L_3 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_onWillLog_9(); RuntimeObject * L_4 = ___message0; NullCheck(L_3); bool L_5 = Func_3_Invoke_m600483810(L_3, 2, L_4, /*hidden argument*/Func_3_Invoke_m600483810_RuntimeMethod_var); if (L_5) { goto IL_0023; } } { return; } IL_0023: { RuntimeObject * L_6 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogWarning_m3752629331(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogError(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogError_m3567904185 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogError_m3567904185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2286761990, L_0, /*hidden argument*/NULL); ___message0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); Func_3_t766691812 * L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_onWillLog_9(); if (!L_2) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); Func_3_t766691812 * L_3 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_onWillLog_9(); RuntimeObject * L_4 = ___message0; NullCheck(L_3); bool L_5 = Func_3_Invoke_m600483810(L_3, 0, L_4, /*hidden argument*/Func_3_Invoke_m600483810_RuntimeMethod_var); if (L_5) { goto IL_0023; } } { return; } IL_0023: { RuntimeObject * L_6 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogReport(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogReport_m1172973642 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogReport_m1172973642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral330220960, _stringLiteral2286761990, L_0, /*hidden argument*/NULL); ___message0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); Func_3_t766691812 * L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_onWillLog_9(); if (!L_2) { goto IL_0028; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); Func_3_t766691812 * L_3 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_onWillLog_9(); RuntimeObject * L_4 = ___message0; NullCheck(L_3); bool L_5 = Func_3_Invoke_m600483810(L_3, 3, L_4, /*hidden argument*/Func_3_Invoke_m600483810_RuntimeMethod_var); if (L_5) { goto IL_0028; } } { return; } IL_0028: { RuntimeObject * L_6 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_Log_m4051431634(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogInvalidTween(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogInvalidTween_m382179192 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogInvalidTween_m382179192_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, _stringLiteral3240705167, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogNestedTween(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogNestedTween_m1839117132 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogNestedTween_m1839117132_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, _stringLiteral3442076612, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogNullTween(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogNullTween_m4275844667 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogNullTween_m4275844667_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, _stringLiteral1205366166, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogNonPathTween(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogNonPathTween_m1534621003 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogNonPathTween_m1534621003_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, _stringLiteral1906003702, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogMissingMaterialProperty(System.String) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogMissingMaterialProperty_m3022586934 (RuntimeObject * __this /* static, unused */, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogMissingMaterialProperty_m3022586934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___propertyName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3815046038, L_0, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogMissingMaterialProperty(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogMissingMaterialProperty_m1858171924 (RuntimeObject * __this /* static, unused */, int32_t ___propertyId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogMissingMaterialProperty_m1858171924_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___propertyId0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4034651467, L_2, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogRemoveActiveTweenError(System.String) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogRemoveActiveTweenError_m3351741726 (RuntimeObject * __this /* static, unused */, String_t* ___errorInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogRemoveActiveTweenError_m3351741726_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___errorInfo0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2663884687, L_0, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::LogAddActiveTweenError(System.String) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogAddActiveTweenError_m928699848 (RuntimeObject * __this /* static, unused */, String_t* ___errorInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_LogAddActiveTweenError_m928699848_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___errorInfo0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1242425065, L_0, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.Debugger::SetLogPriority(DG.Tweening.LogBehaviour) extern "C" IL2CPP_METHOD_ATTR void Debugger_SetLogPriority_m1935769544 (RuntimeObject * __this /* static, unused */, int32_t ___logBehaviour0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Debugger_SetLogPriority_m1935769544_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___logBehaviour0; if (!L_0) { goto IL_0009; } } { int32_t L_1 = ___logBehaviour0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0010; } } { goto IL_0017; } IL_0009: { ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->set_logPriority_0(1); return; } IL_0010: { ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->set_logPriority_0(2); return; } IL_0017: { ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->set_logPriority_0(0); 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.DOTweenComponent::Awake() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_Awake_m3781811813 (DOTweenComponent_t828035757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_Awake_m3781811813_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTweenComponent_t828035757 * L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_instance_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_instance_20(__this); goto IL_0033; } IL_0015: { int32_t L_2 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_2) < ((int32_t)1))) { goto IL_0027; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, _stringLiteral3943473865, /*hidden argument*/NULL); } IL_0027: { GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return; } IL_0033: { __this->set_inspectorUpdater_2(0); float L_4 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__unscaledTime_3(L_4); IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); Type_t * L_5 = Utils_GetLooseScriptType_m1419918510(NULL /*static, unused*/, _stringLiteral818466191, /*hidden argument*/NULL); V_0 = L_5; Type_t * L_6 = V_0; if (L_6) { goto IL_005e; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, _stringLiteral652918981, /*hidden argument*/NULL); return; } IL_005e: { Type_t * L_7 = V_0; NullCheck(L_7); MethodInfo_t * L_8 = Type_GetMethod_m1197120913(L_7, _stringLiteral3134671412, ((int32_t)24), /*hidden argument*/NULL); NullCheck(L_8); MethodBase_Invoke_m1776411915(L_8, NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.DOTweenComponent::Start() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_Start_m1810651121 (DOTweenComponent_t828035757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_Start_m1810651121_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTweenComponent_t828035757 * L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_instance_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { __this->set__duplicateToDestroy_6((bool)1); GameObject_t1113636619 * L_2 = Component_get_gameObject_m442555142(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_001f: { return; } } // System.Void DG.Tweening.Core.DOTweenComponent::Update() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_Update_m4118815641 (DOTweenComponent_t828035757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_Update_m4118815641_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B6_0 = 0; int32_t G_B5_0 = 0; float G_B7_0 = 0.0f; int32_t G_B7_1 = 0; { float L_0 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); float L_1 = __this->get__unscaledTime_3(); __this->set__unscaledDeltaTime_4(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1))); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSmoothDeltaTime_5(); if (!L_2) { goto IL_0031; } } { float L_3 = __this->get__unscaledDeltaTime_4(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_maxSmoothUnscaledTime_6(); if ((!(((float)L_3) > ((float)L_4)))) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_5 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_maxSmoothUnscaledTime_6(); __this->set__unscaledDeltaTime_4(L_5); } IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_6 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_hasActiveDefaultTweens_10(); if (!L_6) { goto IL_0063; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_7 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSmoothDeltaTime_5(); G_B5_0 = 0; if (L_7) { G_B6_0 = 0; goto IL_0047; } } { float L_8 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); G_B7_0 = L_8; G_B7_1 = G_B5_0; goto IL_004c; } IL_0047: { float L_9 = Time_get_smoothDeltaTime_m2285259559(NULL /*static, unused*/, /*hidden argument*/NULL); G_B7_0 = L_9; G_B7_1 = G_B6_0; } IL_004c: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_10 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_timeScale_4(); float L_11 = __this->get__unscaledDeltaTime_4(); float L_12 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_timeScale_4(); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Update_m3156821148(NULL /*static, unused*/, G_B7_1, ((float)il2cpp_codegen_multiply((float)G_B7_0, (float)L_10)), ((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)), /*hidden argument*/NULL); } IL_0063: { float L_13 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__unscaledTime_3(L_13); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_14 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUnityEditor_4(); if (!L_14) { goto IL_00bd; } } { int32_t L_15 = __this->get_inspectorUpdater_2(); __this->set_inspectorUpdater_2(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_16 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_showUnityEditorReport_3(); if (!L_16) { goto IL_00bd; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_17 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_hasActiveTweens_9(); if (!L_17) { goto IL_00bd; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_18 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweeners_19(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_19 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_maxActiveTweenersReached_21(); if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_00a7; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_20 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweeners_19(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_maxActiveTweenersReached_21(L_20); } IL_00a7: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_21 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveSequences_20(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_22 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_maxActiveSequencesReached_22(); if ((((int32_t)L_21) <= ((int32_t)L_22))) { goto IL_00bd; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_23 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveSequences_20(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_maxActiveSequencesReached_22(L_23); } IL_00bd: { return; } } // System.Void DG.Tweening.Core.DOTweenComponent::LateUpdate() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_LateUpdate_m620844002 (DOTweenComponent_t828035757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_LateUpdate_m620844002_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; int32_t G_B2_0 = 0; float G_B4_0 = 0.0f; int32_t G_B4_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_hasActiveLateTweens_11(); if (!L_0) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_1 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSmoothDeltaTime_5(); G_B2_0 = 1; if (L_1) { G_B3_0 = 1; goto IL_0016; } } { float L_2 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); G_B4_0 = L_2; G_B4_1 = G_B2_0; goto IL_001b; } IL_0016: { float L_3 = Time_get_smoothDeltaTime_m2285259559(NULL /*static, unused*/, /*hidden argument*/NULL); G_B4_0 = L_3; G_B4_1 = G_B3_0; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_timeScale_4(); float L_5 = __this->get__unscaledDeltaTime_4(); float L_6 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_timeScale_4(); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Update_m3156821148(NULL /*static, unused*/, G_B4_1, ((float)il2cpp_codegen_multiply((float)G_B4_0, (float)L_4)), ((float)il2cpp_codegen_multiply((float)L_5, (float)L_6)), /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void DG.Tweening.Core.DOTweenComponent::FixedUpdate() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_FixedUpdate_m1055589854 (DOTweenComponent_t828035757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_FixedUpdate_m1055589854_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; float G_B5_0 = 0.0f; int32_t G_B5_1 = 0; float G_B7_0 = 0.0f; int32_t G_B7_1 = 0; float G_B6_0 = 0.0f; int32_t G_B6_1 = 0; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; int32_t G_B8_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_hasActiveFixedTweens_12(); if (!L_0) { goto IL_0051; } } { float L_1 = Time_get_timeScale_m701790074(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((float)L_1) > ((float)(0.0f))))) { goto IL_0051; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSmoothDeltaTime_5(); G_B3_0 = 2; if (L_2) { G_B4_0 = 2; goto IL_0022; } } { float L_3 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); G_B5_0 = L_3; G_B5_1 = G_B3_0; goto IL_0027; } IL_0022: { float L_4 = Time_get_smoothDeltaTime_m2285259559(NULL /*static, unused*/, /*hidden argument*/NULL); G_B5_0 = L_4; G_B5_1 = G_B4_0; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_5 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_timeScale_4(); bool L_6 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSmoothDeltaTime_5(); G_B6_0 = ((float)il2cpp_codegen_multiply((float)G_B5_0, (float)L_5)); G_B6_1 = G_B5_1; if (L_6) { G_B7_0 = ((float)il2cpp_codegen_multiply((float)G_B5_0, (float)L_5)); G_B7_1 = G_B5_1; goto IL_003b; } } { float L_7 = Time_get_deltaTime_m372706562(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_7; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_0040; } IL_003b: { float L_8 = Time_get_smoothDeltaTime_m2285259559(NULL /*static, unused*/, /*hidden argument*/NULL); G_B8_0 = L_8; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_0040: { float L_9 = Time_get_timeScale_m701790074(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_10 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_timeScale_4(); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Update_m3156821148(NULL /*static, unused*/, G_B8_2, G_B8_1, ((float)il2cpp_codegen_multiply((float)((float)((float)G_B8_0/(float)L_9)), (float)L_10)), /*hidden argument*/NULL); } IL_0051: { return; } } // System.Void DG.Tweening.Core.DOTweenComponent::OnDrawGizmos() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_OnDrawGizmos_m1772867059 (DOTweenComponent_t828035757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_OnDrawGizmos_m1772867059_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_drawGizmos_10(); if (!L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUnityEditor_4(); if (L_1) { goto IL_000f; } } IL_000e: { return; } IL_000f: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); List_1_t904863771 * L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_GizmosDelegates_23(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m976815456(L_2, /*hidden argument*/List_1_get_Count_m976815456_RuntimeMethod_var); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_001e; } } { return; } IL_001e: { V_1 = 0; goto IL_0036; } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); List_1_t904863771 * L_5 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_GizmosDelegates_23(); int32_t L_6 = V_1; NullCheck(L_5); TweenCallback_t3727756325 * L_7 = List_1_get_Item_m1316247597(L_5, L_6, /*hidden argument*/List_1_get_Item_m1316247597_RuntimeMethod_var); NullCheck(L_7); TweenCallback_Invoke_m1463592511(L_7, /*hidden argument*/NULL); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0036: { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0022; } } { return; } } // System.Void DG.Tweening.Core.DOTweenComponent::OnDestroy() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_OnDestroy_m2982330219 (DOTweenComponent_t828035757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_OnDestroy_m2982330219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__duplicateToDestroy_6(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_1 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_showUnityEditorReport_3(); if (!L_1) { goto IL_004a; } } { ObjectU5BU5D_t2843939325* L_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral2962533716); (L_2)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2962533716); ObjectU5BU5D_t2843939325* L_3 = L_2; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_maxActiveTweenersReached_21(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_6); ObjectU5BU5D_t2843939325* L_7 = L_3; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3452614529); (L_7)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614529); ObjectU5BU5D_t2843939325* L_8 = L_7; int32_t L_9 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_maxActiveSequencesReached_22(); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(3), (RuntimeObject *)L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m2971454694(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); Debugger_LogReport_m1172973642(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTweenComponent_t828035757 * L_13 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_instance_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_14 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_13, __this, /*hidden argument*/NULL); if (!L_14) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_instance_20((DOTweenComponent_t828035757 *)NULL); } IL_005d: { return; } } // System.Void DG.Tweening.Core.DOTweenComponent::OnApplicationPause(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_OnApplicationPause_m3014761629 (DOTweenComponent_t828035757 * __this, bool ___pauseStatus0, const RuntimeMethod* method) { { bool L_0 = ___pauseStatus0; if (!L_0) { goto IL_000f; } } { float L_1 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__pausedTime_5(L_1); return; } IL_000f: { float L_2 = __this->get__unscaledTime_3(); float L_3 = Time_get_realtimeSinceStartup_m3141794964(NULL /*static, unused*/, /*hidden argument*/NULL); float L_4 = __this->get__pausedTime_5(); __this->set__unscaledTime_3(((float)il2cpp_codegen_add((float)L_2, (float)((float)il2cpp_codegen_subtract((float)L_3, (float)L_4))))); return; } } // System.Void DG.Tweening.Core.DOTweenComponent::OnApplicationQuit() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_OnApplicationQuit_m1775183265 (DOTweenComponent_t828035757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_OnApplicationQuit_m1775183265_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_isQuitting_25((bool)1); return; } } // DG.Tweening.IDOTweenInit DG.Tweening.Core.DOTweenComponent::SetCapacity(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTweenComponent_SetCapacity_m2791865149 (DOTweenComponent_t828035757 * __this, int32_t ___tweenersCapacity0, int32_t ___sequencesCapacity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_SetCapacity_m2791865149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___tweenersCapacity0; int32_t L_1 = ___sequencesCapacity1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_SetCapacities_m280715067(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return __this; } } // System.Collections.IEnumerator DG.Tweening.Core.DOTweenComponent::WaitForCompletion(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTweenComponent_WaitForCompletion_m3875041991 (DOTweenComponent_t828035757 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_WaitForCompletion_m3875041991_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CWaitForCompletionU3Ed__15_t1419824435 * L_0 = (U3CWaitForCompletionU3Ed__15_t1419824435 *)il2cpp_codegen_object_new(U3CWaitForCompletionU3Ed__15_t1419824435_il2cpp_TypeInfo_var); U3CWaitForCompletionU3Ed__15__ctor_m178305714(L_0, 0, /*hidden argument*/NULL); U3CWaitForCompletionU3Ed__15_t1419824435 * L_1 = L_0; Tween_t2342918553 * L_2 = ___t0; NullCheck(L_1); L_1->set_t_2(L_2); return L_1; } } // System.Collections.IEnumerator DG.Tweening.Core.DOTweenComponent::WaitForRewind(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTweenComponent_WaitForRewind_m2059144622 (DOTweenComponent_t828035757 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_WaitForRewind_m2059144622_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CWaitForRewindU3Ed__16_t2339796849 * L_0 = (U3CWaitForRewindU3Ed__16_t2339796849 *)il2cpp_codegen_object_new(U3CWaitForRewindU3Ed__16_t2339796849_il2cpp_TypeInfo_var); U3CWaitForRewindU3Ed__16__ctor_m1783335146(L_0, 0, /*hidden argument*/NULL); U3CWaitForRewindU3Ed__16_t2339796849 * L_1 = L_0; Tween_t2342918553 * L_2 = ___t0; NullCheck(L_1); L_1->set_t_2(L_2); return L_1; } } // System.Collections.IEnumerator DG.Tweening.Core.DOTweenComponent::WaitForKill(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTweenComponent_WaitForKill_m732267181 (DOTweenComponent_t828035757 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_WaitForKill_m732267181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CWaitForKillU3Ed__17_t2722362446 * L_0 = (U3CWaitForKillU3Ed__17_t2722362446 *)il2cpp_codegen_object_new(U3CWaitForKillU3Ed__17_t2722362446_il2cpp_TypeInfo_var); U3CWaitForKillU3Ed__17__ctor_m540081528(L_0, 0, /*hidden argument*/NULL); U3CWaitForKillU3Ed__17_t2722362446 * L_1 = L_0; Tween_t2342918553 * L_2 = ___t0; NullCheck(L_1); L_1->set_t_2(L_2); return L_1; } } // System.Collections.IEnumerator DG.Tweening.Core.DOTweenComponent::WaitForElapsedLoops(DG.Tweening.Tween,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTweenComponent_WaitForElapsedLoops_m2259677055 (DOTweenComponent_t828035757 * __this, Tween_t2342918553 * ___t0, int32_t ___elapsedLoops1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_WaitForElapsedLoops_m2259677055_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * L_0 = (U3CWaitForElapsedLoopsU3Ed__18_t1941435320 *)il2cpp_codegen_object_new(U3CWaitForElapsedLoopsU3Ed__18_t1941435320_il2cpp_TypeInfo_var); U3CWaitForElapsedLoopsU3Ed__18__ctor_m955560330(L_0, 0, /*hidden argument*/NULL); U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * L_1 = L_0; Tween_t2342918553 * L_2 = ___t0; NullCheck(L_1); L_1->set_t_2(L_2); U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * L_3 = L_1; int32_t L_4 = ___elapsedLoops1; NullCheck(L_3); L_3->set_elapsedLoops_3(L_4); return L_3; } } // System.Collections.IEnumerator DG.Tweening.Core.DOTweenComponent::WaitForPosition(DG.Tweening.Tween,System.Single) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTweenComponent_WaitForPosition_m1373209418 (DOTweenComponent_t828035757 * __this, Tween_t2342918553 * ___t0, float ___position1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_WaitForPosition_m1373209418_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CWaitForPositionU3Ed__19_t4150277215 * L_0 = (U3CWaitForPositionU3Ed__19_t4150277215 *)il2cpp_codegen_object_new(U3CWaitForPositionU3Ed__19_t4150277215_il2cpp_TypeInfo_var); U3CWaitForPositionU3Ed__19__ctor_m3690021302(L_0, 0, /*hidden argument*/NULL); U3CWaitForPositionU3Ed__19_t4150277215 * L_1 = L_0; Tween_t2342918553 * L_2 = ___t0; NullCheck(L_1); L_1->set_t_2(L_2); U3CWaitForPositionU3Ed__19_t4150277215 * L_3 = L_1; float L_4 = ___position1; NullCheck(L_3); L_3->set_position_3(L_4); return L_3; } } // System.Collections.IEnumerator DG.Tweening.Core.DOTweenComponent::WaitForStart(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTweenComponent_WaitForStart_m578785340 (DOTweenComponent_t828035757 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_WaitForStart_m578785340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CWaitForStartU3Ed__20_t1090124157 * L_0 = (U3CWaitForStartU3Ed__20_t1090124157 *)il2cpp_codegen_object_new(U3CWaitForStartU3Ed__20_t1090124157_il2cpp_TypeInfo_var); U3CWaitForStartU3Ed__20__ctor_m2936560807(L_0, 0, /*hidden argument*/NULL); U3CWaitForStartU3Ed__20_t1090124157 * L_1 = L_0; Tween_t2342918553 * L_2 = ___t0; NullCheck(L_1); L_1->set_t_2(L_2); return L_1; } } // System.Void DG.Tweening.Core.DOTweenComponent::Create() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_Create_m2340758355 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_Create_m2340758355_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTweenComponent_t828035757 * L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_instance_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return; } IL_000e: { GameObject_t1113636619 * L_2 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_2, _stringLiteral1233314485, /*hidden argument*/NULL); GameObject_t1113636619 * L_3 = L_2; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m166252750(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_3); DOTweenComponent_t828035757 * L_4 = GameObject_AddComponent_TisDOTweenComponent_t828035757_m715885069(L_3, /*hidden argument*/GameObject_AddComponent_TisDOTweenComponent_t828035757_m715885069_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_instance_20(L_4); return; } } // System.Void DG.Tweening.Core.DOTweenComponent::DestroyInstance() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent_DestroyInstance_m259824510 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenComponent_DestroyInstance_m259824510_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTweenComponent_t828035757 * L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_instance_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTweenComponent_t828035757 * L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_instance_20(); NullCheck(L_2); GameObject_t1113636619 * L_3 = Component_get_gameObject_m442555142(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_instance_20((DOTweenComponent_t828035757 *)NULL); return; } } // System.Void DG.Tweening.Core.DOTweenComponent::.ctor() extern "C" IL2CPP_METHOD_ATTR void DOTweenComponent__ctor_m4197887733 (DOTweenComponent_t828035757 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_m1579109191(__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.DOTweenComponent/d__15::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForCompletionU3Ed__15__ctor_m178305714 (U3CWaitForCompletionU3Ed__15_t1419824435 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__15::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForCompletionU3Ed__15_System_IDisposable_Dispose_m3002060755 (U3CWaitForCompletionU3Ed__15_t1419824435 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DG.Tweening.Core.DOTweenComponent/d__15::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CWaitForCompletionU3Ed__15_MoveNext_m3412264446 (U3CWaitForCompletionU3Ed__15_t1419824435 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0029; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); goto IL_0030; } IL_0019: { __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0029: { __this->set_U3CU3E1__state_0((-1)); } IL_0030: { Tween_t2342918553 * L_3 = __this->get_t_2(); NullCheck(L_3); bool L_4 = Tween_get_active_m3762091542(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_004a; } } { Tween_t2342918553 * L_5 = __this->get_t_2(); NullCheck(L_5); bool L_6 = L_5->get_isComplete_49(); if (!L_6) { goto IL_0019; } } IL_004a: { return (bool)0; } } // System.Object DG.Tweening.Core.DOTweenComponent/d__15::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForCompletionU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4076783378 (U3CWaitForCompletionU3Ed__15_t1419824435 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__15::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForCompletionU3Ed__15_System_Collections_IEnumerator_Reset_m4000669933 (U3CWaitForCompletionU3Ed__15_t1419824435 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CWaitForCompletionU3Ed__15_System_Collections_IEnumerator_Reset_m4000669933_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,U3CWaitForCompletionU3Ed__15_System_Collections_IEnumerator_Reset_m4000669933_RuntimeMethod_var); } } // System.Object DG.Tweening.Core.DOTweenComponent/d__15::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForCompletionU3Ed__15_System_Collections_IEnumerator_get_Current_m2623892006 (U3CWaitForCompletionU3Ed__15_t1419824435 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.DOTweenComponent/d__18::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForElapsedLoopsU3Ed__18__ctor_m955560330 (U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__18::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForElapsedLoopsU3Ed__18_System_IDisposable_Dispose_m2538196971 (U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DG.Tweening.Core.DOTweenComponent/d__18::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CWaitForElapsedLoopsU3Ed__18_MoveNext_m2758287560 (U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0029; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); goto IL_0030; } IL_0019: { __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0029: { __this->set_U3CU3E1__state_0((-1)); } IL_0030: { Tween_t2342918553 * L_3 = __this->get_t_2(); NullCheck(L_3); bool L_4 = Tween_get_active_m3762091542(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0050; } } { Tween_t2342918553 * L_5 = __this->get_t_2(); NullCheck(L_5); int32_t L_6 = L_5->get_completedLoops_47(); int32_t L_7 = __this->get_elapsedLoops_3(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0019; } } IL_0050: { return (bool)0; } } // System.Object DG.Tweening.Core.DOTweenComponent/d__18::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForElapsedLoopsU3Ed__18_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3891538551 (U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__18::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForElapsedLoopsU3Ed__18_System_Collections_IEnumerator_Reset_m2970756220 (U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CWaitForElapsedLoopsU3Ed__18_System_Collections_IEnumerator_Reset_m2970756220_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,U3CWaitForElapsedLoopsU3Ed__18_System_Collections_IEnumerator_Reset_m2970756220_RuntimeMethod_var); } } // System.Object DG.Tweening.Core.DOTweenComponent/d__18::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForElapsedLoopsU3Ed__18_System_Collections_IEnumerator_get_Current_m1046328745 (U3CWaitForElapsedLoopsU3Ed__18_t1941435320 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.DOTweenComponent/d__17::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForKillU3Ed__17__ctor_m540081528 (U3CWaitForKillU3Ed__17_t2722362446 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__17::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForKillU3Ed__17_System_IDisposable_Dispose_m1827897855 (U3CWaitForKillU3Ed__17_t2722362446 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DG.Tweening.Core.DOTweenComponent/d__17::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CWaitForKillU3Ed__17_MoveNext_m4278652524 (U3CWaitForKillU3Ed__17_t2722362446 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0029; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); goto IL_0030; } IL_0019: { __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0029: { __this->set_U3CU3E1__state_0((-1)); } IL_0030: { Tween_t2342918553 * L_3 = __this->get_t_2(); NullCheck(L_3); bool L_4 = Tween_get_active_m3762091542(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0019; } } { return (bool)0; } } // System.Object DG.Tweening.Core.DOTweenComponent/d__17::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForKillU3Ed__17_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4101603793 (U3CWaitForKillU3Ed__17_t2722362446 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__17::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForKillU3Ed__17_System_Collections_IEnumerator_Reset_m2454057875 (U3CWaitForKillU3Ed__17_t2722362446 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CWaitForKillU3Ed__17_System_Collections_IEnumerator_Reset_m2454057875_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,U3CWaitForKillU3Ed__17_System_Collections_IEnumerator_Reset_m2454057875_RuntimeMethod_var); } } // System.Object DG.Tweening.Core.DOTweenComponent/d__17::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForKillU3Ed__17_System_Collections_IEnumerator_get_Current_m3521781232 (U3CWaitForKillU3Ed__17_t2722362446 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.DOTweenComponent/d__19::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForPositionU3Ed__19__ctor_m3690021302 (U3CWaitForPositionU3Ed__19_t4150277215 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__19::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForPositionU3Ed__19_System_IDisposable_Dispose_m1426334314 (U3CWaitForPositionU3Ed__19_t4150277215 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DG.Tweening.Core.DOTweenComponent/d__19::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CWaitForPositionU3Ed__19_MoveNext_m1270280973 (U3CWaitForPositionU3Ed__19_t4150277215 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0029; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); goto IL_0030; } IL_0019: { __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0029: { __this->set_U3CU3E1__state_0((-1)); } IL_0030: { Tween_t2342918553 * L_3 = __this->get_t_2(); NullCheck(L_3); bool L_4 = Tween_get_active_m3762091542(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_005f; } } { Tween_t2342918553 * L_5 = __this->get_t_2(); NullCheck(L_5); float L_6 = Tween_get_position_m4114235747(L_5, /*hidden argument*/NULL); Tween_t2342918553 * L_7 = __this->get_t_2(); NullCheck(L_7); int32_t L_8 = L_7->get_completedLoops_47(); float L_9 = __this->get_position_3(); if ((((float)((float)il2cpp_codegen_multiply((float)L_6, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))))))) < ((float)L_9))) { goto IL_0019; } } IL_005f: { return (bool)0; } } // System.Object DG.Tweening.Core.DOTweenComponent/d__19::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForPositionU3Ed__19_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2673492652 (U3CWaitForPositionU3Ed__19_t4150277215 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__19::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForPositionU3Ed__19_System_Collections_IEnumerator_Reset_m3336646487 (U3CWaitForPositionU3Ed__19_t4150277215 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CWaitForPositionU3Ed__19_System_Collections_IEnumerator_Reset_m3336646487_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,U3CWaitForPositionU3Ed__19_System_Collections_IEnumerator_Reset_m3336646487_RuntimeMethod_var); } } // System.Object DG.Tweening.Core.DOTweenComponent/d__19::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForPositionU3Ed__19_System_Collections_IEnumerator_get_Current_m3540343945 (U3CWaitForPositionU3Ed__19_t4150277215 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.DOTweenComponent/d__16::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForRewindU3Ed__16__ctor_m1783335146 (U3CWaitForRewindU3Ed__16_t2339796849 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__16::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForRewindU3Ed__16_System_IDisposable_Dispose_m3772444334 (U3CWaitForRewindU3Ed__16_t2339796849 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DG.Tweening.Core.DOTweenComponent/d__16::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CWaitForRewindU3Ed__16_MoveNext_m1668703466 (U3CWaitForRewindU3Ed__16_t2339796849 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0029; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); goto IL_0030; } IL_0019: { __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0029: { __this->set_U3CU3E1__state_0((-1)); } IL_0030: { Tween_t2342918553 * L_3 = __this->get_t_2(); NullCheck(L_3); bool L_4 = Tween_get_active_m3762091542(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_006b; } } { Tween_t2342918553 * L_5 = __this->get_t_2(); NullCheck(L_5); bool L_6 = Tween_get_playedOnce_m2418154974(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0019; } } { Tween_t2342918553 * L_7 = __this->get_t_2(); NullCheck(L_7); float L_8 = Tween_get_position_m4114235747(L_7, /*hidden argument*/NULL); Tween_t2342918553 * L_9 = __this->get_t_2(); NullCheck(L_9); int32_t L_10 = L_9->get_completedLoops_47(); if ((((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)))))))) > ((float)(0.0f)))) { goto IL_0019; } } IL_006b: { return (bool)0; } } // System.Object DG.Tweening.Core.DOTweenComponent/d__16::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForRewindU3Ed__16_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1507375154 (U3CWaitForRewindU3Ed__16_t2339796849 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__16::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForRewindU3Ed__16_System_Collections_IEnumerator_Reset_m628177126 (U3CWaitForRewindU3Ed__16_t2339796849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CWaitForRewindU3Ed__16_System_Collections_IEnumerator_Reset_m628177126_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,U3CWaitForRewindU3Ed__16_System_Collections_IEnumerator_Reset_m628177126_RuntimeMethod_var); } } // System.Object DG.Tweening.Core.DOTweenComponent/d__16::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForRewindU3Ed__16_System_Collections_IEnumerator_get_Current_m1997608516 (U3CWaitForRewindU3Ed__16_t2339796849 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.DOTweenComponent/d__20::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CWaitForStartU3Ed__20__ctor_m2936560807 (U3CWaitForStartU3Ed__20_t1090124157 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__20::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForStartU3Ed__20_System_IDisposable_Dispose_m3038659625 (U3CWaitForStartU3Ed__20_t1090124157 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DG.Tweening.Core.DOTweenComponent/d__20::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CWaitForStartU3Ed__20_MoveNext_m503226570 (U3CWaitForStartU3Ed__20_t1090124157 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0029; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); goto IL_0030; } IL_0019: { __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0029: { __this->set_U3CU3E1__state_0((-1)); } IL_0030: { Tween_t2342918553 * L_3 = __this->get_t_2(); NullCheck(L_3); bool L_4 = Tween_get_active_m3762091542(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_004a; } } { Tween_t2342918553 * L_5 = __this->get_t_2(); NullCheck(L_5); bool L_6 = Tween_get_playedOnce_m2418154974(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0019; } } IL_004a: { return (bool)0; } } // System.Object DG.Tweening.Core.DOTweenComponent/d__20::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForStartU3Ed__20_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1783377337 (U3CWaitForStartU3Ed__20_t1090124157 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void DG.Tweening.Core.DOTweenComponent/d__20::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CWaitForStartU3Ed__20_System_Collections_IEnumerator_Reset_m4027585478 (U3CWaitForStartU3Ed__20_t1090124157 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CWaitForStartU3Ed__20_System_Collections_IEnumerator_Reset_m4027585478_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,U3CWaitForStartU3Ed__20_System_Collections_IEnumerator_Reset_m4027585478_RuntimeMethod_var); } } // System.Object DG.Tweening.Core.DOTweenComponent/d__20::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CWaitForStartU3Ed__20_System_Collections_IEnumerator_get_Current_m2956164980 (U3CWaitForStartU3Ed__20_t1090124157 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_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.DOTweenExternalCommand::add_SetOrientationOnPath(System.Action`4) extern "C" IL2CPP_METHOD_ATTR void DOTweenExternalCommand_add_SetOrientationOnPath_m2766154687 (RuntimeObject * __this /* static, unused */, Action_4_t2634302908 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenExternalCommand_add_SetOrientationOnPath_m2766154687_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_4_t2634302908 * V_0 = NULL; Action_4_t2634302908 * V_1 = NULL; Action_4_t2634302908 * V_2 = NULL; { Action_4_t2634302908 * L_0 = ((DOTweenExternalCommand_t4150252905_StaticFields*)il2cpp_codegen_static_fields_for(DOTweenExternalCommand_t4150252905_il2cpp_TypeInfo_var))->get_SetOrientationOnPath_0(); V_0 = L_0; } IL_0006: { Action_4_t2634302908 * L_1 = V_0; V_1 = L_1; Action_4_t2634302908 * L_2 = V_1; Action_4_t2634302908 * L_3 = ___value0; Delegate_t1188392813 * L_4 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_4_t2634302908 *)CastclassSealed((RuntimeObject*)L_4, Action_4_t2634302908_il2cpp_TypeInfo_var)); Action_4_t2634302908 * L_5 = V_2; Action_4_t2634302908 * L_6 = V_1; Action_4_t2634302908 * L_7 = InterlockedCompareExchangeImpl((((DOTweenExternalCommand_t4150252905_StaticFields*)il2cpp_codegen_static_fields_for(DOTweenExternalCommand_t4150252905_il2cpp_TypeInfo_var))->get_address_of_SetOrientationOnPath_0()), L_5, L_6); V_0 = L_7; Action_4_t2634302908 * L_8 = V_0; Action_4_t2634302908 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_4_t2634302908 *)L_8) == ((RuntimeObject*)(Action_4_t2634302908 *)L_9)))) { goto IL_0006; } } { return; } } // System.Void DG.Tweening.Core.DOTweenExternalCommand::remove_SetOrientationOnPath(System.Action`4) extern "C" IL2CPP_METHOD_ATTR void DOTweenExternalCommand_remove_SetOrientationOnPath_m3625824969 (RuntimeObject * __this /* static, unused */, Action_4_t2634302908 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenExternalCommand_remove_SetOrientationOnPath_m3625824969_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_4_t2634302908 * V_0 = NULL; Action_4_t2634302908 * V_1 = NULL; Action_4_t2634302908 * V_2 = NULL; { Action_4_t2634302908 * L_0 = ((DOTweenExternalCommand_t4150252905_StaticFields*)il2cpp_codegen_static_fields_for(DOTweenExternalCommand_t4150252905_il2cpp_TypeInfo_var))->get_SetOrientationOnPath_0(); V_0 = L_0; } IL_0006: { Action_4_t2634302908 * L_1 = V_0; V_1 = L_1; Action_4_t2634302908 * L_2 = V_1; Action_4_t2634302908 * L_3 = ___value0; Delegate_t1188392813 * L_4 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_4_t2634302908 *)CastclassSealed((RuntimeObject*)L_4, Action_4_t2634302908_il2cpp_TypeInfo_var)); Action_4_t2634302908 * L_5 = V_2; Action_4_t2634302908 * L_6 = V_1; Action_4_t2634302908 * L_7 = InterlockedCompareExchangeImpl((((DOTweenExternalCommand_t4150252905_StaticFields*)il2cpp_codegen_static_fields_for(DOTweenExternalCommand_t4150252905_il2cpp_TypeInfo_var))->get_address_of_SetOrientationOnPath_0()), L_5, L_6); V_0 = L_7; Action_4_t2634302908 * L_8 = V_0; Action_4_t2634302908 * L_9 = V_1; if ((!(((RuntimeObject*)(Action_4_t2634302908 *)L_8) == ((RuntimeObject*)(Action_4_t2634302908 *)L_9)))) { goto IL_0006; } } { return; } } // System.Void DG.Tweening.Core.DOTweenExternalCommand::Dispatch_SetOrientationOnPath(DG.Tweening.Plugins.Options.PathOptions,DG.Tweening.Tween,UnityEngine.Quaternion,UnityEngine.Transform) extern "C" IL2CPP_METHOD_ATTR void DOTweenExternalCommand_Dispatch_SetOrientationOnPath_m4097461840 (RuntimeObject * __this /* static, unused */, PathOptions_t2074623791 ___options0, Tween_t2342918553 * ___t1, Quaternion_t2301928331 ___newRot2, Transform_t3600365921 * ___trans3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenExternalCommand_Dispatch_SetOrientationOnPath_m4097461840_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Action_4_t2634302908 * L_0 = ((DOTweenExternalCommand_t4150252905_StaticFields*)il2cpp_codegen_static_fields_for(DOTweenExternalCommand_t4150252905_il2cpp_TypeInfo_var))->get_SetOrientationOnPath_0(); if (!L_0) { goto IL_0015; } } { Action_4_t2634302908 * L_1 = ((DOTweenExternalCommand_t4150252905_StaticFields*)il2cpp_codegen_static_fields_for(DOTweenExternalCommand_t4150252905_il2cpp_TypeInfo_var))->get_SetOrientationOnPath_0(); PathOptions_t2074623791 L_2 = ___options0; Tween_t2342918553 * L_3 = ___t1; Quaternion_t2301928331 L_4 = ___newRot2; Transform_t3600365921 * L_5 = ___trans3; NullCheck(L_1); Action_4_Invoke_m2884878319(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/Action_4_Invoke_m2884878319_RuntimeMethod_var); } IL_0015: { 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.DOTweenSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void DOTweenSettings__ctor_m1624363792 (DOTweenSettings_t4078947542 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTweenSettings__ctor_m1624363792_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_useSafeMode_4((bool)1); SafeModeOptions_t1009220084 * L_0 = (SafeModeOptions_t1009220084 *)il2cpp_codegen_object_new(SafeModeOptions_t1009220084_il2cpp_TypeInfo_var); SafeModeOptions__ctor_m2970759514(L_0, /*hidden argument*/NULL); __this->set_safeModeOptions_5(L_0); __this->set_timeScale_6((1.0f)); __this->set_maxSmoothUnscaledTime_8((0.15f)); __this->set_drawGizmos_12((bool)1); __this->set_defaultAutoPlay_14(3); __this->set_defaultEaseType_17(6); __this->set_defaultEaseOvershootOrAmplitude_18((1.70158f)); __this->set_defaultAutoKill_20((bool)1); __this->set_showPreviewPanel_22((bool)1); ModulesSetup_t3920549237 * L_1 = (ModulesSetup_t3920549237 *)il2cpp_codegen_object_new(ModulesSetup_t3920549237_il2cpp_TypeInfo_var); ModulesSetup__ctor_m2247848842(L_1, /*hidden argument*/NULL); __this->set_modules_24(L_1); ScriptableObject__ctor_m1310743131(__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.DOTweenSettings/ModulesSetup::.ctor() extern "C" IL2CPP_METHOD_ATTR void ModulesSetup__ctor_m2247848842 (ModulesSetup_t3920549237 * __this, const RuntimeMethod* method) { { __this->set_audioEnabled_1((bool)1); __this->set_physicsEnabled_2((bool)1); __this->set_physics2DEnabled_3((bool)1); __this->set_spriteEnabled_4((bool)1); __this->set_uiEnabled_5((bool)1); Object__ctor_m297566312(__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.DOTweenSettings/SafeModeOptions::.ctor() extern "C" IL2CPP_METHOD_ATTR void SafeModeOptions__ctor_m2970759514 (SafeModeOptions_t1009220084 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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 #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.Single DG.Tweening.Core.Easing.Bounce::EaseIn(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Bounce_EaseIn_m3480468474 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___unusedOvershootOrAmplitude2, float ___unusedPeriod3, const RuntimeMethod* method) { { float L_0 = ___duration1; float L_1 = ___time0; float L_2 = ___duration1; float L_3 = Bounce_EaseOut_m1154803657(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)L_0, (float)L_1)), L_2, (-1.0f), (-1.0f), /*hidden argument*/NULL); return ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_3)); } } // System.Single DG.Tweening.Core.Easing.Bounce::EaseOut(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Bounce_EaseOut_m1154803657 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___unusedOvershootOrAmplitude2, float ___unusedPeriod3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)L_1)); ___time0 = L_2; if ((!(((float)L_2) < ((float)(0.363636374f))))) { goto IL_0017; } } { float L_3 = ___time0; float L_4 = ___time0; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(7.5625f), (float)L_3)), (float)L_4)); } IL_0017: { float L_5 = ___time0; if ((!(((float)L_5) < ((float)(0.727272749f))))) { goto IL_0038; } } { float L_6 = ___time0; float L_7 = ((float)il2cpp_codegen_subtract((float)L_6, (float)(0.545454562f))); ___time0 = L_7; float L_8 = ___time0; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(7.5625f), (float)L_7)), (float)L_8)), (float)(0.75f))); } IL_0038: { float L_9 = ___time0; if ((!(((float)L_9) < ((float)(0.909090936f))))) { goto IL_0059; } } { float L_10 = ___time0; float L_11 = ((float)il2cpp_codegen_subtract((float)L_10, (float)(0.8181818f))); ___time0 = L_11; float L_12 = ___time0; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(7.5625f), (float)L_11)), (float)L_12)), (float)(0.9375f))); } IL_0059: { float L_13 = ___time0; float L_14 = ((float)il2cpp_codegen_subtract((float)L_13, (float)(0.954545438f))); ___time0 = L_14; float L_15 = ___time0; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(7.5625f), (float)L_14)), (float)L_15)), (float)(0.984375f))); } } // System.Single DG.Tweening.Core.Easing.Bounce::EaseInOut(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Bounce_EaseInOut_m751735845 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___unusedOvershootOrAmplitude2, float ___unusedPeriod3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; if ((!(((float)L_0) < ((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.5f))))))) { goto IL_0028; } } { float L_2 = ___time0; float L_3 = ___duration1; float L_4 = Bounce_EaseIn_m3480468474(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_2, (float)(2.0f))), L_3, (-1.0f), (-1.0f), /*hidden argument*/NULL); return ((float)il2cpp_codegen_multiply((float)L_4, (float)(0.5f))); } IL_0028: { float L_5 = ___time0; float L_6 = ___duration1; float L_7 = ___duration1; float L_8 = Bounce_EaseOut_m1154803657(NULL /*static, unused*/, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_5, (float)(2.0f))), (float)L_6)), L_7, (-1.0f), (-1.0f), /*hidden argument*/NULL); return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(0.5f))), (float)(0.5f))); } } #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.Easing.EaseCurve::.ctor(UnityEngine.AnimationCurve) extern "C" IL2CPP_METHOD_ATTR void EaseCurve__ctor_m586586765 (EaseCurve_t2771593608 * __this, AnimationCurve_t3046754366 * ___animCurve0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); AnimationCurve_t3046754366 * L_0 = ___animCurve0; __this->set__animCurve_0(L_0); return; } } // System.Single DG.Tweening.Core.Easing.EaseCurve::Evaluate(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float EaseCurve_Evaluate_m137000753 (EaseCurve_t2771593608 * __this, float ___time0, float ___duration1, float ___unusedOvershoot2, float ___unusedPeriod3, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; Keyframe_t4206410242 V_2; memset(&V_2, 0, sizeof(V_2)); { AnimationCurve_t3046754366 * L_0 = __this->get__animCurve_0(); AnimationCurve_t3046754366 * L_1 = __this->get__animCurve_0(); NullCheck(L_1); int32_t L_2 = AnimationCurve_get_length_m1548433259(L_1, /*hidden argument*/NULL); NullCheck(L_0); Keyframe_t4206410242 L_3 = AnimationCurve_get_Item_m4209227769(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_3; float L_4 = Keyframe_get_time_m803196188((&V_2), /*hidden argument*/NULL); V_0 = L_4; float L_5 = ___time0; float L_6 = ___duration1; V_1 = ((float)((float)L_5/(float)L_6)); AnimationCurve_t3046754366 * L_7 = __this->get__animCurve_0(); float L_8 = V_1; float L_9 = V_0; NullCheck(L_7); float L_10 = AnimationCurve_Evaluate_m2125563588(L_7, ((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), /*hidden argument*/NULL); return L_10; } } #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.Single DG.Tweening.Core.Easing.EaseManager::Evaluate(DG.Tweening.Tween,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float EaseManager_Evaluate_m2899994857 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, float ___time1, float ___duration2, float ___overshootOrAmplitude3, float ___period4, const RuntimeMethod* method) { { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = L_0->get_easeType_30(); Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); EaseFunction_t3531141372 * L_3 = L_2->get_customEase_31(); float L_4 = ___time1; float L_5 = ___duration2; float L_6 = ___overshootOrAmplitude3; float L_7 = ___period4; float L_8 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_1, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Single DG.Tweening.Core.Easing.EaseManager::Evaluate(DG.Tweening.Ease,DG.Tweening.EaseFunction,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float EaseManager_Evaluate_m3049795073 (RuntimeObject * __this /* static, unused */, int32_t ___easeType0, EaseFunction_t3531141372 * ___customEase1, float ___time2, float ___duration3, float ___overshootOrAmplitude4, float ___period5, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; { int32_t L_0 = ___easeType0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_00a1; } case 1: { goto IL_00a5; } case 2: { goto IL_00bd; } case 3: { goto IL_00ce; } case 4: { goto IL_00eb; } case 5: { goto IL_00f4; } case 6: { goto IL_0104; } case 7: { goto IL_0140; } case 8: { goto IL_014b; } case 9: { goto IL_0162; } case 10: { goto IL_019c; } case 11: { goto IL_01a9; } case 12: { goto IL_01c3; } case 13: { goto IL_0201; } case 14: { goto IL_0210; } case 15: { goto IL_022b; } case 16: { goto IL_026d; } case 17: { goto IL_029b; } case 18: { goto IL_02c6; } case 19: { goto IL_0343; } case 20: { goto IL_0360; } case 21: { goto IL_037c; } case 22: { goto IL_03d2; } case 23: { goto IL_0474; } case 24: { goto IL_0512; } case 25: { goto IL_060d; } case 26: { goto IL_0624; } case 27: { goto IL_0647; } case 28: { goto IL_06ab; } case 29: { goto IL_06b7; } case 30: { goto IL_06c3; } case 31: { goto IL_06e2; } case 32: { goto IL_06ee; } case 33: { goto IL_06fa; } case 34: { goto IL_0706; } case 35: { goto IL_06dc; } case 36: { goto IL_06cf; } } } { goto IL_0712; } IL_00a1: { float L_1 = ___time2; float L_2 = ___duration3; return ((float)((float)L_1/(float)L_2)); } IL_00a5: { float L_3 = ___time2; float L_4 = ___duration3; double L_5 = cos((((double)((double)((float)il2cpp_codegen_multiply((float)((float)((float)L_3/(float)L_4)), (float)(1.57079637f))))))); return ((float)il2cpp_codegen_add((float)((-(((float)((float)L_5))))), (float)(1.0f))); } IL_00bd: { float L_6 = ___time2; float L_7 = ___duration3; double L_8 = sin((((double)((double)((float)il2cpp_codegen_multiply((float)((float)((float)L_6/(float)L_7)), (float)(1.57079637f))))))); return (((float)((float)L_8))); } IL_00ce: { float L_9 = ___time2; float L_10 = ___duration3; double L_11 = cos((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)(3.14159274f), (float)L_9))/(float)L_10)))))); return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_11))), (float)(1.0f))))); } IL_00eb: { float L_12 = ___time2; float L_13 = ___duration3; float L_14 = ((float)((float)L_12/(float)L_13)); ___time2 = L_14; float L_15 = ___time2; return ((float)il2cpp_codegen_multiply((float)L_14, (float)L_15)); } IL_00f4: { float L_16 = ___time2; float L_17 = ___duration3; float L_18 = ((float)((float)L_16/(float)L_17)); ___time2 = L_18; float L_19 = ___time2; return ((float)il2cpp_codegen_multiply((float)((-L_18)), (float)((float)il2cpp_codegen_subtract((float)L_19, (float)(2.0f))))); } IL_0104: { float L_20 = ___time2; float L_21 = ___duration3; float L_22 = ((float)((float)L_20/(float)((float)il2cpp_codegen_multiply((float)L_21, (float)(0.5f))))); ___time2 = L_22; if ((!(((float)L_22) < ((float)(1.0f))))) { goto IL_0121; } } { float L_23 = ___time2; float L_24 = ___time2; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_23)), (float)L_24)); } IL_0121: { float L_25 = ___time2; float L_26 = ((float)il2cpp_codegen_subtract((float)L_25, (float)(1.0f))); ___time2 = L_26; float L_27 = ___time2; return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_26, (float)((float)il2cpp_codegen_subtract((float)L_27, (float)(2.0f))))), (float)(1.0f))))); } IL_0140: { float L_28 = ___time2; float L_29 = ___duration3; float L_30 = ((float)((float)L_28/(float)L_29)); ___time2 = L_30; float L_31 = ___time2; float L_32 = ___time2; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_31)), (float)L_32)); } IL_014b: { float L_33 = ___time2; float L_34 = ___duration3; float L_35 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_33/(float)L_34)), (float)(1.0f))); ___time2 = L_35; float L_36 = ___time2; float L_37 = ___time2; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_35, (float)L_36)), (float)L_37)), (float)(1.0f))); } IL_0162: { float L_38 = ___time2; float L_39 = ___duration3; float L_40 = ((float)((float)L_38/(float)((float)il2cpp_codegen_multiply((float)L_39, (float)(0.5f))))); ___time2 = L_40; if ((!(((float)L_40) < ((float)(1.0f))))) { goto IL_0181; } } { float L_41 = ___time2; float L_42 = ___time2; float L_43 = ___time2; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_41)), (float)L_42)), (float)L_43)); } IL_0181: { float L_44 = ___time2; float L_45 = ((float)il2cpp_codegen_subtract((float)L_44, (float)(2.0f))); ___time2 = L_45; float L_46 = ___time2; float L_47 = ___time2; return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_45, (float)L_46)), (float)L_47)), (float)(2.0f))))); } IL_019c: { float L_48 = ___time2; float L_49 = ___duration3; float L_50 = ((float)((float)L_48/(float)L_49)); ___time2 = L_50; float L_51 = ___time2; float L_52 = ___time2; float L_53 = ___time2; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_50, (float)L_51)), (float)L_52)), (float)L_53)); } IL_01a9: { float L_54 = ___time2; float L_55 = ___duration3; float L_56 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_54/(float)L_55)), (float)(1.0f))); ___time2 = L_56; float L_57 = ___time2; float L_58 = ___time2; float L_59 = ___time2; return ((-((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_56, (float)L_57)), (float)L_58)), (float)L_59)), (float)(1.0f))))); } IL_01c3: { float L_60 = ___time2; float L_61 = ___duration3; float L_62 = ((float)((float)L_60/(float)((float)il2cpp_codegen_multiply((float)L_61, (float)(0.5f))))); ___time2 = L_62; if ((!(((float)L_62) < ((float)(1.0f))))) { goto IL_01e4; } } { float L_63 = ___time2; float L_64 = ___time2; float L_65 = ___time2; float L_66 = ___time2; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_63)), (float)L_64)), (float)L_65)), (float)L_66)); } IL_01e4: { float L_67 = ___time2; float L_68 = ((float)il2cpp_codegen_subtract((float)L_67, (float)(2.0f))); ___time2 = L_68; float L_69 = ___time2; float L_70 = ___time2; float L_71 = ___time2; return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_68, (float)L_69)), (float)L_70)), (float)L_71)), (float)(2.0f))))); } IL_0201: { float L_72 = ___time2; float L_73 = ___duration3; float L_74 = ((float)((float)L_72/(float)L_73)); ___time2 = L_74; float L_75 = ___time2; float L_76 = ___time2; float L_77 = ___time2; float L_78 = ___time2; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_74, (float)L_75)), (float)L_76)), (float)L_77)), (float)L_78)); } IL_0210: { float L_79 = ___time2; float L_80 = ___duration3; float L_81 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_79/(float)L_80)), (float)(1.0f))); ___time2 = L_81; float L_82 = ___time2; float L_83 = ___time2; float L_84 = ___time2; float L_85 = ___time2; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_81, (float)L_82)), (float)L_83)), (float)L_84)), (float)L_85)), (float)(1.0f))); } IL_022b: { float L_86 = ___time2; float L_87 = ___duration3; float L_88 = ((float)((float)L_86/(float)((float)il2cpp_codegen_multiply((float)L_87, (float)(0.5f))))); ___time2 = L_88; if ((!(((float)L_88) < ((float)(1.0f))))) { goto IL_024e; } } { float L_89 = ___time2; float L_90 = ___time2; float L_91 = ___time2; float L_92 = ___time2; float L_93 = ___time2; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_89)), (float)L_90)), (float)L_91)), (float)L_92)), (float)L_93)); } IL_024e: { float L_94 = ___time2; float L_95 = ((float)il2cpp_codegen_subtract((float)L_94, (float)(2.0f))); ___time2 = L_95; float L_96 = ___time2; float L_97 = ___time2; float L_98 = ___time2; float L_99 = ___time2; return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_95, (float)L_96)), (float)L_97)), (float)L_98)), (float)L_99)), (float)(2.0f))))); } IL_026d: { float L_100 = ___time2; if ((((float)L_100) == ((float)(0.0f)))) { goto IL_0295; } } { float L_101 = ___time2; float L_102 = ___duration3; double L_103 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)((float)il2cpp_codegen_subtract((float)((float)((float)L_101/(float)L_102)), (float)(1.0f))))))))); return (((float)((float)L_103))); } IL_0295: { return (0.0f); } IL_029b: { float L_104 = ___time2; float L_105 = ___duration3; if ((!(((float)L_104) == ((float)L_105)))) { goto IL_02a5; } } { return (1.0f); } IL_02a5: { float L_106 = ___time2; float L_107 = ___duration3; double L_108 = pow((2.0), (((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_106))/(float)L_107)))))); return ((float)il2cpp_codegen_add((float)((-(((float)((float)L_108))))), (float)(1.0f))); } IL_02c6: { float L_109 = ___time2; if ((!(((float)L_109) == ((float)(0.0f))))) { goto IL_02d4; } } { return (0.0f); } IL_02d4: { float L_110 = ___time2; float L_111 = ___duration3; if ((!(((float)L_110) == ((float)L_111)))) { goto IL_02de; } } { return (1.0f); } IL_02de: { float L_112 = ___time2; float L_113 = ___duration3; float L_114 = ((float)((float)L_112/(float)((float)il2cpp_codegen_multiply((float)L_113, (float)(0.5f))))); ___time2 = L_114; if ((!(((float)L_114) < ((float)(1.0f))))) { goto IL_0315; } } { float L_115 = ___time2; double L_116 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)((float)il2cpp_codegen_subtract((float)L_115, (float)(1.0f))))))))); return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_116))))); } IL_0315: { float L_117 = ___time2; float L_118 = ((float)il2cpp_codegen_subtract((float)L_117, (float)(1.0f))); ___time2 = L_118; double L_119 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_118)))))); return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((-(((float)((float)L_119))))), (float)(2.0f))))); } IL_0343: { float L_120 = ___time2; float L_121 = ___duration3; float L_122 = ((float)((float)L_120/(float)L_121)); ___time2 = L_122; float L_123 = ___time2; double L_124 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_122, (float)L_123)))))))); return ((-((float)il2cpp_codegen_subtract((float)(((float)((float)L_124))), (float)(1.0f))))); } IL_0360: { float L_125 = ___time2; float L_126 = ___duration3; float L_127 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_125/(float)L_126)), (float)(1.0f))); ___time2 = L_127; float L_128 = ___time2; double L_129 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_127, (float)L_128)))))))); return (((float)((float)L_129))); } IL_037c: { float L_130 = ___time2; float L_131 = ___duration3; float L_132 = ((float)((float)L_130/(float)((float)il2cpp_codegen_multiply((float)L_131, (float)(0.5f))))); ___time2 = L_132; if ((!(((float)L_132) < ((float)(1.0f))))) { goto IL_03ac; } } { float L_133 = ___time2; float L_134 = ___time2; double L_135 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_133, (float)L_134)))))))); return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_135))), (float)(1.0f))))); } IL_03ac: { float L_136 = ___time2; float L_137 = ((float)il2cpp_codegen_subtract((float)L_136, (float)(2.0f))); ___time2 = L_137; float L_138 = ___time2; double L_139 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_137, (float)L_138)))))))); return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)(((float)((float)L_139))), (float)(1.0f))))); } IL_03d2: { float L_140 = ___time2; if ((!(((float)L_140) == ((float)(0.0f))))) { goto IL_03e0; } } { return (0.0f); } IL_03e0: { float L_141 = ___time2; float L_142 = ___duration3; float L_143 = ((float)((float)L_141/(float)L_142)); ___time2 = L_143; if ((!(((float)L_143) == ((float)(1.0f))))) { goto IL_03f3; } } { return (1.0f); } IL_03f3: { float L_144 = ___period5; if ((!(((float)L_144) == ((float)(0.0f))))) { goto IL_0405; } } { float L_145 = ___duration3; ___period5 = ((float)il2cpp_codegen_multiply((float)L_145, (float)(0.3f))); } IL_0405: { float L_146 = ___overshootOrAmplitude4; if ((!(((float)L_146) < ((float)(1.0f))))) { goto IL_0420; } } { ___overshootOrAmplitude4 = (1.0f); float L_147 = ___period5; V_0 = ((float)((float)L_147/(float)(4.0f))); goto IL_0439; } IL_0420: { float L_148 = ___period5; float L_149 = ___overshootOrAmplitude4; double L_150 = asin((((double)((double)((float)((float)(1.0f)/(float)L_149)))))); V_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_148/(float)(6.28318548f))), (float)(((float)((float)L_150))))); } IL_0439: { float L_151 = ___overshootOrAmplitude4; float L_152 = ___time2; float L_153 = ((float)il2cpp_codegen_subtract((float)L_152, (float)(1.0f))); ___time2 = L_153; double L_154 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_153)))))); float L_155 = ___time2; float L_156 = ___duration3; float L_157 = V_0; float L_158 = ___period5; double L_159 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_155, (float)L_156)), (float)L_157)), (float)(6.28318548f)))/(float)L_158)))))); return ((-((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_151, (float)(((float)((float)L_154))))), (float)(((float)((float)L_159))))))); } IL_0474: { float L_160 = ___time2; if ((!(((float)L_160) == ((float)(0.0f))))) { goto IL_0482; } } { return (0.0f); } IL_0482: { float L_161 = ___time2; float L_162 = ___duration3; float L_163 = ((float)((float)L_161/(float)L_162)); ___time2 = L_163; if ((!(((float)L_163) == ((float)(1.0f))))) { goto IL_0495; } } { return (1.0f); } IL_0495: { float L_164 = ___period5; if ((!(((float)L_164) == ((float)(0.0f))))) { goto IL_04a7; } } { float L_165 = ___duration3; ___period5 = ((float)il2cpp_codegen_multiply((float)L_165, (float)(0.3f))); } IL_04a7: { float L_166 = ___overshootOrAmplitude4; if ((!(((float)L_166) < ((float)(1.0f))))) { goto IL_04c2; } } { ___overshootOrAmplitude4 = (1.0f); float L_167 = ___period5; V_1 = ((float)((float)L_167/(float)(4.0f))); goto IL_04db; } IL_04c2: { float L_168 = ___period5; float L_169 = ___overshootOrAmplitude4; double L_170 = asin((((double)((double)((float)((float)(1.0f)/(float)L_169)))))); V_1 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_168/(float)(6.28318548f))), (float)(((float)((float)L_170))))); } IL_04db: { float L_171 = ___overshootOrAmplitude4; float L_172 = ___time2; double L_173 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_172)))))); float L_174 = ___time2; float L_175 = ___duration3; float L_176 = V_1; float L_177 = ___period5; double L_178 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_174, (float)L_175)), (float)L_176)), (float)(6.28318548f)))/(float)L_177)))))); return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_171, (float)(((float)((float)L_173))))), (float)(((float)((float)L_178))))), (float)(1.0f))); } IL_0512: { float L_179 = ___time2; if ((!(((float)L_179) == ((float)(0.0f))))) { goto IL_0520; } } { return (0.0f); } IL_0520: { float L_180 = ___time2; float L_181 = ___duration3; float L_182 = ((float)((float)L_180/(float)((float)il2cpp_codegen_multiply((float)L_181, (float)(0.5f))))); ___time2 = L_182; if ((!(((float)L_182) == ((float)(2.0f))))) { goto IL_0539; } } { return (1.0f); } IL_0539: { float L_183 = ___period5; if ((!(((float)L_183) == ((float)(0.0f))))) { goto IL_054b; } } { float L_184 = ___duration3; ___period5 = ((float)il2cpp_codegen_multiply((float)L_184, (float)(0.450000018f))); } IL_054b: { float L_185 = ___overshootOrAmplitude4; if ((!(((float)L_185) < ((float)(1.0f))))) { goto IL_0566; } } { ___overshootOrAmplitude4 = (1.0f); float L_186 = ___period5; V_2 = ((float)((float)L_186/(float)(4.0f))); goto IL_057f; } IL_0566: { float L_187 = ___period5; float L_188 = ___overshootOrAmplitude4; double L_189 = asin((((double)((double)((float)((float)(1.0f)/(float)L_188)))))); V_2 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_187/(float)(6.28318548f))), (float)(((float)((float)L_189))))); } IL_057f: { float L_190 = ___time2; if ((!(((float)L_190) < ((float)(1.0f))))) { goto IL_05c7; } } { float L_191 = ___overshootOrAmplitude4; float L_192 = ___time2; float L_193 = ((float)il2cpp_codegen_subtract((float)L_192, (float)(1.0f))); ___time2 = L_193; double L_194 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_193)))))); float L_195 = ___time2; float L_196 = ___duration3; float L_197 = V_2; float L_198 = ___period5; double L_199 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_195, (float)L_196)), (float)L_197)), (float)(6.28318548f)))/(float)L_198)))))); return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_191, (float)(((float)((float)L_194))))), (float)(((float)((float)L_199))))))); } IL_05c7: { float L_200 = ___overshootOrAmplitude4; float L_201 = ___time2; float L_202 = ((float)il2cpp_codegen_subtract((float)L_201, (float)(1.0f))); ___time2 = L_202; double L_203 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_202)))))); float L_204 = ___time2; float L_205 = ___duration3; float L_206 = V_2; float L_207 = ___period5; double L_208 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_204, (float)L_205)), (float)L_206)), (float)(6.28318548f)))/(float)L_207)))))); return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_200, (float)(((float)((float)L_203))))), (float)(((float)((float)L_208))))), (float)(0.5f))), (float)(1.0f))); } IL_060d: { float L_209 = ___time2; float L_210 = ___duration3; float L_211 = ((float)((float)L_209/(float)L_210)); ___time2 = L_211; float L_212 = ___time2; float L_213 = ___overshootOrAmplitude4; float L_214 = ___time2; float L_215 = ___overshootOrAmplitude4; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_211, (float)L_212)), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_213, (float)(1.0f))), (float)L_214)), (float)L_215)))); } IL_0624: { float L_216 = ___time2; float L_217 = ___duration3; float L_218 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_216/(float)L_217)), (float)(1.0f))); ___time2 = L_218; float L_219 = ___time2; float L_220 = ___overshootOrAmplitude4; float L_221 = ___time2; float L_222 = ___overshootOrAmplitude4; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_218, (float)L_219)), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_220, (float)(1.0f))), (float)L_221)), (float)L_222)))), (float)(1.0f))); } IL_0647: { float L_223 = ___time2; float L_224 = ___duration3; float L_225 = ((float)((float)L_223/(float)((float)il2cpp_codegen_multiply((float)L_224, (float)(0.5f))))); ___time2 = L_225; if ((!(((float)L_225) < ((float)(1.0f))))) { goto IL_067b; } } { float L_226 = ___time2; float L_227 = ___time2; float L_228 = ___overshootOrAmplitude4; float L_229 = ((float)il2cpp_codegen_multiply((float)L_228, (float)(1.525f))); ___overshootOrAmplitude4 = L_229; float L_230 = ___time2; float L_231 = ___overshootOrAmplitude4; return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_226, (float)L_227)), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_229, (float)(1.0f))), (float)L_230)), (float)L_231)))))); } IL_067b: { float L_232 = ___time2; float L_233 = ((float)il2cpp_codegen_subtract((float)L_232, (float)(2.0f))); ___time2 = L_233; float L_234 = ___time2; float L_235 = ___overshootOrAmplitude4; float L_236 = ((float)il2cpp_codegen_multiply((float)L_235, (float)(1.525f))); ___overshootOrAmplitude4 = L_236; float L_237 = ___time2; float L_238 = ___overshootOrAmplitude4; return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_233, (float)L_234)), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_236, (float)(1.0f))), (float)L_237)), (float)L_238)))), (float)(2.0f))))); } IL_06ab: { float L_239 = ___time2; float L_240 = ___duration3; float L_241 = ___overshootOrAmplitude4; float L_242 = ___period5; float L_243 = Bounce_EaseIn_m3480468474(NULL /*static, unused*/, L_239, L_240, L_241, L_242, /*hidden argument*/NULL); return L_243; } IL_06b7: { float L_244 = ___time2; float L_245 = ___duration3; float L_246 = ___overshootOrAmplitude4; float L_247 = ___period5; float L_248 = Bounce_EaseOut_m1154803657(NULL /*static, unused*/, L_244, L_245, L_246, L_247, /*hidden argument*/NULL); return L_248; } IL_06c3: { float L_249 = ___time2; float L_250 = ___duration3; float L_251 = ___overshootOrAmplitude4; float L_252 = ___period5; float L_253 = Bounce_EaseInOut_m751735845(NULL /*static, unused*/, L_249, L_250, L_251, L_252, /*hidden argument*/NULL); return L_253; } IL_06cf: { EaseFunction_t3531141372 * L_254 = ___customEase1; float L_255 = ___time2; float L_256 = ___duration3; float L_257 = ___overshootOrAmplitude4; float L_258 = ___period5; NullCheck(L_254); float L_259 = EaseFunction_Invoke_m149773300(L_254, L_255, L_256, L_257, L_258, /*hidden argument*/NULL); return L_259; } IL_06dc: { return (1.0f); } IL_06e2: { float L_260 = ___time2; float L_261 = ___duration3; float L_262 = ___overshootOrAmplitude4; float L_263 = ___period5; float L_264 = Flash_Ease_m2053152407(NULL /*static, unused*/, L_260, L_261, L_262, L_263, /*hidden argument*/NULL); return L_264; } IL_06ee: { float L_265 = ___time2; float L_266 = ___duration3; float L_267 = ___overshootOrAmplitude4; float L_268 = ___period5; float L_269 = Flash_EaseIn_m11902957(NULL /*static, unused*/, L_265, L_266, L_267, L_268, /*hidden argument*/NULL); return L_269; } IL_06fa: { float L_270 = ___time2; float L_271 = ___duration3; float L_272 = ___overshootOrAmplitude4; float L_273 = ___period5; float L_274 = Flash_EaseOut_m3587302947(NULL /*static, unused*/, L_270, L_271, L_272, L_273, /*hidden argument*/NULL); return L_274; } IL_0706: { float L_275 = ___time2; float L_276 = ___duration3; float L_277 = ___overshootOrAmplitude4; float L_278 = ___period5; float L_279 = Flash_EaseInOut_m2506355733(NULL /*static, unused*/, L_275, L_276, L_277, L_278, /*hidden argument*/NULL); return L_279; } IL_0712: { float L_280 = ___time2; float L_281 = ___duration3; float L_282 = ((float)((float)L_280/(float)L_281)); ___time2 = L_282; float L_283 = ___time2; return ((float)il2cpp_codegen_multiply((float)((-L_282)), (float)((float)il2cpp_codegen_subtract((float)L_283, (float)(2.0f))))); } } // DG.Tweening.EaseFunction DG.Tweening.Core.Easing.EaseManager::ToEaseFunction(DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR EaseFunction_t3531141372 * EaseManager_ToEaseFunction_m3147650951 (RuntimeObject * __this /* static, unused */, int32_t ___ease0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EaseManager_ToEaseFunction_m3147650951_MetadataUsageId); s_Il2CppMethodInitialized = true; } EaseFunction_t3531141372 * G_B4_0 = NULL; EaseFunction_t3531141372 * G_B3_0 = NULL; EaseFunction_t3531141372 * G_B7_0 = NULL; EaseFunction_t3531141372 * G_B6_0 = NULL; EaseFunction_t3531141372 * G_B10_0 = NULL; EaseFunction_t3531141372 * G_B9_0 = NULL; EaseFunction_t3531141372 * G_B13_0 = NULL; EaseFunction_t3531141372 * G_B12_0 = NULL; EaseFunction_t3531141372 * G_B16_0 = NULL; EaseFunction_t3531141372 * G_B15_0 = NULL; EaseFunction_t3531141372 * G_B19_0 = NULL; EaseFunction_t3531141372 * G_B18_0 = NULL; EaseFunction_t3531141372 * G_B22_0 = NULL; EaseFunction_t3531141372 * G_B21_0 = NULL; EaseFunction_t3531141372 * G_B25_0 = NULL; EaseFunction_t3531141372 * G_B24_0 = NULL; EaseFunction_t3531141372 * G_B28_0 = NULL; EaseFunction_t3531141372 * G_B27_0 = NULL; EaseFunction_t3531141372 * G_B31_0 = NULL; EaseFunction_t3531141372 * G_B30_0 = NULL; EaseFunction_t3531141372 * G_B34_0 = NULL; EaseFunction_t3531141372 * G_B33_0 = NULL; EaseFunction_t3531141372 * G_B37_0 = NULL; EaseFunction_t3531141372 * G_B36_0 = NULL; EaseFunction_t3531141372 * G_B40_0 = NULL; EaseFunction_t3531141372 * G_B39_0 = NULL; EaseFunction_t3531141372 * G_B43_0 = NULL; EaseFunction_t3531141372 * G_B42_0 = NULL; EaseFunction_t3531141372 * G_B46_0 = NULL; EaseFunction_t3531141372 * G_B45_0 = NULL; EaseFunction_t3531141372 * G_B49_0 = NULL; EaseFunction_t3531141372 * G_B48_0 = NULL; EaseFunction_t3531141372 * G_B52_0 = NULL; EaseFunction_t3531141372 * G_B51_0 = NULL; EaseFunction_t3531141372 * G_B55_0 = NULL; EaseFunction_t3531141372 * G_B54_0 = NULL; EaseFunction_t3531141372 * G_B58_0 = NULL; EaseFunction_t3531141372 * G_B57_0 = NULL; EaseFunction_t3531141372 * G_B61_0 = NULL; EaseFunction_t3531141372 * G_B60_0 = NULL; EaseFunction_t3531141372 * G_B64_0 = NULL; EaseFunction_t3531141372 * G_B63_0 = NULL; EaseFunction_t3531141372 * G_B67_0 = NULL; EaseFunction_t3531141372 * G_B66_0 = NULL; EaseFunction_t3531141372 * G_B70_0 = NULL; EaseFunction_t3531141372 * G_B69_0 = NULL; EaseFunction_t3531141372 * G_B73_0 = NULL; EaseFunction_t3531141372 * G_B72_0 = NULL; EaseFunction_t3531141372 * G_B76_0 = NULL; EaseFunction_t3531141372 * G_B75_0 = NULL; EaseFunction_t3531141372 * G_B79_0 = NULL; EaseFunction_t3531141372 * G_B78_0 = NULL; EaseFunction_t3531141372 * G_B82_0 = NULL; EaseFunction_t3531141372 * G_B81_0 = NULL; EaseFunction_t3531141372 * G_B85_0 = NULL; EaseFunction_t3531141372 * G_B84_0 = NULL; EaseFunction_t3531141372 * G_B88_0 = NULL; EaseFunction_t3531141372 * G_B87_0 = NULL; EaseFunction_t3531141372 * G_B91_0 = NULL; EaseFunction_t3531141372 * G_B90_0 = NULL; EaseFunction_t3531141372 * G_B94_0 = NULL; EaseFunction_t3531141372 * G_B93_0 = NULL; EaseFunction_t3531141372 * G_B97_0 = NULL; EaseFunction_t3531141372 * G_B96_0 = NULL; EaseFunction_t3531141372 * G_B100_0 = NULL; EaseFunction_t3531141372 * G_B99_0 = NULL; EaseFunction_t3531141372 * G_B103_0 = NULL; EaseFunction_t3531141372 * G_B102_0 = NULL; EaseFunction_t3531141372 * G_B106_0 = NULL; EaseFunction_t3531141372 * G_B105_0 = NULL; EaseFunction_t3531141372 * G_B109_0 = NULL; EaseFunction_t3531141372 * G_B108_0 = NULL; { int32_t L_0 = ___ease0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0099; } case 1: { goto IL_00b9; } case 2: { goto IL_00d9; } case 3: { goto IL_00f9; } case 4: { goto IL_0119; } case 5: { goto IL_0139; } case 6: { goto IL_0159; } case 7: { goto IL_0179; } case 8: { goto IL_0199; } case 9: { goto IL_01b9; } case 10: { goto IL_01d9; } case 11: { goto IL_01f9; } case 12: { goto IL_0219; } case 13: { goto IL_0239; } case 14: { goto IL_0259; } case 15: { goto IL_0279; } case 16: { goto IL_0299; } case 17: { goto IL_02b9; } case 18: { goto IL_02d9; } case 19: { goto IL_02f9; } case 20: { goto IL_0319; } case 21: { goto IL_0339; } case 22: { goto IL_0359; } case 23: { goto IL_0379; } case 24: { goto IL_0399; } case 25: { goto IL_03b9; } case 26: { goto IL_03d9; } case 27: { goto IL_03f9; } case 28: { goto IL_0419; } case 29: { goto IL_0439; } case 30: { goto IL_0459; } case 31: { goto IL_0479; } case 32: { goto IL_0499; } case 33: { goto IL_04b9; } case 34: { goto IL_04d9; } } } { goto IL_04f9; } IL_0099: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_1 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_0_1(); EaseFunction_t3531141372 * L_2 = L_1; G_B3_0 = L_2; if (L_2) { G_B4_0 = L_2; goto IL_00b8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_3 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_4 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_0_m3501646590_RuntimeMethod_var; EaseFunction_t3531141372 * L_5 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_5, L_3, L_4, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_6 = L_5; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_0_1(L_6); G_B4_0 = L_6; } IL_00b8: { return G_B4_0; } IL_00b9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_7 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_1_2(); EaseFunction_t3531141372 * L_8 = L_7; G_B6_0 = L_8; if (L_8) { G_B7_0 = L_8; goto IL_00d8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_9 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_10 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_1_m4278098103_RuntimeMethod_var; EaseFunction_t3531141372 * L_11 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_11, L_9, L_10, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_12 = L_11; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_1_2(L_12); G_B7_0 = L_12; } IL_00d8: { return G_B7_0; } IL_00d9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_13 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_2_3(); EaseFunction_t3531141372 * L_14 = L_13; G_B9_0 = L_14; if (L_14) { G_B10_0 = L_14; goto IL_00f8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_15 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_16 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_2_m3850571217_RuntimeMethod_var; EaseFunction_t3531141372 * L_17 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_17, L_15, L_16, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_18 = L_17; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_2_3(L_18); G_B10_0 = L_18; } IL_00f8: { return G_B10_0; } IL_00f9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_19 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_3_4(); EaseFunction_t3531141372 * L_20 = L_19; G_B12_0 = L_20; if (L_20) { G_B13_0 = L_20; goto IL_0118; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_21 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_22 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_3_m2954838891_RuntimeMethod_var; EaseFunction_t3531141372 * L_23 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_23, L_21, L_22, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_24 = L_23; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_3_4(L_24); G_B13_0 = L_24; } IL_0118: { return G_B13_0; } IL_0119: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_25 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_4_5(); EaseFunction_t3531141372 * L_26 = L_25; G_B15_0 = L_26; if (L_26) { G_B16_0 = L_26; goto IL_0138; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_27 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_28 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_4_m1467458231_RuntimeMethod_var; EaseFunction_t3531141372 * L_29 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_29, L_27, L_28, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_30 = L_29; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_4_5(L_30); G_B16_0 = L_30; } IL_0138: { return G_B16_0; } IL_0139: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_31 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_5_6(); EaseFunction_t3531141372 * L_32 = L_31; G_B18_0 = L_32; if (L_32) { G_B19_0 = L_32; goto IL_0158; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_33 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_34 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_5_m3370960880_RuntimeMethod_var; EaseFunction_t3531141372 * L_35 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_35, L_33, L_34, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_36 = L_35; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_5_6(L_36); G_B19_0 = L_36; } IL_0158: { return G_B19_0; } IL_0159: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_37 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_6_7(); EaseFunction_t3531141372 * L_38 = L_37; G_B21_0 = L_38; if (L_38) { G_B22_0 = L_38; goto IL_0178; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_39 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_40 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_6_m2848970353_RuntimeMethod_var; EaseFunction_t3531141372 * L_41 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_41, L_39, L_40, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_42 = L_41; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_6_7(L_42); G_B22_0 = L_42; } IL_0178: { return G_B22_0; } IL_0179: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_43 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_7_8(); EaseFunction_t3531141372 * L_44 = L_43; G_B24_0 = L_44; if (L_44) { G_B25_0 = L_44; goto IL_0198; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_45 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_46 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_7_m3995402684_RuntimeMethod_var; EaseFunction_t3531141372 * L_47 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_47, L_45, L_46, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_48 = L_47; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_7_8(L_48); G_B25_0 = L_48; } IL_0198: { return G_B25_0; } IL_0199: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_49 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_8_9(); EaseFunction_t3531141372 * L_50 = L_49; G_B27_0 = L_50; if (L_50) { G_B28_0 = L_50; goto IL_01b8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_51 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_52 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_8_m3719037247_RuntimeMethod_var; EaseFunction_t3531141372 * L_53 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_53, L_51, L_52, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_54 = L_53; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_8_9(L_54); G_B28_0 = L_54; } IL_01b8: { return G_B28_0; } IL_01b9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_55 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_9_10(); EaseFunction_t3531141372 * L_56 = L_55; G_B30_0 = L_56; if (L_56) { G_B31_0 = L_56; goto IL_01d8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_57 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_58 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_9_m3177203334_RuntimeMethod_var; EaseFunction_t3531141372 * L_59 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_59, L_57, L_58, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_60 = L_59; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_9_10(L_60); G_B31_0 = L_60; } IL_01d8: { return G_B31_0; } IL_01d9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_61 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_10_11(); EaseFunction_t3531141372 * L_62 = L_61; G_B33_0 = L_62; if (L_62) { G_B34_0 = L_62; goto IL_01f8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_63 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_64 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_10_m2096627128_RuntimeMethod_var; EaseFunction_t3531141372 * L_65 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_65, L_63, L_64, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_66 = L_65; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_10_11(L_66); G_B34_0 = L_66; } IL_01f8: { return G_B34_0; } IL_01f9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_67 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_11_12(); EaseFunction_t3531141372 * L_68 = L_67; G_B36_0 = L_68; if (L_68) { G_B37_0 = L_68; goto IL_0218; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_69 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_70 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_11_m1415453884_RuntimeMethod_var; EaseFunction_t3531141372 * L_71 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_71, L_69, L_70, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_72 = L_71; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_11_12(L_72); G_B37_0 = L_72; } IL_0218: { return G_B37_0; } IL_0219: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_73 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_12_13(); EaseFunction_t3531141372 * L_74 = L_73; G_B39_0 = L_74; if (L_74) { G_B40_0 = L_74; goto IL_0238; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_75 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_76 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_12_m722517792_RuntimeMethod_var; EaseFunction_t3531141372 * L_77 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_77, L_75, L_76, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_78 = L_77; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_12_13(L_78); G_B40_0 = L_78; } IL_0238: { return G_B40_0; } IL_0239: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_79 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_13_14(); EaseFunction_t3531141372 * L_80 = L_79; G_B42_0 = L_80; if (L_80) { G_B43_0 = L_80; goto IL_0258; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_81 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_82 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_13_m241760887_RuntimeMethod_var; EaseFunction_t3531141372 * L_83 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_83, L_81, L_82, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_84 = L_83; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_13_14(L_84); G_B43_0 = L_84; } IL_0258: { return G_B43_0; } IL_0259: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_85 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_14_15(); EaseFunction_t3531141372 * L_86 = L_85; G_B45_0 = L_86; if (L_86) { G_B46_0 = L_86; goto IL_0278; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_87 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_88 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_14_m4219554228_RuntimeMethod_var; EaseFunction_t3531141372 * L_89 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_89, L_87, L_88, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_90 = L_89; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_14_15(L_90); G_B46_0 = L_90; } IL_0278: { return G_B46_0; } IL_0279: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_91 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_15_16(); EaseFunction_t3531141372 * L_92 = L_91; G_B48_0 = L_92; if (L_92) { G_B49_0 = L_92; goto IL_0298; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_93 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_94 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_15_m984405137_RuntimeMethod_var; EaseFunction_t3531141372 * L_95 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_95, L_93, L_94, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_96 = L_95; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_15_16(L_96); G_B49_0 = L_96; } IL_0298: { return G_B49_0; } IL_0299: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_97 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_16_17(); EaseFunction_t3531141372 * L_98 = L_97; G_B51_0 = L_98; if (L_98) { G_B52_0 = L_98; goto IL_02b8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_99 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_100 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_16_m981103713_RuntimeMethod_var; EaseFunction_t3531141372 * L_101 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_101, L_99, L_100, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_102 = L_101; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_16_17(L_102); G_B52_0 = L_102; } IL_02b8: { return G_B52_0; } IL_02b9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_103 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_17_18(); EaseFunction_t3531141372 * L_104 = L_103; G_B54_0 = L_104; if (L_104) { G_B55_0 = L_104; goto IL_02d8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_105 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_106 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_17_m225011909_RuntimeMethod_var; EaseFunction_t3531141372 * L_107 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_107, L_105, L_106, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_108 = L_107; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_17_18(L_108); G_B55_0 = L_108; } IL_02d8: { return G_B55_0; } IL_02d9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_109 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_18_19(); EaseFunction_t3531141372 * L_110 = L_109; G_B57_0 = L_110; if (L_110) { G_B58_0 = L_110; goto IL_02f8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_111 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_112 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_18_m3067427625_RuntimeMethod_var; EaseFunction_t3531141372 * L_113 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_113, L_111, L_112, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_114 = L_113; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_18_19(L_114); G_B58_0 = L_114; } IL_02f8: { return G_B58_0; } IL_02f9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_115 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_19_20(); EaseFunction_t3531141372 * L_116 = L_115; G_B60_0 = L_116; if (L_116) { G_B61_0 = L_116; goto IL_0318; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_117 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_118 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_19_m1023580061_RuntimeMethod_var; EaseFunction_t3531141372 * L_119 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_119, L_117, L_118, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_120 = L_119; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_19_20(L_120); G_B61_0 = L_120; } IL_0318: { return G_B61_0; } IL_0319: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_121 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_20_21(); EaseFunction_t3531141372 * L_122 = L_121; G_B63_0 = L_122; if (L_122) { G_B64_0 = L_122; goto IL_0338; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_123 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_124 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_20_m4238903844_RuntimeMethod_var; EaseFunction_t3531141372 * L_125 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_125, L_123, L_124, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_126 = L_125; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_20_21(L_126); G_B64_0 = L_126; } IL_0338: { return G_B64_0; } IL_0339: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_127 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_21_22(); EaseFunction_t3531141372 * L_128 = L_127; G_B66_0 = L_128; if (L_128) { G_B67_0 = L_128; goto IL_0358; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_129 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_130 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_21_m1800198763_RuntimeMethod_var; EaseFunction_t3531141372 * L_131 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_131, L_129, L_130, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_132 = L_131; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_21_22(L_132); G_B67_0 = L_132; } IL_0358: { return G_B67_0; } IL_0359: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_133 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_22_23(); EaseFunction_t3531141372 * L_134 = L_133; G_B69_0 = L_134; if (L_134) { G_B70_0 = L_134; goto IL_0378; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_135 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_136 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_22_m1355800340_RuntimeMethod_var; EaseFunction_t3531141372 * L_137 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_137, L_135, L_136, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_138 = L_137; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_22_23(L_138); G_B70_0 = L_138; } IL_0378: { return G_B70_0; } IL_0379: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_139 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_23_24(); EaseFunction_t3531141372 * L_140 = L_139; G_B72_0 = L_140; if (L_140) { G_B73_0 = L_140; goto IL_0398; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_141 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_142 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_23_m955402044_RuntimeMethod_var; EaseFunction_t3531141372 * L_143 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_143, L_141, L_142, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_144 = L_143; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_23_24(L_144); G_B73_0 = L_144; } IL_0398: { return G_B73_0; } IL_0399: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_145 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_24_25(); EaseFunction_t3531141372 * L_146 = L_145; G_B75_0 = L_146; if (L_146) { G_B76_0 = L_146; goto IL_03b8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_147 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_148 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_24_m3389570389_RuntimeMethod_var; EaseFunction_t3531141372 * L_149 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_149, L_147, L_148, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_150 = L_149; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_24_25(L_150); G_B76_0 = L_150; } IL_03b8: { return G_B76_0; } IL_03b9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_151 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_25_26(); EaseFunction_t3531141372 * L_152 = L_151; G_B78_0 = L_152; if (L_152) { G_B79_0 = L_152; goto IL_03d8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_153 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_154 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_25_m1417836219_RuntimeMethod_var; EaseFunction_t3531141372 * L_155 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_155, L_153, L_154, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_156 = L_155; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_25_26(L_156); G_B79_0 = L_156; } IL_03d8: { return G_B79_0; } IL_03d9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_157 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_26_27(); EaseFunction_t3531141372 * L_158 = L_157; G_B81_0 = L_158; if (L_158) { G_B82_0 = L_158; goto IL_03f8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_159 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_160 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_26_m1150077603_RuntimeMethod_var; EaseFunction_t3531141372 * L_161 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_161, L_159, L_160, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_162 = L_161; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_26_27(L_162); G_B82_0 = L_162; } IL_03f8: { return G_B82_0; } IL_03f9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_163 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_27_28(); EaseFunction_t3531141372 * L_164 = L_163; G_B84_0 = L_164; if (L_164) { G_B85_0 = L_164; goto IL_0418; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_165 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_166 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_27_m1526379943_RuntimeMethod_var; EaseFunction_t3531141372 * L_167 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_167, L_165, L_166, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_168 = L_167; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_27_28(L_168); G_B85_0 = L_168; } IL_0418: { return G_B85_0; } IL_0419: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_169 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_28_29(); EaseFunction_t3531141372 * L_170 = L_169; G_B87_0 = L_170; if (L_170) { G_B88_0 = L_170; goto IL_0438; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_171 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_172 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_28_m120483243_RuntimeMethod_var; EaseFunction_t3531141372 * L_173 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_173, L_171, L_172, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_174 = L_173; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_28_29(L_174); G_B88_0 = L_174; } IL_0438: { return G_B88_0; } IL_0439: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_175 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_29_30(); EaseFunction_t3531141372 * L_176 = L_175; G_B90_0 = L_176; if (L_176) { G_B91_0 = L_176; goto IL_0458; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_177 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_178 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_29_m3477297436_RuntimeMethod_var; EaseFunction_t3531141372 * L_179 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_179, L_177, L_178, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_180 = L_179; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_29_30(L_180); G_B91_0 = L_180; } IL_0458: { return G_B91_0; } IL_0459: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_181 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_30_31(); EaseFunction_t3531141372 * L_182 = L_181; G_B93_0 = L_182; if (L_182) { G_B94_0 = L_182; goto IL_0478; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_183 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_184 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_30_m1509366633_RuntimeMethod_var; EaseFunction_t3531141372 * L_185 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_185, L_183, L_184, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_186 = L_185; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_30_31(L_186); G_B94_0 = L_186; } IL_0478: { return G_B94_0; } IL_0479: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_187 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_31_32(); EaseFunction_t3531141372 * L_188 = L_187; G_B96_0 = L_188; if (L_188) { G_B97_0 = L_188; goto IL_0498; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_189 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_190 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_31_m756124271_RuntimeMethod_var; EaseFunction_t3531141372 * L_191 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_191, L_189, L_190, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_192 = L_191; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_31_32(L_192); G_B97_0 = L_192; } IL_0498: { return G_B97_0; } IL_0499: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_193 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_32_33(); EaseFunction_t3531141372 * L_194 = L_193; G_B99_0 = L_194; if (L_194) { G_B100_0 = L_194; goto IL_04b8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_195 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_196 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_32_m1937341823_RuntimeMethod_var; EaseFunction_t3531141372 * L_197 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_197, L_195, L_196, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_198 = L_197; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_32_33(L_198); G_B100_0 = L_198; } IL_04b8: { return G_B100_0; } IL_04b9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_199 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_33_34(); EaseFunction_t3531141372 * L_200 = L_199; G_B102_0 = L_200; if (L_200) { G_B103_0 = L_200; goto IL_04d8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_201 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_202 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_33_m2537630286_RuntimeMethod_var; EaseFunction_t3531141372 * L_203 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_203, L_201, L_202, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_204 = L_203; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_33_34(L_204); G_B103_0 = L_204; } IL_04d8: { return G_B103_0; } IL_04d9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_205 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_34_35(); EaseFunction_t3531141372 * L_206 = L_205; G_B105_0 = L_206; if (L_206) { G_B106_0 = L_206; goto IL_04f8; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_207 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_208 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_34_m1826083555_RuntimeMethod_var; EaseFunction_t3531141372 * L_209 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_209, L_207, L_208, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_210 = L_209; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_34_35(L_210); G_B106_0 = L_210; } IL_04f8: { return G_B106_0; } IL_04f9: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); EaseFunction_t3531141372 * L_211 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9__4_35_36(); EaseFunction_t3531141372 * L_212 = L_211; G_B108_0 = L_212; if (L_212) { G_B109_0 = L_212; goto IL_0518; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec_t1320040651 * L_213 = ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); intptr_t L_214 = (intptr_t)U3CU3Ec_U3CToEaseFunctionU3Eb__4_35_m435455663_RuntimeMethod_var; EaseFunction_t3531141372 * L_215 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_215, L_213, L_214, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_216 = L_215; ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9__4_35_36(L_216); G_B109_0 = L_216; } IL_0518: { return G_B109_0; } } // System.Boolean DG.Tweening.Core.Easing.EaseManager::IsFlashEase(DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR bool EaseManager_IsFlashEase_m1696142281 (RuntimeObject * __this /* static, unused */, int32_t ___ease0, const RuntimeMethod* method) { { int32_t L_0 = ___ease0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)32)))) <= ((uint32_t)3)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { return (bool)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.Easing.EaseManager/<>c::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3751269419 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m3751269419_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t1320040651 * L_0 = (U3CU3Ec_t1320040651 *)il2cpp_codegen_object_new(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m3689643051(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t1320040651_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1320040651_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void DG.Tweening.Core.Easing.EaseManager/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m3689643051 (U3CU3Ec_t1320040651 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_0(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_0_m3501646590 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; return ((float)((float)L_0/(float)L_1)); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_1(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_1_m4278098103 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; double L_2 = cos((((double)((double)((float)il2cpp_codegen_multiply((float)((float)((float)L_0/(float)L_1)), (float)(1.57079637f))))))); return ((float)il2cpp_codegen_add((float)((-(((float)((float)L_2))))), (float)(1.0f))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_2(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_2_m3850571217 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; double L_2 = sin((((double)((double)((float)il2cpp_codegen_multiply((float)((float)((float)L_0/(float)L_1)), (float)(1.57079637f))))))); return (((float)((float)L_2))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_3(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_3_m2954838891 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; double L_2 = cos((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)(3.14159274f), (float)L_0))/(float)L_1)))))); return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_2))), (float)(1.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_4(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_4_m1467458231 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)L_1)); ___time0 = L_2; float L_3 = ___time0; return ((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_5(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_5_m3370960880 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)L_1)); ___time0 = L_2; float L_3 = ___time0; return ((float)il2cpp_codegen_multiply((float)((-L_2)), (float)((float)il2cpp_codegen_subtract((float)L_3, (float)(2.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_6(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_6_m2848970353 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.5f))))); ___time0 = L_2; if ((!(((float)L_2) < ((float)(1.0f))))) { goto IL_001d; } } { float L_3 = ___time0; float L_4 = ___time0; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_3)), (float)L_4)); } IL_001d: { float L_5 = ___time0; float L_6 = ((float)il2cpp_codegen_subtract((float)L_5, (float)(1.0f))); ___time0 = L_6; float L_7 = ___time0; return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_6, (float)((float)il2cpp_codegen_subtract((float)L_7, (float)(2.0f))))), (float)(1.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_7(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_7_m3995402684 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)L_1)); ___time0 = L_2; float L_3 = ___time0; float L_4 = ___time0; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)L_4)); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_8(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_8_m3719037247 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_0/(float)L_1)), (float)(1.0f))); ___time0 = L_2; float L_3 = ___time0; float L_4 = ___time0; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)L_4)), (float)(1.0f))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_9(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_9_m3177203334 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.5f))))); ___time0 = L_2; if ((!(((float)L_2) < ((float)(1.0f))))) { goto IL_001f; } } { float L_3 = ___time0; float L_4 = ___time0; float L_5 = ___time0; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_3)), (float)L_4)), (float)L_5)); } IL_001f: { float L_6 = ___time0; float L_7 = ((float)il2cpp_codegen_subtract((float)L_6, (float)(2.0f))); ___time0 = L_7; float L_8 = ___time0; float L_9 = ___time0; return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), (float)L_9)), (float)(2.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_10(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_10_m2096627128 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)L_1)); ___time0 = L_2; float L_3 = ___time0; float L_4 = ___time0; float L_5 = ___time0; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)L_4)), (float)L_5)); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_11(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_11_m1415453884 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_0/(float)L_1)), (float)(1.0f))); ___time0 = L_2; float L_3 = ___time0; float L_4 = ___time0; float L_5 = ___time0; return ((-((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)L_4)), (float)L_5)), (float)(1.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_12(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_12_m722517792 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.5f))))); ___time0 = L_2; if ((!(((float)L_2) < ((float)(1.0f))))) { goto IL_0021; } } { float L_3 = ___time0; float L_4 = ___time0; float L_5 = ___time0; float L_6 = ___time0; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_3)), (float)L_4)), (float)L_5)), (float)L_6)); } IL_0021: { float L_7 = ___time0; float L_8 = ((float)il2cpp_codegen_subtract((float)L_7, (float)(2.0f))); ___time0 = L_8; float L_9 = ___time0; float L_10 = ___time0; float L_11 = ___time0; return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), (float)L_10)), (float)L_11)), (float)(2.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_13(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_13_m241760887 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)L_1)); ___time0 = L_2; float L_3 = ___time0; float L_4 = ___time0; float L_5 = ___time0; float L_6 = ___time0; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)L_4)), (float)L_5)), (float)L_6)); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_14(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_14_m4219554228 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_0/(float)L_1)), (float)(1.0f))); ___time0 = L_2; float L_3 = ___time0; float L_4 = ___time0; float L_5 = ___time0; float L_6 = ___time0; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)L_4)), (float)L_5)), (float)L_6)), (float)(1.0f))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_15(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_15_m984405137 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.5f))))); ___time0 = L_2; if ((!(((float)L_2) < ((float)(1.0f))))) { goto IL_0023; } } { float L_3 = ___time0; float L_4 = ___time0; float L_5 = ___time0; float L_6 = ___time0; float L_7 = ___time0; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_3)), (float)L_4)), (float)L_5)), (float)L_6)), (float)L_7)); } IL_0023: { float L_8 = ___time0; float L_9 = ((float)il2cpp_codegen_subtract((float)L_8, (float)(2.0f))); ___time0 = L_9; float L_10 = ___time0; float L_11 = ___time0; float L_12 = ___time0; float L_13 = ___time0; return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)), (float)L_11)), (float)L_12)), (float)L_13)), (float)(2.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_16(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_16_m981103713 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; if ((((float)L_0) == ((float)(0.0f)))) { goto IL_0028; } } { float L_1 = ___time0; float L_2 = ___duration1; double L_3 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)((float)il2cpp_codegen_subtract((float)((float)((float)L_1/(float)L_2)), (float)(1.0f))))))))); return (((float)((float)L_3))); } IL_0028: { return (0.0f); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_17(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_17_m225011909 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; if ((!(((float)L_0) == ((float)L_1)))) { goto IL_000a; } } { return (1.0f); } IL_000a: { float L_2 = ___time0; float L_3 = ___duration1; double L_4 = pow((2.0), (((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_2))/(float)L_3)))))); return ((float)il2cpp_codegen_add((float)((-(((float)((float)L_4))))), (float)(1.0f))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_18(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_18_m3067427625 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; if ((!(((float)L_0) == ((float)(0.0f))))) { goto IL_000e; } } { return (0.0f); } IL_000e: { float L_1 = ___time0; float L_2 = ___duration1; if ((!(((float)L_1) == ((float)L_2)))) { goto IL_0018; } } { return (1.0f); } IL_0018: { float L_3 = ___time0; float L_4 = ___duration1; float L_5 = ((float)((float)L_3/(float)((float)il2cpp_codegen_multiply((float)L_4, (float)(0.5f))))); ___time0 = L_5; if ((!(((float)L_5) < ((float)(1.0f))))) { goto IL_004f; } } { float L_6 = ___time0; double L_7 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)((float)il2cpp_codegen_subtract((float)L_6, (float)(1.0f))))))))); return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_7))))); } IL_004f: { float L_8 = ___time0; float L_9 = ((float)il2cpp_codegen_subtract((float)L_8, (float)(1.0f))); ___time0 = L_9; double L_10 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_9)))))); return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((-(((float)((float)L_10))))), (float)(2.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_19(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_19_m1023580061 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)L_1)); ___time0 = L_2; float L_3 = ___time0; double L_4 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)))))))); return ((-((float)il2cpp_codegen_subtract((float)(((float)((float)L_4))), (float)(1.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_20(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_20_m4238903844 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_0/(float)L_1)), (float)(1.0f))); ___time0 = L_2; float L_3 = ___time0; double L_4 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)))))))); return (((float)((float)L_4))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_21(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_21_m1800198763 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.5f))))); ___time0 = L_2; if ((!(((float)L_2) < ((float)(1.0f))))) { goto IL_0030; } } { float L_3 = ___time0; float L_4 = ___time0; double L_5 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)))))))); return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_5))), (float)(1.0f))))); } IL_0030: { float L_6 = ___time0; float L_7 = ((float)il2cpp_codegen_subtract((float)L_6, (float)(2.0f))); ___time0 = L_7; float L_8 = ___time0; double L_9 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)))))))); return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)(((float)((float)L_9))), (float)(1.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_22(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_22_m1355800340 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = ___time0; if ((!(((float)L_0) == ((float)(0.0f))))) { goto IL_000e; } } { return (0.0f); } IL_000e: { float L_1 = ___time0; float L_2 = ___duration1; float L_3 = ((float)((float)L_1/(float)L_2)); ___time0 = L_3; if ((!(((float)L_3) == ((float)(1.0f))))) { goto IL_0021; } } { return (1.0f); } IL_0021: { float L_4 = ___period3; if ((!(((float)L_4) == ((float)(0.0f))))) { goto IL_0033; } } { float L_5 = ___duration1; ___period3 = ((float)il2cpp_codegen_multiply((float)L_5, (float)(0.3f))); } IL_0033: { float L_6 = ___overshootOrAmplitude2; if ((!(((float)L_6) < ((float)(1.0f))))) { goto IL_004d; } } { ___overshootOrAmplitude2 = (1.0f); float L_7 = ___period3; V_0 = ((float)((float)L_7/(float)(4.0f))); goto IL_0065; } IL_004d: { float L_8 = ___period3; float L_9 = ___overshootOrAmplitude2; double L_10 = asin((((double)((double)((float)((float)(1.0f)/(float)L_9)))))); V_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_8/(float)(6.28318548f))), (float)(((float)((float)L_10))))); } IL_0065: { float L_11 = ___overshootOrAmplitude2; float L_12 = ___time0; float L_13 = ((float)il2cpp_codegen_subtract((float)L_12, (float)(1.0f))); ___time0 = L_13; double L_14 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_13)))))); float L_15 = ___time0; float L_16 = ___duration1; float L_17 = V_0; float L_18 = ___period3; double L_19 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)), (float)L_17)), (float)(6.28318548f)))/(float)L_18)))))); return ((-((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_11, (float)(((float)((float)L_14))))), (float)(((float)((float)L_19))))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_23(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_23_m955402044 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = ___time0; if ((!(((float)L_0) == ((float)(0.0f))))) { goto IL_000e; } } { return (0.0f); } IL_000e: { float L_1 = ___time0; float L_2 = ___duration1; float L_3 = ((float)((float)L_1/(float)L_2)); ___time0 = L_3; if ((!(((float)L_3) == ((float)(1.0f))))) { goto IL_0021; } } { return (1.0f); } IL_0021: { float L_4 = ___period3; if ((!(((float)L_4) == ((float)(0.0f))))) { goto IL_0033; } } { float L_5 = ___duration1; ___period3 = ((float)il2cpp_codegen_multiply((float)L_5, (float)(0.3f))); } IL_0033: { float L_6 = ___overshootOrAmplitude2; if ((!(((float)L_6) < ((float)(1.0f))))) { goto IL_004d; } } { ___overshootOrAmplitude2 = (1.0f); float L_7 = ___period3; V_0 = ((float)((float)L_7/(float)(4.0f))); goto IL_0065; } IL_004d: { float L_8 = ___period3; float L_9 = ___overshootOrAmplitude2; double L_10 = asin((((double)((double)((float)((float)(1.0f)/(float)L_9)))))); V_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_8/(float)(6.28318548f))), (float)(((float)((float)L_10))))); } IL_0065: { float L_11 = ___overshootOrAmplitude2; float L_12 = ___time0; double L_13 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_12)))))); float L_14 = ___time0; float L_15 = ___duration1; float L_16 = V_0; float L_17 = ___period3; double L_18 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_15)), (float)L_16)), (float)(6.28318548f)))/(float)L_17)))))); return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_11, (float)(((float)((float)L_13))))), (float)(((float)((float)L_18))))), (float)(1.0f))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_24(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_24_m3389570389 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = ___time0; if ((!(((float)L_0) == ((float)(0.0f))))) { goto IL_000e; } } { return (0.0f); } IL_000e: { float L_1 = ___time0; float L_2 = ___duration1; float L_3 = ((float)((float)L_1/(float)((float)il2cpp_codegen_multiply((float)L_2, (float)(0.5f))))); ___time0 = L_3; if ((!(((float)L_3) == ((float)(2.0f))))) { goto IL_0027; } } { return (1.0f); } IL_0027: { float L_4 = ___period3; if ((!(((float)L_4) == ((float)(0.0f))))) { goto IL_0039; } } { float L_5 = ___duration1; ___period3 = ((float)il2cpp_codegen_multiply((float)L_5, (float)(0.450000018f))); } IL_0039: { float L_6 = ___overshootOrAmplitude2; if ((!(((float)L_6) < ((float)(1.0f))))) { goto IL_0053; } } { ___overshootOrAmplitude2 = (1.0f); float L_7 = ___period3; V_0 = ((float)((float)L_7/(float)(4.0f))); goto IL_006b; } IL_0053: { float L_8 = ___period3; float L_9 = ___overshootOrAmplitude2; double L_10 = asin((((double)((double)((float)((float)(1.0f)/(float)L_9)))))); V_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_8/(float)(6.28318548f))), (float)(((float)((float)L_10))))); } IL_006b: { float L_11 = ___time0; if ((!(((float)L_11) < ((float)(1.0f))))) { goto IL_00b2; } } { float L_12 = ___overshootOrAmplitude2; float L_13 = ___time0; float L_14 = ((float)il2cpp_codegen_subtract((float)L_13, (float)(1.0f))); ___time0 = L_14; double L_15 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_14)))))); float L_16 = ___time0; float L_17 = ___duration1; float L_18 = V_0; float L_19 = ___period3; double L_20 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)), (float)L_18)), (float)(6.28318548f)))/(float)L_19)))))); return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_12, (float)(((float)((float)L_15))))), (float)(((float)((float)L_20))))))); } IL_00b2: { float L_21 = ___overshootOrAmplitude2; float L_22 = ___time0; float L_23 = ((float)il2cpp_codegen_subtract((float)L_22, (float)(1.0f))); ___time0 = L_23; double L_24 = pow((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_23)))))); float L_25 = ___time0; float L_26 = ___duration1; float L_27 = V_0; float L_28 = ___period3; double L_29 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_25, (float)L_26)), (float)L_27)), (float)(6.28318548f)))/(float)L_28)))))); return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_21, (float)(((float)((float)L_24))))), (float)(((float)((float)L_29))))), (float)(0.5f))), (float)(1.0f))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_25(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_25_m1417836219 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)L_1)); ___time0 = L_2; float L_3 = ___time0; float L_4 = ___overshootOrAmplitude2; float L_5 = ___time0; float L_6 = ___overshootOrAmplitude2; return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_4, (float)(1.0f))), (float)L_5)), (float)L_6)))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_26(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_26_m1150077603 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_0/(float)L_1)), (float)(1.0f))); ___time0 = L_2; float L_3 = ___time0; float L_4 = ___overshootOrAmplitude2; float L_5 = ___time0; float L_6 = ___overshootOrAmplitude2; return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_4, (float)(1.0f))), (float)L_5)), (float)L_6)))), (float)(1.0f))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_27(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_27_m1526379943 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.5f))))); ___time0 = L_2; if ((!(((float)L_2) < ((float)(1.0f))))) { goto IL_0032; } } { float L_3 = ___time0; float L_4 = ___time0; float L_5 = ___overshootOrAmplitude2; float L_6 = ((float)il2cpp_codegen_multiply((float)L_5, (float)(1.525f))); ___overshootOrAmplitude2 = L_6; float L_7 = ___time0; float L_8 = ___overshootOrAmplitude2; return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_6, (float)(1.0f))), (float)L_7)), (float)L_8)))))); } IL_0032: { float L_9 = ___time0; float L_10 = ((float)il2cpp_codegen_subtract((float)L_9, (float)(2.0f))); ___time0 = L_10; float L_11 = ___time0; float L_12 = ___overshootOrAmplitude2; float L_13 = ((float)il2cpp_codegen_multiply((float)L_12, (float)(1.525f))); ___overshootOrAmplitude2 = L_13; float L_14 = ___time0; float L_15 = ___overshootOrAmplitude2; return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_13, (float)(1.0f))), (float)L_14)), (float)L_15)))), (float)(2.0f))))); } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_28(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_28_m120483243 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; float L_3 = ___period3; float L_4 = Bounce_EaseIn_m3480468474(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_29(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_29_m3477297436 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; float L_3 = ___period3; float L_4 = Bounce_EaseOut_m1154803657(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_30(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_30_m1509366633 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; float L_3 = ___period3; float L_4 = Bounce_EaseInOut_m751735845(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_31(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_31_m756124271 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; float L_3 = ___period3; float L_4 = Flash_Ease_m2053152407(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_32(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_32_m1937341823 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; float L_3 = ___period3; float L_4 = Flash_EaseIn_m11902957(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_33(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_33_m2537630286 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; float L_3 = ___period3; float L_4 = Flash_EaseOut_m3587302947(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_34(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_34_m1826083555 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; float L_3 = ___period3; float L_4 = Flash_EaseInOut_m2506355733(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Single DG.Tweening.Core.Easing.EaseManager/<>c::b__4_35(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec_U3CToEaseFunctionU3Eb__4_35_m435455663 (U3CU3Ec_t1320040651 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ((float)((float)L_0/(float)L_1)); ___time0 = L_2; float L_3 = ___time0; return ((float)il2cpp_codegen_multiply((float)((-L_2)), (float)((float)il2cpp_codegen_subtract((float)L_3, (float)(2.0f))))); } } #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.Single DG.Tweening.Core.Easing.Flash::Ease(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_Ease_m2053152407 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Flash_Ease_m2053152407_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; int32_t G_B3_0 = 0; { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_CeilToInt_m432108984(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)((float)L_0/(float)L_1)), (float)L_2)), /*hidden argument*/NULL); V_0 = L_3; float L_4 = ___duration1; float L_5 = ___overshootOrAmplitude2; V_1 = ((float)((float)L_4/(float)L_5)); float L_6 = ___time0; float L_7 = V_1; int32_t L_8 = V_0; ___time0 = ((float)il2cpp_codegen_subtract((float)L_6, (float)((float)il2cpp_codegen_multiply((float)L_7, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))))))))); int32_t L_9 = V_0; if (((int32_t)((int32_t)L_9%(int32_t)2))) { goto IL_0021; } } { G_B3_0 = (-1); goto IL_0022; } IL_0021: { G_B3_0 = 1; } IL_0022: { V_2 = (((float)((float)G_B3_0))); float L_10 = V_2; if ((!(((float)L_10) < ((float)(0.0f))))) { goto IL_0031; } } { float L_11 = ___time0; float L_12 = V_1; ___time0 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); } IL_0031: { float L_13 = ___time0; float L_14 = V_2; float L_15 = V_1; V_3 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_14))/(float)L_15)); float L_16 = ___overshootOrAmplitude2; float L_17 = ___period3; int32_t L_18 = V_0; float L_19 = V_1; float L_20 = V_2; float L_21 = V_3; float L_22 = Flash_WeightedEase_m1425398056(NULL /*static, unused*/, L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Single DG.Tweening.Core.Easing.Flash::EaseIn(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_EaseIn_m11902957 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Flash_EaseIn_m11902957_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; int32_t G_B3_0 = 0; { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_CeilToInt_m432108984(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)((float)L_0/(float)L_1)), (float)L_2)), /*hidden argument*/NULL); V_0 = L_3; float L_4 = ___duration1; float L_5 = ___overshootOrAmplitude2; V_1 = ((float)((float)L_4/(float)L_5)); float L_6 = ___time0; float L_7 = V_1; int32_t L_8 = V_0; ___time0 = ((float)il2cpp_codegen_subtract((float)L_6, (float)((float)il2cpp_codegen_multiply((float)L_7, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))))))))); int32_t L_9 = V_0; if (((int32_t)((int32_t)L_9%(int32_t)2))) { goto IL_0021; } } { G_B3_0 = (-1); goto IL_0022; } IL_0021: { G_B3_0 = 1; } IL_0022: { V_2 = (((float)((float)G_B3_0))); float L_10 = V_2; if ((!(((float)L_10) < ((float)(0.0f))))) { goto IL_0031; } } { float L_11 = ___time0; float L_12 = V_1; ___time0 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); } IL_0031: { float L_13 = ___time0; float L_14 = V_2; ___time0 = ((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)); float L_15 = ___time0; float L_16 = V_1; float L_17 = ((float)((float)L_15/(float)L_16)); ___time0 = L_17; float L_18 = ___time0; V_3 = ((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)); float L_19 = ___overshootOrAmplitude2; float L_20 = ___period3; int32_t L_21 = V_0; float L_22 = V_1; float L_23 = V_2; float L_24 = V_3; float L_25 = Flash_WeightedEase_m1425398056(NULL /*static, unused*/, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL); return L_25; } } // System.Single DG.Tweening.Core.Easing.Flash::EaseOut(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_EaseOut_m3587302947 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Flash_EaseOut_m3587302947_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; int32_t G_B3_0 = 0; { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_CeilToInt_m432108984(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)((float)L_0/(float)L_1)), (float)L_2)), /*hidden argument*/NULL); V_0 = L_3; float L_4 = ___duration1; float L_5 = ___overshootOrAmplitude2; V_1 = ((float)((float)L_4/(float)L_5)); float L_6 = ___time0; float L_7 = V_1; int32_t L_8 = V_0; ___time0 = ((float)il2cpp_codegen_subtract((float)L_6, (float)((float)il2cpp_codegen_multiply((float)L_7, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))))))))); int32_t L_9 = V_0; if (((int32_t)((int32_t)L_9%(int32_t)2))) { goto IL_0021; } } { G_B3_0 = (-1); goto IL_0022; } IL_0021: { G_B3_0 = 1; } IL_0022: { V_2 = (((float)((float)G_B3_0))); float L_10 = V_2; if ((!(((float)L_10) < ((float)(0.0f))))) { goto IL_0031; } } { float L_11 = ___time0; float L_12 = V_1; ___time0 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); } IL_0031: { float L_13 = ___time0; float L_14 = V_2; ___time0 = ((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)); float L_15 = ___time0; float L_16 = V_1; float L_17 = ((float)((float)L_15/(float)L_16)); ___time0 = L_17; float L_18 = ___time0; V_3 = ((float)il2cpp_codegen_multiply((float)((-L_17)), (float)((float)il2cpp_codegen_subtract((float)L_18, (float)(2.0f))))); float L_19 = ___overshootOrAmplitude2; float L_20 = ___period3; int32_t L_21 = V_0; float L_22 = V_1; float L_23 = V_2; float L_24 = V_3; float L_25 = Flash_WeightedEase_m1425398056(NULL /*static, unused*/, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL); return L_25; } } // System.Single DG.Tweening.Core.Easing.Flash::EaseInOut(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_EaseInOut_m2506355733 (RuntimeObject * __this /* static, unused */, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Flash_EaseInOut_m2506355733_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; int32_t G_B3_0 = 0; float G_B8_0 = 0.0f; { float L_0 = ___time0; float L_1 = ___duration1; float L_2 = ___overshootOrAmplitude2; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_3 = Mathf_CeilToInt_m432108984(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)((float)L_0/(float)L_1)), (float)L_2)), /*hidden argument*/NULL); V_0 = L_3; float L_4 = ___duration1; float L_5 = ___overshootOrAmplitude2; V_1 = ((float)((float)L_4/(float)L_5)); float L_6 = ___time0; float L_7 = V_1; int32_t L_8 = V_0; ___time0 = ((float)il2cpp_codegen_subtract((float)L_6, (float)((float)il2cpp_codegen_multiply((float)L_7, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))))))))); int32_t L_9 = V_0; if (((int32_t)((int32_t)L_9%(int32_t)2))) { goto IL_0021; } } { G_B3_0 = (-1); goto IL_0022; } IL_0021: { G_B3_0 = 1; } IL_0022: { V_2 = (((float)((float)G_B3_0))); float L_10 = V_2; if ((!(((float)L_10) < ((float)(0.0f))))) { goto IL_0031; } } { float L_11 = ___time0; float L_12 = V_1; ___time0 = ((float)il2cpp_codegen_subtract((float)L_11, (float)L_12)); } IL_0031: { float L_13 = ___time0; float L_14 = V_2; ___time0 = ((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)); float L_15 = ___time0; float L_16 = V_1; float L_17 = ((float)((float)L_15/(float)((float)il2cpp_codegen_multiply((float)L_16, (float)(0.5f))))); ___time0 = L_17; if ((((float)L_17) < ((float)(1.0f)))) { goto IL_0069; } } { float L_18 = ___time0; float L_19 = ((float)il2cpp_codegen_subtract((float)L_18, (float)(1.0f))); ___time0 = L_19; float L_20 = ___time0; G_B8_0 = ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_19, (float)((float)il2cpp_codegen_subtract((float)L_20, (float)(2.0f))))), (float)(1.0f))))); goto IL_0072; } IL_0069: { float L_21 = ___time0; float L_22 = ___time0; G_B8_0 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_21)), (float)L_22)); } IL_0072: { V_3 = G_B8_0; float L_23 = ___overshootOrAmplitude2; float L_24 = ___period3; int32_t L_25 = V_0; float L_26 = V_1; float L_27 = V_2; float L_28 = V_3; float L_29 = Flash_WeightedEase_m1425398056(NULL /*static, unused*/, L_23, L_24, L_25, L_26, L_27, L_28, /*hidden argument*/NULL); return L_29; } } // System.Single DG.Tweening.Core.Easing.Flash::WeightedEase(System.Single,System.Single,System.Int32,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float Flash_WeightedEase_m1425398056 (RuntimeObject * __this /* static, unused */, float ___overshootOrAmplitude0, float ___period1, int32_t ___stepIndex2, float ___stepDuration3, float ___dir4, float ___res5, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; { V_0 = (0.0f); V_1 = (0.0f); float L_0 = ___dir4; if ((!(((float)L_0) > ((float)(0.0f))))) { goto IL_0022; } } { float L_1 = ___overshootOrAmplitude0; if (((int32_t)((int32_t)(((int32_t)((int32_t)L_1)))%(int32_t)2))) { goto IL_0022; } } { int32_t L_2 = ___stepIndex2; ___stepIndex2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); goto IL_0036; } IL_0022: { float L_3 = ___dir4; if ((!(((float)L_3) < ((float)(0.0f))))) { goto IL_0036; } } { float L_4 = ___overshootOrAmplitude0; if (!((int32_t)((int32_t)(((int32_t)((int32_t)L_4)))%(int32_t)2))) { goto IL_0036; } } { int32_t L_5 = ___stepIndex2; ___stepIndex2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0036: { float L_6 = ___period1; if ((!(((float)L_6) > ((float)(0.0f))))) { goto IL_0074; } } { float L_7 = ___overshootOrAmplitude0; double L_8 = Math_Truncate_m1598978681(NULL /*static, unused*/, (((double)((double)L_7))), /*hidden argument*/NULL); V_3 = (((float)((float)L_8))); float L_9 = ___overshootOrAmplitude0; float L_10 = V_3; V_1 = ((float)il2cpp_codegen_subtract((float)L_9, (float)L_10)); float L_11 = V_3; if ((!(((float)(fmodf(L_11, (2.0f)))) > ((float)(0.0f))))) { goto IL_0061; } } { float L_12 = V_1; V_1 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_12)); } IL_0061: { float L_13 = V_1; int32_t L_14 = ___stepIndex2; float L_15 = ___overshootOrAmplitude0; V_1 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_13, (float)(((float)((float)L_14)))))/(float)L_15)); float L_16 = ___res5; float L_17 = ___overshootOrAmplitude0; int32_t L_18 = ___stepIndex2; float L_19 = ___overshootOrAmplitude0; V_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_16, (float)((float)il2cpp_codegen_subtract((float)L_17, (float)(((float)((float)L_18)))))))/(float)L_19)); goto IL_0088; } IL_0074: { float L_20 = ___period1; if ((!(((float)L_20) < ((float)(0.0f))))) { goto IL_0088; } } { float L_21 = ___period1; ___period1 = ((-L_21)); float L_22 = ___res5; int32_t L_23 = ___stepIndex2; float L_24 = ___overshootOrAmplitude0; V_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_22, (float)(((float)((float)L_23)))))/(float)L_24)); } IL_0088: { float L_25 = V_0; float L_26 = ___res5; V_2 = ((float)il2cpp_codegen_subtract((float)L_25, (float)L_26)); float L_27 = ___res5; float L_28 = V_2; float L_29 = ___period1; float L_30 = V_1; ___res5 = ((float)il2cpp_codegen_add((float)L_27, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)), (float)L_30)))); float L_31 = ___res5; if ((!(((float)L_31) > ((float)(1.0f))))) { goto IL_00a7; } } { ___res5 = (1.0f); } IL_00a7: { float L_32 = ___res5; return L_32; } } #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 #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 #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 #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 #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 #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 #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 #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 #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.SequenceCallback::.ctor(System.Single,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR void SequenceCallback__ctor_m2617589647 (SequenceCallback_t1025787276 * __this, float ___sequencedPosition0, TweenCallback_t3727756325 * ___callback1, const RuntimeMethod* method) { { ABSSequentiable__ctor_m1213505661(__this, /*hidden argument*/NULL); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(2); float L_0 = ___sequencedPosition0; ((ABSSequentiable_t3376041011 *)__this)->set_sequencedPosition_1(L_0); TweenCallback_t3727756325 * L_1 = ___callback1; ((ABSSequentiable_t3376041011 *)__this)->set_onStart_3(L_1); 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.TweenLink::.ctor(UnityEngine.GameObject,DG.Tweening.LinkBehaviour) extern "C" IL2CPP_METHOD_ATTR void TweenLink__ctor_m1236083776 (TweenLink_t626108557 * __this, GameObject_t1113636619 * ___target0, int32_t ___behaviour1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); GameObject_t1113636619 * L_0 = ___target0; __this->set_target_0(L_0); int32_t L_1 = ___behaviour1; __this->set_behaviour_1(L_1); GameObject_t1113636619 * L_2 = ___target0; NullCheck(L_2); bool L_3 = GameObject_get_activeInHierarchy_m2006396688(L_2, /*hidden argument*/NULL); __this->set_lastSeenActive_2(L_3); 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.TweenManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void TweenManager__cctor_m3746518829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager__cctor_m3746518829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxActive_6(((int32_t)250)); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxTweeners_7(((int32_t)200)); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxSequences_8(((int32_t)50)); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__activeTweens_26(((TweenU5BU5D_t1320466404*)SZArrayNew(TweenU5BU5D_t1320466404_il2cpp_TypeInfo_var, (uint32_t)((int32_t)250)))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__pooledTweeners_27(((TweenU5BU5D_t1320466404*)SZArrayNew(TweenU5BU5D_t1320466404_il2cpp_TypeInfo_var, (uint32_t)((int32_t)200)))); Stack_1_t3186308008 * L_0 = (Stack_1_t3186308008 *)il2cpp_codegen_object_new(Stack_1_t3186308008_il2cpp_TypeInfo_var); Stack_1__ctor_m3260243089(L_0, /*hidden argument*/Stack_1__ctor_m3260243089_RuntimeMethod_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__PooledSequences_28(L_0); List_1_t3814993295 * L_1 = (List_1_t3814993295 *)il2cpp_codegen_object_new(List_1_t3814993295_il2cpp_TypeInfo_var); List_1__ctor_m3568617223(L_1, ((int32_t)250), /*hidden argument*/List_1__ctor_m3568617223_RuntimeMethod_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__KillList_29(L_1); Dictionary_2_t450041920 * L_2 = (Dictionary_2_t450041920 *)il2cpp_codegen_object_new(Dictionary_2_t450041920_il2cpp_TypeInfo_var); Dictionary_2__ctor_m146927832(L_2, ((int32_t)250), /*hidden argument*/Dictionary_2__ctor_m146927832_RuntimeMethod_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__TweenLinks_30(L_2); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxActiveLookupId_32((-1)); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__reorganizeFromId_34((-1)); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__minPooledTweenerId_35((-1)); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxPooledTweenerId_36((-1)); bool L_3 = Application_get_isEditor_m857789090(NULL /*static, unused*/, /*hidden argument*/NULL); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_isUnityEditor_4(L_3); return; } } // DG.Tweening.Sequence DG.Tweening.Core.TweenManager::GetSequence() extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * TweenManager_GetSequence_m17562913 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_GetSequence_m17562913_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totPooledSequences_22(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); Stack_1_t3186308008 * L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__PooledSequences_28(); NullCheck(L_1); Tween_t2342918553 * L_2 = Stack_1_Pop_m4017928895(L_1, /*hidden argument*/Stack_1_Pop_m4017928895_RuntimeMethod_var); Sequence_t2050373119 * L_3 = ((Sequence_t2050373119 *)CastclassSealed((RuntimeObject*)L_2, Sequence_t2050373119_il2cpp_TypeInfo_var)); TweenManager_AddActiveTween_m3621120407(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); int32_t L_4 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totPooledSequences_22(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totPooledSequences_22(((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))); return L_3; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_5 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totSequences_24(); int32_t L_6 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxSequences_8(); if ((((int32_t)L_5) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))) { goto IL_00a4; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_7 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); V_0 = L_7; int32_t L_8 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxSequences_8(); V_1 = L_8; TweenManager_IncreaseCapacities_m1708884335(NULL /*static, unused*/, 2, /*hidden argument*/NULL); int32_t L_9 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_9) < ((int32_t)1))) { goto IL_00a4; } } { int32_t L_10 = V_0; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); int32_t L_13 = V_1; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m1715369213(NULL /*static, unused*/, L_12, _stringLiteral3452614529, L_15, /*hidden argument*/NULL); NullCheck(_stringLiteral387348953); String_t* L_17 = String_Replace_m1273907647(_stringLiteral387348953, _stringLiteral3451565949, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_18 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); int32_t L_21 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxSequences_8(); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); String_t* L_24 = String_Concat_m1715369213(NULL /*static, unused*/, L_20, _stringLiteral3452614529, L_23, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_25 = String_Replace_m1273907647(L_17, _stringLiteral3451500413, L_24, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); } IL_00a4: { Sequence_t2050373119 * L_26 = (Sequence_t2050373119 *)il2cpp_codegen_object_new(Sequence_t2050373119_il2cpp_TypeInfo_var); Sequence__ctor_m706533768(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_27 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totSequences_24(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totSequences_24(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); Sequence_t2050373119 * L_28 = L_26; TweenManager_AddActiveTween_m3621120407(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); return L_28; } } // System.Void DG.Tweening.Core.TweenManager::SetUpdateType(DG.Tweening.Tween,DG.Tweening.UpdateType,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TweenManager_SetUpdateType_m1093035293 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, int32_t ___updateType1, bool ___isIndependentUpdate2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_SetUpdateType_m1093035293_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); bool L_1 = Tween_get_active_m3762091542(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); int32_t L_3 = L_2->get_updateType_10(); int32_t L_4 = ___updateType1; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0020; } } IL_0011: { Tween_t2342918553 * L_5 = ___t0; int32_t L_6 = ___updateType1; NullCheck(L_5); L_5->set_updateType_10(L_6); Tween_t2342918553 * L_7 = ___t0; bool L_8 = ___isIndependentUpdate2; NullCheck(L_7); L_7->set_isIndependentUpdate_11(L_8); return; } IL_0020: { Tween_t2342918553 * L_9 = ___t0; NullCheck(L_9); int32_t L_10 = L_9->get_updateType_10(); if (L_10) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_11 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveDefaultTweens_15(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveDefaultTweens_15(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); int32_t L_12 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveDefaultTweens_15(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveDefaultTweens_10((bool)((((int32_t)L_12) > ((int32_t)0))? 1 : 0)); goto IL_00a1; } IL_0043: { Tween_t2342918553 * L_13 = ___t0; NullCheck(L_13); int32_t L_14 = L_13->get_updateType_10(); V_0 = L_14; int32_t L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)1))) { goto IL_006d; } } { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0088; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_17 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveFixedTweens_17(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveFixedTweens_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))); int32_t L_18 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveFixedTweens_17(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveFixedTweens_12((bool)((((int32_t)L_18) > ((int32_t)0))? 1 : 0)); goto IL_00a1; } IL_006d: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_19 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveLateTweens_16(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveLateTweens_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))); int32_t L_20 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveLateTweens_16(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveLateTweens_11((bool)((((int32_t)L_20) > ((int32_t)0))? 1 : 0)); goto IL_00a1; } IL_0088: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_21 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveManualTweens_18(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveManualTweens_18(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))); int32_t L_22 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveManualTweens_18(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveManualTweens_13((bool)((((int32_t)L_22) > ((int32_t)0))? 1 : 0)); } IL_00a1: { Tween_t2342918553 * L_23 = ___t0; int32_t L_24 = ___updateType1; NullCheck(L_23); L_23->set_updateType_10(L_24); Tween_t2342918553 * L_25 = ___t0; bool L_26 = ___isIndependentUpdate2; NullCheck(L_25); L_25->set_isIndependentUpdate_11(L_26); int32_t L_27 = ___updateType1; if (L_27) { goto IL_00c5; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_28 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveDefaultTweens_15(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveDefaultTweens_15(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveDefaultTweens_10((bool)1); return; } IL_00c5: { int32_t L_29 = ___updateType1; if ((((int32_t)L_29) == ((int32_t)1))) { goto IL_00e0; } } { int32_t L_30 = ___updateType1; if ((!(((uint32_t)L_30) == ((uint32_t)2)))) { goto IL_00f3; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_31 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveFixedTweens_17(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveFixedTweens_17(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveFixedTweens_12((bool)1); return; } IL_00e0: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_32 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveLateTweens_16(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveLateTweens_16(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveLateTweens_11((bool)1); return; } IL_00f3: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_33 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveManualTweens_18(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveManualTweens_18(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveManualTweens_13((bool)1); return; } } // System.Void DG.Tweening.Core.TweenManager::AddActiveTweenToSequence(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_AddActiveTweenToSequence_m1998942299 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_AddActiveTweenToSequence_m1998942299_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Tween_t2342918553 * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_RemoveActiveTween_m4176141322(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.Int32 DG.Tweening.Core.TweenManager::DespawnAll() extern "C" IL2CPP_METHOD_ATTR int32_t TweenManager_DespawnAll_m1329106749 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_DespawnAll_m1329106749_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Tween_t2342918553 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); V_0 = L_0; V_1 = 0; goto IL_0020; } IL_000a: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; Tween_t2342918553 * L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; Tween_t2342918553 * L_5 = V_2; if (!L_5) { goto IL_001c; } } { Tween_t2342918553 * L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Despawn_m914290086(NULL /*static, unused*/, L_6, (bool)0, /*hidden argument*/NULL); } IL_001c: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0020: { int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_9 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxActiveLookupId_32(); if ((((int32_t)L_8) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))))) { goto IL_000a; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_10 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); TweenManager_ClearTweenArray_m2271258698(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); int32_t L_11 = 0; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveManualTweens_13((bool)L_11); int32_t L_12 = L_11; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveFixedTweens_12((bool)L_12); int32_t L_13 = L_12; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveLateTweens_11((bool)L_13); int32_t L_14 = L_13; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveDefaultTweens_10((bool)L_14); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveTweens_9((bool)L_14); int32_t L_15 = 0; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveManualTweens_18(L_15); int32_t L_16 = L_15; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveFixedTweens_17(L_16); int32_t L_17 = L_16; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveLateTweens_16(L_17); int32_t L_18 = L_17; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveDefaultTweens_15(L_18); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweens_14(L_18); int32_t L_19 = 0; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveSequences_20(L_19); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweeners_19(L_19); int32_t L_20 = (-1); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__reorganizeFromId_34(L_20); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxActiveLookupId_32(L_20); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__requiresActiveReorganization_33((bool)0); Dictionary_2_t450041920 * L_21 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__TweenLinks_30(); NullCheck(L_21); Dictionary_2_Clear_m681939192(L_21, /*hidden argument*/Dictionary_2_Clear_m681939192_RuntimeMethod_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__totTweenLinks_31(0); bool L_22 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUpdateLoop_25(); if (!L_22) { goto IL_00ab; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__despawnAllCalledFromUpdateLoopCallback_37((bool)1); } IL_00ab: { int32_t L_23 = V_0; return L_23; } } // System.Void DG.Tweening.Core.TweenManager::Despawn(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TweenManager_Despawn_m914290086 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___modifyActiveLists1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_Despawn_m914290086_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Sequence_t2050373119 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Sequence_t2050373119 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); TweenCallback_t3727756325 * L_1 = L_0->get_onKill_18(); if (!L_1) { goto IL_0014; } } { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); TweenCallback_t3727756325 * L_3 = L_2->get_onKill_18(); Tween_OnTweenCallback_m3343846483(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0014: { bool L_4 = ___modifyActiveLists1; if (!L_4) { goto IL_001d; } } { Tween_t2342918553 * L_5 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_RemoveActiveTween_m4176141322(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); } IL_001d: { Tween_t2342918553 * L_6 = ___t0; NullCheck(L_6); bool L_7 = L_6->get_isRecyclable_22(); if (!L_7) { goto IL_0143; } } { Tween_t2342918553 * L_8 = ___t0; NullCheck(L_8); int32_t L_9 = ((ABSSequentiable_t3376041011 *)L_8)->get_tweenType_0(); V_0 = L_9; int32_t L_10 = V_0; if (!L_10) { goto IL_0086; } } { int32_t L_11 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_01a6; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); Stack_1_t3186308008 * L_12 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__PooledSequences_28(); Tween_t2342918553 * L_13 = ___t0; NullCheck(L_12); Stack_1_Push_m120329974(L_12, L_13, /*hidden argument*/Stack_1_Push_m120329974_RuntimeMethod_var); int32_t L_14 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totPooledSequences_22(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totPooledSequences_22(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); Tween_t2342918553 * L_15 = ___t0; V_1 = ((Sequence_t2050373119 *)CastclassSealed((RuntimeObject*)L_15, Sequence_t2050373119_il2cpp_TypeInfo_var)); Sequence_t2050373119 * L_16 = V_1; NullCheck(L_16); List_1_t3814993295 * L_17 = L_16->get_sequencedTweens_53(); NullCheck(L_17); int32_t L_18 = List_1_get_Count_m1779637251(L_17, /*hidden argument*/List_1_get_Count_m1779637251_RuntimeMethod_var); V_2 = L_18; V_3 = 0; goto IL_007d; } IL_0067: { Sequence_t2050373119 * L_19 = V_1; NullCheck(L_19); List_1_t3814993295 * L_20 = L_19->get_sequencedTweens_53(); int32_t L_21 = V_3; NullCheck(L_20); Tween_t2342918553 * L_22 = List_1_get_Item_m4103691866(L_20, L_21, /*hidden argument*/List_1_get_Item_m4103691866_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Despawn_m914290086(NULL /*static, unused*/, L_22, (bool)0, /*hidden argument*/NULL); int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_007d: { int32_t L_24 = V_3; int32_t L_25 = V_2; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0067; } } { goto IL_01a6; } IL_0086: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_26 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxPooledTweenerId_36(); if ((!(((uint32_t)L_26) == ((uint32_t)(-1))))) { goto IL_00a6; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_27 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxPooledTweenerId_36(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))); int32_t L_28 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__minPooledTweenerId_35(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))); } IL_00a6: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_29 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxPooledTweenerId_36(); int32_t L_30 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); if ((((int32_t)L_29) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))))) { goto IL_00e6; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_31 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__pooledTweeners_27(); int32_t L_32 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxPooledTweenerId_36(); Tween_t2342918553 * L_33 = ___t0; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_33); (L_31)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))), (Tween_t2342918553 *)L_33); int32_t L_34 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxPooledTweenerId_36(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxPooledTweenerId_36(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))); int32_t L_35 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__minPooledTweenerId_35(); int32_t L_36 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxPooledTweenerId_36(); if ((((int32_t)L_35) <= ((int32_t)L_36))) { goto IL_0135; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_37 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxPooledTweenerId_36(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__minPooledTweenerId_35(L_37); goto IL_0135; } IL_00e6: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_38 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxPooledTweenerId_36(); V_4 = L_38; goto IL_0130; } IL_00ef: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_39 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__pooledTweeners_27(); int32_t L_40 = V_4; NullCheck(L_39); int32_t L_41 = L_40; Tween_t2342918553 * L_42 = (L_39)->GetAt(static_cast(L_41)); if (L_42) { goto IL_012a; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_43 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__pooledTweeners_27(); int32_t L_44 = V_4; Tween_t2342918553 * L_45 = ___t0; NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(L_44), (Tween_t2342918553 *)L_45); int32_t L_46 = V_4; int32_t L_47 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__minPooledTweenerId_35(); if ((((int32_t)L_46) >= ((int32_t)L_47))) { goto IL_0112; } } { int32_t L_48 = V_4; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__minPooledTweenerId_35(L_48); } IL_0112: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_49 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxPooledTweenerId_36(); int32_t L_50 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__minPooledTweenerId_35(); if ((((int32_t)L_49) >= ((int32_t)L_50))) { goto IL_0135; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_51 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__minPooledTweenerId_35(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxPooledTweenerId_36(L_51); goto IL_0135; } IL_012a: { int32_t L_52 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1)); } IL_0130: { int32_t L_53 = V_4; if ((((int32_t)L_53) > ((int32_t)(-1)))) { goto IL_00ef; } } IL_0135: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_54 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totPooledTweeners_21(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totPooledTweeners_21(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1))); goto IL_01a6; } IL_0143: { Tween_t2342918553 * L_55 = ___t0; NullCheck(L_55); int32_t L_56 = ((ABSSequentiable_t3376041011 *)L_55)->get_tweenType_0(); V_0 = L_56; int32_t L_57 = V_0; if (!L_57) { goto IL_019a; } } { int32_t L_58 = V_0; if ((!(((uint32_t)L_58) == ((uint32_t)1)))) { goto IL_01a6; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_59 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totSequences_24(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totSequences_24(((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1))); Tween_t2342918553 * L_60 = ___t0; V_5 = ((Sequence_t2050373119 *)CastclassSealed((RuntimeObject*)L_60, Sequence_t2050373119_il2cpp_TypeInfo_var)); Sequence_t2050373119 * L_61 = V_5; NullCheck(L_61); List_1_t3814993295 * L_62 = L_61->get_sequencedTweens_53(); NullCheck(L_62); int32_t L_63 = List_1_get_Count_m1779637251(L_62, /*hidden argument*/List_1_get_Count_m1779637251_RuntimeMethod_var); V_6 = L_63; V_7 = 0; goto IL_0192; } IL_0178: { Sequence_t2050373119 * L_64 = V_5; NullCheck(L_64); List_1_t3814993295 * L_65 = L_64->get_sequencedTweens_53(); int32_t L_66 = V_7; NullCheck(L_65); Tween_t2342918553 * L_67 = List_1_get_Item_m4103691866(L_65, L_66, /*hidden argument*/List_1_get_Item_m4103691866_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Despawn_m914290086(NULL /*static, unused*/, L_67, (bool)0, /*hidden argument*/NULL); int32_t L_68 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_0192: { int32_t L_69 = V_7; int32_t L_70 = V_6; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_0178; } } { goto IL_01a6; } IL_019a: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_71 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totTweeners_23(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totTweeners_23(((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)1))); } IL_01a6: { Tween_t2342918553 * L_72 = ___t0; NullCheck(L_72); Tween_set_active_m101675830(L_72, (bool)0, /*hidden argument*/NULL); Tween_t2342918553 * L_73 = ___t0; NullCheck(L_73); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, L_73); return; } } // System.Void DG.Tweening.Core.TweenManager::PurgeAll() extern "C" IL2CPP_METHOD_ATTR void TweenManager_PurgeAll_m3367004003 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_PurgeAll_m3367004003_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Tween_t2342918553 * V_1 = NULL; { V_0 = 0; goto IL_002e; } IL_0004: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Tween_t2342918553 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; Tween_t2342918553 * L_4 = V_1; if (!L_4) { goto IL_002a; } } { Tween_t2342918553 * L_5 = V_1; NullCheck(L_5); Tween_set_active_m101675830(L_5, (bool)0, /*hidden argument*/NULL); Tween_t2342918553 * L_6 = V_1; NullCheck(L_6); TweenCallback_t3727756325 * L_7 = L_6->get_onKill_18(); if (!L_7) { goto IL_002a; } } { Tween_t2342918553 * L_8 = V_1; NullCheck(L_8); TweenCallback_t3727756325 * L_9 = L_8->get_onKill_18(); Tween_OnTweenCallback_m3343846483(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); } IL_002a: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002e: { int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_12 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0004; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_13 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); TweenManager_ClearTweenArray_m2271258698(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); int32_t L_14 = 0; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveManualTweens_13((bool)L_14); int32_t L_15 = L_14; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveFixedTweens_12((bool)L_15); int32_t L_16 = L_15; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveLateTweens_11((bool)L_16); int32_t L_17 = L_16; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveDefaultTweens_10((bool)L_17); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveTweens_9((bool)L_17); int32_t L_18 = 0; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveManualTweens_18(L_18); int32_t L_19 = L_18; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveFixedTweens_17(L_19); int32_t L_20 = L_19; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveLateTweens_16(L_20); int32_t L_21 = L_20; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveDefaultTweens_15(L_21); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweens_14(L_21); int32_t L_22 = 0; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveSequences_20(L_22); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweeners_19(L_22); int32_t L_23 = (-1); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__reorganizeFromId_34(L_23); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxActiveLookupId_32(L_23); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__requiresActiveReorganization_33((bool)0); TweenManager_PurgePools_m1525899553(NULL /*static, unused*/, /*hidden argument*/NULL); TweenManager_ResetCapacities_m1717197829(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_24 = 0; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totSequences_24(L_24); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totTweeners_23(L_24); return; } } // System.Void DG.Tweening.Core.TweenManager::PurgePools() extern "C" IL2CPP_METHOD_ATTR void TweenManager_PurgePools_m1525899553 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_PurgePools_m1525899553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totTweeners_23(); int32_t L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totPooledTweeners_21(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totTweeners_23(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))); int32_t L_2 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totSequences_24(); int32_t L_3 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totPooledSequences_22(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totSequences_24(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))); TweenU5BU5D_t1320466404* L_4 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__pooledTweeners_27(); TweenManager_ClearTweenArray_m2271258698(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Stack_1_t3186308008 * L_5 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__PooledSequences_28(); NullCheck(L_5); Stack_1_Clear_m451202262(L_5, /*hidden argument*/Stack_1_Clear_m451202262_RuntimeMethod_var); int32_t L_6 = 0; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totPooledSequences_22(L_6); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totPooledTweeners_21(L_6); int32_t L_7 = (-1); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxPooledTweenerId_36(L_7); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__minPooledTweenerId_35(L_7); return; } } // System.Void DG.Tweening.Core.TweenManager::AddTweenLink(DG.Tweening.Tween,DG.Tweening.Core.TweenLink) extern "C" IL2CPP_METHOD_ATTR void TweenManager_AddTweenLink_m1302715526 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, TweenLink_t626108557 * ___tweenLink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_AddTweenLink_m1302715526_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__totTweenLinks_31(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__totTweenLinks_31(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); Dictionary_2_t450041920 * L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__TweenLinks_30(); Tween_t2342918553 * L_2 = ___t0; NullCheck(L_1); bool L_3 = Dictionary_2_ContainsKey_m3306001750(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m3306001750_RuntimeMethod_var); if (!L_3) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); Dictionary_2_t450041920 * L_4 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__TweenLinks_30(); Tween_t2342918553 * L_5 = ___t0; TweenLink_t626108557 * L_6 = ___tweenLink1; NullCheck(L_4); Dictionary_2_set_Item_m1399715605(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_set_Item_m1399715605_RuntimeMethod_var); goto IL_0033; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); Dictionary_2_t450041920 * L_7 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__TweenLinks_30(); Tween_t2342918553 * L_8 = ___t0; TweenLink_t626108557 * L_9 = ___tweenLink1; NullCheck(L_7); Dictionary_2_Add_m2939499540(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_Add_m2939499540_RuntimeMethod_var); } IL_0033: { TweenLink_t626108557 * L_10 = ___tweenLink1; NullCheck(L_10); bool L_11 = L_10->get_lastSeenActive_2(); if (!L_11) { goto IL_0050; } } { TweenLink_t626108557 * L_12 = ___tweenLink1; NullCheck(L_12); int32_t L_13 = L_12->get_behaviour_1(); V_0 = L_13; int32_t L_14 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))) <= ((uint32_t)3)))) { goto IL_0062; } } { Tween_t2342918553 * L_15 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Play_m2737967497(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return; } IL_0050: { TweenLink_t626108557 * L_16 = ___tweenLink1; NullCheck(L_16); int32_t L_17 = L_16->get_behaviour_1(); V_0 = L_17; int32_t L_18 = V_0; if ((!(((uint32_t)L_18) <= ((uint32_t)2)))) { goto IL_0062; } } { Tween_t2342918553 * L_19 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Pause_m3015626886(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); } IL_0062: { return; } } // System.Void DG.Tweening.Core.TweenManager::RemoveTweenLink(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_RemoveTweenLink_m2413961900 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_RemoveTweenLink_m2413961900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); Dictionary_2_t450041920 * L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__TweenLinks_30(); Tween_t2342918553 * L_1 = ___t0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m3306001750(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m3306001750_RuntimeMethod_var); if (L_2) { goto IL_000e; } } { return; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); Dictionary_2_t450041920 * L_3 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__TweenLinks_30(); Tween_t2342918553 * L_4 = ___t0; NullCheck(L_3); Dictionary_2_Remove_m1286396961(L_3, L_4, /*hidden argument*/Dictionary_2_Remove_m1286396961_RuntimeMethod_var); int32_t L_5 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__totTweenLinks_31(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__totTweenLinks_31(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); return; } } // System.Void DG.Tweening.Core.TweenManager::ResetCapacities() extern "C" IL2CPP_METHOD_ATTR void TweenManager_ResetCapacities_m1717197829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_ResetCapacities_m1717197829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_SetCapacities_m280715067(NULL /*static, unused*/, ((int32_t)200), ((int32_t)50), /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Core.TweenManager::SetCapacities(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TweenManager_SetCapacities_m280715067 (RuntimeObject * __this /* static, unused */, int32_t ___tweenersCapacity0, int32_t ___sequencesCapacity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_SetCapacities_m280715067_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___tweenersCapacity0; int32_t L_1 = ___sequencesCapacity1; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0007; } } { int32_t L_2 = ___sequencesCapacity1; ___tweenersCapacity0 = L_2; } IL_0007: { int32_t L_3 = ___tweenersCapacity0; int32_t L_4 = ___sequencesCapacity1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxActive_6(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))); int32_t L_5 = ___tweenersCapacity0; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxTweeners_7(L_5); int32_t L_6 = ___sequencesCapacity1; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxSequences_8(L_6); int32_t L_7 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxActive_6(); Array_Resize_TisTween_t2342918553_m231671441(NULL /*static, unused*/, (((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_address_of__activeTweens_26()), L_7, /*hidden argument*/Array_Resize_TisTween_t2342918553_m231671441_RuntimeMethod_var); int32_t L_8 = ___tweenersCapacity0; Array_Resize_TisTween_t2342918553_m231671441(NULL /*static, unused*/, (((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_address_of__pooledTweeners_27()), L_8, /*hidden argument*/Array_Resize_TisTween_t2342918553_m231671441_RuntimeMethod_var); List_1_t3814993295 * L_9 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); int32_t L_10 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxActive_6(); NullCheck(L_9); List_1_set_Capacity_m3912876352(L_9, L_10, /*hidden argument*/List_1_set_Capacity_m3912876352_RuntimeMethod_var); return; } } // System.Int32 DG.Tweening.Core.TweenManager::Validate() extern "C" IL2CPP_METHOD_ATTR int32_t TweenManager_Validate_m995512755 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_Validate_m995512755_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Tween_t2342918553 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__requiresActiveReorganization_33(); if (!L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ReorganizeActiveTweens_m870803593(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_000c: { V_0 = 0; V_1 = 0; goto IL_0030; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; Tween_t2342918553 * L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; Tween_t2342918553 * L_5 = V_2; NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean DG.Tweening.Tween::Validate() */, L_5); if (L_6) { goto IL_002c; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); Tween_t2342918553 * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_MarkForKilling_m2696461590(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); } IL_002c: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0030: { int32_t L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_11 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxActiveLookupId_32(); if ((((int32_t)L_10) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))))) { goto IL_0012; } } { int32_t L_12 = V_0; if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0052; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_13 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); TweenManager_DespawnActiveTweens_m3961181725(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); List_1_t3814993295 * L_14 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); NullCheck(L_14); List_1_Clear_m3923813889(L_14, /*hidden argument*/List_1_Clear_m3923813889_RuntimeMethod_var); } IL_0052: { int32_t L_15 = V_0; return L_15; } } // System.Void DG.Tweening.Core.TweenManager::Update(DG.Tweening.UpdateType,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void TweenManager_Update_m3156821148 (RuntimeObject * __this /* static, unused */, int32_t ___updateType0, float ___deltaTime1, float ___independentTime2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_Update_m3156821148_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; Tween_t2342918553 * V_3 = NULL; float V_4 = 0.0f; float V_5 = 0.0f; bool V_6 = false; int32_t V_7 = 0; float G_B13_0 = 0.0f; int32_t G_B29_0 = 0; int32_t G_B41_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__requiresActiveReorganization_33(); if (!L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ReorganizeActiveTweens_m870803593(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_isUpdateLoop_25((bool)1); V_0 = (bool)0; int32_t L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxActiveLookupId_32(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); V_2 = 0; goto IL_0229; } IL_0023: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_2 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; Tween_t2342918553 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_3 = L_5; Tween_t2342918553 * L_6 = V_3; if (!L_6) { goto IL_0225; } } { Tween_t2342918553 * L_7 = V_3; NullCheck(L_7); int32_t L_8 = L_7->get_updateType_10(); int32_t L_9 = ___updateType0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0225; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_10 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__totTweenLinks_31(); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_004b; } } { Tween_t2342918553 * L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_EvaluateTweenLink_m2384491531(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); } IL_004b: { Tween_t2342918553 * L_12 = V_3; NullCheck(L_12); bool L_13 = Tween_get_active_m3762091542(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0060; } } { V_0 = (bool)1; Tween_t2342918553 * L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_MarkForKilling_m2696461590(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); goto IL_0225; } IL_0060: { Tween_t2342918553 * L_15 = V_3; NullCheck(L_15); bool L_16 = L_15->get_isPlaying_48(); if (!L_16) { goto IL_0225; } } { Tween_t2342918553 * L_17 = V_3; NullCheck(L_17); L_17->set_creationLocked_42((bool)1); Tween_t2342918553 * L_18 = V_3; NullCheck(L_18); bool L_19 = L_18->get_isIndependentUpdate_11(); if (L_19) { goto IL_007d; } } { float L_20 = ___deltaTime1; G_B13_0 = L_20; goto IL_007e; } IL_007d: { float L_21 = ___independentTime2; G_B13_0 = L_21; } IL_007e: { Tween_t2342918553 * L_22 = V_3; NullCheck(L_22); float L_23 = L_22->get_timeScale_4(); V_4 = ((float)il2cpp_codegen_multiply((float)G_B13_0, (float)L_23)); float L_24 = V_4; if ((!(((float)L_24) < ((float)(1.0E-06f))))) { goto IL_009c; } } { float L_25 = V_4; if ((((float)L_25) > ((float)(-1.0E-06f)))) { goto IL_0225; } } IL_009c: { Tween_t2342918553 * L_26 = V_3; NullCheck(L_26); bool L_27 = L_26->get_delayComplete_51(); if (L_27) { goto IL_00f3; } } { Tween_t2342918553 * L_28 = V_3; Tween_t2342918553 * L_29 = V_3; NullCheck(L_29); float L_30 = L_29->get_elapsedDelay_50(); float L_31 = V_4; NullCheck(L_28); float L_32 = VirtFuncInvoker1< float, float >::Invoke(6 /* System.Single DG.Tweening.Tween::UpdateDelay(System.Single) */, L_28, ((float)il2cpp_codegen_add((float)L_30, (float)L_31))); V_4 = L_32; float L_33 = V_4; if ((!(((float)L_33) <= ((float)(-1.0f))))) { goto IL_00cb; } } { V_0 = (bool)1; Tween_t2342918553 * L_34 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_MarkForKilling_m2696461590(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); goto IL_0225; } IL_00cb: { float L_35 = V_4; if ((((float)L_35) <= ((float)(0.0f)))) { goto IL_0225; } } { Tween_t2342918553 * L_36 = V_3; NullCheck(L_36); bool L_37 = Tween_get_playedOnce_m2418154974(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00f3; } } { Tween_t2342918553 * L_38 = V_3; NullCheck(L_38); TweenCallback_t3727756325 * L_39 = L_38->get_onPlay_12(); if (!L_39) { goto IL_00f3; } } { Tween_t2342918553 * L_40 = V_3; NullCheck(L_40); TweenCallback_t3727756325 * L_41 = L_40->get_onPlay_12(); Tween_OnTweenCallback_m3343846483(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); } IL_00f3: { Tween_t2342918553 * L_42 = V_3; NullCheck(L_42); bool L_43 = L_42->get_startupDone_43(); if (L_43) { goto IL_0110; } } { Tween_t2342918553 * L_44 = V_3; NullCheck(L_44); bool L_45 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean DG.Tweening.Tween::Startup() */, L_44); if (L_45) { goto IL_0110; } } { V_0 = (bool)1; Tween_t2342918553 * L_46 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_MarkForKilling_m2696461590(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); goto IL_0225; } IL_0110: { Tween_t2342918553 * L_47 = V_3; NullCheck(L_47); float L_48 = Tween_get_position_m4114235747(L_47, /*hidden argument*/NULL); V_5 = L_48; float L_49 = V_5; Tween_t2342918553 * L_50 = V_3; NullCheck(L_50); float L_51 = L_50->get_duration_25(); V_6 = (bool)((((int32_t)((!(((float)L_49) >= ((float)L_51)))? 1 : 0)) == ((int32_t)0))? 1 : 0); Tween_t2342918553 * L_52 = V_3; NullCheck(L_52); int32_t L_53 = L_52->get_completedLoops_47(); V_7 = L_53; Tween_t2342918553 * L_54 = V_3; NullCheck(L_54); float L_55 = L_54->get_duration_25(); if ((!(((float)L_55) <= ((float)(0.0f))))) { goto IL_0163; } } { V_5 = (0.0f); Tween_t2342918553 * L_56 = V_3; NullCheck(L_56); int32_t L_57 = L_56->get_loops_26(); if ((((int32_t)L_57) == ((int32_t)(-1)))) { goto IL_0154; } } { Tween_t2342918553 * L_58 = V_3; NullCheck(L_58); int32_t L_59 = L_58->get_loops_26(); G_B29_0 = L_59; goto IL_015c; } IL_0154: { Tween_t2342918553 * L_60 = V_3; NullCheck(L_60); int32_t L_61 = L_60->get_completedLoops_47(); G_B29_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_015c: { V_7 = G_B29_0; goto IL_0210; } IL_0163: { Tween_t2342918553 * L_62 = V_3; NullCheck(L_62); bool L_63 = L_62->get_isBackwards_5(); if (!L_63) { goto IL_01b4; } } { float L_64 = V_5; float L_65 = V_4; V_5 = ((float)il2cpp_codegen_subtract((float)L_64, (float)L_65)); goto IL_0185; } IL_0174: { float L_66 = V_5; Tween_t2342918553 * L_67 = V_3; NullCheck(L_67); float L_68 = L_67->get_duration_25(); V_5 = ((float)il2cpp_codegen_add((float)L_66, (float)L_68)); int32_t L_69 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)1)); } IL_0185: { float L_70 = V_5; if ((!(((float)L_70) < ((float)(0.0f))))) { goto IL_0193; } } { int32_t L_71 = V_7; if ((((int32_t)L_71) > ((int32_t)(-1)))) { goto IL_0174; } } IL_0193: { int32_t L_72 = V_7; if ((((int32_t)L_72) < ((int32_t)0))) { goto IL_01a1; } } { bool L_73 = V_6; if (!L_73) { goto IL_01eb; } } { int32_t L_74 = V_7; if ((((int32_t)L_74) >= ((int32_t)1))) { goto IL_01eb; } } IL_01a1: { V_5 = (0.0f); bool L_75 = V_6; if (L_75) { goto IL_01af; } } { G_B41_0 = 0; goto IL_01b0; } IL_01af: { G_B41_0 = 1; } IL_01b0: { V_7 = G_B41_0; goto IL_01eb; } IL_01b4: { float L_76 = V_5; float L_77 = V_4; V_5 = ((float)il2cpp_codegen_add((float)L_76, (float)L_77)); goto IL_01ce; } IL_01bd: { float L_78 = V_5; Tween_t2342918553 * L_79 = V_3; NullCheck(L_79); float L_80 = L_79->get_duration_25(); V_5 = ((float)il2cpp_codegen_subtract((float)L_78, (float)L_80)); int32_t L_81 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_01ce: { float L_82 = V_5; Tween_t2342918553 * L_83 = V_3; NullCheck(L_83); float L_84 = L_83->get_duration_25(); if ((!(((float)L_82) >= ((float)L_84)))) { goto IL_01eb; } } { Tween_t2342918553 * L_85 = V_3; NullCheck(L_85); int32_t L_86 = L_85->get_loops_26(); if ((((int32_t)L_86) == ((int32_t)(-1)))) { goto IL_01bd; } } { int32_t L_87 = V_7; Tween_t2342918553 * L_88 = V_3; NullCheck(L_88); int32_t L_89 = L_88->get_loops_26(); if ((((int32_t)L_87) < ((int32_t)L_89))) { goto IL_01bd; } } IL_01eb: { bool L_90 = V_6; if (!L_90) { goto IL_01f5; } } { int32_t L_91 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)1)); } IL_01f5: { Tween_t2342918553 * L_92 = V_3; NullCheck(L_92); int32_t L_93 = L_92->get_loops_26(); if ((((int32_t)L_93) == ((int32_t)(-1)))) { goto IL_0210; } } { int32_t L_94 = V_7; Tween_t2342918553 * L_95 = V_3; NullCheck(L_95); int32_t L_96 = L_95->get_loops_26(); if ((((int32_t)L_94) < ((int32_t)L_96))) { goto IL_0210; } } { Tween_t2342918553 * L_97 = V_3; NullCheck(L_97); float L_98 = L_97->get_duration_25(); V_5 = L_98; } IL_0210: { Tween_t2342918553 * L_99 = V_3; float L_100 = V_5; int32_t L_101 = V_7; bool L_102 = Tween_DoGoto_m1767685380(NULL /*static, unused*/, L_99, L_100, L_101, 0, /*hidden argument*/NULL); if (!L_102) { goto IL_0225; } } { V_0 = (bool)1; Tween_t2342918553 * L_103 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_MarkForKilling_m2696461590(NULL /*static, unused*/, L_103, /*hidden argument*/NULL); } IL_0225: { int32_t L_104 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_0229: { int32_t L_105 = V_2; int32_t L_106 = V_1; if ((((int32_t)L_105) < ((int32_t)L_106))) { goto IL_0023; } } { bool L_107 = V_0; if (!L_107) { goto IL_0256; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_108 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__despawnAllCalledFromUpdateLoopCallback_37(); if (!L_108) { goto IL_0242; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__despawnAllCalledFromUpdateLoopCallback_37((bool)0); goto IL_024c; } IL_0242: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_109 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); TweenManager_DespawnActiveTweens_m3961181725(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); } IL_024c: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_110 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); NullCheck(L_110); List_1_Clear_m3923813889(L_110, /*hidden argument*/List_1_Clear_m3923813889_RuntimeMethod_var); } IL_0256: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_isUpdateLoop_25((bool)0); return; } } // System.Int32 DG.Tweening.Core.TweenManager::FilteredOperation(DG.Tweening.Core.Enums.OperationType,DG.Tweening.Core.Enums.FilterType,System.Object,System.Boolean,System.Single,System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR int32_t TweenManager_FilteredOperation_m271432624 (RuntimeObject * __this /* static, unused */, int32_t ___operationType0, int32_t ___filterType1, RuntimeObject * ___id2, bool ___optionalBool3, float ___optionalFloat4, RuntimeObject * ___optionalObj5, ObjectU5BU5D_t2843939325* ___optionalArray6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_FilteredOperation_m271432624_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; bool V_3 = false; String_t* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; Tween_t2342918553 * V_8 = NULL; bool V_9 = false; int32_t V_10 = 0; RuntimeObject * V_11 = NULL; bool V_12 = false; int32_t V_13 = 0; Tween_t2342918553 * V_14 = NULL; int32_t G_B3_0 = 0; int32_t G_B18_0 = 0; int32_t G_B27_0 = 0; int32_t G_B34_0 = 0; int32_t G_B41_0 = 0; int32_t G_B48_0 = 0; int32_t G_B74_0 = 0; Tween_t2342918553 * G_B74_1 = NULL; int32_t G_B73_0 = 0; Tween_t2342918553 * G_B73_1 = NULL; int32_t G_B75_0 = 0; int32_t G_B75_1 = 0; Tween_t2342918553 * G_B75_2 = NULL; int32_t G_B80_0 = 0; int32_t G_B77_0 = 0; int32_t G_B79_0 = 0; int32_t G_B78_0 = 0; int32_t G_B81_0 = 0; int32_t G_B81_1 = 0; { V_0 = 0; V_1 = (bool)0; ObjectU5BU5D_t2843939325* L_0 = ___optionalArray6; if (!L_0) { goto IL_000e; } } { ObjectU5BU5D_t2843939325* L_1 = ___optionalArray6; NullCheck(L_1); G_B3_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); goto IL_000f; } IL_000e: { G_B3_0 = 0; } IL_000f: { V_2 = G_B3_0; V_3 = (bool)0; V_4 = (String_t*)NULL; V_5 = (bool)0; V_6 = 0; int32_t L_2 = ___filterType1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) <= ((uint32_t)1)))) { goto IL_0048; } } { RuntimeObject * L_3 = ___id2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var))) { goto IL_0035; } } { V_3 = (bool)1; RuntimeObject * L_4 = ___id2; V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); goto IL_0048; } IL_0035: { RuntimeObject * L_5 = ___id2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_5, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_0048; } } { V_5 = (bool)1; RuntimeObject * L_6 = ___id2; V_6 = ((*(int32_t*)((int32_t*)UnBox(L_6, Int32_t2950945753_il2cpp_TypeInfo_var)))); } IL_0048: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_7 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxActiveLookupId_32(); V_7 = L_7; goto IL_0416; } IL_0054: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_8 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_9 = V_7; NullCheck(L_8); int32_t L_10 = L_9; Tween_t2342918553 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_8 = L_11; Tween_t2342918553 * L_12 = V_8; if (!L_12) { goto IL_0410; } } { Tween_t2342918553 * L_13 = V_8; NullCheck(L_13); bool L_14 = Tween_get_active_m3762091542(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0410; } } { V_9 = (bool)0; int32_t L_15 = ___filterType1; switch (L_15) { case 0: { goto IL_008f; } case 1: { goto IL_0097; } case 2: { goto IL_010c; } case 3: { goto IL_01b5; } } } { goto IL_0263; } IL_008f: { V_9 = (bool)1; goto IL_0263; } IL_0097: { bool L_16 = V_3; if (!L_16) { goto IL_00bb; } } { Tween_t2342918553 * L_17 = V_8; NullCheck(L_17); String_t* L_18 = L_17->get_stringId_7(); if (!L_18) { goto IL_00b3; } } { Tween_t2342918553 * L_19 = V_8; NullCheck(L_19); String_t* L_20 = L_19->get_stringId_7(); String_t* L_21 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); G_B18_0 = ((int32_t)(L_22)); goto IL_00b4; } IL_00b3: { G_B18_0 = 0; } IL_00b4: { V_9 = (bool)G_B18_0; goto IL_0263; } IL_00bb: { bool L_23 = V_5; if (!L_23) { goto IL_00d1; } } { Tween_t2342918553 * L_24 = V_8; NullCheck(L_24); int32_t L_25 = L_24->get_intId_8(); int32_t L_26 = V_6; V_9 = (bool)((((int32_t)L_25) == ((int32_t)L_26))? 1 : 0); goto IL_0263; } IL_00d1: { Tween_t2342918553 * L_27 = V_8; NullCheck(L_27); RuntimeObject * L_28 = L_27->get_id_6(); if (!L_28) { goto IL_00e9; } } { RuntimeObject * L_29 = ___id2; Tween_t2342918553 * L_30 = V_8; NullCheck(L_30); RuntimeObject * L_31 = L_30->get_id_6(); NullCheck(L_29); bool L_32 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_29, L_31); if (L_32) { goto IL_0104; } } IL_00e9: { Tween_t2342918553 * L_33 = V_8; NullCheck(L_33); RuntimeObject * L_34 = L_33->get_target_9(); if (!L_34) { goto IL_0101; } } { RuntimeObject * L_35 = ___id2; Tween_t2342918553 * L_36 = V_8; NullCheck(L_36); RuntimeObject * L_37 = L_36->get_target_9(); NullCheck(L_35); bool L_38 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_35, L_37); G_B27_0 = ((int32_t)(L_38)); goto IL_0105; } IL_0101: { G_B27_0 = 0; goto IL_0105; } IL_0104: { G_B27_0 = 1; } IL_0105: { V_9 = (bool)G_B27_0; goto IL_0263; } IL_010c: { bool L_39 = V_3; if (!L_39) { goto IL_0144; } } { Tween_t2342918553 * L_40 = V_8; NullCheck(L_40); RuntimeObject * L_41 = L_40->get_target_9(); if (!L_41) { goto IL_013c; } } { Tween_t2342918553 * L_42 = V_8; NullCheck(L_42); String_t* L_43 = L_42->get_stringId_7(); String_t* L_44 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_45 = String_op_Equality_m920492651(NULL /*static, unused*/, L_43, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_013c; } } { RuntimeObject * L_46 = ___optionalObj5; if (!L_46) { goto IL_013c; } } { RuntimeObject * L_47 = ___optionalObj5; Tween_t2342918553 * L_48 = V_8; NullCheck(L_48); RuntimeObject * L_49 = L_48->get_target_9(); NullCheck(L_47); bool L_50 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_47, L_49); G_B34_0 = ((int32_t)(L_50)); goto IL_013d; } IL_013c: { G_B34_0 = 0; } IL_013d: { V_9 = (bool)G_B34_0; goto IL_0263; } IL_0144: { bool L_51 = V_5; if (!L_51) { goto IL_0178; } } { Tween_t2342918553 * L_52 = V_8; NullCheck(L_52); RuntimeObject * L_53 = L_52->get_target_9(); if (!L_53) { goto IL_0170; } } { Tween_t2342918553 * L_54 = V_8; NullCheck(L_54); int32_t L_55 = L_54->get_intId_8(); int32_t L_56 = V_6; if ((!(((uint32_t)L_55) == ((uint32_t)L_56)))) { goto IL_0170; } } { RuntimeObject * L_57 = ___optionalObj5; if (!L_57) { goto IL_0170; } } { RuntimeObject * L_58 = ___optionalObj5; Tween_t2342918553 * L_59 = V_8; NullCheck(L_59); RuntimeObject * L_60 = L_59->get_target_9(); NullCheck(L_58); bool L_61 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_58, L_60); G_B41_0 = ((int32_t)(L_61)); goto IL_0171; } IL_0170: { G_B41_0 = 0; } IL_0171: { V_9 = (bool)G_B41_0; goto IL_0263; } IL_0178: { Tween_t2342918553 * L_62 = V_8; NullCheck(L_62); RuntimeObject * L_63 = L_62->get_id_6(); if (!L_63) { goto IL_01ad; } } { Tween_t2342918553 * L_64 = V_8; NullCheck(L_64); RuntimeObject * L_65 = L_64->get_target_9(); if (!L_65) { goto IL_01ad; } } { RuntimeObject * L_66 = ___optionalObj5; if (!L_66) { goto IL_01ad; } } { RuntimeObject * L_67 = ___id2; Tween_t2342918553 * L_68 = V_8; NullCheck(L_68); RuntimeObject * L_69 = L_68->get_id_6(); NullCheck(L_67); bool L_70 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_67, L_69); if (!L_70) { goto IL_01ad; } } { RuntimeObject * L_71 = ___optionalObj5; Tween_t2342918553 * L_72 = V_8; NullCheck(L_72); RuntimeObject * L_73 = L_72->get_target_9(); NullCheck(L_71); bool L_74 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_71, L_73); G_B48_0 = ((int32_t)(L_74)); goto IL_01ae; } IL_01ad: { G_B48_0 = 0; } IL_01ae: { V_9 = (bool)G_B48_0; goto IL_0263; } IL_01b5: { V_9 = (bool)1; V_10 = 0; goto IL_025b; } IL_01c0: { ObjectU5BU5D_t2843939325* L_75 = ___optionalArray6; int32_t L_76 = V_10; NullCheck(L_75); int32_t L_77 = L_76; RuntimeObject * L_78 = (L_75)->GetAt(static_cast(L_77)); V_11 = L_78; RuntimeObject * L_79 = V_11; if (!((String_t*)IsInstSealed((RuntimeObject*)L_79, String_t_il2cpp_TypeInfo_var))) { goto IL_01dd; } } { V_3 = (bool)1; RuntimeObject * L_80 = V_11; V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_80, String_t_il2cpp_TypeInfo_var)); goto IL_01f2; } IL_01dd: { RuntimeObject * L_81 = V_11; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_81, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_01f2; } } { V_5 = (bool)1; RuntimeObject * L_82 = V_11; V_6 = ((*(int32_t*)((int32_t*)UnBox(L_82, Int32_t2950945753_il2cpp_TypeInfo_var)))); } IL_01f2: { bool L_83 = V_3; if (!L_83) { goto IL_020a; } } { Tween_t2342918553 * L_84 = V_8; NullCheck(L_84); String_t* L_85 = L_84->get_stringId_7(); String_t* L_86 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_87 = String_op_Equality_m920492651(NULL /*static, unused*/, L_85, L_86, /*hidden argument*/NULL); if (!L_87) { goto IL_020a; } } { V_9 = (bool)0; goto IL_0263; } IL_020a: { bool L_88 = V_5; if (!L_88) { goto IL_021e; } } { Tween_t2342918553 * L_89 = V_8; NullCheck(L_89); int32_t L_90 = L_89->get_intId_8(); int32_t L_91 = V_6; if ((!(((uint32_t)L_90) == ((uint32_t)L_91)))) { goto IL_021e; } } { V_9 = (bool)0; goto IL_0263; } IL_021e: { Tween_t2342918553 * L_92 = V_8; NullCheck(L_92); RuntimeObject * L_93 = L_92->get_id_6(); if (!L_93) { goto IL_0237; } } { RuntimeObject * L_94 = V_11; Tween_t2342918553 * L_95 = V_8; NullCheck(L_95); RuntimeObject * L_96 = L_95->get_id_6(); NullCheck(L_94); bool L_97 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_94, L_96); if (L_97) { goto IL_0250; } } IL_0237: { Tween_t2342918553 * L_98 = V_8; NullCheck(L_98); RuntimeObject * L_99 = L_98->get_target_9(); if (!L_99) { goto IL_0255; } } { RuntimeObject * L_100 = V_11; Tween_t2342918553 * L_101 = V_8; NullCheck(L_101); RuntimeObject * L_102 = L_101->get_target_9(); NullCheck(L_100); bool L_103 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_100, L_102); if (!L_103) { goto IL_0255; } } IL_0250: { V_9 = (bool)0; goto IL_0263; } IL_0255: { int32_t L_104 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_025b: { int32_t L_105 = V_10; int32_t L_106 = V_2; if ((((int32_t)L_105) < ((int32_t)L_106))) { goto IL_01c0; } } IL_0263: { bool L_107 = V_9; if (!L_107) { goto IL_0410; } } { int32_t L_108 = ___operationType0; switch (L_108) { case 0: { goto IL_02da; } case 1: { goto IL_02a9; } case 2: { goto IL_033c; } case 3: { goto IL_0351; } case 4: { goto IL_0366; } case 5: { goto IL_037b; } case 6: { goto IL_039f; } case 7: { goto IL_0390; } case 8: { goto IL_03c0; } case 9: { goto IL_03d0; } case 10: { goto IL_03ae; } case 11: { goto IL_03df; } case 12: { goto IL_03ee; } } } { goto IL_0410; } IL_02a9: { int32_t L_109 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); Tween_t2342918553 * L_110 = V_8; NullCheck(L_110); Tween_set_active_m101675830(L_110, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_111 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUpdateLoop_25(); if (L_111) { goto IL_0410; } } { Tween_t2342918553 * L_112 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Despawn_m914290086(NULL /*static, unused*/, L_112, (bool)0, /*hidden argument*/NULL); V_1 = (bool)1; List_1_t3814993295 * L_113 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); Tween_t2342918553 * L_114 = V_8; NullCheck(L_113); List_1_Add_m73741651(L_113, L_114, /*hidden argument*/List_1_Add_m73741651_RuntimeMethod_var); goto IL_0410; } IL_02da: { Tween_t2342918553 * L_115 = V_8; NullCheck(L_115); bool L_116 = L_115->get_autoKill_24(); V_12 = L_116; Tween_t2342918553 * L_117 = V_8; float L_118 = ___optionalFloat4; G_B73_0 = 0; G_B73_1 = L_117; if ((((float)L_118) > ((float)(0.0f)))) { G_B74_0 = 0; G_B74_1 = L_117; goto IL_02f2; } } { G_B75_0 = 1; G_B75_1 = G_B73_0; G_B75_2 = G_B73_1; goto IL_02f3; } IL_02f2: { G_B75_0 = 0; G_B75_1 = G_B74_0; G_B75_2 = G_B74_1; } IL_02f3: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_119 = TweenManager_Complete_m1509812344(NULL /*static, unused*/, G_B75_2, (bool)G_B75_1, G_B75_0, /*hidden argument*/NULL); if (!L_119) { goto IL_0410; } } { int32_t L_120 = V_0; bool L_121 = ___optionalBool3; G_B77_0 = L_120; if (!L_121) { G_B80_0 = L_120; goto IL_030b; } } { bool L_122 = V_12; G_B78_0 = G_B77_0; if (L_122) { G_B79_0 = G_B77_0; goto IL_0308; } } { G_B81_0 = 0; G_B81_1 = G_B78_0; goto IL_030c; } IL_0308: { G_B81_0 = 1; G_B81_1 = G_B79_0; goto IL_030c; } IL_030b: { G_B81_0 = 1; G_B81_1 = G_B80_0; } IL_030c: { V_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B81_1, (int32_t)G_B81_0)); bool L_123 = V_12; if (!L_123) { goto IL_0410; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_124 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUpdateLoop_25(); if (!L_124) { goto IL_0329; } } { Tween_t2342918553 * L_125 = V_8; NullCheck(L_125); Tween_set_active_m101675830(L_125, (bool)0, /*hidden argument*/NULL); goto IL_0410; } IL_0329: { V_1 = (bool)1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_126 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); Tween_t2342918553 * L_127 = V_8; NullCheck(L_126); List_1_Add_m73741651(L_126, L_127, /*hidden argument*/List_1_Add_m73741651_RuntimeMethod_var); goto IL_0410; } IL_033c: { Tween_t2342918553 * L_128 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_129 = TweenManager_Flip_m841879672(NULL /*static, unused*/, L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_0410; } } { int32_t L_130 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); goto IL_0410; } IL_0351: { Tween_t2342918553 * L_131 = V_8; float L_132 = ___optionalFloat4; bool L_133 = ___optionalBool3; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Goto_m3684946111(NULL /*static, unused*/, L_131, L_132, L_133, 1, /*hidden argument*/NULL); int32_t L_134 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); goto IL_0410; } IL_0366: { Tween_t2342918553 * L_135 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_136 = TweenManager_Pause_m3015626886(NULL /*static, unused*/, L_135, /*hidden argument*/NULL); if (!L_136) { goto IL_0410; } } { int32_t L_137 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)1)); goto IL_0410; } IL_037b: { Tween_t2342918553 * L_138 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_139 = TweenManager_Play_m2737967497(NULL /*static, unused*/, L_138, /*hidden argument*/NULL); if (!L_139) { goto IL_0410; } } { int32_t L_140 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); goto IL_0410; } IL_0390: { Tween_t2342918553 * L_141 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_142 = TweenManager_PlayBackwards_m4039080637(NULL /*static, unused*/, L_141, /*hidden argument*/NULL); if (!L_142) { goto IL_0410; } } { int32_t L_143 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); goto IL_0410; } IL_039f: { Tween_t2342918553 * L_144 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_145 = TweenManager_PlayForward_m1281458203(NULL /*static, unused*/, L_144, /*hidden argument*/NULL); if (!L_145) { goto IL_0410; } } { int32_t L_146 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)); goto IL_0410; } IL_03ae: { Tween_t2342918553 * L_147 = V_8; bool L_148 = ___optionalBool3; float L_149 = ___optionalFloat4; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_150 = TweenManager_Restart_m417367270(NULL /*static, unused*/, L_147, L_148, L_149, /*hidden argument*/NULL); if (!L_150) { goto IL_0410; } } { int32_t L_151 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1)); goto IL_0410; } IL_03c0: { Tween_t2342918553 * L_152 = V_8; bool L_153 = ___optionalBool3; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_154 = TweenManager_Rewind_m1857766106(NULL /*static, unused*/, L_152, L_153, /*hidden argument*/NULL); if (!L_154) { goto IL_0410; } } { int32_t L_155 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)1)); goto IL_0410; } IL_03d0: { Tween_t2342918553 * L_156 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_157 = TweenManager_SmoothRewind_m1299417292(NULL /*static, unused*/, L_156, /*hidden argument*/NULL); if (!L_157) { goto IL_0410; } } { int32_t L_158 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)1)); goto IL_0410; } IL_03df: { Tween_t2342918553 * L_159 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_160 = TweenManager_TogglePause_m1669311535(NULL /*static, unused*/, L_159, /*hidden argument*/NULL); if (!L_160) { goto IL_0410; } } { int32_t L_161 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1)); goto IL_0410; } IL_03ee: { Tween_t2342918553 * L_162 = V_8; NullCheck(L_162); bool L_163 = L_162->get_isComplete_49(); if (!L_163) { goto IL_0400; } } { Tween_t2342918553 * L_164 = V_8; NullCheck(L_164); bool L_165 = L_164->get_autoKill_24(); if (L_165) { goto IL_0410; } } IL_0400: { bool L_166 = ___optionalBool3; if (!L_166) { goto IL_040c; } } { Tween_t2342918553 * L_167 = V_8; NullCheck(L_167); bool L_168 = L_167->get_isPlaying_48(); if (!L_168) { goto IL_0410; } } IL_040c: { int32_t L_169 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_169, (int32_t)1)); } IL_0410: { int32_t L_170 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_170, (int32_t)1)); } IL_0416: { int32_t L_171 = V_7; if ((((int32_t)L_171) > ((int32_t)(-1)))) { goto IL_0054; } } { bool L_172 = V_1; if (!L_172) { goto IL_0465; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_173 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); NullCheck(L_173); int32_t L_174 = List_1_get_Count_m1779637251(L_173, /*hidden argument*/List_1_get_Count_m1779637251_RuntimeMethod_var); V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_174, (int32_t)1)); goto IL_0456; } IL_0431: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_175 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); int32_t L_176 = V_13; NullCheck(L_175); Tween_t2342918553 * L_177 = List_1_get_Item_m4103691866(L_175, L_176, /*hidden argument*/List_1_get_Item_m4103691866_RuntimeMethod_var); V_14 = L_177; Tween_t2342918553 * L_178 = V_14; NullCheck(L_178); int32_t L_179 = L_178->get_activeId_40(); if ((((int32_t)L_179) == ((int32_t)(-1)))) { goto IL_0450; } } { Tween_t2342918553 * L_180 = V_14; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_RemoveActiveTween_m4176141322(NULL /*static, unused*/, L_180, /*hidden argument*/NULL); } IL_0450: { int32_t L_181 = V_13; V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_181, (int32_t)1)); } IL_0456: { int32_t L_182 = V_13; if ((((int32_t)L_182) > ((int32_t)(-1)))) { goto IL_0431; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_183 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); NullCheck(L_183); List_1_Clear_m3923813889(L_183, /*hidden argument*/List_1_Clear_m3923813889_RuntimeMethod_var); } IL_0465: { int32_t L_184 = V_0; return L_184; } } // System.Boolean DG.Tweening.Core.TweenManager::Complete(DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.Enums.UpdateMode) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Complete_m1509812344 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___modifyActiveLists1, int32_t ___updateMode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_Complete_m1509812344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = L_0->get_loops_26(); if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_000b; } } { return (bool)0; } IL_000b: { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); bool L_3 = L_2->get_isComplete_49(); if (L_3) { goto IL_004f; } } { Tween_t2342918553 * L_4 = ___t0; Tween_t2342918553 * L_5 = ___t0; NullCheck(L_5); float L_6 = L_5->get_duration_25(); Tween_t2342918553 * L_7 = ___t0; NullCheck(L_7); int32_t L_8 = L_7->get_loops_26(); int32_t L_9 = ___updateMode2; Tween_DoGoto_m1767685380(NULL /*static, unused*/, L_4, L_6, L_8, L_9, /*hidden argument*/NULL); Tween_t2342918553 * L_10 = ___t0; NullCheck(L_10); L_10->set_isPlaying_48((bool)0); Tween_t2342918553 * L_11 = ___t0; NullCheck(L_11); bool L_12 = L_11->get_autoKill_24(); if (!L_12) { goto IL_004d; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_13 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUpdateLoop_25(); if (!L_13) { goto IL_0046; } } { Tween_t2342918553 * L_14 = ___t0; NullCheck(L_14); Tween_set_active_m101675830(L_14, (bool)0, /*hidden argument*/NULL); goto IL_004d; } IL_0046: { Tween_t2342918553 * L_15 = ___t0; bool L_16 = ___modifyActiveLists1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Despawn_m914290086(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); } IL_004d: { return (bool)1; } IL_004f: { return (bool)0; } } // System.Boolean DG.Tweening.Core.TweenManager::Flip(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Flip_m841879672 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { { Tween_t2342918553 * L_0 = ___t0; Tween_t2342918553 * L_1 = ___t0; NullCheck(L_1); bool L_2 = L_1->get_isBackwards_5(); NullCheck(L_0); L_0->set_isBackwards_5((bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0)); return (bool)1; } } // System.Void DG.Tweening.Core.TweenManager::ForceInit(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TweenManager_ForceInit_m1084273352 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___isSequenced1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_ForceInit_m1084273352_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); bool L_1 = L_0->get_startupDone_43(); if (!L_1) { goto IL_0009; } } { return; } IL_0009: { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean DG.Tweening.Tween::Startup() */, L_2); if (L_3) { goto IL_0029; } } { bool L_4 = ___isSequenced1; if (L_4) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_5 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUpdateLoop_25(); if (!L_5) { goto IL_0023; } } { Tween_t2342918553 * L_6 = ___t0; NullCheck(L_6); Tween_set_active_m101675830(L_6, (bool)0, /*hidden argument*/NULL); return; } IL_0023: { Tween_t2342918553 * L_7 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_RemoveActiveTween_m4176141322(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Boolean DG.Tweening.Core.TweenManager::Goto(DG.Tweening.Tween,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateMode) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Goto_m3684946111 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, float ___to1, bool ___andPlay2, int32_t ___updateMode3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_Goto_m3684946111_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; float V_2 = 0.0f; bool V_3 = false; int32_t G_B3_0 = 0; { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); bool L_1 = L_0->get_isPlaying_48(); V_0 = L_1; Tween_t2342918553 * L_2 = ___t0; bool L_3 = ___andPlay2; NullCheck(L_2); L_2->set_isPlaying_48(L_3); Tween_t2342918553 * L_4 = ___t0; NullCheck(L_4); L_4->set_delayComplete_51((bool)1); Tween_t2342918553 * L_5 = ___t0; Tween_t2342918553 * L_6 = ___t0; NullCheck(L_6); float L_7 = L_6->get_delay_28(); NullCheck(L_5); L_5->set_elapsedDelay_50(L_7); Tween_t2342918553 * L_8 = ___t0; NullCheck(L_8); float L_9 = L_8->get_duration_25(); if ((((float)L_9) <= ((float)(0.0f)))) { goto IL_003d; } } { float L_10 = ___to1; Tween_t2342918553 * L_11 = ___t0; NullCheck(L_11); float L_12 = L_11->get_duration_25(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_13 = Mathf_FloorToInt_m1870542928(NULL /*static, unused*/, ((float)((float)L_10/(float)L_12)), /*hidden argument*/NULL); G_B3_0 = L_13; goto IL_003e; } IL_003d: { G_B3_0 = 1; } IL_003e: { V_1 = G_B3_0; float L_14 = ___to1; Tween_t2342918553 * L_15 = ___t0; NullCheck(L_15); float L_16 = L_15->get_duration_25(); V_2 = (fmodf(L_14, L_16)); Tween_t2342918553 * L_17 = ___t0; NullCheck(L_17); int32_t L_18 = L_17->get_loops_26(); if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_006a; } } { int32_t L_19 = V_1; Tween_t2342918553 * L_20 = ___t0; NullCheck(L_20); int32_t L_21 = L_20->get_loops_26(); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_006a; } } { Tween_t2342918553 * L_22 = ___t0; NullCheck(L_22); int32_t L_23 = L_22->get_loops_26(); V_1 = L_23; Tween_t2342918553 * L_24 = ___t0; NullCheck(L_24); float L_25 = L_24->get_duration_25(); V_2 = L_25; goto IL_0079; } IL_006a: { float L_26 = V_2; Tween_t2342918553 * L_27 = ___t0; NullCheck(L_27); float L_28 = L_27->get_duration_25(); if ((!(((float)L_26) >= ((float)L_28)))) { goto IL_0079; } } { V_2 = (0.0f); } IL_0079: { Tween_t2342918553 * L_29 = ___t0; float L_30 = V_2; int32_t L_31 = V_1; int32_t L_32 = ___updateMode3; bool L_33 = Tween_DoGoto_m1767685380(NULL /*static, unused*/, L_29, L_30, L_31, L_32, /*hidden argument*/NULL); V_3 = L_33; bool L_34 = ___andPlay2; bool L_35 = V_0; if (!((int32_t)((int32_t)((((int32_t)L_34) == ((int32_t)0))? 1 : 0)&(int32_t)L_35))) { goto IL_00a2; } } { bool L_36 = V_3; if (L_36) { goto IL_00a2; } } { Tween_t2342918553 * L_37 = ___t0; NullCheck(L_37); TweenCallback_t3727756325 * L_38 = L_37->get_onPause_13(); if (!L_38) { goto IL_00a2; } } { Tween_t2342918553 * L_39 = ___t0; NullCheck(L_39); TweenCallback_t3727756325 * L_40 = L_39->get_onPause_13(); Tween_OnTweenCallback_m3343846483(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); } IL_00a2: { bool L_41 = V_3; return L_41; } } // System.Boolean DG.Tweening.Core.TweenManager::Pause(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Pause_m3015626886 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); bool L_1 = L_0->get_isPlaying_48(); if (!L_1) { goto IL_0025; } } { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); L_2->set_isPlaying_48((bool)0); Tween_t2342918553 * L_3 = ___t0; NullCheck(L_3); TweenCallback_t3727756325 * L_4 = L_3->get_onPause_13(); if (!L_4) { goto IL_0023; } } { Tween_t2342918553 * L_5 = ___t0; NullCheck(L_5); TweenCallback_t3727756325 * L_6 = L_5->get_onPause_13(); Tween_OnTweenCallback_m3343846483(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); } IL_0023: { return (bool)1; } IL_0025: { return (bool)0; } } // System.Boolean DG.Tweening.Core.TweenManager::Play(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Play_m2737967497 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); bool L_1 = L_0->get_isPlaying_48(); if (L_1) { goto IL_0063; } } { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); bool L_3 = L_2->get_isBackwards_5(); if (L_3) { goto IL_0018; } } { Tween_t2342918553 * L_4 = ___t0; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); if (!L_5) { goto IL_0036; } } IL_0018: { Tween_t2342918553 * L_6 = ___t0; NullCheck(L_6); bool L_7 = L_6->get_isBackwards_5(); if (!L_7) { goto IL_0063; } } { Tween_t2342918553 * L_8 = ___t0; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); if ((((int32_t)L_9) > ((int32_t)0))) { goto IL_0036; } } { Tween_t2342918553 * L_10 = ___t0; NullCheck(L_10); float L_11 = Tween_get_position_m4114235747(L_10, /*hidden argument*/NULL); if ((!(((float)L_11) > ((float)(0.0f))))) { goto IL_0063; } } IL_0036: { Tween_t2342918553 * L_12 = ___t0; NullCheck(L_12); L_12->set_isPlaying_48((bool)1); Tween_t2342918553 * L_13 = ___t0; NullCheck(L_13); bool L_14 = Tween_get_playedOnce_m2418154974(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0061; } } { Tween_t2342918553 * L_15 = ___t0; NullCheck(L_15); bool L_16 = L_15->get_delayComplete_51(); if (!L_16) { goto IL_0061; } } { Tween_t2342918553 * L_17 = ___t0; NullCheck(L_17); TweenCallback_t3727756325 * L_18 = L_17->get_onPlay_12(); if (!L_18) { goto IL_0061; } } { Tween_t2342918553 * L_19 = ___t0; NullCheck(L_19); TweenCallback_t3727756325 * L_20 = L_19->get_onPlay_12(); Tween_OnTweenCallback_m3343846483(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); } IL_0061: { return (bool)1; } IL_0063: { return (bool)0; } } // System.Boolean DG.Tweening.Core.TweenManager::PlayBackwards(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_PlayBackwards_m4039080637 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_PlayBackwards_m4039080637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = L_0->get_completedLoops_47(); if (L_1) { goto IL_001c; } } { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); float L_3 = Tween_get_position_m4114235747(L_2, /*hidden argument*/NULL); if ((!(((float)L_3) <= ((float)(0.0f))))) { goto IL_001c; } } { Tween_t2342918553 * L_4 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ManageOnRewindCallbackWhenAlreadyRewinded_m1910878161(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); } IL_001c: { Tween_t2342918553 * L_5 = ___t0; NullCheck(L_5); bool L_6 = L_5->get_isBackwards_5(); if (L_6) { goto IL_0034; } } { Tween_t2342918553 * L_7 = ___t0; NullCheck(L_7); L_7->set_isBackwards_5((bool)1); Tween_t2342918553 * L_8 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Play_m2737967497(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return (bool)1; } IL_0034: { Tween_t2342918553 * L_9 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_10 = TweenManager_Play_m2737967497(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean DG.Tweening.Core.TweenManager::PlayForward(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_PlayForward_m1281458203 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_PlayForward_m1281458203_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); bool L_1 = L_0->get_isBackwards_5(); if (!L_1) { goto IL_0018; } } { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); L_2->set_isBackwards_5((bool)0); Tween_t2342918553 * L_3 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Play_m2737967497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); return (bool)1; } IL_0018: { Tween_t2342918553 * L_4 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_5 = TweenManager_Play_m2737967497(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean DG.Tweening.Core.TweenManager::Restart(DG.Tweening.Tween,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Restart_m417367270 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___includeDelay1, float ___changeDelayTo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_Restart_m417367270_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); bool L_1 = L_0->get_isPlaying_48(); Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); L_2->set_isBackwards_5((bool)0); float L_3 = ___changeDelayTo2; G_B1_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0); if ((!(((float)L_3) >= ((float)(0.0f))))) { G_B2_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0); goto IL_001f; } } { Tween_t2342918553 * L_4 = ___t0; float L_5 = ___changeDelayTo2; NullCheck(L_4); L_4->set_delay_28(L_5); G_B2_0 = G_B1_0; } IL_001f: { Tween_t2342918553 * L_6 = ___t0; bool L_7 = ___includeDelay1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Rewind_m1857766106(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); Tween_t2342918553 * L_8 = ___t0; NullCheck(L_8); L_8->set_isPlaying_48((bool)1); if (!G_B2_0) { goto IL_0054; } } { Tween_t2342918553 * L_9 = ___t0; NullCheck(L_9); bool L_10 = Tween_get_playedOnce_m2418154974(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0054; } } { Tween_t2342918553 * L_11 = ___t0; NullCheck(L_11); bool L_12 = L_11->get_delayComplete_51(); if (!L_12) { goto IL_0054; } } { Tween_t2342918553 * L_13 = ___t0; NullCheck(L_13); TweenCallback_t3727756325 * L_14 = L_13->get_onPlay_12(); if (!L_14) { goto IL_0054; } } { Tween_t2342918553 * L_15 = ___t0; NullCheck(L_15); TweenCallback_t3727756325 * L_16 = L_15->get_onPlay_12(); Tween_OnTweenCallback_m3343846483(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); } IL_0054: { return (bool)1; } } // System.Boolean DG.Tweening.Core.TweenManager::Rewind(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_Rewind_m1857766106 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___includeDelay1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_Rewind_m1857766106_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t G_B5_0 = 0; { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); bool L_1 = L_0->get_isPlaying_48(); V_0 = L_1; Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); L_2->set_isPlaying_48((bool)0); V_1 = (bool)0; Tween_t2342918553 * L_3 = ___t0; NullCheck(L_3); float L_4 = L_3->get_delay_28(); if ((!(((float)L_4) > ((float)(0.0f))))) { goto IL_0074; } } { bool L_5 = ___includeDelay1; if (!L_5) { goto IL_0052; } } { Tween_t2342918553 * L_6 = ___t0; NullCheck(L_6); float L_7 = L_6->get_delay_28(); if ((!(((float)L_7) > ((float)(0.0f))))) { goto IL_003c; } } { Tween_t2342918553 * L_8 = ___t0; NullCheck(L_8); float L_9 = L_8->get_elapsedDelay_50(); G_B5_0 = ((((float)L_9) > ((float)(0.0f)))? 1 : 0); goto IL_003d; } IL_003c: { G_B5_0 = 0; } IL_003d: { V_1 = (bool)G_B5_0; Tween_t2342918553 * L_10 = ___t0; NullCheck(L_10); L_10->set_elapsedDelay_50((0.0f)); Tween_t2342918553 * L_11 = ___t0; NullCheck(L_11); L_11->set_delayComplete_51((bool)0); goto IL_0074; } IL_0052: { Tween_t2342918553 * L_12 = ___t0; NullCheck(L_12); float L_13 = L_12->get_elapsedDelay_50(); Tween_t2342918553 * L_14 = ___t0; NullCheck(L_14); float L_15 = L_14->get_delay_28(); V_1 = (bool)((((float)L_13) < ((float)L_15))? 1 : 0); Tween_t2342918553 * L_16 = ___t0; Tween_t2342918553 * L_17 = ___t0; NullCheck(L_17); float L_18 = L_17->get_delay_28(); NullCheck(L_16); L_16->set_elapsedDelay_50(L_18); Tween_t2342918553 * L_19 = ___t0; NullCheck(L_19); L_19->set_delayComplete_51((bool)1); } IL_0074: { Tween_t2342918553 * L_20 = ___t0; NullCheck(L_20); float L_21 = Tween_get_position_m4114235747(L_20, /*hidden argument*/NULL); if ((((float)L_21) > ((float)(0.0f)))) { goto IL_0092; } } { Tween_t2342918553 * L_22 = ___t0; NullCheck(L_22); int32_t L_23 = L_22->get_completedLoops_47(); if ((((int32_t)L_23) > ((int32_t)0))) { goto IL_0092; } } { Tween_t2342918553 * L_24 = ___t0; NullCheck(L_24); bool L_25 = L_24->get_startupDone_43(); if (L_25) { goto IL_00be; } } IL_0092: { V_1 = (bool)1; Tween_t2342918553 * L_26 = ___t0; bool L_27 = Tween_DoGoto_m1767685380(NULL /*static, unused*/, L_26, (0.0f), 0, 1, /*hidden argument*/NULL); bool L_28 = V_0; if (!((int32_t)((int32_t)((((int32_t)L_27) == ((int32_t)0))? 1 : 0)&(int32_t)L_28))) { goto IL_00c5; } } { Tween_t2342918553 * L_29 = ___t0; NullCheck(L_29); TweenCallback_t3727756325 * L_30 = L_29->get_onPause_13(); if (!L_30) { goto IL_00c5; } } { Tween_t2342918553 * L_31 = ___t0; NullCheck(L_31); TweenCallback_t3727756325 * L_32 = L_31->get_onPause_13(); Tween_OnTweenCallback_m3343846483(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); goto IL_00c5; } IL_00be: { Tween_t2342918553 * L_33 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ManageOnRewindCallbackWhenAlreadyRewinded_m1910878161(NULL /*static, unused*/, L_33, (bool)0, /*hidden argument*/NULL); } IL_00c5: { bool L_34 = V_1; return L_34; } } // System.Boolean DG.Tweening.Core.TweenManager::SmoothRewind(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_SmoothRewind_m1299417292 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_SmoothRewind_m1299417292_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)0; Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); float L_1 = L_0->get_delay_28(); if ((!(((float)L_1) > ((float)(0.0f))))) { goto IL_0031; } } { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); float L_3 = L_2->get_elapsedDelay_50(); Tween_t2342918553 * L_4 = ___t0; NullCheck(L_4); float L_5 = L_4->get_delay_28(); V_0 = (bool)((((float)L_3) < ((float)L_5))? 1 : 0); Tween_t2342918553 * L_6 = ___t0; Tween_t2342918553 * L_7 = ___t0; NullCheck(L_7); float L_8 = L_7->get_delay_28(); NullCheck(L_6); L_6->set_elapsedDelay_50(L_8); Tween_t2342918553 * L_9 = ___t0; NullCheck(L_9); L_9->set_delayComplete_51((bool)1); } IL_0031: { Tween_t2342918553 * L_10 = ___t0; NullCheck(L_10); float L_11 = Tween_get_position_m4114235747(L_10, /*hidden argument*/NULL); if ((((float)L_11) > ((float)(0.0f)))) { goto IL_004f; } } { Tween_t2342918553 * L_12 = ___t0; NullCheck(L_12); int32_t L_13 = L_12->get_completedLoops_47(); if ((((int32_t)L_13) > ((int32_t)0))) { goto IL_004f; } } { Tween_t2342918553 * L_14 = ___t0; NullCheck(L_14); bool L_15 = L_14->get_startupDone_43(); if (L_15) { goto IL_007e; } } IL_004f: { V_0 = (bool)1; Tween_t2342918553 * L_16 = ___t0; NullCheck(L_16); int32_t L_17 = L_16->get_loopType_27(); if ((!(((uint32_t)L_17) == ((uint32_t)2)))) { goto IL_0062; } } { Tween_t2342918553 * L_18 = ___t0; TweenExtensions_PlayBackwards_m3827745165(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); goto IL_008c; } IL_0062: { Tween_t2342918553 * L_19 = ___t0; Tween_t2342918553 * L_20 = ___t0; float L_21 = TweenExtensions_ElapsedDirectionalPercentage_m2617485611(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); Tween_t2342918553 * L_22 = ___t0; NullCheck(L_22); float L_23 = L_22->get_duration_25(); TweenExtensions_Goto_m2694549880(NULL /*static, unused*/, L_19, ((float)il2cpp_codegen_multiply((float)L_21, (float)L_23)), (bool)0, /*hidden argument*/NULL); Tween_t2342918553 * L_24 = ___t0; TweenExtensions_PlayBackwards_m3827745165(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); goto IL_008c; } IL_007e: { Tween_t2342918553 * L_25 = ___t0; NullCheck(L_25); L_25->set_isPlaying_48((bool)0); Tween_t2342918553 * L_26 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ManageOnRewindCallbackWhenAlreadyRewinded_m1910878161(NULL /*static, unused*/, L_26, (bool)1, /*hidden argument*/NULL); } IL_008c: { bool L_27 = V_0; return L_27; } } // System.Boolean DG.Tweening.Core.TweenManager::TogglePause(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool TweenManager_TogglePause_m1669311535 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_TogglePause_m1669311535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); bool L_1 = L_0->get_isPlaying_48(); if (!L_1) { goto IL_000f; } } { Tween_t2342918553 * L_2 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_3 = TweenManager_Pause_m3015626886(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { Tween_t2342918553 * L_4 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_5 = TweenManager_Play_m2737967497(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 DG.Tweening.Core.TweenManager::TotalPooledTweens() extern "C" IL2CPP_METHOD_ATTR int32_t TweenManager_TotalPooledTweens_m2377850044 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_TotalPooledTweens_m2377850044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totPooledTweeners_21(); int32_t L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totPooledSequences_22(); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } // System.Int32 DG.Tweening.Core.TweenManager::TotalPlayingTweens() extern "C" IL2CPP_METHOD_ATTR int32_t TweenManager_TotalPlayingTweens_m1649120044 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_TotalPlayingTweens_m1649120044_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Tween_t2342918553 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_hasActiveTweens_9(); if (L_0) { goto IL_0009; } } { return 0; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__requiresActiveReorganization_33(); if (!L_1) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ReorganizeActiveTweens_m870803593(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_0015: { V_0 = 0; V_1 = 0; goto IL_0036; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_2 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Tween_t2342918553 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; Tween_t2342918553 * L_6 = V_2; if (!L_6) { goto IL_0032; } } { Tween_t2342918553 * L_7 = V_2; NullCheck(L_7); bool L_8 = L_7->get_isPlaying_48(); if (!L_8) { goto IL_0032; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0032: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0036: { int32_t L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_12 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxActiveLookupId_32(); if ((((int32_t)L_11) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))))) { goto IL_001b; } } { int32_t L_13 = V_0; return L_13; } } // System.Collections.Generic.List`1 DG.Tweening.Core.TweenManager::GetActiveTweens(System.Boolean,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * TweenManager_GetActiveTweens_m3486424719 (RuntimeObject * __this /* static, unused */, bool ___playing0, List_1_t3814993295 * ___fillableList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_GetActiveTweens_m3486424719_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Tween_t2342918553 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__requiresActiveReorganization_33(); if (!L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ReorganizeActiveTweens_m870803593(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0016; } } { return (List_1_t3814993295 *)NULL; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); V_0 = L_2; List_1_t3814993295 * L_3 = ___fillableList1; if (L_3) { goto IL_0027; } } { int32_t L_4 = V_0; List_1_t3814993295 * L_5 = (List_1_t3814993295 *)il2cpp_codegen_object_new(List_1_t3814993295_il2cpp_TypeInfo_var); List_1__ctor_m3568617223(L_5, L_4, /*hidden argument*/List_1__ctor_m3568617223_RuntimeMethod_var); ___fillableList1 = L_5; } IL_0027: { V_1 = 0; goto IL_0047; } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_6 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Tween_t2342918553 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_2 = L_9; Tween_t2342918553 * L_10 = V_2; NullCheck(L_10); bool L_11 = L_10->get_isPlaying_48(); bool L_12 = ___playing0; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0043; } } { List_1_t3814993295 * L_13 = ___fillableList1; Tween_t2342918553 * L_14 = V_2; NullCheck(L_13); List_1_Add_m73741651(L_13, L_14, /*hidden argument*/List_1_Add_m73741651_RuntimeMethod_var); } IL_0043: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0047: { int32_t L_16 = V_1; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_002b; } } { List_1_t3814993295 * L_18 = ___fillableList1; NullCheck(L_18); int32_t L_19 = List_1_get_Count_m1779637251(L_18, /*hidden argument*/List_1_get_Count_m1779637251_RuntimeMethod_var); if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_0056; } } { List_1_t3814993295 * L_20 = ___fillableList1; return L_20; } IL_0056: { return (List_1_t3814993295 *)NULL; } } // System.Collections.Generic.List`1 DG.Tweening.Core.TweenManager::GetTweensById(System.Object,System.Boolean,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * TweenManager_GetTweensById_m4173653544 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___id0, bool ___playingOnly1, List_1_t3814993295 * ___fillableList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_GetTweensById_m4173653544_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; String_t* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; Tween_t2342918553 * V_6 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__requiresActiveReorganization_33(); if (!L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ReorganizeActiveTweens_m870803593(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0016; } } { return (List_1_t3814993295 *)NULL; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); V_0 = L_2; List_1_t3814993295 * L_3 = ___fillableList2; if (L_3) { goto IL_0027; } } { int32_t L_4 = V_0; List_1_t3814993295 * L_5 = (List_1_t3814993295 *)il2cpp_codegen_object_new(List_1_t3814993295_il2cpp_TypeInfo_var); List_1__ctor_m3568617223(L_5, L_4, /*hidden argument*/List_1__ctor_m3568617223_RuntimeMethod_var); ___fillableList2 = L_5; } IL_0027: { V_1 = (bool)0; V_2 = (String_t*)NULL; V_3 = (bool)0; V_4 = 0; RuntimeObject * L_6 = ___id0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var))) { goto IL_0043; } } { V_1 = (bool)1; RuntimeObject * L_7 = ___id0; V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); goto IL_0055; } IL_0043: { RuntimeObject * L_8 = ___id0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_0055; } } { V_3 = (bool)1; RuntimeObject * L_9 = ___id0; V_4 = ((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t2950945753_il2cpp_TypeInfo_var)))); } IL_0055: { V_5 = 0; goto IL_00c7; } IL_005a: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_10 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_11 = V_5; NullCheck(L_10); int32_t L_12 = L_11; Tween_t2342918553 * L_13 = (L_10)->GetAt(static_cast(L_12)); V_6 = L_13; Tween_t2342918553 * L_14 = V_6; if (!L_14) { goto IL_00c1; } } { bool L_15 = V_1; if (!L_15) { goto IL_0085; } } { Tween_t2342918553 * L_16 = V_6; NullCheck(L_16); String_t* L_17 = L_16->get_stringId_7(); if (!L_17) { goto IL_00c1; } } { Tween_t2342918553 * L_18 = V_6; NullCheck(L_18); String_t* L_19 = L_18->get_stringId_7(); String_t* L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00ad; } } { goto IL_00c1; } IL_0085: { bool L_22 = V_3; if (!L_22) { goto IL_0095; } } { Tween_t2342918553 * L_23 = V_6; NullCheck(L_23); int32_t L_24 = L_23->get_intId_8(); int32_t L_25 = V_4; if ((((int32_t)L_24) == ((int32_t)L_25))) { goto IL_00ad; } } { goto IL_00c1; } IL_0095: { Tween_t2342918553 * L_26 = V_6; NullCheck(L_26); RuntimeObject * L_27 = L_26->get_id_6(); if (!L_27) { goto IL_00c1; } } { RuntimeObject * L_28 = ___id0; Tween_t2342918553 * L_29 = V_6; NullCheck(L_29); RuntimeObject * L_30 = L_29->get_id_6(); bool L_31 = Object_Equals_m1397037629(NULL /*static, unused*/, L_28, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00c1; } } IL_00ad: { bool L_32 = ___playingOnly1; if (!L_32) { goto IL_00b9; } } { Tween_t2342918553 * L_33 = V_6; NullCheck(L_33); bool L_34 = L_33->get_isPlaying_48(); if (!L_34) { goto IL_00c1; } } IL_00b9: { List_1_t3814993295 * L_35 = ___fillableList2; Tween_t2342918553 * L_36 = V_6; NullCheck(L_35); List_1_Add_m73741651(L_35, L_36, /*hidden argument*/List_1_Add_m73741651_RuntimeMethod_var); } IL_00c1: { int32_t L_37 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00c7: { int32_t L_38 = V_5; int32_t L_39 = V_0; if ((((int32_t)L_38) < ((int32_t)L_39))) { goto IL_005a; } } { List_1_t3814993295 * L_40 = ___fillableList2; NullCheck(L_40); int32_t L_41 = List_1_get_Count_m1779637251(L_40, /*hidden argument*/List_1_get_Count_m1779637251_RuntimeMethod_var); if ((((int32_t)L_41) <= ((int32_t)0))) { goto IL_00d7; } } { List_1_t3814993295 * L_42 = ___fillableList2; return L_42; } IL_00d7: { return (List_1_t3814993295 *)NULL; } } // System.Collections.Generic.List`1 DG.Tweening.Core.TweenManager::GetTweensByTarget(System.Object,System.Boolean,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * TweenManager_GetTweensByTarget_m1902272649 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___target0, bool ___playingOnly1, List_1_t3814993295 * ___fillableList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_GetTweensByTarget_m1902272649_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Tween_t2342918553 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__requiresActiveReorganization_33(); if (!L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ReorganizeActiveTweens_m870803593(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0016; } } { return (List_1_t3814993295 *)NULL; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); V_0 = L_2; List_1_t3814993295 * L_3 = ___fillableList2; if (L_3) { goto IL_0027; } } { int32_t L_4 = V_0; List_1_t3814993295 * L_5 = (List_1_t3814993295 *)il2cpp_codegen_object_new(List_1_t3814993295_il2cpp_TypeInfo_var); List_1__ctor_m3568617223(L_5, L_4, /*hidden argument*/List_1__ctor_m3568617223_RuntimeMethod_var); ___fillableList2 = L_5; } IL_0027: { V_1 = 0; goto IL_0052; } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_6 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; Tween_t2342918553 * L_9 = (L_6)->GetAt(static_cast(L_8)); V_2 = L_9; Tween_t2342918553 * L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11 = L_10->get_target_9(); RuntimeObject * L_12 = ___target0; if ((!(((RuntimeObject*)(RuntimeObject *)L_11) == ((RuntimeObject*)(RuntimeObject *)L_12)))) { goto IL_004e; } } { bool L_13 = ___playingOnly1; if (!L_13) { goto IL_0047; } } { Tween_t2342918553 * L_14 = V_2; NullCheck(L_14); bool L_15 = L_14->get_isPlaying_48(); if (!L_15) { goto IL_004e; } } IL_0047: { List_1_t3814993295 * L_16 = ___fillableList2; Tween_t2342918553 * L_17 = V_2; NullCheck(L_16); List_1_Add_m73741651(L_16, L_17, /*hidden argument*/List_1_Add_m73741651_RuntimeMethod_var); } IL_004e: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0052: { int32_t L_19 = V_1; int32_t L_20 = V_0; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_002b; } } { List_1_t3814993295 * L_21 = ___fillableList2; NullCheck(L_21); int32_t L_22 = List_1_get_Count_m1779637251(L_21, /*hidden argument*/List_1_get_Count_m1779637251_RuntimeMethod_var); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_0061; } } { List_1_t3814993295 * L_23 = ___fillableList2; return L_23; } IL_0061: { return (List_1_t3814993295 *)NULL; } } // System.Void DG.Tweening.Core.TweenManager::MarkForKilling(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_MarkForKilling_m2696461590 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_MarkForKilling_m2696461590_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); Tween_set_active_m101675830(L_0, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); Tween_t2342918553 * L_2 = ___t0; NullCheck(L_1); List_1_Add_m73741651(L_1, L_2, /*hidden argument*/List_1_Add_m73741651_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Core.TweenManager::EvaluateTweenLink(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_EvaluateTweenLink_m2384491531 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_EvaluateTweenLink_m2384491531_MetadataUsageId); s_Il2CppMethodInitialized = true; } TweenLink_t626108557 * V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; int32_t G_B7_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); Dictionary_2_t450041920 * L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__TweenLinks_30(); Tween_t2342918553 * L_1 = ___t0; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m2020278189(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2020278189_RuntimeMethod_var); if (L_2) { goto IL_0010; } } { return; } IL_0010: { TweenLink_t626108557 * L_3 = V_0; NullCheck(L_3); GameObject_t1113636619 * L_4 = L_3->get_target_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0026; } } { Tween_t2342918553 * L_6 = ___t0; NullCheck(L_6); Tween_set_active_m101675830(L_6, (bool)0, /*hidden argument*/NULL); return; } IL_0026: { TweenLink_t626108557 * L_7 = V_0; NullCheck(L_7); GameObject_t1113636619 * L_8 = L_7->get_target_0(); NullCheck(L_8); bool L_9 = GameObject_get_activeInHierarchy_m2006396688(L_8, /*hidden argument*/NULL); V_1 = L_9; TweenLink_t626108557 * L_10 = V_0; NullCheck(L_10); bool L_11 = L_10->get_lastSeenActive_2(); bool L_12 = V_1; V_2 = (bool)((int32_t)((int32_t)((((int32_t)L_11) == ((int32_t)0))? 1 : 0)&(int32_t)L_12)); TweenLink_t626108557 * L_13 = V_0; NullCheck(L_13); bool L_14 = L_13->get_lastSeenActive_2(); if (!L_14) { goto IL_004c; } } { bool L_15 = V_1; G_B7_0 = ((((int32_t)L_15) == ((int32_t)0))? 1 : 0); goto IL_004d; } IL_004c: { G_B7_0 = 0; } IL_004d: { V_3 = (bool)G_B7_0; TweenLink_t626108557 * L_16 = V_0; bool L_17 = V_1; NullCheck(L_16); L_16->set_lastSeenActive_2(L_17); TweenLink_t626108557 * L_18 = V_0; NullCheck(L_18); int32_t L_19 = L_18->get_behaviour_1(); V_4 = L_19; int32_t L_20 = V_4; switch (L_20) { case 0: { goto IL_0088; } case 1: { goto IL_009b; } case 2: { goto IL_00b1; } case 3: { goto IL_00cd; } case 4: { goto IL_00d8; } case 5: { goto IL_007d; } } } { return; } IL_007d: { bool L_21 = V_1; if (L_21) { goto IL_00e8; } } { Tween_t2342918553 * L_22 = ___t0; NullCheck(L_22); Tween_set_active_m101675830(L_22, (bool)0, /*hidden argument*/NULL); return; } IL_0088: { bool L_23 = V_3; if (!L_23) { goto IL_00e8; } } { Tween_t2342918553 * L_24 = ___t0; NullCheck(L_24); bool L_25 = L_24->get_isPlaying_48(); if (!L_25) { goto IL_00e8; } } { Tween_t2342918553 * L_26 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Pause_m3015626886(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); return; } IL_009b: { bool L_27 = V_3; if (!L_27) { goto IL_00a6; } } { Tween_t2342918553 * L_28 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Pause_m3015626886(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); return; } IL_00a6: { bool L_29 = V_2; if (!L_29) { goto IL_00e8; } } { Tween_t2342918553 * L_30 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Play_m2737967497(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); return; } IL_00b1: { bool L_31 = V_3; if (!L_31) { goto IL_00bc; } } { Tween_t2342918553 * L_32 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Pause_m3015626886(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); return; } IL_00bc: { bool L_33 = V_2; if (!L_33) { goto IL_00e8; } } { Tween_t2342918553 * L_34 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Restart_m417367270(NULL /*static, unused*/, L_34, (bool)1, (-1.0f), /*hidden argument*/NULL); return; } IL_00cd: { bool L_35 = V_2; if (!L_35) { goto IL_00e8; } } { Tween_t2342918553 * L_36 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Play_m2737967497(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); return; } IL_00d8: { bool L_37 = V_2; if (!L_37) { goto IL_00e8; } } { Tween_t2342918553 * L_38 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Restart_m417367270(NULL /*static, unused*/, L_38, (bool)1, (-1.0f), /*hidden argument*/NULL); } IL_00e8: { return; } } // System.Void DG.Tweening.Core.TweenManager::AddActiveTween(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_AddActiveTween_m3621120407 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_AddActiveTween_m3621120407_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__requiresActiveReorganization_33(); if (!L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_ReorganizeActiveTweens_m870803593(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0024; } } { Debugger_LogAddActiveTweenError_m928699848(NULL /*static, unused*/, _stringLiteral2894318731, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweens_14(0); } IL_0024: { Tween_t2342918553 * L_2 = ___t0; NullCheck(L_2); Tween_set_active_m101675830(L_2, (bool)1, /*hidden argument*/NULL); Tween_t2342918553 * L_3 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultUpdateType_11(); NullCheck(L_3); L_3->set_updateType_10(L_4); Tween_t2342918553 * L_5 = ___t0; bool L_6 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultTimeScaleIndependent_12(); NullCheck(L_5); L_5->set_isIndependentUpdate_11(L_6); Tween_t2342918553 * L_7 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_8 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); int32_t L_9 = L_8; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxActiveLookupId_32(L_9); NullCheck(L_7); L_7->set_activeId_40(L_9); TweenU5BU5D_t1320466404* L_10 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_11 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); Tween_t2342918553 * L_12 = ___t0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(L_11), (Tween_t2342918553 *)L_12); Tween_t2342918553 * L_13 = ___t0; NullCheck(L_13); int32_t L_14 = L_13->get_updateType_10(); if (L_14) { goto IL_007a; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_15 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveDefaultTweens_15(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveDefaultTweens_15(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveDefaultTweens_10((bool)1); goto IL_00c3; } IL_007a: { Tween_t2342918553 * L_16 = ___t0; NullCheck(L_16); int32_t L_17 = L_16->get_updateType_10(); V_0 = L_17; int32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)1))) { goto IL_009d; } } { int32_t L_19 = V_0; if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_00b1; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_20 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveFixedTweens_17(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveFixedTweens_17(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveFixedTweens_12((bool)1); goto IL_00c3; } IL_009d: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_21 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveLateTweens_16(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveLateTweens_16(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveLateTweens_11((bool)1); goto IL_00c3; } IL_00b1: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_22 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveManualTweens_18(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveManualTweens_18(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveManualTweens_13((bool)1); } IL_00c3: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_23 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweens_14(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); Tween_t2342918553 * L_24 = ___t0; NullCheck(L_24); int32_t L_25 = ((ABSSequentiable_t3376041011 *)L_24)->get_tweenType_0(); if (L_25) { goto IL_00e5; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_26 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweeners_19(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweeners_19(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))); goto IL_00f1; } IL_00e5: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_27 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveSequences_20(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveSequences_20(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); } IL_00f1: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveTweens_9((bool)1); return; } } // System.Void DG.Tweening.Core.TweenManager::ReorganizeActiveTweens() extern "C" IL2CPP_METHOD_ATTR void TweenManager_ReorganizeActiveTweens_m870803593 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_ReorganizeActiveTweens_m870803593_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Tween_t2342918553 * V_3 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxActiveLookupId_32((-1)); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__requiresActiveReorganization_33((bool)0); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__reorganizeFromId_34((-1)); return; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_1 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__reorganizeFromId_34(); int32_t L_2 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxActiveLookupId_32(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0040; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_3 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxActiveLookupId_32(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxActiveLookupId_32(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__requiresActiveReorganization_33((bool)0); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__reorganizeFromId_34((-1)); return; } IL_0040: { V_0 = 1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_4 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__maxActiveLookupId_32(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__reorganizeFromId_34(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxActiveLookupId_32(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); int32_t L_6 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__reorganizeFromId_34(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_0096; } IL_0060: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_7 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; Tween_t2342918553 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; Tween_t2342918553 * L_11 = V_3; if (L_11) { goto IL_0071; } } { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0092; } IL_0071: { Tween_t2342918553 * L_13 = V_3; int32_t L_14 = V_2; int32_t L_15 = V_0; int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__maxActiveLookupId_32(L_16); NullCheck(L_13); L_13->set_activeId_40(L_16); TweenU5BU5D_t1320466404* L_17 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_18 = V_2; int32_t L_19 = V_0; Tween_t2342918553 * L_20 = V_3; NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))), (Tween_t2342918553 *)L_20); TweenU5BU5D_t1320466404* L_21 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_22 = V_2; NullCheck(L_21); ArrayElementTypeCheck (L_21, NULL); (L_21)->SetAt(static_cast(L_22), (Tween_t2342918553 *)NULL); } IL_0092: { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0096: { int32_t L_24 = V_2; int32_t L_25 = V_1; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0060; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__requiresActiveReorganization_33((bool)0); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__reorganizeFromId_34((-1)); return; } } // System.Void DG.Tweening.Core.TweenManager::DespawnActiveTweens(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void TweenManager_DespawnActiveTweens_m3961181725 (RuntimeObject * __this /* static, unused */, List_1_t3814993295 * ___tweens0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_DespawnActiveTweens_m3961181725_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t3814993295 * L_0 = ___tweens0; NullCheck(L_0); int32_t L_1 = List_1_get_Count_m1779637251(L_0, /*hidden argument*/List_1_get_Count_m1779637251_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); goto IL_001c; } IL_000b: { List_1_t3814993295 * L_2 = ___tweens0; int32_t L_3 = V_0; NullCheck(L_2); Tween_t2342918553 * L_4 = List_1_get_Item_m4103691866(L_2, L_3, /*hidden argument*/List_1_get_Item_m4103691866_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Despawn_m914290086(NULL /*static, unused*/, L_4, (bool)1, /*hidden argument*/NULL); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_001c: { int32_t L_6 = V_0; if ((((int32_t)L_6) > ((int32_t)(-1)))) { goto IL_000b; } } { return; } } // System.Void DG.Tweening.Core.TweenManager::RemoveActiveTween(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void TweenManager_RemoveActiveTween_m4176141322 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_RemoveActiveTween_m4176141322_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = L_0->get_activeId_40(); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__totTweenLinks_31(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0015; } } { Tween_t2342918553 * L_3 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_RemoveTweenLink_m2413961900(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0015: { Tween_t2342918553 * L_4 = ___t0; NullCheck(L_4); L_4->set_activeId_40((-1)); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__requiresActiveReorganization_33((bool)1); int32_t L_5 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__reorganizeFromId_34(); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_6 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__reorganizeFromId_34(); int32_t L_7 = V_0; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0038; } } IL_0032: { int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set__reorganizeFromId_34(L_8); } IL_0038: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenU5BU5D_t1320466404* L_9 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__activeTweens_26(); int32_t L_10 = V_0; NullCheck(L_9); ArrayElementTypeCheck (L_9, NULL); (L_9)->SetAt(static_cast(L_10), (Tween_t2342918553 *)NULL); Tween_t2342918553 * L_11 = ___t0; NullCheck(L_11); int32_t L_12 = L_11->get_updateType_10(); if (L_12) { goto IL_007d; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_13 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveDefaultTweens_15(); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_006e; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_14 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveDefaultTweens_15(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveDefaultTweens_15(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))); int32_t L_15 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveDefaultTweens_15(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveDefaultTweens_10((bool)((((int32_t)L_15) > ((int32_t)0))? 1 : 0)); goto IL_0117; } IL_006e: { Debugger_LogRemoveActiveTweenError_m3351741726(NULL /*static, unused*/, _stringLiteral2193569682, /*hidden argument*/NULL); goto IL_0117; } IL_007d: { Tween_t2342918553 * L_16 = ___t0; NullCheck(L_16); int32_t L_17 = L_16->get_updateType_10(); V_1 = L_17; int32_t L_18 = V_1; if ((((int32_t)L_18) == ((int32_t)1))) { goto IL_00bb; } } { int32_t L_19 = V_1; if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_00ea; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_20 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveFixedTweens_17(); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00af; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_21 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveFixedTweens_17(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveFixedTweens_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1))); int32_t L_22 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveFixedTweens_17(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveFixedTweens_12((bool)((((int32_t)L_22) > ((int32_t)0))? 1 : 0)); goto IL_0117; } IL_00af: { Debugger_LogRemoveActiveTweenError_m3351741726(NULL /*static, unused*/, _stringLiteral3460556136, /*hidden argument*/NULL); goto IL_0117; } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_23 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveLateTweens_16(); if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_00de; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_24 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveLateTweens_16(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveLateTweens_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1))); int32_t L_25 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveLateTweens_16(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveLateTweens_11((bool)((((int32_t)L_25) > ((int32_t)0))? 1 : 0)); goto IL_0117; } IL_00de: { Debugger_LogRemoveActiveTweenError_m3351741726(NULL /*static, unused*/, _stringLiteral371542015, /*hidden argument*/NULL); goto IL_0117; } IL_00ea: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_26 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveManualTweens_18(); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_010d; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_27 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveManualTweens_18(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveManualTweens_18(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))); int32_t L_28 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveManualTweens_18(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveManualTweens_13((bool)((((int32_t)L_28) > ((int32_t)0))? 1 : 0)); goto IL_0117; } IL_010d: { Debugger_LogRemoveActiveTweenError_m3351741726(NULL /*static, unused*/, _stringLiteral254159013, /*hidden argument*/NULL); } IL_0117: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_29 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweens_14(((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1))); int32_t L_30 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_hasActiveTweens_9((bool)((((int32_t)L_30) > ((int32_t)0))? 1 : 0)); Tween_t2342918553 * L_31 = ___t0; NullCheck(L_31); int32_t L_32 = ((ABSSequentiable_t3376041011 *)L_31)->get_tweenType_0(); if (L_32) { goto IL_0146; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_33 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweeners_19(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweeners_19(((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1))); goto IL_0152; } IL_0146: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_34 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveSequences_20(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveSequences_20(((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1))); } IL_0152: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_35 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweens_14(); if ((((int32_t)L_35) >= ((int32_t)0))) { goto IL_016a; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweens_14(0); Debugger_LogRemoveActiveTweenError_m3351741726(NULL /*static, unused*/, _stringLiteral2894318731, /*hidden argument*/NULL); } IL_016a: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_36 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveTweeners_19(); if ((((int32_t)L_36) >= ((int32_t)0))) { goto IL_0182; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveTweeners_19(0); Debugger_LogRemoveActiveTweenError_m3351741726(NULL /*static, unused*/, _stringLiteral1686197755, /*hidden argument*/NULL); } IL_0182: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_37 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_totActiveSequences_20(); if ((((int32_t)L_37) >= ((int32_t)0))) { goto IL_019a; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_totActiveSequences_20(0); Debugger_LogRemoveActiveTweenError_m3351741726(NULL /*static, unused*/, _stringLiteral229390050, /*hidden argument*/NULL); } IL_019a: { return; } } // System.Void DG.Tweening.Core.TweenManager::ClearTweenArray(DG.Tweening.Tween[]) extern "C" IL2CPP_METHOD_ATTR void TweenManager_ClearTweenArray_m2271258698 (RuntimeObject * __this /* static, unused */, TweenU5BU5D_t1320466404* ___tweens0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { TweenU5BU5D_t1320466404* L_0 = ___tweens0; NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); V_1 = 0; goto IL_0010; } IL_0008: { TweenU5BU5D_t1320466404* L_1 = ___tweens0; int32_t L_2 = V_1; NullCheck(L_1); ArrayElementTypeCheck (L_1, NULL); (L_1)->SetAt(static_cast(L_2), (Tween_t2342918553 *)NULL); int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0010: { int32_t L_4 = V_1; int32_t L_5 = V_0; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0008; } } { return; } } // System.Void DG.Tweening.Core.TweenManager::IncreaseCapacities(DG.Tweening.Core.TweenManager/CapacityIncreaseMode) extern "C" IL2CPP_METHOD_ATTR void TweenManager_IncreaseCapacities_m1708884335 (RuntimeObject * __this /* static, unused */, int32_t ___increaseMode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_IncreaseCapacities_m1708884335_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); int32_t L_1 = Mathf_Max_m3673002171(NULL /*static, unused*/, (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_0))), (float)(1.5f)))))), ((int32_t)200), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxSequences_8(); int32_t L_3 = Mathf_Max_m3673002171(NULL /*static, unused*/, (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_2))), (float)(1.5f)))))), ((int32_t)50), /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = ___increaseMode0; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0039; } } { int32_t L_5 = ___increaseMode0; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_005a; } } { goto IL_006c; } IL_0039: { int32_t L_6 = V_0; int32_t L_7 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_8 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); int32_t L_9 = V_1; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxTweeners_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))); int32_t L_10 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); Array_Resize_TisTween_t2342918553_m231671441(NULL /*static, unused*/, (((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_address_of__pooledTweeners_27()), L_10, /*hidden argument*/Array_Resize_TisTween_t2342918553_m231671441_RuntimeMethod_var); goto IL_0099; } IL_005a: { int32_t L_11 = V_0; int32_t L_12 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_13 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxSequences_8(); int32_t L_14 = V_2; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxSequences_8(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))); goto IL_0099; } IL_006c: { int32_t L_15 = V_0; int32_t L_16 = V_1; int32_t L_17 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)))); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_18 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); int32_t L_19 = V_1; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxTweeners_7(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))); int32_t L_20 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxSequences_8(); int32_t L_21 = V_2; ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxSequences_8(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21))); int32_t L_22 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); Array_Resize_TisTween_t2342918553_m231671441(NULL /*static, unused*/, (((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_address_of__pooledTweeners_27()), L_22, /*hidden argument*/Array_Resize_TisTween_t2342918553_m231671441_RuntimeMethod_var); } IL_0099: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_23 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxTweeners_7(); int32_t L_24 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxSequences_8(); ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->set_maxActive_6(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))); int32_t L_25 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_maxActive_6(); Array_Resize_TisTween_t2342918553_m231671441(NULL /*static, unused*/, (((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_address_of__activeTweens_26()), L_25, /*hidden argument*/Array_Resize_TisTween_t2342918553_m231671441_RuntimeMethod_var); int32_t L_26 = V_0; if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00ce; } } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_27 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get__KillList_29(); List_1_t3814993295 * L_28 = L_27; NullCheck(L_28); int32_t L_29 = List_1_get_Capacity_m473055629(L_28, /*hidden argument*/List_1_get_Capacity_m473055629_RuntimeMethod_var); int32_t L_30 = V_0; NullCheck(L_28); List_1_set_Capacity_m3912876352(L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/List_1_set_Capacity_m3912876352_RuntimeMethod_var); } IL_00ce: { return; } } // System.Void DG.Tweening.Core.TweenManager::ManageOnRewindCallbackWhenAlreadyRewinded(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TweenManager_ManageOnRewindCallbackWhenAlreadyRewinded_m1910878161 (RuntimeObject * __this /* static, unused */, Tween_t2342918553 * ___t0, bool ___isPlayBackwardsOrSmoothRewind1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenManager_ManageOnRewindCallbackWhenAlreadyRewinded_m1910878161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Tween_t2342918553 * L_0 = ___t0; NullCheck(L_0); TweenCallback_t3727756325 * L_1 = L_0->get_onRewind_14(); if (L_1) { goto IL_0009; } } { return; } IL_0009: { bool L_2 = ___isPlayBackwardsOrSmoothRewind1; if (!L_2) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_3 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_rewindCallbackMode_7(); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0032; } } { Tween_t2342918553 * L_4 = ___t0; NullCheck(L_4); TweenCallback_t3727756325 * L_5 = L_4->get_onRewind_14(); NullCheck(L_5); TweenCallback_Invoke_m1463592511(L_5, /*hidden argument*/NULL); return; } IL_0020: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_6 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_rewindCallbackMode_7(); if (!L_6) { goto IL_0032; } } { Tween_t2342918553 * L_7 = ___t0; NullCheck(L_7); TweenCallback_t3727756325 * L_8 = L_7->get_onRewind_14(); NullCheck(L_8); TweenCallback_Invoke_m1463592511(L_8, /*hidden argument*/NULL); } IL_0032: { 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 #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 // UnityEngine.Vector3 DG.Tweening.Core.Utils::Vector3FromAngle(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Utils_Vector3FromAngle_m1880144782 (RuntimeObject * __this /* static, unused */, float ___degrees0, float ___magnitude1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_Vector3FromAngle_m1880144782_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { float L_0 = ___degrees0; V_0 = ((float)il2cpp_codegen_multiply((float)L_0, (float)(0.0174532924f))); float L_1 = ___magnitude1; float L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); float L_3 = cosf(L_2); float L_4 = ___magnitude1; float L_5 = V_0; float L_6 = sinf(L_5); Vector3_t3722313464 L_7; memset(&L_7, 0, sizeof(L_7)); Vector3__ctor_m3353183577((&L_7), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_6)), (0.0f), /*hidden argument*/NULL); return L_7; } } // System.Single DG.Tweening.Core.Utils::Angle2D(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR float Utils_Angle2D_m714643226 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___from0, Vector3_t3722313464 ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_Angle2D_m714643226_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_0 = Vector2_get_right_m1027081661(NULL /*static, unused*/, /*hidden argument*/NULL); Vector3_t3722313464 L_1 = ___to1; Vector3_t3722313464 L_2 = ___from0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_3 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); ___to1 = L_3; Vector2_t2156229523 L_4 = L_0; Vector3_t3722313464 L_5 = ___to1; Vector2_t2156229523 L_6 = Vector2_op_Implicit_m4260192859(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); float L_7 = Vector2_Angle_m4105581454(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); V_0 = L_7; Vector3_t3722313464 L_8 = Vector2_op_Implicit_m1860157806(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Vector3_t3722313464 L_9 = ___to1; Vector3_t3722313464 L_10 = Vector3_Cross_m418170344(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); float L_11 = L_10.get_z_3(); if ((!(((float)L_11) > ((float)(0.0f))))) { goto IL_003a; } } { float L_12 = V_0; V_0 = ((float)il2cpp_codegen_subtract((float)(360.0f), (float)L_12)); } IL_003a: { float L_13 = V_0; V_0 = ((float)il2cpp_codegen_multiply((float)L_13, (float)(-1.0f))); float L_14 = V_0; return L_14; } } // UnityEngine.Vector3 DG.Tweening.Core.Utils::RotateAroundPivot(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Utils_RotateAroundPivot_m1680794404 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___point0, Vector3_t3722313464 ___pivot1, Quaternion_t2301928331 ___rotation2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_RotateAroundPivot_m1680794404_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Quaternion_t2301928331 L_0 = ___rotation2; Vector3_t3722313464 L_1 = ___point0; Vector3_t3722313464 L_2 = ___pivot1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_3 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Vector3_t3722313464 L_4 = Quaternion_op_Multiply_m2607404835(NULL /*static, unused*/, L_0, L_3, /*hidden argument*/NULL); Vector3_t3722313464 L_5 = ___pivot1; Vector3_t3722313464 L_6 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean DG.Tweening.Core.Utils::Vector3AreApproximatelyEqual(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool Utils_Vector3AreApproximatelyEqual_m2933232324 (RuntimeObject * __this /* static, unused */, Vector3_t3722313464 ___a0, Vector3_t3722313464 ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_Vector3AreApproximatelyEqual_m2933232324_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Vector3_t3722313464 L_0 = ___a0; float L_1 = L_0.get_x_1(); Vector3_t3722313464 L_2 = ___b1; float L_3 = L_2.get_x_1(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); bool L_4 = Mathf_Approximately_m245805902(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0038; } } { Vector3_t3722313464 L_5 = ___a0; float L_6 = L_5.get_y_2(); Vector3_t3722313464 L_7 = ___b1; float L_8 = L_7.get_y_2(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); bool L_9 = Mathf_Approximately_m245805902(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0038; } } { Vector3_t3722313464 L_10 = ___a0; float L_11 = L_10.get_z_3(); Vector3_t3722313464 L_12 = ___b1; float L_13 = L_12.get_z_3(); IL2CPP_RUNTIME_CLASS_INIT(Mathf_t3464937446_il2cpp_TypeInfo_var); bool L_14 = Mathf_Approximately_m245805902(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); return L_14; } IL_0038: { return (bool)0; } } // System.Type DG.Tweening.Core.Utils::GetLooseScriptType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Utils_GetLooseScriptType_m1419918510 (RuntimeObject * __this /* static, unused */, String_t* ___typeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils_GetLooseScriptType_m1419918510_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; { V_0 = 0; goto IL_0025; } IL_0004: { String_t* L_0 = ___typeName0; IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_1 = ((Utils_t849021263_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t849021263_il2cpp_TypeInfo_var))->get__defAssembliesToQuery_1(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1359085175, L_0, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_5, "DOTween, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"); V_1 = L_6; Type_t * L_7 = V_1; if (!L_7) { goto IL_0021; } } { Type_t * L_8 = V_1; return L_8; } IL_0021: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0025: { int32_t L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_11 = ((Utils_t849021263_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t849021263_il2cpp_TypeInfo_var))->get__defAssembliesToQuery_1(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0004; } } { IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); AssemblyU5BU5D_t2792222854* L_12 = ((Utils_t849021263_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t849021263_il2cpp_TypeInfo_var))->get__loadedAssemblies_0(); if (L_12) { goto IL_0045; } } { AppDomain_t1571427825 * L_13 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); AssemblyU5BU5D_t2792222854* L_14 = AppDomain_GetAssemblies_m803088943(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); ((Utils_t849021263_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t849021263_il2cpp_TypeInfo_var))->set__loadedAssemblies_0(L_14); } IL_0045: { V_2 = 0; goto IL_006f; } IL_0049: { String_t* L_15 = ___typeName0; IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); AssemblyU5BU5D_t2792222854* L_16 = ((Utils_t849021263_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t849021263_il2cpp_TypeInfo_var))->get__loadedAssemblies_0(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; Assembly_t * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); AssemblyName_t270931938 * L_20 = VirtFuncInvoker0< AssemblyName_t270931938 * >::Invoke(18 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1359085175, L_15, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_21, "DOTween, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"); V_3 = L_22; Type_t * L_23 = V_3; if (!L_23) { goto IL_006b; } } { Type_t * L_24 = V_3; return L_24; } IL_006b: { int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_006f: { int32_t L_26 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); AssemblyU5BU5D_t2792222854* L_27 = ((Utils_t849021263_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t849021263_il2cpp_TypeInfo_var))->get__loadedAssemblies_0(); NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_0049; } } { return (Type_t *)NULL; } } // System.Void DG.Tweening.Core.Utils::.cctor() extern "C" IL2CPP_METHOD_ATTR void Utils__cctor_m3838278060 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Utils__cctor_m3838278060_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral1968731289); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral1968731289); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral3879612852); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral3879612852); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral590631949); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral590631949); ((Utils_t849021263_StaticFields*)il2cpp_codegen_static_fields_for(Utils_t849021263_il2cpp_TypeInfo_var))->set__defAssembliesToQuery_1(L_2); 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 // DG.Tweening.CustomPlugins.PureQuaternionPlugin DG.Tweening.CustomPlugins.PureQuaternionPlugin::Plug() extern "C" IL2CPP_METHOD_ATTR PureQuaternionPlugin_t587122414 * PureQuaternionPlugin_Plug_m3255369721 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PureQuaternionPlugin_Plug_m3255369721_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PureQuaternionPlugin_t587122414 * L_0 = ((PureQuaternionPlugin_t587122414_StaticFields*)il2cpp_codegen_static_fields_for(PureQuaternionPlugin_t587122414_il2cpp_TypeInfo_var))->get__plug_0(); if (L_0) { goto IL_0011; } } { PureQuaternionPlugin_t587122414 * L_1 = (PureQuaternionPlugin_t587122414 *)il2cpp_codegen_object_new(PureQuaternionPlugin_t587122414_il2cpp_TypeInfo_var); PureQuaternionPlugin__ctor_m3911981263(L_1, /*hidden argument*/NULL); ((PureQuaternionPlugin_t587122414_StaticFields*)il2cpp_codegen_static_fields_for(PureQuaternionPlugin_t587122414_il2cpp_TypeInfo_var))->set__plug_0(L_1); } IL_0011: { PureQuaternionPlugin_t587122414 * L_2 = ((PureQuaternionPlugin_t587122414_StaticFields*)il2cpp_codegen_static_fields_for(PureQuaternionPlugin_t587122414_il2cpp_TypeInfo_var))->get__plug_0(); return L_2; } } // System.Void DG.Tweening.CustomPlugins.PureQuaternionPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void PureQuaternionPlugin_Reset_m2522170435 (PureQuaternionPlugin_t587122414 * __this, TweenerCore_3_t3785815898 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.CustomPlugins.PureQuaternionPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PureQuaternionPlugin_SetFrom_m3833273730 (PureQuaternionPlugin_t587122414 * __this, TweenerCore_3_t3785815898 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PureQuaternionPlugin_SetFrom_m3833273730_MetadataUsageId); s_Il2CppMethodInitialized = true; } Quaternion_t2301928331 V_0; memset(&V_0, 0, sizeof(V_0)); TweenerCore_3_t3785815898 * G_B2_0 = NULL; TweenerCore_3_t3785815898 * G_B1_0 = NULL; Quaternion_t2301928331 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); TweenerCore_3_t3785815898 * G_B3_1 = NULL; { TweenerCore_3_t3785815898 * L_0 = ___t0; NullCheck(L_0); Quaternion_t2301928331 L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t3785815898 * L_2 = ___t0; TweenerCore_3_t3785815898 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t2044724535 * L_4 = L_3->get_getter_59(); NullCheck(L_4); Quaternion_t2301928331 L_5 = DOGetter_1_Invoke_m2360668198(L_4, /*hidden argument*/DOGetter_1_Invoke_m2360668198_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t3785815898 * L_6 = ___t0; bool L_7 = ___isRelative1; G_B1_0 = L_6; if (L_7) { G_B2_0 = L_6; goto IL_001f; } } { Quaternion_t2301928331 L_8 = V_0; G_B3_0 = L_8; G_B3_1 = G_B1_0; goto IL_002b; } IL_001f: { TweenerCore_3_t3785815898 * L_9 = ___t0; NullCheck(L_9); Quaternion_t2301928331 L_10 = L_9->get_endValue_56(); Quaternion_t2301928331 L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_12 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); G_B3_0 = L_12; G_B3_1 = G_B2_0; } IL_002b: { NullCheck(G_B3_1); G_B3_1->set_startValue_55(G_B3_0); TweenerCore_3_t3785815898 * L_13 = ___t0; NullCheck(L_13); DOSetter_1_t3352036663 * L_14 = L_13->get_setter_60(); TweenerCore_3_t3785815898 * L_15 = ___t0; NullCheck(L_15); Quaternion_t2301928331 L_16 = L_15->get_startValue_55(); NullCheck(L_14); DOSetter_1_Invoke_m3278952665(L_14, L_16, /*hidden argument*/DOSetter_1_Invoke_m3278952665_RuntimeMethod_var); return; } } // System.Void DG.Tweening.CustomPlugins.PureQuaternionPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,UnityEngine.Quaternion,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PureQuaternionPlugin_SetFrom_m3893351448 (PureQuaternionPlugin_t587122414 * __this, TweenerCore_3_t3785815898 * ___t0, Quaternion_t2301928331 ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PureQuaternionPlugin_SetFrom_m3893351448_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t3785815898 * L_0 = ___t0; Quaternion_t2301928331 L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_0016; } } { TweenerCore_3_t3785815898 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t3352036663 * L_4 = L_3->get_setter_60(); Quaternion_t2301928331 L_5 = ___fromValue1; NullCheck(L_4); DOSetter_1_Invoke_m3278952665(L_4, L_5, /*hidden argument*/DOSetter_1_Invoke_m3278952665_RuntimeMethod_var); } IL_0016: { return; } } // UnityEngine.Quaternion DG.Tweening.CustomPlugins.PureQuaternionPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Quaternion_t2301928331 PureQuaternionPlugin_ConvertToStartValue_m2895908742 (PureQuaternionPlugin_t587122414 * __this, TweenerCore_3_t3785815898 * ___t0, Quaternion_t2301928331 ___value1, const RuntimeMethod* method) { { Quaternion_t2301928331 L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.CustomPlugins.PureQuaternionPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void PureQuaternionPlugin_SetRelativeEndValue_m2584906038 (PureQuaternionPlugin_t587122414 * __this, TweenerCore_3_t3785815898 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PureQuaternionPlugin_SetRelativeEndValue_m2584906038_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t3785815898 * L_0 = ___t0; TweenerCore_3_t3785815898 * L_1 = L_0; NullCheck(L_1); Quaternion_t2301928331 L_2 = L_1->get_endValue_56(); TweenerCore_3_t3785815898 * L_3 = ___t0; NullCheck(L_3); Quaternion_t2301928331 L_4 = L_3->get_startValue_55(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_5 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_endValue_56(L_5); return; } } // System.Void DG.Tweening.CustomPlugins.PureQuaternionPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void PureQuaternionPlugin_SetChangeValue_m2547069861 (PureQuaternionPlugin_t587122414 * __this, TweenerCore_3_t3785815898 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t3785815898 * L_0 = ___t0; TweenerCore_3_t3785815898 * L_1 = ___t0; NullCheck(L_1); Quaternion_t2301928331 L_2 = L_1->get_endValue_56(); NullCheck(L_0); L_0->set_changeValue_57(L_2); return; } } // System.Single DG.Tweening.CustomPlugins.PureQuaternionPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.NoOptions,System.Single,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR float PureQuaternionPlugin_GetSpeedBasedDuration_m4286316141 (PureQuaternionPlugin_t587122414 * __this, NoOptions_t313102519 ___options0, float ___unitsXSecond1, Quaternion_t2301928331 ___changeValue2, const RuntimeMethod* method) { Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); { Vector3_t3722313464 L_0 = Quaternion_get_eulerAngles_m3425202016((&___changeValue2), /*hidden argument*/NULL); V_0 = L_0; float L_1 = Vector3_get_magnitude_m27958459((&V_0), /*hidden argument*/NULL); float L_2 = ___unitsXSecond1; return ((float)((float)L_1/(float)L_2)); } } // System.Void DG.Tweening.CustomPlugins.PureQuaternionPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.NoOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void PureQuaternionPlugin_EvaluateAndApply_m1793576346 (PureQuaternionPlugin_t587122414 * __this, NoOptions_t313102519 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t2044724535 * ___getter3, DOSetter_1_t3352036663 * ___setter4, float ___elapsed5, Quaternion_t2301928331 ___startValue6, Quaternion_t2301928331 ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PureQuaternionPlugin_EvaluateAndApply_m1793576346_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_easeType_30(); Tween_t2342918553 * L_2 = ___t1; NullCheck(L_2); EaseFunction_t3531141372 * L_3 = L_2->get_customEase_31(); float L_4 = ___elapsed5; float L_5 = ___duration8; Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); float L_7 = L_6->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); float L_9 = L_8->get_easePeriod_33(); float L_10 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_1, L_3, L_4, L_5, L_7, L_9, /*hidden argument*/NULL); V_0 = L_10; DOSetter_1_t3352036663 * L_11 = ___setter4; Quaternion_t2301928331 L_12 = ___startValue6; Quaternion_t2301928331 L_13 = ___changeValue7; float L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_15 = Quaternion_Slerp_m1234055455(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); NullCheck(L_11); DOSetter_1_Invoke_m3278952665(L_11, L_15, /*hidden argument*/DOSetter_1_Invoke_m3278952665_RuntimeMethod_var); return; } } // System.Void DG.Tweening.CustomPlugins.PureQuaternionPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void PureQuaternionPlugin__ctor_m3911981263 (PureQuaternionPlugin_t587122414 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PureQuaternionPlugin__ctor_m3911981263_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m1592027918(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m1592027918_RuntimeMethod_var); 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 // DG.Tweening.LogBehaviour DG.Tweening.DOTween::get_logBehaviour() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_get_logBehaviour_m1951211821 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_get_logBehaviour_m1951211821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get__logBehaviour_8(); return L_0; } } // System.Void DG.Tweening.DOTween::set_logBehaviour(DG.Tweening.LogBehaviour) extern "C" IL2CPP_METHOD_ATTR void DOTween_set_logBehaviour_m3567543409 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_set_logBehaviour_m3567543409_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set__logBehaviour_8(L_0); int32_t L_1 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get__logBehaviour_8(); Debugger_SetLogPriority_m1935769544(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return; } } // DG.Tweening.IDOTweenInit DG.Tweening.DOTween::Init(System.Nullable`1,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTween_Init_m3674058257 (RuntimeObject * __this /* static, unused */, Nullable_1_t1819850047 ___recycleAllByDefault0, Nullable_1_t1819850047 ___useSafeMode1, Nullable_1_t3271444517 ___logBehaviour2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Init_m3674058257_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_initialized_24(); if (!L_0) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTweenComponent_t828035757 * L_1 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_instance_20(); return L_1; } IL_000d: { bool L_2 = Application_get_isPlaying_m100394690(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_3 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_isQuitting_25(); if (!L_3) { goto IL_001d; } } IL_001b: { return (RuntimeObject*)NULL; } IL_001d: { Object_t631007953 * L_4 = Resources_Load_m3880010804(NULL /*static, unused*/, _stringLiteral2796087620, /*hidden argument*/NULL); Nullable_1_t1819850047 L_5 = ___recycleAllByDefault0; Nullable_1_t1819850047 L_6 = ___useSafeMode1; Nullable_1_t3271444517 L_7 = ___logBehaviour2; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); RuntimeObject* L_8 = DOTween_Init_m3752499687(NULL /*static, unused*/, ((DOTweenSettings_t4078947542 *)IsInstClass((RuntimeObject*)L_4, DOTweenSettings_t4078947542_il2cpp_TypeInfo_var)), L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void DG.Tweening.DOTween::AutoInit() extern "C" IL2CPP_METHOD_ATTR void DOTween_AutoInit_m4089566748 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_AutoInit_m4089566748_MetadataUsageId); s_Il2CppMethodInitialized = true; } Nullable_1_t1819850047 V_0; memset(&V_0, 0, sizeof(V_0)); Nullable_1_t3271444517 V_1; memset(&V_1, 0, sizeof(V_1)); { Object_t631007953 * L_0 = Resources_Load_m3880010804(NULL /*static, unused*/, _stringLiteral2796087620, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_1 = V_0; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t1819850047 )); Nullable_1_t1819850047 L_2 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t3271444517 )); Nullable_1_t3271444517 L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTween_Init_m3752499687(NULL /*static, unused*/, ((DOTweenSettings_t4078947542 *)IsInstClass((RuntimeObject*)L_0, DOTweenSettings_t4078947542_il2cpp_TypeInfo_var)), L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // DG.Tweening.IDOTweenInit DG.Tweening.DOTween::Init(DG.Tweening.Core.DOTweenSettings,System.Nullable`1,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DOTween_Init_m3752499687 (RuntimeObject * __this /* static, unused */, DOTweenSettings_t4078947542 * ___settings0, Nullable_1_t1819850047 ___recycleAllByDefault1, Nullable_1_t1819850047 ___useSafeMode2, Nullable_1_t3271444517 ___logBehaviour3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Init_m3752499687_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool G_B16_0 = false; int32_t G_B20_0 = 0; ObjectU5BU5D_t2843939325* G_B20_1 = NULL; ObjectU5BU5D_t2843939325* G_B20_2 = NULL; int32_t G_B19_0 = 0; ObjectU5BU5D_t2843939325* G_B19_1 = NULL; ObjectU5BU5D_t2843939325* G_B19_2 = NULL; String_t* G_B21_0 = NULL; int32_t G_B21_1 = 0; ObjectU5BU5D_t2843939325* G_B21_2 = NULL; ObjectU5BU5D_t2843939325* G_B21_3 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_initialized_24((bool)1); bool L_0 = Nullable_1_get_HasValue_m3206831396((&___recycleAllByDefault1), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (!L_0) { goto IL_001b; } } { bool L_1 = Nullable_1_get_Value_m3418327087((&___recycleAllByDefault1), /*hidden argument*/Nullable_1_get_Value_m3418327087_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultRecyclable_16(L_1); } IL_001b: { bool L_2 = Nullable_1_get_HasValue_m3206831396((&___useSafeMode2), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (!L_2) { goto IL_0030; } } { bool L_3 = Nullable_1_get_Value_m3418327087((&___useSafeMode2), /*hidden argument*/Nullable_1_get_Value_m3418327087_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_useSafeMode_1(L_3); } IL_0030: { bool L_4 = Nullable_1_get_HasValue_m1896991456((&___logBehaviour3), /*hidden argument*/Nullable_1_get_HasValue_m1896991456_RuntimeMethod_var); if (!L_4) { goto IL_0045; } } { int32_t L_5 = Nullable_1_get_Value_m2098102441((&___logBehaviour3), /*hidden argument*/Nullable_1_get_Value_m2098102441_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTween_set_logBehaviour_m3567543409(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); } IL_0045: { DOTweenComponent_Create_m2340758355(NULL /*static, unused*/, /*hidden argument*/NULL); DOTweenSettings_t4078947542 * L_6 = ___settings0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_7 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_6, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0159; } } { bool L_8 = Nullable_1_get_HasValue_m3206831396((&___useSafeMode2), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_8) { goto IL_006a; } } { DOTweenSettings_t4078947542 * L_9 = ___settings0; NullCheck(L_9); bool L_10 = L_9->get_useSafeMode_4(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_useSafeMode_1(L_10); } IL_006a: { bool L_11 = Nullable_1_get_HasValue_m1896991456((&___logBehaviour3), /*hidden argument*/Nullable_1_get_HasValue_m1896991456_RuntimeMethod_var); if (L_11) { goto IL_007e; } } { DOTweenSettings_t4078947542 * L_12 = ___settings0; NullCheck(L_12); int32_t L_13 = L_12->get_logBehaviour_11(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTween_set_logBehaviour_m3567543409(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); } IL_007e: { bool L_14 = Nullable_1_get_HasValue_m3206831396((&___recycleAllByDefault1), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (L_14) { goto IL_0092; } } { DOTweenSettings_t4078947542 * L_15 = ___settings0; NullCheck(L_15); bool L_16 = L_15->get_defaultRecyclable_13(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultRecyclable_16(L_16); } IL_0092: { DOTweenSettings_t4078947542 * L_17 = ___settings0; NullCheck(L_17); SafeModeOptions_t1009220084 * L_18 = L_17->get_safeModeOptions_5(); NullCheck(L_18); int32_t L_19 = L_18->get_nestedTweenFailureBehaviour_0(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_nestedTweenFailureBehaviour_2(L_19); DOTweenSettings_t4078947542 * L_20 = ___settings0; NullCheck(L_20); float L_21 = L_20->get_timeScale_6(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_timeScale_4(L_21); DOTweenSettings_t4078947542 * L_22 = ___settings0; NullCheck(L_22); bool L_23 = L_22->get_useSmoothDeltaTime_7(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_useSmoothDeltaTime_5(L_23); DOTweenSettings_t4078947542 * L_24 = ___settings0; NullCheck(L_24); float L_25 = L_24->get_maxSmoothUnscaledTime_8(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_maxSmoothUnscaledTime_6(L_25); DOTweenSettings_t4078947542 * L_26 = ___settings0; NullCheck(L_26); int32_t L_27 = L_26->get_rewindCallbackMode_9(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_rewindCallbackMode_7(L_27); bool L_28 = Nullable_1_get_HasValue_m3206831396((&___recycleAllByDefault1), /*hidden argument*/Nullable_1_get_HasValue_m3206831396_RuntimeMethod_var); if (!L_28) { goto IL_00e0; } } { bool L_29 = Nullable_1_get_Value_m3418327087((&___recycleAllByDefault1), /*hidden argument*/Nullable_1_get_Value_m3418327087_RuntimeMethod_var); G_B16_0 = L_29; goto IL_00e6; } IL_00e0: { DOTweenSettings_t4078947542 * L_30 = ___settings0; NullCheck(L_30); bool L_31 = L_30->get_defaultRecyclable_13(); G_B16_0 = L_31; } IL_00e6: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultRecyclable_16(G_B16_0); DOTweenSettings_t4078947542 * L_32 = ___settings0; NullCheck(L_32); bool L_33 = L_32->get_showUnityEditorReport_10(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_showUnityEditorReport_3(L_33); DOTweenSettings_t4078947542 * L_34 = ___settings0; NullCheck(L_34); bool L_35 = L_34->get_drawGizmos_12(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_drawGizmos_10(L_35); DOTweenSettings_t4078947542 * L_36 = ___settings0; NullCheck(L_36); int32_t L_37 = L_36->get_defaultAutoPlay_14(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultAutoPlay_13(L_37); DOTweenSettings_t4078947542 * L_38 = ___settings0; NullCheck(L_38); int32_t L_39 = L_38->get_defaultUpdateType_15(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultUpdateType_11(L_39); DOTweenSettings_t4078947542 * L_40 = ___settings0; NullCheck(L_40); bool L_41 = L_40->get_defaultTimeScaleIndependent_16(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultTimeScaleIndependent_12(L_41); DOTweenSettings_t4078947542 * L_42 = ___settings0; NullCheck(L_42); int32_t L_43 = L_42->get_defaultEaseType_17(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultEaseType_17(L_43); DOTweenSettings_t4078947542 * L_44 = ___settings0; NullCheck(L_44); float L_45 = L_44->get_defaultEaseOvershootOrAmplitude_18(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultEaseOvershootOrAmplitude_18(L_45); DOTweenSettings_t4078947542 * L_46 = ___settings0; NullCheck(L_46); float L_47 = L_46->get_defaultEasePeriod_19(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultEasePeriod_19(L_47); DOTweenSettings_t4078947542 * L_48 = ___settings0; NullCheck(L_48); bool L_49 = L_48->get_defaultAutoKill_20(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultAutoKill_14(L_49); DOTweenSettings_t4078947542 * L_50 = ___settings0; NullCheck(L_50); int32_t L_51 = L_50->get_defaultLoopType_21(); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultLoopType_15(L_51); } IL_0159: { int32_t L_52 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_52) < ((int32_t)2))) { goto IL_01c1; } } { ObjectU5BU5D_t2843939325* L_53 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)7)); NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteral116249344); (L_53)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral116249344); ObjectU5BU5D_t2843939325* L_54 = L_53; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); String_t* L_55 = Boolean_ToString_m2664721875((((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_address_of_useSafeMode_1()), /*hidden argument*/NULL); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_55); (L_54)->SetAt(static_cast(1), (RuntimeObject *)L_55); ObjectU5BU5D_t2843939325* L_56 = L_54; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral1320399781); (L_56)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1320399781); ObjectU5BU5D_t2843939325* L_57 = L_56; bool L_58 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultRecyclable_16(); G_B19_0 = 3; G_B19_1 = L_57; G_B19_2 = L_57; if (L_58) { G_B20_0 = 3; G_B20_1 = L_57; G_B20_2 = L_57; goto IL_0194; } } { G_B21_0 = _stringLiteral3005588141; G_B21_1 = G_B19_0; G_B21_2 = G_B19_1; G_B21_3 = G_B19_2; goto IL_0199; } IL_0194: { G_B21_0 = _stringLiteral3456940001; G_B21_1 = G_B20_0; G_B21_2 = G_B20_1; G_B21_3 = G_B20_2; } IL_0199: { NullCheck(G_B21_2); ArrayElementTypeCheck (G_B21_2, G_B21_0); (G_B21_2)->SetAt(static_cast(G_B21_1), (RuntimeObject *)G_B21_0); ObjectU5BU5D_t2843939325* L_59 = G_B21_3; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteral2142110863); (L_59)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral2142110863); ObjectU5BU5D_t2843939325* L_60 = L_59; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_61 = DOTween_get_logBehaviour_m1951211821(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_62 = L_61; RuntimeObject * L_63 = Box(LogBehaviour_t1548882435_il2cpp_TypeInfo_var, &L_62); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_63); (L_60)->SetAt(static_cast(5), (RuntimeObject *)L_63); ObjectU5BU5D_t2843939325* L_64 = L_60; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral3452614535); (L_64)->SetAt(static_cast(6), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = String_Concat_m2971454694(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); Debugger_Log_m2008643737(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); } IL_01c1: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTweenComponent_t828035757 * L_66 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_instance_20(); return L_66; } } // System.Void DG.Tweening.DOTween::SetTweensCapacity(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DOTween_SetTweensCapacity_m849315291 (RuntimeObject * __this /* static, unused */, int32_t ___tweenersCapacity0, int32_t ___sequencesCapacity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_SetTweensCapacity_m849315291_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___tweenersCapacity0; int32_t L_1 = ___sequencesCapacity1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_SetCapacities_m280715067(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.DOTween::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DOTween_Clear_m1096541283 (RuntimeObject * __this /* static, unused */, bool ___destroy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Clear_m1096541283_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_PurgeAll_m3367004003(NULL /*static, unused*/, /*hidden argument*/NULL); PluginsManager_PurgeAll_m2604620327(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_0 = ___destroy0; if (L_0) { goto IL_000e; } } { return; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_initialized_24((bool)0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_useSafeMode_1((bool)0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_nestedTweenFailureBehaviour_2(0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_showUnityEditorReport_3((bool)0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_drawGizmos_10((bool)1); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_timeScale_4((1.0f)); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_useSmoothDeltaTime_5((bool)0); DOTween_set_logBehaviour_m3567543409(NULL /*static, unused*/, 2, /*hidden argument*/NULL); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultEaseType_17(6); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultEaseOvershootOrAmplitude_18((1.70158f)); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultEasePeriod_19((0.0f)); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultUpdateType_11(0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultTimeScaleIndependent_12((bool)0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultAutoPlay_13(3); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultLoopType_15(0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultAutoKill_14((bool)1); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultRecyclable_16((bool)0); int32_t L_1 = 0; ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_maxActiveSequencesReached_22(L_1); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_maxActiveTweenersReached_21(L_1); DOTweenComponent_DestroyInstance_m259824510(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.DOTween::ClearCachedTweens() extern "C" IL2CPP_METHOD_ATTR void DOTween_ClearCachedTweens_m729478360 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_ClearCachedTweens_m729478360_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_PurgePools_m1525899553(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Int32 DG.Tweening.DOTween::Validate() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Validate_m2338311919 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Validate_m2338311919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_Validate_m995512755(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void DG.Tweening.DOTween::ManualUpdate(System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR void DOTween_ManualUpdate_m756408682 (RuntimeObject * __this /* static, unused */, float ___deltaTime0, float ___unscaledDeltaTime1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_ManualUpdate_m756408682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTween_InitCheck_m2142797717(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_hasActiveManualTweens_13(); if (!L_0) { goto IL_0020; } } { float L_1 = ___deltaTime0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_timeScale_4(); float L_3 = ___unscaledDeltaTime1; float L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_timeScale_4(); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); TweenManager_Update_m3156821148(NULL /*static, unused*/, 3, ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)), /*hidden argument*/NULL); } IL_0020: { return; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * DOTween_To_m2106473129 (RuntimeObject * __this /* static, unused */, DOGetter_1_t1140062978 * ___getter0, DOSetter_1_t2447375106 * ___setter1, float ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m2106473129_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t1140062978 * L_0 = ___getter0; DOSetter_1_t2447375106 * L_1 = ___setter1; float L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t884556411 * L_4 = DOTween_ApplyTo_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m4002217475(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t420566061 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m4002217475_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Double,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4210260218 * DOTween_To_m3335013682 (RuntimeObject * __this /* static, unused */, DOGetter_1_t337461567 * ___getter0, DOSetter_1_t1644773695 * ___setter1, double ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m3335013682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t337461567 * L_0 = ___getter0; DOSetter_1_t1644773695 * L_1 = ___setter1; double L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t4210260218 * L_4 = DOTween_ApplyTo_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m1428722594(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t3746269868 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisDouble_t594665363_TisDouble_t594665363_TisNoOptions_t313102519_m1428722594_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3388502834 * DOTween_To_m484530667 (RuntimeObject * __this /* static, unused */, DOGetter_1_t2693741957 * ___getter0, DOSetter_1_t4001054085 * ___setter1, int32_t ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m484530667_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t2693741957 * L_0 = ___getter0; DOSetter_1_t4001054085 * L_1 = ___setter1; int32_t L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t3388502834 * L_4 = DOTween_ApplyTo_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m3792322625(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t2924512484 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisInt32_t2950945753_TisInt32_t2950945753_TisNoOptions_t313102519_m3792322625_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.UInt32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2065240817 * DOTween_To_m2196851052 (RuntimeObject * __this /* static, unused */, DOGetter_1_t2302858182 * ___getter0, DOSetter_1_t3610170310 * ___setter1, uint32_t ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m2196851052_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t2302858182 * L_0 = ___getter0; DOSetter_1_t3610170310 * L_1 = ___setter1; uint32_t L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t2065240817 * L_4 = DOTween_ApplyTo_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m3282294203(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t1601250467 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisUInt32_t2560061978_TisUInt32_t2560061978_TisUintOptions_t1006674242_m3282294203_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Int64,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2433923774 * DOTween_To_m2498594616 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3479363508 * ___getter0, DOSetter_1_t491708340 * ___setter1, int64_t ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m2498594616_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t3479363508 * L_0 = ___getter0; DOSetter_1_t491708340 * L_1 = ___setter1; int64_t L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t2433923774 * L_4 = DOTween_ApplyTo_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m3534809885(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t1969933424 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisInt64_t3736567304_TisInt64_t3736567304_TisNoOptions_t313102519_m3534809885_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.UInt64,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t181868238 * DOTween_To_m1962688969 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3876836296 * ___getter0, DOSetter_1_t889181128 * ___setter1, uint64_t ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m1962688969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t3876836296 * L_0 = ___getter0; DOSetter_1_t889181128 * L_1 = ___setter1; uint64_t L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t181868238 * L_4 = DOTween_ApplyTo_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m1100765124(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t4012845184 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisUInt64_t4134040092_TisUInt64_t4134040092_TisNoOptions_t313102519_m1100765124_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2915539799 * DOTween_To_m4191053537 (RuntimeObject * __this /* static, unused */, DOGetter_1_t1590246893 * ___getter0, DOSetter_1_t2897559021 * ___setter1, String_t* ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m4191053537_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t1590246893 * L_0 = ___getter0; DOSetter_1_t2897559021 * L_1 = ___setter1; String_t* L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t2915539799 * L_4 = DOTween_ApplyTo_TisString_t_TisString_t_TisStringOptions_t3992490940_m4240130783(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t2451549449 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisString_t_TisString_t_TisStringOptions_t3992490940_m4240130783_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * DOTween_To_m3593210828 (RuntimeObject * __this /* static, unused */, DOGetter_1_t1899025727 * ___getter0, DOSetter_1_t3206337855 * ___setter1, Vector2_t2156229523 ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m3593210828_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t1899025727 * L_0 = ___getter0; DOSetter_1_t3206337855 * L_1 = ___setter1; Vector2_t2156229523 L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t4006488229 * L_4 = DOTween_ApplyTo_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m1830188851(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t3542497879 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisVector2_t2156229523_TisVector2_t2156229523_TisVectorOptions_t1354903650_m1830188851_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * DOTween_To_m2364274163 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, Vector3_t3722313464 ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m2364274163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t3465109668 * L_0 = ___getter0; DOSetter_1_t477454500 * L_1 = ___setter1; Vector3_t3722313464 L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t2944330537 * L_4 = DOTween_ApplyTo_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m1904941236(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t2480340187 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m1904941236_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.Vector4,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * DOTween_To_m3835044228 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3061825141 * ___getter0, DOSetter_1_t74169973 * ___setter1, Vector4_t3319028937 ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m3835044228_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t3061825141 * L_0 = ___getter0; DOSetter_1_t74169973 * L_1 = ___setter1; Vector4_t3319028937 L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t1835836317 * L_4 = DOTween_ApplyTo_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3941024867(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t1371845967 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisVector4_t3319028937_TisVector4_t3319028937_TisVectorOptions_t1354903650_m3941024867_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * DOTween_To_m1060871303 (RuntimeObject * __this /* static, unused */, DOGetter_1_t2044724535 * ___getter0, DOSetter_1_t3352036663 * ___setter1, Vector3_t3722313464 ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m1060871303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t2044724535 * L_0 = ___getter0; DOSetter_1_t3352036663 * L_1 = ___setter1; Vector3_t3722313464 L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t1299559007 * L_4 = DOTween_ApplyTo_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1729503936(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t835568657 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisQuaternion_t2301928331_TisVector3_t3722313464_TisQuaternionOptions_t2974423933_m1729503936_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * DOTween_To_m3257840982 (RuntimeObject * __this /* static, unused */, DOGetter_1_t2298482528 * ___getter0, DOSetter_1_t3605794656 * ___setter1, Color_t2555686324 ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m3257840982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t2298482528 * L_0 = ___getter0; DOSetter_1_t3605794656 * L_1 = ___setter1; Color_t2555686324 L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t745532282 * L_4 = DOTween_ApplyTo_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1197706533(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t281541932 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1197706533_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.Rect,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * DOTween_To_m3028600420 (RuntimeObject * __this /* static, unused */, DOGetter_1_t2103276063 * ___getter0, DOSetter_1_t3410588191 * ___setter1, Rect_t2360479859 ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m3028600420_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t2103276063 * L_0 = ___getter0; DOSetter_1_t3410588191 * L_1 = ___setter1; Rect_t2360479859 L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t1717381983 * L_4 = DOTween_ApplyTo_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3830288880(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t1253391633 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisRect_t2360479859_TisRect_t2360479859_TisRectOptions_t1018205596_m3830288880_RuntimeMethod_var); return L_4; } } // DG.Tweening.Tweener DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.RectOffset,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * DOTween_To_m1181064774 (RuntimeObject * __this /* static, unused */, DOGetter_1_t1112249880 * ___getter0, DOSetter_1_t2419562008 * ___setter1, RectOffset_t1369453676 * ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m1181064774_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t1112249880 * L_0 = ___getter0; DOSetter_1_t2419562008 * L_1 = ___setter1; RectOffset_t1369453676 * L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t1508486926 * L_4 = DOTween_ApplyTo_TisRectOffset_t1369453676_TisRectOffset_t1369453676_TisNoOptions_t313102519_m3828194038(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t1044496576 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisRectOffset_t1369453676_TisRectOffset_t1369453676_TisNoOptions_t313102519_m3828194038_RuntimeMethod_var); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ToAxis(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Single,DG.Tweening.AxisConstraint) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * DOTween_ToAxis_m1995672447 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, float ___endValue2, float ___duration3, int32_t ___axisConstraint4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_ToAxis_m1995672447_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t3465109668 * L_0 = ___getter0; DOSetter_1_t477454500 * L_1 = ___setter1; float L_2 = ___endValue2; float L_3 = ___endValue2; float L_4 = ___endValue2; Vector3_t3722313464 L_5; memset(&L_5, 0, sizeof(L_5)); Vector3__ctor_m3353183577((&L_5), L_2, L_3, L_4, /*hidden argument*/NULL); float L_6 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t2944330537 * L_7 = DOTween_ApplyTo_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m1904941236(NULL /*static, unused*/, L_0, L_1, L_5, L_6, (ABSTweenPlugin_3_t2480340187 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisVector3_t3722313464_TisVector3_t3722313464_TisVectorOptions_t1354903650_m1904941236_RuntimeMethod_var); TweenerCore_3_t2944330537 * L_8 = L_7; NullCheck(L_8); VectorOptions_t1354903650 * L_9 = L_8->get_address_of_plugOptions_58(); int32_t L_10 = ___axisConstraint4; L_9->set_axisConstraint_0(L_10); return L_8; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ToAlpha(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * DOTween_ToAlpha_m2317099245 (RuntimeObject * __this /* static, unused */, DOGetter_1_t2298482528 * ___getter0, DOSetter_1_t3605794656 * ___setter1, float ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_ToAlpha_m2317099245_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t2298482528 * L_0 = ___getter0; DOSetter_1_t3605794656 * L_1 = ___setter1; float L_2 = ___endValue2; Color_t2555686324 L_3; memset(&L_3, 0, sizeof(L_3)); Color__ctor_m2943235014((&L_3), (0.0f), (0.0f), (0.0f), L_2, /*hidden argument*/NULL); float L_4 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t745532282 * L_5 = DOTween_ApplyTo_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1197706533(NULL /*static, unused*/, L_0, L_1, L_3, L_4, (ABSTweenPlugin_3_t281541932 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisColor_t2555686324_TisColor_t2555686324_TisColorOptions_t1487297155_m1197706533_RuntimeMethod_var); TweenerCore_3_t745532282 * L_6 = L_5; TweenSettingsExtensions_SetOptions_m3224359937(NULL /*static, unused*/, L_6, (bool)1, /*hidden argument*/NULL); return L_6; } } // DG.Tweening.Tweener DG.Tweening.DOTween::To(DG.Tweening.Core.DOSetter`1,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * DOTween_To_m790896859 (RuntimeObject * __this /* static, unused */, DOSetter_1_t2447375106 * ___setter0, float ___startValue1, float ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m790896859_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass54_0_t1212542191 * V_0 = NULL; { U3CU3Ec__DisplayClass54_0_t1212542191 * L_0 = (U3CU3Ec__DisplayClass54_0_t1212542191 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass54_0_t1212542191_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass54_0__ctor_m781083073(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass54_0_t1212542191 * L_1 = V_0; DOSetter_1_t2447375106 * L_2 = ___setter0; NullCheck(L_1); L_1->set_setter_1(L_2); U3CU3Ec__DisplayClass54_0_t1212542191 * L_3 = V_0; float L_4 = ___startValue1; NullCheck(L_3); L_3->set_v_0(L_4); U3CU3Ec__DisplayClass54_0_t1212542191 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CU3Ec__DisplayClass54_0_U3CToU3Eb__0_m2455127546_RuntimeMethod_var; DOGetter_1_t1140062978 * L_7 = (DOGetter_1_t1140062978 *)il2cpp_codegen_object_new(DOGetter_1_t1140062978_il2cpp_TypeInfo_var); DOGetter_1__ctor_m2335505072(L_7, L_5, L_6, /*hidden argument*/DOGetter_1__ctor_m2335505072_RuntimeMethod_var); U3CU3Ec__DisplayClass54_0_t1212542191 * L_8 = V_0; intptr_t L_9 = (intptr_t)U3CU3Ec__DisplayClass54_0_U3CToU3Eb__1_m3504045746_RuntimeMethod_var; DOSetter_1_t2447375106 * L_10 = (DOSetter_1_t2447375106 *)il2cpp_codegen_object_new(DOSetter_1_t2447375106_il2cpp_TypeInfo_var); DOSetter_1__ctor_m3423399374(L_10, L_8, L_9, /*hidden argument*/DOSetter_1__ctor_m3423399374_RuntimeMethod_var); float L_11 = ___endValue2; float L_12 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t884556411 * L_13 = DOTween_To_m2106473129(NULL /*static, unused*/, L_7, L_10, L_11, L_12, /*hidden argument*/NULL); TweenerCore_3_t884556411 * L_14 = Extensions_NoFrom_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m2751949653(NULL /*static, unused*/, L_13, /*hidden argument*/Extensions_NoFrom_TisSingle_t1397266774_TisSingle_t1397266774_TisFloatOptions_t1203667100_m2751949653_RuntimeMethod_var); return L_14; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::Punch(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.Vector3,System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t951858585 * DOTween_Punch_m807939188 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, Vector3_t3722313464 ___direction2, float ___duration3, int32_t ___vibrato4, float ___elasticity5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Punch_m807939188_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; float V_2 = 0.0f; SingleU5BU5D_t1444911251* V_3 = NULL; float V_4 = 0.0f; float V_5 = 0.0f; Vector3U5BU5D_t1718750761* V_6 = NULL; int32_t V_7 = 0; float V_8 = 0.0f; float V_9 = 0.0f; int32_t V_10 = 0; int32_t V_11 = 0; { float L_0 = ___elasticity5; if ((!(((float)L_0) > ((float)(1.0f))))) { goto IL_0012; } } { ___elasticity5 = (1.0f); goto IL_0022; } IL_0012: { float L_1 = ___elasticity5; if ((!(((float)L_1) < ((float)(0.0f))))) { goto IL_0022; } } { ___elasticity5 = (0.0f); } IL_0022: { float L_2 = Vector3_get_magnitude_m27958459((&___direction2), /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = ___vibrato4; float L_4 = ___duration3; V_1 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_3))), (float)L_4))))); int32_t L_5 = V_1; if ((((int32_t)L_5) >= ((int32_t)2))) { goto IL_0037; } } { V_1 = 2; } IL_0037: { float L_6 = V_0; int32_t L_7 = V_1; V_2 = ((float)((float)L_6/(float)(((float)((float)L_7))))); int32_t L_8 = V_1; V_3 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_8)); V_4 = (0.0f); V_7 = 0; goto IL_0072; } IL_004f: { int32_t L_9 = V_7; int32_t L_10 = V_1; V_8 = ((float)((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)))))/(float)(((float)((float)L_10))))); float L_11 = ___duration3; float L_12 = V_8; V_9 = ((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)); float L_13 = V_4; float L_14 = V_9; V_4 = ((float)il2cpp_codegen_add((float)L_13, (float)L_14)); SingleU5BU5D_t1444911251* L_15 = V_3; int32_t L_16 = V_7; float L_17 = V_9; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (float)L_17); int32_t L_18 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0072: { int32_t L_19 = V_7; int32_t L_20 = V_1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_004f; } } { float L_21 = ___duration3; float L_22 = V_4; V_5 = ((float)((float)L_21/(float)L_22)); V_10 = 0; goto IL_0093; } IL_0082: { SingleU5BU5D_t1444911251* L_23 = V_3; int32_t L_24 = V_10; SingleU5BU5D_t1444911251* L_25 = V_3; int32_t L_26 = V_10; NullCheck(L_25); int32_t L_27 = L_26; float L_28 = (L_25)->GetAt(static_cast(L_27)); float L_29 = V_5; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (float)((float)il2cpp_codegen_multiply((float)L_28, (float)L_29))); int32_t L_30 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0093: { int32_t L_31 = V_10; int32_t L_32 = V_1; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0082; } } { int32_t L_33 = V_1; V_6 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_33)); V_11 = 0; goto IL_0106; } IL_00a5: { int32_t L_34 = V_11; int32_t L_35 = V_1; if ((((int32_t)L_34) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1))))) { goto IL_00f2; } } { int32_t L_36 = V_11; if (L_36) { goto IL_00bc; } } { Vector3U5BU5D_t1718750761* L_37 = V_6; int32_t L_38 = V_11; Vector3_t3722313464 L_39 = ___direction2; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Vector3_t3722313464 )L_39); goto IL_00ec; } IL_00bc: { int32_t L_40 = V_11; if (!((int32_t)((int32_t)L_40%(int32_t)2))) { goto IL_00dc; } } { Vector3U5BU5D_t1718750761* L_41 = V_6; int32_t L_42 = V_11; Vector3_t3722313464 L_43 = ___direction2; float L_44 = V_0; float L_45 = ___elasticity5; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_46 = Vector3_ClampMagnitude_m2732959745(NULL /*static, unused*/, L_43, ((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)), /*hidden argument*/NULL); Vector3_t3722313464 L_47 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); NullCheck(L_41); (L_41)->SetAt(static_cast(L_42), (Vector3_t3722313464 )L_47); goto IL_00ec; } IL_00dc: { Vector3U5BU5D_t1718750761* L_48 = V_6; int32_t L_49 = V_11; Vector3_t3722313464 L_50 = ___direction2; float L_51 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_52 = Vector3_ClampMagnitude_m2732959745(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL); NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (Vector3_t3722313464 )L_52); } IL_00ec: { float L_53 = V_0; float L_54 = V_2; V_0 = ((float)il2cpp_codegen_subtract((float)L_53, (float)L_54)); goto IL_0100; } IL_00f2: { Vector3U5BU5D_t1718750761* L_55 = V_6; int32_t L_56 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_57 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_55); (L_55)->SetAt(static_cast(L_56), (Vector3_t3722313464 )L_57); } IL_0100: { int32_t L_58 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0106: { int32_t L_59 = V_11; int32_t L_60 = V_1; if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_00a5; } } { DOGetter_1_t3465109668 * L_61 = ___getter0; DOSetter_1_t477454500 * L_62 = ___setter1; Vector3U5BU5D_t1718750761* L_63 = V_6; SingleU5BU5D_t1444911251* L_64 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t951858585 * L_65 = DOTween_ToArray_m1422270115(NULL /*static, unused*/, L_61, L_62, L_63, L_64, /*hidden argument*/NULL); TweenerCore_3_t951858585 * L_66 = Extensions_NoFrom_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m878886622(NULL /*static, unused*/, L_65, /*hidden argument*/Extensions_NoFrom_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m878886622_RuntimeMethod_var); TweenerCore_3_t951858585 * L_67 = Extensions_SetSpecialStartupMode_TisTweenerCore_3_t951858585_m1835023067(NULL /*static, unused*/, L_66, 3, /*hidden argument*/Extensions_SetSpecialStartupMode_TisTweenerCore_3_t951858585_m1835023067_RuntimeMethod_var); return L_67; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::Shake(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t951858585 * DOTween_Shake_m1661199481 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, float ___duration2, float ___strength3, int32_t ___vibrato4, float ___randomness5, bool ___ignoreZAxis6, bool ___fadeOut7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Shake_m1661199481_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t3465109668 * L_0 = ___getter0; DOSetter_1_t477454500 * L_1 = ___setter1; float L_2 = ___duration2; float L_3 = ___strength3; float L_4 = ___strength3; float L_5 = ___strength3; Vector3_t3722313464 L_6; memset(&L_6, 0, sizeof(L_6)); Vector3__ctor_m3353183577((&L_6), L_3, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = ___vibrato4; float L_8 = ___randomness5; bool L_9 = ___ignoreZAxis6; bool L_10 = ___fadeOut7; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t951858585 * L_11 = DOTween_Shake_m2681322871(NULL /*static, unused*/, L_0, L_1, L_2, L_6, L_7, L_8, L_9, (bool)0, L_10, /*hidden argument*/NULL); return L_11; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::Shake(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t951858585 * DOTween_Shake_m3409041061 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, float ___duration2, Vector3_t3722313464 ___strength3, int32_t ___vibrato4, float ___randomness5, bool ___fadeOut6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Shake_m3409041061_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t3465109668 * L_0 = ___getter0; DOSetter_1_t477454500 * L_1 = ___setter1; float L_2 = ___duration2; Vector3_t3722313464 L_3 = ___strength3; int32_t L_4 = ___vibrato4; float L_5 = ___randomness5; bool L_6 = ___fadeOut6; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t951858585 * L_7 = DOTween_Shake_m2681322871(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, L_5, (bool)0, (bool)1, L_6, /*hidden argument*/NULL); return L_7; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::Shake(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t951858585 * DOTween_Shake_m2681322871 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, float ___duration2, Vector3_t3722313464 ___strength3, int32_t ___vibrato4, float ___randomness5, bool ___ignoreZAxis6, bool ___vectorBased7, bool ___fadeOut8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Shake_m2681322871_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; float V_2 = 0.0f; SingleU5BU5D_t1444911251* V_3 = NULL; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; Vector3U5BU5D_t1718750761* V_7 = NULL; int32_t V_8 = 0; float V_9 = 0.0f; float V_10 = 0.0f; int32_t V_11 = 0; int32_t V_12 = 0; Vector3_t3722313464 V_13; memset(&V_13, 0, sizeof(V_13)); Quaternion_t2301928331 V_14; memset(&V_14, 0, sizeof(V_14)); float G_B3_0 = 0.0f; float G_B9_0 = 0.0f; { bool L_0 = ___vectorBased7; if (L_0) { goto IL_000c; } } { Vector3_t3722313464 L_1 = ___strength3; float L_2 = L_1.get_x_1(); G_B3_0 = L_2; goto IL_0013; } IL_000c: { float L_3 = Vector3_get_magnitude_m27958459((&___strength3), /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0013: { V_0 = G_B3_0; int32_t L_4 = ___vibrato4; float L_5 = ___duration2; V_1 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_4))), (float)L_5))))); int32_t L_6 = V_1; if ((((int32_t)L_6) >= ((int32_t)2))) { goto IL_0021; } } { V_1 = 2; } IL_0021: { float L_7 = V_0; int32_t L_8 = V_1; V_2 = ((float)((float)L_7/(float)(((float)((float)L_8))))); int32_t L_9 = V_1; V_3 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_9)); V_4 = (0.0f); V_8 = 0; goto IL_0066; } IL_0039: { int32_t L_10 = V_8; int32_t L_11 = V_1; V_9 = ((float)((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)))))/(float)(((float)((float)L_11))))); bool L_12 = ___fadeOut8; if (L_12) { goto IL_004d; } } { float L_13 = ___duration2; int32_t L_14 = V_1; G_B9_0 = ((float)((float)L_13/(float)(((float)((float)L_14))))); goto IL_0051; } IL_004d: { float L_15 = ___duration2; float L_16 = V_9; G_B9_0 = ((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)); } IL_0051: { V_10 = G_B9_0; float L_17 = V_4; float L_18 = V_10; V_4 = ((float)il2cpp_codegen_add((float)L_17, (float)L_18)); SingleU5BU5D_t1444911251* L_19 = V_3; int32_t L_20 = V_8; float L_21 = V_10; NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (float)L_21); int32_t L_22 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0066: { int32_t L_23 = V_8; int32_t L_24 = V_1; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0039; } } { float L_25 = ___duration2; float L_26 = V_4; V_5 = ((float)((float)L_25/(float)L_26)); V_11 = 0; goto IL_0087; } IL_0076: { SingleU5BU5D_t1444911251* L_27 = V_3; int32_t L_28 = V_11; SingleU5BU5D_t1444911251* L_29 = V_3; int32_t L_30 = V_11; NullCheck(L_29); int32_t L_31 = L_30; float L_32 = (L_29)->GetAt(static_cast(L_31)); float L_33 = V_5; NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (float)((float)il2cpp_codegen_multiply((float)L_32, (float)L_33))); int32_t L_34 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0087: { int32_t L_35 = V_11; int32_t L_36 = V_1; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0076; } } { float L_37 = Random_Range_m2202990745(NULL /*static, unused*/, (0.0f), (360.0f), /*hidden argument*/NULL); V_6 = L_37; int32_t L_38 = V_1; V_7 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_38)); V_12 = 0; goto IL_01c7; } IL_00ad: { int32_t L_39 = V_12; int32_t L_40 = V_1; if ((((int32_t)L_39) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1))))) { goto IL_01b3; } } { int32_t L_41 = V_12; if ((((int32_t)L_41) <= ((int32_t)0))) { goto IL_00d1; } } { float L_42 = V_6; float L_43 = ___randomness5; float L_44 = ___randomness5; float L_45 = Random_Range_m2202990745(NULL /*static, unused*/, ((-L_43)), L_44, /*hidden argument*/NULL); V_6 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_42, (float)(180.0f))), (float)L_45)); } IL_00d1: { bool L_46 = ___vectorBased7; if (!L_46) { goto IL_0164; } } { float L_47 = ___randomness5; float L_48 = ___randomness5; float L_49 = Random_Range_m2202990745(NULL /*static, unused*/, ((-L_47)), L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_50 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_51 = Quaternion_AngleAxis_m1767165696(NULL /*static, unused*/, L_49, L_50, /*hidden argument*/NULL); float L_52 = V_6; float L_53 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); Vector3_t3722313464 L_54 = Utils_Vector3FromAngle_m1880144782(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); Vector3_t3722313464 L_55 = Quaternion_op_Multiply_m2607404835(NULL /*static, unused*/, L_51, L_54, /*hidden argument*/NULL); V_13 = L_55; Vector3_t3722313464 L_56 = V_13; Vector3_t3722313464 L_57 = ___strength3; float L_58 = L_57.get_x_1(); Vector3_t3722313464 L_59 = Vector3_ClampMagnitude_m2732959745(NULL /*static, unused*/, L_56, L_58, /*hidden argument*/NULL); float L_60 = L_59.get_x_1(); (&V_13)->set_x_1(L_60); Vector3_t3722313464 L_61 = V_13; Vector3_t3722313464 L_62 = ___strength3; float L_63 = L_62.get_y_2(); Vector3_t3722313464 L_64 = Vector3_ClampMagnitude_m2732959745(NULL /*static, unused*/, L_61, L_63, /*hidden argument*/NULL); float L_65 = L_64.get_y_2(); (&V_13)->set_y_2(L_65); Vector3_t3722313464 L_66 = V_13; Vector3_t3722313464 L_67 = ___strength3; float L_68 = L_67.get_z_3(); Vector3_t3722313464 L_69 = Vector3_ClampMagnitude_m2732959745(NULL /*static, unused*/, L_66, L_68, /*hidden argument*/NULL); float L_70 = L_69.get_z_3(); (&V_13)->set_z_3(L_70); Vector3U5BU5D_t1718750761* L_71 = V_7; int32_t L_72 = V_12; Vector3_t3722313464 L_73 = V_13; NullCheck(L_71); (L_71)->SetAt(static_cast(L_72), (Vector3_t3722313464 )L_73); bool L_74 = ___fadeOut8; if (!L_74) { goto IL_0159; } } { float L_75 = V_0; float L_76 = V_2; V_0 = ((float)il2cpp_codegen_subtract((float)L_75, (float)L_76)); } IL_0159: { Vector3_t3722313464 L_77 = ___strength3; float L_78 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_79 = Vector3_ClampMagnitude_m2732959745(NULL /*static, unused*/, L_77, L_78, /*hidden argument*/NULL); ___strength3 = L_79; goto IL_01c1; } IL_0164: { bool L_80 = ___ignoreZAxis6; if (!L_80) { goto IL_017b; } } { Vector3U5BU5D_t1718750761* L_81 = V_7; int32_t L_82 = V_12; float L_83 = V_6; float L_84 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); Vector3_t3722313464 L_85 = Utils_Vector3FromAngle_m1880144782(NULL /*static, unused*/, L_83, L_84, /*hidden argument*/NULL); NullCheck(L_81); (L_81)->SetAt(static_cast(L_82), (Vector3_t3722313464 )L_85); goto IL_01a9; } IL_017b: { float L_86 = ___randomness5; float L_87 = ___randomness5; float L_88 = Random_Range_m2202990745(NULL /*static, unused*/, ((-L_86)), L_87, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_89 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_90 = Quaternion_AngleAxis_m1767165696(NULL /*static, unused*/, L_88, L_89, /*hidden argument*/NULL); V_14 = L_90; Vector3U5BU5D_t1718750761* L_91 = V_7; int32_t L_92 = V_12; Quaternion_t2301928331 L_93 = V_14; float L_94 = V_6; float L_95 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); Vector3_t3722313464 L_96 = Utils_Vector3FromAngle_m1880144782(NULL /*static, unused*/, L_94, L_95, /*hidden argument*/NULL); Vector3_t3722313464 L_97 = Quaternion_op_Multiply_m2607404835(NULL /*static, unused*/, L_93, L_96, /*hidden argument*/NULL); NullCheck(L_91); (L_91)->SetAt(static_cast(L_92), (Vector3_t3722313464 )L_97); } IL_01a9: { bool L_98 = ___fadeOut8; if (!L_98) { goto IL_01c1; } } { float L_99 = V_0; float L_100 = V_2; V_0 = ((float)il2cpp_codegen_subtract((float)L_99, (float)L_100)); goto IL_01c1; } IL_01b3: { Vector3U5BU5D_t1718750761* L_101 = V_7; int32_t L_102 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_103 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_101); (L_101)->SetAt(static_cast(L_102), (Vector3_t3722313464 )L_103); } IL_01c1: { int32_t L_104 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_01c7: { int32_t L_105 = V_12; int32_t L_106 = V_1; if ((((int32_t)L_105) < ((int32_t)L_106))) { goto IL_00ad; } } { DOGetter_1_t3465109668 * L_107 = ___getter0; DOSetter_1_t477454500 * L_108 = ___setter1; Vector3U5BU5D_t1718750761* L_109 = V_7; SingleU5BU5D_t1444911251* L_110 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t951858585 * L_111 = DOTween_ToArray_m1422270115(NULL /*static, unused*/, L_107, L_108, L_109, L_110, /*hidden argument*/NULL); TweenerCore_3_t951858585 * L_112 = Extensions_NoFrom_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m878886622(NULL /*static, unused*/, L_111, /*hidden argument*/Extensions_NoFrom_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m878886622_RuntimeMethod_var); TweenerCore_3_t951858585 * L_113 = Extensions_SetSpecialStartupMode_TisTweenerCore_3_t951858585_m1835023067(NULL /*static, unused*/, L_112, 2, /*hidden argument*/Extensions_SetSpecialStartupMode_TisTweenerCore_3_t951858585_m1835023067_RuntimeMethod_var); return L_113; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ToArray(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,UnityEngine.Vector3[],System.Single[]) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t951858585 * DOTween_ToArray_m1422270115 (RuntimeObject * __this /* static, unused */, DOGetter_1_t3465109668 * ___getter0, DOSetter_1_t477454500 * ___setter1, Vector3U5BU5D_t1718750761* ___endValues2, SingleU5BU5D_t1444911251* ___durations3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_ToArray_m1422270115_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3U5BU5D_t1718750761* V_1 = NULL; SingleU5BU5D_t1444911251* V_2 = NULL; float V_3 = 0.0f; int32_t V_4 = 0; int32_t V_5 = 0; { SingleU5BU5D_t1444911251* L_0 = ___durations3; NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); int32_t L_1 = V_0; Vector3U5BU5D_t1718750761* L_2 = ___endValues2; NullCheck(L_2); if ((((int32_t)L_1) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0016; } } { Debugger_LogError_m3567904185(NULL /*static, unused*/, _stringLiteral2757139103, /*hidden argument*/NULL); return (TweenerCore_3_t951858585 *)NULL; } IL_0016: { int32_t L_3 = V_0; V_1 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_3)); int32_t L_4 = V_0; V_2 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_4)); V_4 = 0; goto IL_0047; } IL_0029: { Vector3U5BU5D_t1718750761* L_5 = V_1; int32_t L_6 = V_4; Vector3U5BU5D_t1718750761* L_7 = ___endValues2; int32_t L_8 = V_4; NullCheck(L_7); int32_t L_9 = L_8; Vector3_t3722313464 L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (Vector3_t3722313464 )L_10); SingleU5BU5D_t1444911251* L_11 = V_2; int32_t L_12 = V_4; SingleU5BU5D_t1444911251* L_13 = ___durations3; int32_t L_14 = V_4; NullCheck(L_13); int32_t L_15 = L_14; float L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (float)L_16); int32_t L_17 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0047: { int32_t L_18 = V_4; int32_t L_19 = V_0; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0029; } } { V_3 = (0.0f); V_5 = 0; goto IL_0064; } IL_0057: { float L_20 = V_3; SingleU5BU5D_t1444911251* L_21 = V_2; int32_t L_22 = V_5; NullCheck(L_21); int32_t L_23 = L_22; float L_24 = (L_21)->GetAt(static_cast(L_23)); V_3 = ((float)il2cpp_codegen_add((float)L_20, (float)L_24)); int32_t L_25 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0064: { int32_t L_26 = V_5; int32_t L_27 = V_0; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0057; } } { DOGetter_1_t3465109668 * L_28 = ___getter0; DOSetter_1_t477454500 * L_29 = ___setter1; Vector3U5BU5D_t1718750761* L_30 = V_1; float L_31 = V_3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t951858585 * L_32 = DOTween_ApplyTo_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m527574379(NULL /*static, unused*/, L_28, L_29, L_30, L_31, (ABSTweenPlugin_3_t487868235 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m527574379_RuntimeMethod_var); TweenerCore_3_t951858585 * L_33 = Extensions_NoFrom_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m878886622(NULL /*static, unused*/, L_32, /*hidden argument*/Extensions_NoFrom_TisVector3_t3722313464_TisVector3U5BU5D_t1718750761_TisVector3ArrayOptions_t534739431_m878886622_RuntimeMethod_var); TweenerCore_3_t951858585 * L_34 = L_33; NullCheck(L_34); Vector3ArrayOptions_t534739431 * L_35 = L_34->get_address_of_plugOptions_58(); SingleU5BU5D_t1444911251* L_36 = V_2; L_35->set_durations_2(L_36); return L_34; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,DG.Tweening.Color2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1580492422 * DOTween_To_m1027455342 (RuntimeObject * __this /* static, unused */, DOGetter_1_t2840439279 * ___getter0, DOSetter_1_t4147751407 * ___setter1, Color2_t3097643075 ___endValue2, float ___duration3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_To_m1027455342_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DOGetter_1_t2840439279 * L_0 = ___getter0; DOSetter_1_t4147751407 * L_1 = ___setter1; Color2_t3097643075 L_2 = ___endValue2; float L_3 = ___duration3; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t1580492422 * L_4 = DOTween_ApplyTo_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m3434067972(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (ABSTweenPlugin_3_t1116502072 *)NULL, /*hidden argument*/DOTween_ApplyTo_TisColor2_t3097643075_TisColor2_t3097643075_TisColorOptions_t1487297155_m3434067972_RuntimeMethod_var); return L_4; } } // DG.Tweening.Sequence DG.Tweening.DOTween::Sequence() extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * DOTween_Sequence_m1991920595 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Sequence_m1991920595_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTween_InitCheck_m2142797717(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); Sequence_t2050373119 * L_0 = TweenManager_GetSequence_m17562913(NULL /*static, unused*/, /*hidden argument*/NULL); Sequence_t2050373119 * L_1 = L_0; Sequence_Setup_m860230550(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_1; } } // System.Int32 DG.Tweening.DOTween::CompleteAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_CompleteAll_m2081339932 (RuntimeObject * __this /* static, unused */, bool ___withCallbacks0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_CompleteAll_m2081339932_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; RuntimeObject * G_B2_1 = NULL; int32_t G_B2_2 = 0; int32_t G_B2_3 = 0; int32_t G_B1_0 = 0; RuntimeObject * G_B1_1 = NULL; int32_t G_B1_2 = 0; int32_t G_B1_3 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; RuntimeObject * G_B3_2 = NULL; int32_t G_B3_3 = 0; int32_t G_B3_4 = 0; { bool L_0 = ___withCallbacks0; G_B1_0 = 0; G_B1_1 = NULL; G_B1_2 = 0; G_B1_3 = 0; if (L_0) { G_B2_0 = 0; G_B2_1 = NULL; G_B2_2 = 0; G_B2_3 = 0; goto IL_000a; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; goto IL_000b; } IL_000a: { G_B3_0 = 1; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; } IL_000b: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_1 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, G_B3_4, G_B3_3, G_B3_2, (bool)G_B3_1, (((float)((float)G_B3_0))), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Int32 DG.Tweening.DOTween::Complete(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Complete_m1099939236 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, bool ___withCallbacks1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Complete_m1099939236_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; RuntimeObject * G_B4_1 = NULL; int32_t G_B4_2 = 0; int32_t G_B4_3 = 0; int32_t G_B3_0 = 0; RuntimeObject * G_B3_1 = NULL; int32_t G_B3_2 = 0; int32_t G_B3_3 = 0; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; RuntimeObject * G_B5_2 = NULL; int32_t G_B5_3 = 0; int32_t G_B5_4 = 0; { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; bool L_2 = ___withCallbacks1; G_B3_0 = 0; G_B3_1 = L_1; G_B3_2 = 1; G_B3_3 = 0; if (L_2) { G_B4_0 = 0; G_B4_1 = L_1; G_B4_2 = 1; G_B4_3 = 0; goto IL_000f; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_0010; } IL_000f: { G_B5_0 = 1; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_3 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, G_B5_4, G_B5_3, G_B5_2, (bool)G_B5_1, (((float)((float)G_B5_0))), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_3; } } // System.Int32 DG.Tweening.DOTween::CompleteAndReturnKilledTot() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_CompleteAndReturnKilledTot_m1911607208 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_CompleteAndReturnKilledTot_m1911607208_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 0, 0, NULL, (bool)1, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_0; } } // System.Int32 DG.Tweening.DOTween::CompleteAndReturnKilledTot(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_CompleteAndReturnKilledTot_m820107692 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_CompleteAndReturnKilledTot_m820107692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 0, 1, L_1, (bool)1, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Int32 DG.Tweening.DOTween::CompleteAndReturnKilledTotExceptFor(System.Object[]) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_CompleteAndReturnKilledTotExceptFor_m3000221990 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___excludeTargetsOrIds0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_CompleteAndReturnKilledTotExceptFor_m3000221990_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ___excludeTargetsOrIds0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_1 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 0, 3, NULL, (bool)1, (0.0f), NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 DG.Tweening.DOTween::FlipAll() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_FlipAll_m1590460686 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_FlipAll_m1590460686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 2, 0, NULL, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_0; } } // System.Int32 DG.Tweening.DOTween::Flip(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Flip_m3760080251 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Flip_m3760080251_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 2, 1, L_1, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Int32 DG.Tweening.DOTween::GotoAll(System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_GotoAll_m2315317971 (RuntimeObject * __this /* static, unused */, float ___to0, bool ___andPlay1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_GotoAll_m2315317971_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___andPlay1; float L_1 = ___to0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 3, 0, NULL, L_0, L_1, NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Int32 DG.Tweening.DOTween::Goto(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Goto_m599876384 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, float ___to1, bool ___andPlay2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Goto_m599876384_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; bool L_2 = ___andPlay2; float L_3 = ___to1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_4 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 3, 1, L_1, L_2, L_3, NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_4; } } // System.Int32 DG.Tweening.DOTween::KillAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_KillAll_m3984839020 (RuntimeObject * __this /* static, unused */, bool ___complete0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_KillAll_m3984839020_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { bool L_0 = ___complete0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_000b; } IL_0006: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_1 = DOTween_CompleteAndReturnKilledTot_m1911607208(NULL /*static, unused*/, /*hidden argument*/NULL); G_B3_0 = L_1; } IL_000b: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_DespawnAll_m1329106749(NULL /*static, unused*/, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)G_B3_0, (int32_t)L_2)); } } // System.Int32 DG.Tweening.DOTween::KillAll(System.Boolean,System.Object[]) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_KillAll_m1217245600 (RuntimeObject * __this /* static, unused */, bool ___complete0, ObjectU5BU5D_t2843939325* ___idsOrTargetsToExclude1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_KillAll_m1217245600_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B8_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = ___idsOrTargetsToExclude1; if (L_0) { goto IL_0015; } } { bool L_1 = ___complete0; if (L_1) { goto IL_0009; } } { G_B4_0 = 0; goto IL_000e; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_2 = DOTween_CompleteAndReturnKilledTot_m1911607208(NULL /*static, unused*/, /*hidden argument*/NULL); G_B4_0 = L_2; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_3 = TweenManager_DespawnAll_m1329106749(NULL /*static, unused*/, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)G_B4_0, (int32_t)L_3)); } IL_0015: { bool L_4 = ___complete0; if (L_4) { goto IL_001b; } } { G_B8_0 = 0; goto IL_0021; } IL_001b: { ObjectU5BU5D_t2843939325* L_5 = ___idsOrTargetsToExclude1; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_6 = DOTween_CompleteAndReturnKilledTotExceptFor_m3000221990(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); G_B8_0 = L_6; } IL_0021: { ObjectU5BU5D_t2843939325* L_7 = ___idsOrTargetsToExclude1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_8 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 1, 3, NULL, (bool)0, (0.0f), NULL, L_7, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)G_B8_0, (int32_t)L_8)); } } // System.Int32 DG.Tweening.DOTween::Kill(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Kill_m3770200462 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, bool ___complete1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Kill_m3770200462_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { bool L_1 = ___complete1; if (L_1) { goto IL_000b; } } { G_B5_0 = 0; goto IL_0011; } IL_000b: { RuntimeObject * L_2 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_3 = DOTween_CompleteAndReturnKilledTot_m820107692(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); G_B5_0 = L_3; } IL_0011: { RuntimeObject * L_4 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_5 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 1, 1, L_4, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)G_B5_0, (int32_t)L_5)); } } // System.Int32 DG.Tweening.DOTween::PauseAll() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_PauseAll_m3009043369 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PauseAll_m3009043369_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 4, 0, NULL, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_0; } } // System.Int32 DG.Tweening.DOTween::Pause(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Pause_m738210601 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Pause_m738210601_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 4, 1, L_1, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Int32 DG.Tweening.DOTween::PlayAll() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_PlayAll_m3125137140 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PlayAll_m3125137140_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 5, 0, NULL, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_0; } } // System.Int32 DG.Tweening.DOTween::Play(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Play_m744623839 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Play_m744623839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 5, 1, L_1, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Int32 DG.Tweening.DOTween::Play(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Play_m3737333699 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___target0, RuntimeObject * ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Play_m3737333699_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; if (!L_0) { goto IL_0006; } } { RuntimeObject * L_1 = ___id1; if (L_1) { goto IL_0008; } } IL_0006: { return 0; } IL_0008: { RuntimeObject * L_2 = ___id1; RuntimeObject * L_3 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_4 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 5, 2, L_2, (bool)0, (0.0f), L_3, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_4; } } // System.Int32 DG.Tweening.DOTween::PlayBackwardsAll() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_PlayBackwardsAll_m2079146270 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PlayBackwardsAll_m2079146270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 7, 0, NULL, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_0; } } // System.Int32 DG.Tweening.DOTween::PlayBackwards(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_PlayBackwards_m1027786157 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PlayBackwards_m1027786157_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 7, 1, L_1, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Int32 DG.Tweening.DOTween::PlayBackwards(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_PlayBackwards_m1153086091 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___target0, RuntimeObject * ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PlayBackwards_m1153086091_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; if (!L_0) { goto IL_0006; } } { RuntimeObject * L_1 = ___id1; if (L_1) { goto IL_0008; } } IL_0006: { return 0; } IL_0008: { RuntimeObject * L_2 = ___id1; RuntimeObject * L_3 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_4 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 7, 2, L_2, (bool)0, (0.0f), L_3, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_4; } } // System.Int32 DG.Tweening.DOTween::PlayForwardAll() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_PlayForwardAll_m1587052739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PlayForwardAll_m1587052739_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 6, 0, NULL, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_0; } } // System.Int32 DG.Tweening.DOTween::PlayForward(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_PlayForward_m3535483173 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PlayForward_m3535483173_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 6, 1, L_1, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Int32 DG.Tweening.DOTween::PlayForward(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_PlayForward_m284287673 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___target0, RuntimeObject * ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PlayForward_m284287673_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; if (!L_0) { goto IL_0006; } } { RuntimeObject * L_1 = ___id1; if (L_1) { goto IL_0008; } } IL_0006: { return 0; } IL_0008: { RuntimeObject * L_2 = ___id1; RuntimeObject * L_3 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_4 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 6, 2, L_2, (bool)0, (0.0f), L_3, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_4; } } // System.Int32 DG.Tweening.DOTween::RestartAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_RestartAll_m1526124949 (RuntimeObject * __this /* static, unused */, bool ___includeDelay0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_RestartAll_m1526124949_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___includeDelay0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_1 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, ((int32_t)10), 0, NULL, L_0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Int32 DG.Tweening.DOTween::Restart(System.Object,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Restart_m1811968868 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, bool ___includeDelay1, float ___changeDelayTo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Restart_m1811968868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; bool L_2 = ___includeDelay1; float L_3 = ___changeDelayTo2; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_4 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, ((int32_t)10), 1, L_1, L_2, L_3, NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_4; } } // System.Int32 DG.Tweening.DOTween::Restart(System.Object,System.Object,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Restart_m1807657207 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___target0, RuntimeObject * ___id1, bool ___includeDelay2, float ___changeDelayTo3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Restart_m1807657207_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___target0; if (!L_0) { goto IL_0006; } } { RuntimeObject * L_1 = ___id1; if (L_1) { goto IL_0008; } } IL_0006: { return 0; } IL_0008: { RuntimeObject * L_2 = ___id1; bool L_3 = ___includeDelay2; float L_4 = ___changeDelayTo3; RuntimeObject * L_5 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_6 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, ((int32_t)10), 2, L_2, L_3, L_4, L_5, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_6; } } // System.Int32 DG.Tweening.DOTween::RewindAll(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_RewindAll_m2012830186 (RuntimeObject * __this /* static, unused */, bool ___includeDelay0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_RewindAll_m2012830186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___includeDelay0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_1 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 8, 0, NULL, L_0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Int32 DG.Tweening.DOTween::Rewind(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_Rewind_m3735656221 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, bool ___includeDelay1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_Rewind_m3735656221_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; bool L_2 = ___includeDelay1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_3 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, 8, 1, L_1, L_2, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_3; } } // System.Int32 DG.Tweening.DOTween::SmoothRewindAll() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_SmoothRewindAll_m1441919761 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_SmoothRewindAll_m1441919761_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, ((int32_t)9), 0, NULL, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_0; } } // System.Int32 DG.Tweening.DOTween::SmoothRewind(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_SmoothRewind_m4129281739 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_SmoothRewind_m4129281739_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, ((int32_t)9), 1, L_1, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Int32 DG.Tweening.DOTween::TogglePauseAll() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_TogglePauseAll_m2717528453 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_TogglePauseAll_m2717528453_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, ((int32_t)11), 0, NULL, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_0; } } // System.Int32 DG.Tweening.DOTween::TogglePause(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_TogglePause_m1728158562 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_TogglePause_m1728158562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { RuntimeObject * L_1 = ___targetOrId0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, ((int32_t)11), 1, L_1, (bool)0, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return L_2; } } // System.Boolean DG.Tweening.DOTween::IsTweening(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool DOTween_IsTweening_m4131689708 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___targetOrId0, bool ___alsoCheckIfIsPlaying1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_IsTweening_m4131689708_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___targetOrId0; bool L_1 = ___alsoCheckIfIsPlaying1; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_2 = TweenManager_FilteredOperation_m271432624(NULL /*static, unused*/, ((int32_t)12), 1, L_0, L_1, (0.0f), NULL, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); } } // System.Int32 DG.Tweening.DOTween::TotalPlayingTweens() extern "C" IL2CPP_METHOD_ATTR int32_t DOTween_TotalPlayingTweens_m4218411057 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_TotalPlayingTweens_m4218411057_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); int32_t L_0 = TweenManager_TotalPlayingTweens_m1649120044(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.List`1 DG.Tweening.DOTween::PlayingTweens(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * DOTween_PlayingTweens_m613164258 (RuntimeObject * __this /* static, unused */, List_1_t3814993295 * ___fillableList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PlayingTweens_m613164258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3814993295 * L_0 = ___fillableList0; if (!L_0) { goto IL_0009; } } { List_1_t3814993295 * L_1 = ___fillableList0; NullCheck(L_1); List_1_Clear_m3923813889(L_1, /*hidden argument*/List_1_Clear_m3923813889_RuntimeMethod_var); } IL_0009: { List_1_t3814993295 * L_2 = ___fillableList0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_3 = TweenManager_GetActiveTweens_m3486424719(NULL /*static, unused*/, (bool)1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Collections.Generic.List`1 DG.Tweening.DOTween::PausedTweens(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * DOTween_PausedTweens_m647494718 (RuntimeObject * __this /* static, unused */, List_1_t3814993295 * ___fillableList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_PausedTweens_m647494718_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3814993295 * L_0 = ___fillableList0; if (!L_0) { goto IL_0009; } } { List_1_t3814993295 * L_1 = ___fillableList0; NullCheck(L_1); List_1_Clear_m3923813889(L_1, /*hidden argument*/List_1_Clear_m3923813889_RuntimeMethod_var); } IL_0009: { List_1_t3814993295 * L_2 = ___fillableList0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_3 = TweenManager_GetActiveTweens_m3486424719(NULL /*static, unused*/, (bool)0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Collections.Generic.List`1 DG.Tweening.DOTween::TweensById(System.Object,System.Boolean,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * DOTween_TweensById_m4140427719 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___id0, bool ___playingOnly1, List_1_t3814993295 * ___fillableList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_TweensById_m4140427719_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___id0; if (L_0) { goto IL_0005; } } { return (List_1_t3814993295 *)NULL; } IL_0005: { List_1_t3814993295 * L_1 = ___fillableList2; if (!L_1) { goto IL_000e; } } { List_1_t3814993295 * L_2 = ___fillableList2; NullCheck(L_2); List_1_Clear_m3923813889(L_2, /*hidden argument*/List_1_Clear_m3923813889_RuntimeMethod_var); } IL_000e: { RuntimeObject * L_3 = ___id0; bool L_4 = ___playingOnly1; List_1_t3814993295 * L_5 = ___fillableList2; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_6 = TweenManager_GetTweensById_m4173653544(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Collections.Generic.List`1 DG.Tweening.DOTween::TweensByTarget(System.Object,System.Boolean,System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR List_1_t3814993295 * DOTween_TweensByTarget_m4107779458 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___target0, bool ___playingOnly1, List_1_t3814993295 * ___fillableList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_TweensByTarget_m4107779458_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t3814993295 * L_0 = ___fillableList2; if (!L_0) { goto IL_0009; } } { List_1_t3814993295 * L_1 = ___fillableList2; NullCheck(L_1); List_1_Clear_m3923813889(L_1, /*hidden argument*/List_1_Clear_m3923813889_RuntimeMethod_var); } IL_0009: { RuntimeObject * L_2 = ___target0; bool L_3 = ___playingOnly1; List_1_t3814993295 * L_4 = ___fillableList2; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); List_1_t3814993295 * L_5 = TweenManager_GetTweensByTarget_m1902272649(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void DG.Tweening.DOTween::InitCheck() extern "C" IL2CPP_METHOD_ATTR void DOTween_InitCheck_m2142797717 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween_InitCheck_m2142797717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_0 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_initialized_24(); if (L_0) { goto IL_0015; } } { bool L_1 = Application_get_isPlaying_m100394690(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_isQuitting_25(); if (!L_2) { goto IL_0016; } } IL_0015: { return; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); DOTween_AutoInit_m4089566748(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.DOTween::.ctor() extern "C" IL2CPP_METHOD_ATTR void DOTween__ctor_m3659001493 (DOTween_t2744875806 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.DOTween::.cctor() extern "C" IL2CPP_METHOD_ATTR void DOTween__cctor_m2682752523 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOTween__cctor_m2682752523_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_Version_0(_stringLiteral28124197); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_useSafeMode_1((bool)1); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_nestedTweenFailureBehaviour_2(0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_showUnityEditorReport_3((bool)0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_timeScale_4((1.0f)); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_maxSmoothUnscaledTime_6((0.15f)); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_rewindCallbackMode_7(0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set__logBehaviour_8(2); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_drawGizmos_10((bool)1); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultUpdateType_11(0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultTimeScaleIndependent_12((bool)0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultAutoPlay_13(3); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultAutoKill_14((bool)1); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultLoopType_15(0); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultEaseType_17(6); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultEaseOvershootOrAmplitude_18((1.70158f)); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_defaultEasePeriod_19((0.0f)); List_1_t904863771 * L_0 = (List_1_t904863771 *)il2cpp_codegen_object_new(List_1_t904863771_il2cpp_TypeInfo_var); List_1__ctor_m455590291(L_0, /*hidden argument*/List_1__ctor_m455590291_RuntimeMethod_var); ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->set_GizmosDelegates_23(L_0); 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.DOTween/<>c__DisplayClass54_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_0__ctor_m781083073 (U3CU3Ec__DisplayClass54_0_t1212542191 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOTween/<>c__DisplayClass54_0::b__0() extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass54_0_U3CToU3Eb__0_m2455127546 (U3CU3Ec__DisplayClass54_0_t1212542191 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_v_0(); return L_0; } } // System.Void DG.Tweening.DOTween/<>c__DisplayClass54_0::b__1(System.Single) extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass54_0_U3CToU3Eb__1_m3504045746 (U3CU3Ec__DisplayClass54_0_t1212542191 * __this, float ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass54_0_U3CToU3Eb__1_m3504045746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___x0; __this->set_v_0(L_0); DOSetter_1_t2447375106 * L_1 = __this->get_setter_1(); float L_2 = __this->get_v_0(); NullCheck(L_1); DOSetter_1_Invoke_m2477716530(L_1, L_2, /*hidden argument*/DOSetter_1_Invoke_m2477716530_RuntimeMethod_var); 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 // DG.Tweening.Tweener DG.Tweening.DOVirtual::Float(System.Single,System.Single,System.Single,DG.Tweening.TweenCallback`1) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * DOVirtual_Float_m3596693918 (RuntimeObject * __this /* static, unused */, float ___from0, float ___to1, float ___duration2, TweenCallback_1_t1456286679 * ___onVirtualUpdate3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOVirtual_Float_m3596693918_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass0_0_t3914388664 * V_0 = NULL; { U3CU3Ec__DisplayClass0_0_t3914388664 * L_0 = (U3CU3Ec__DisplayClass0_0_t3914388664 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass0_0_t3914388664_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass0_0__ctor_m1600714369(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass0_0_t3914388664 * L_1 = V_0; TweenCallback_1_t1456286679 * L_2 = ___onVirtualUpdate3; NullCheck(L_1); L_1->set_onVirtualUpdate_1(L_2); U3CU3Ec__DisplayClass0_0_t3914388664 * L_3 = V_0; float L_4 = ___from0; NullCheck(L_3); L_3->set_val_0(L_4); U3CU3Ec__DisplayClass0_0_t3914388664 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__0_m837965672_RuntimeMethod_var; DOGetter_1_t1140062978 * L_7 = (DOGetter_1_t1140062978 *)il2cpp_codegen_object_new(DOGetter_1_t1140062978_il2cpp_TypeInfo_var); DOGetter_1__ctor_m2335505072(L_7, L_5, L_6, /*hidden argument*/DOGetter_1__ctor_m2335505072_RuntimeMethod_var); U3CU3Ec__DisplayClass0_0_t3914388664 * L_8 = V_0; intptr_t L_9 = (intptr_t)U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__1_m4086084294_RuntimeMethod_var; DOSetter_1_t2447375106 * L_10 = (DOSetter_1_t2447375106 *)il2cpp_codegen_object_new(DOSetter_1_t2447375106_il2cpp_TypeInfo_var); DOSetter_1__ctor_m3423399374(L_10, L_8, L_9, /*hidden argument*/DOSetter_1__ctor_m3423399374_RuntimeMethod_var); float L_11 = ___to1; float L_12 = ___duration2; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); TweenerCore_3_t884556411 * L_13 = DOTween_To_m2106473129(NULL /*static, unused*/, L_7, L_10, L_11, L_12, /*hidden argument*/NULL); U3CU3Ec__DisplayClass0_0_t3914388664 * L_14 = V_0; intptr_t L_15 = (intptr_t)U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__2_m3176238236_RuntimeMethod_var; TweenCallback_t3727756325 * L_16 = (TweenCallback_t3727756325 *)il2cpp_codegen_object_new(TweenCallback_t3727756325_il2cpp_TypeInfo_var); TweenCallback__ctor_m3086472496(L_16, L_14, L_15, /*hidden argument*/NULL); TweenerCore_3_t884556411 * L_17 = TweenSettingsExtensions_OnUpdate_TisTweenerCore_3_t884556411_m302501183(NULL /*static, unused*/, L_13, L_16, /*hidden argument*/TweenSettingsExtensions_OnUpdate_TisTweenerCore_3_t884556411_m302501183_RuntimeMethod_var); return L_17; } } // System.Single DG.Tweening.DOVirtual::EasedValue(System.Single,System.Single,System.Single,DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR float DOVirtual_EasedValue_m1201780281 (RuntimeObject * __this /* static, unused */, float ___from0, float ___to1, float ___lifetimePercentage2, int32_t ___easeType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOVirtual_EasedValue_m1201780281_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___from0; float L_1 = ___to1; float L_2 = ___from0; int32_t L_3 = ___easeType3; float L_4 = ___lifetimePercentage2; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_5 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); float L_6 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); float L_7 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_3, (EaseFunction_t3531141372 *)NULL, L_4, (1.0f), L_5, L_6, /*hidden argument*/NULL); return ((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)L_7)))); } } // System.Single DG.Tweening.DOVirtual::EasedValue(System.Single,System.Single,System.Single,DG.Tweening.Ease,System.Single) extern "C" IL2CPP_METHOD_ATTR float DOVirtual_EasedValue_m507288341 (RuntimeObject * __this /* static, unused */, float ___from0, float ___to1, float ___lifetimePercentage2, int32_t ___easeType3, float ___overshoot4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOVirtual_EasedValue_m507288341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___from0; float L_1 = ___to1; float L_2 = ___from0; int32_t L_3 = ___easeType3; float L_4 = ___lifetimePercentage2; float L_5 = ___overshoot4; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_6 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); float L_7 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_3, (EaseFunction_t3531141372 *)NULL, L_4, (1.0f), L_5, L_6, /*hidden argument*/NULL); return ((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)L_7)))); } } // System.Single DG.Tweening.DOVirtual::EasedValue(System.Single,System.Single,System.Single,DG.Tweening.Ease,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float DOVirtual_EasedValue_m3171363129 (RuntimeObject * __this /* static, unused */, float ___from0, float ___to1, float ___lifetimePercentage2, int32_t ___easeType3, float ___amplitude4, float ___period5, const RuntimeMethod* method) { { float L_0 = ___from0; float L_1 = ___to1; float L_2 = ___from0; int32_t L_3 = ___easeType3; float L_4 = ___lifetimePercentage2; float L_5 = ___amplitude4; float L_6 = ___period5; float L_7 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_3, (EaseFunction_t3531141372 *)NULL, L_4, (1.0f), L_5, L_6, /*hidden argument*/NULL); return ((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)L_7)))); } } // System.Single DG.Tweening.DOVirtual::EasedValue(System.Single,System.Single,System.Single,UnityEngine.AnimationCurve) extern "C" IL2CPP_METHOD_ATTR float DOVirtual_EasedValue_m484573207 (RuntimeObject * __this /* static, unused */, float ___from0, float ___to1, float ___lifetimePercentage2, AnimationCurve_t3046754366 * ___easeCurve3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOVirtual_EasedValue_m484573207_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___from0; float L_1 = ___to1; float L_2 = ___from0; AnimationCurve_t3046754366 * L_3 = ___easeCurve3; EaseCurve_t2771593608 * L_4 = (EaseCurve_t2771593608 *)il2cpp_codegen_object_new(EaseCurve_t2771593608_il2cpp_TypeInfo_var); EaseCurve__ctor_m586586765(L_4, L_3, /*hidden argument*/NULL); intptr_t L_5 = (intptr_t)EaseCurve_Evaluate_m137000753_RuntimeMethod_var; EaseFunction_t3531141372 * L_6 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_6, L_4, L_5, /*hidden argument*/NULL); float L_7 = ___lifetimePercentage2; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); float L_8 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseOvershootOrAmplitude_18(); float L_9 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEasePeriod_19(); float L_10 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, ((int32_t)37), L_6, L_7, (1.0f), L_8, L_9, /*hidden argument*/NULL); return ((float)il2cpp_codegen_add((float)L_0, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)), (float)L_10)))); } } // DG.Tweening.Tween DG.Tweening.DOVirtual::DelayedCall(System.Single,DG.Tweening.TweenCallback,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * DOVirtual_DelayedCall_m1702396605 (RuntimeObject * __this /* static, unused */, float ___delay0, TweenCallback_t3727756325 * ___callback1, bool ___ignoreTimeScale2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DOVirtual_DelayedCall_m1702396605_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); Sequence_t2050373119 * L_0 = DOTween_Sequence_m1991920595(NULL /*static, unused*/, /*hidden argument*/NULL); float L_1 = ___delay0; Sequence_t2050373119 * L_2 = TweenSettingsExtensions_AppendInterval_m4093776299(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); TweenCallback_t3727756325 * L_3 = ___callback1; Sequence_t2050373119 * L_4 = TweenSettingsExtensions_OnStepComplete_TisSequence_t2050373119_m1556475606(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/TweenSettingsExtensions_OnStepComplete_TisSequence_t2050373119_m1556475606_RuntimeMethod_var); bool L_5 = ___ignoreTimeScale2; Sequence_t2050373119 * L_6 = TweenSettingsExtensions_SetUpdate_TisSequence_t2050373119_m431838736(NULL /*static, unused*/, L_4, 0, L_5, /*hidden argument*/TweenSettingsExtensions_SetUpdate_TisSequence_t2050373119_m431838736_RuntimeMethod_var); Sequence_t2050373119 * L_7 = TweenSettingsExtensions_SetAutoKill_TisSequence_t2050373119_m4161923835(NULL /*static, unused*/, L_6, (bool)1, /*hidden argument*/TweenSettingsExtensions_SetAutoKill_TisSequence_t2050373119_m4161923835_RuntimeMethod_var); return L_7; } } #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.DOVirtual/<>c__DisplayClass0_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0__ctor_m1600714369 (U3CU3Ec__DisplayClass0_0_t3914388664 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.DOVirtual/<>c__DisplayClass0_0::b__0() extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__0_m837965672 (U3CU3Ec__DisplayClass0_0_t3914388664 * __this, const RuntimeMethod* method) { { float L_0 = __this->get_val_0(); return L_0; } } // System.Void DG.Tweening.DOVirtual/<>c__DisplayClass0_0::b__1(System.Single) extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__1_m4086084294 (U3CU3Ec__DisplayClass0_0_t3914388664 * __this, float ___x0, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_val_0(L_0); return; } } // System.Void DG.Tweening.DOVirtual/<>c__DisplayClass0_0::b__2() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__2_m3176238236 (U3CU3Ec__DisplayClass0_0_t3914388664 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass0_0_U3CFloatU3Eb__2_m3176238236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenCallback_1_t1456286679 * L_0 = __this->get_onVirtualUpdate_1(); float L_1 = __this->get_val_0(); NullCheck(L_0); TweenCallback_1_Invoke_m2938877148(L_0, L_1, /*hidden argument*/TweenCallback_1_Invoke_m2938877148_RuntimeMethod_var); 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 #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 // DG.Tweening.EaseFunction DG.Tweening.EaseFactory::StopMotion(System.Int32,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR EaseFunction_t3531141372 * EaseFactory_StopMotion_m2218066138 (RuntimeObject * __this /* static, unused */, int32_t ___motionFps0, Nullable_1_t1438310180 ___ease1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EaseFactory_StopMotion_m2218066138_MetadataUsageId); s_Il2CppMethodInitialized = true; } EaseFunction_t3531141372 * V_0 = NULL; int32_t G_B3_0 = 0; { bool L_0 = Nullable_1_get_HasValue_m1883304525((&___ease1), /*hidden argument*/Nullable_1_get_HasValue_m1883304525_RuntimeMethod_var); if (!L_0) { goto IL_0012; } } { int32_t L_1 = Nullable_1_get_Value_m3586925169((&___ease1), /*hidden argument*/Nullable_1_get_Value_m3586925169_RuntimeMethod_var); G_B3_0 = L_1; goto IL_0017; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); int32_t L_2 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_defaultEaseType_17(); G_B3_0 = L_2; } IL_0017: { EaseFunction_t3531141372 * L_3 = EaseManager_ToEaseFunction_m3147650951(NULL /*static, unused*/, G_B3_0, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = ___motionFps0; EaseFunction_t3531141372 * L_5 = V_0; EaseFunction_t3531141372 * L_6 = EaseFactory_StopMotion_m204192253(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // DG.Tweening.EaseFunction DG.Tweening.EaseFactory::StopMotion(System.Int32,UnityEngine.AnimationCurve) extern "C" IL2CPP_METHOD_ATTR EaseFunction_t3531141372 * EaseFactory_StopMotion_m694189564 (RuntimeObject * __this /* static, unused */, int32_t ___motionFps0, AnimationCurve_t3046754366 * ___animCurve1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EaseFactory_StopMotion_m694189564_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___motionFps0; AnimationCurve_t3046754366 * L_1 = ___animCurve1; EaseCurve_t2771593608 * L_2 = (EaseCurve_t2771593608 *)il2cpp_codegen_object_new(EaseCurve_t2771593608_il2cpp_TypeInfo_var); EaseCurve__ctor_m586586765(L_2, L_1, /*hidden argument*/NULL); intptr_t L_3 = (intptr_t)EaseCurve_Evaluate_m137000753_RuntimeMethod_var; EaseFunction_t3531141372 * L_4 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_4, L_2, L_3, /*hidden argument*/NULL); EaseFunction_t3531141372 * L_5 = EaseFactory_StopMotion_m204192253(NULL /*static, unused*/, L_0, L_4, /*hidden argument*/NULL); return L_5; } } // DG.Tweening.EaseFunction DG.Tweening.EaseFactory::StopMotion(System.Int32,DG.Tweening.EaseFunction) extern "C" IL2CPP_METHOD_ATTR EaseFunction_t3531141372 * EaseFactory_StopMotion_m204192253 (RuntimeObject * __this /* static, unused */, int32_t ___motionFps0, EaseFunction_t3531141372 * ___customEase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EaseFactory_StopMotion_m204192253_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec__DisplayClass2_0_t753111370 * L_0 = (U3CU3Ec__DisplayClass2_0_t753111370 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass2_0_t753111370_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass2_0__ctor_m3464947938(L_0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass2_0_t753111370 * L_1 = L_0; EaseFunction_t3531141372 * L_2 = ___customEase1; NullCheck(L_1); L_1->set_customEase_1(L_2); U3CU3Ec__DisplayClass2_0_t753111370 * L_3 = L_1; int32_t L_4 = ___motionFps0; NullCheck(L_3); L_3->set_motionDelay_0(((float)((float)(1.0f)/(float)(((float)((float)L_4)))))); intptr_t L_5 = (intptr_t)U3CU3Ec__DisplayClass2_0_U3CStopMotionU3Eb__0_m3481008058_RuntimeMethod_var; EaseFunction_t3531141372 * L_6 = (EaseFunction_t3531141372 *)il2cpp_codegen_object_new(EaseFunction_t3531141372_il2cpp_TypeInfo_var); EaseFunction__ctor_m2187258155(L_6, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void DG.Tweening.EaseFactory::.ctor() extern "C" IL2CPP_METHOD_ATTR void EaseFactory__ctor_m750404329 (EaseFactory_t2344806846 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.EaseFactory/<>c__DisplayClass2_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_m3464947938 (U3CU3Ec__DisplayClass2_0_t753111370 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Single DG.Tweening.EaseFactory/<>c__DisplayClass2_0::b__0(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass2_0_U3CStopMotionU3Eb__0_m3481008058 (U3CU3Ec__DisplayClass2_0_t753111370 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { float V_0 = 0.0f; float G_B3_0 = 0.0f; { float L_0 = ___time0; float L_1 = ___duration1; if ((((float)L_0) < ((float)L_1))) { goto IL_0007; } } { float L_2 = ___time0; G_B3_0 = L_2; goto IL_0011; } IL_0007: { float L_3 = ___time0; float L_4 = ___time0; float L_5 = __this->get_motionDelay_0(); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_3, (float)(fmodf(L_4, L_5)))); } IL_0011: { V_0 = G_B3_0; EaseFunction_t3531141372 * L_6 = __this->get_customEase_1(); float L_7 = V_0; float L_8 = ___duration1; float L_9 = ___overshootOrAmplitude2; float L_10 = ___period3; NullCheck(L_6); float L_11 = EaseFunction_Invoke_m149773300(L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } #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 extern "C" float DelegatePInvokeWrapper_EaseFunction_t3531141372 (EaseFunction_t3531141372 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { typedef float (DEFAULT_CALL *PInvokeFunc)(float, float, float, float); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation float returnValue = il2cppPInvokeFunc(___time0, ___duration1, ___overshootOrAmplitude2, ___period3); return returnValue; } // System.Void DG.Tweening.EaseFunction::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EaseFunction__ctor_m2187258155 (EaseFunction_t3531141372 * __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.Single DG.Tweening.EaseFunction::Invoke(System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float EaseFunction_Invoke_m149773300 (EaseFunction_t3531141372 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, const RuntimeMethod* method) { float result = 0.0f; if(__this->get_prev_9() != NULL) { EaseFunction_Invoke_m149773300((EaseFunction_t3531141372 *)__this->get_prev_9(), ___time0, ___duration1, ___overshootOrAmplitude2, ___period3, 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) == 4) { // open { typedef float (*FunctionPointerType) (RuntimeObject *, float, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___time0, ___duration1, ___overshootOrAmplitude2, ___period3, targetMethod); } } else { // closed { typedef float (*FunctionPointerType) (RuntimeObject *, void*, float, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___time0, ___duration1, ___overshootOrAmplitude2, ___period3, 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 = GenericInterfaceFuncInvoker4< float, float, float, float, float >::Invoke(targetMethod, targetThis, ___time0, ___duration1, ___overshootOrAmplitude2, ___period3); else result = GenericVirtFuncInvoker4< float, float, float, float, float >::Invoke(targetMethod, targetThis, ___time0, ___duration1, ___overshootOrAmplitude2, ___period3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< float, float, float, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___time0, ___duration1, ___overshootOrAmplitude2, ___period3); else result = VirtFuncInvoker4< float, float, float, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___time0, ___duration1, ___overshootOrAmplitude2, ___period3); } } else { typedef float (*FunctionPointerType) (void*, float, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___time0, ___duration1, ___overshootOrAmplitude2, ___period3, targetMethod); } } } return result; } // System.IAsyncResult DG.Tweening.EaseFunction::BeginInvoke(System.Single,System.Single,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EaseFunction_BeginInvoke_m2250223579 (EaseFunction_t3531141372 * __this, float ___time0, float ___duration1, float ___overshootOrAmplitude2, float ___period3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EaseFunction_BeginInvoke_m2250223579_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___time0); __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___overshootOrAmplitude2); __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___period3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Single DG.Tweening.EaseFunction::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR float EaseFunction_EndInvoke_m553831658 (EaseFunction_t3531141372 * __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 #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 #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 #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 #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 #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.Plugins.Color2Plugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void Color2Plugin_Reset_m559636257 (Color2Plugin_t2483663196 * __this, TweenerCore_3_t1580492422 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.Color2Plugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Color2Plugin_SetFrom_m1082519862 (Color2Plugin_t2483663196 * __this, TweenerCore_3_t1580492422 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color2Plugin_SetFrom_m1082519862_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color2_t3097643075 V_0; memset(&V_0, 0, sizeof(V_0)); Color2_t3097643075 V_1; memset(&V_1, 0, sizeof(V_1)); { TweenerCore_3_t1580492422 * L_0 = ___t0; NullCheck(L_0); Color2_t3097643075 L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t1580492422 * L_2 = ___t0; TweenerCore_3_t1580492422 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t2840439279 * L_4 = L_3->get_getter_59(); NullCheck(L_4); Color2_t3097643075 L_5 = DOGetter_1_Invoke_m880692365(L_4, /*hidden argument*/DOGetter_1_Invoke_m880692365_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); bool L_6 = ___isRelative1; if (!L_6) { goto IL_0054; } } { TweenerCore_3_t1580492422 * L_7 = ___t0; TweenerCore_3_t1580492422 * L_8 = ___t0; NullCheck(L_8); Color2_t3097643075 * L_9 = L_8->get_address_of_endValue_56(); Color_t2555686324 L_10 = L_9->get_ca_0(); Color2_t3097643075 L_11 = V_0; Color_t2555686324 L_12 = L_11.get_ca_0(); Color_t2555686324 L_13 = Color_op_Addition_m3293657895(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); TweenerCore_3_t1580492422 * L_14 = ___t0; NullCheck(L_14); Color2_t3097643075 * L_15 = L_14->get_address_of_endValue_56(); Color_t2555686324 L_16 = L_15->get_cb_1(); Color2_t3097643075 L_17 = V_0; Color_t2555686324 L_18 = L_17.get_cb_1(); Color_t2555686324 L_19 = Color_op_Addition_m3293657895(NULL /*static, unused*/, L_16, L_18, /*hidden argument*/NULL); Color2_t3097643075 L_20; memset(&L_20, 0, sizeof(L_20)); Color2__ctor_m3682887755((&L_20), L_13, L_19, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_startValue_55(L_20); goto IL_006b; } IL_0054: { TweenerCore_3_t1580492422 * L_21 = ___t0; Color2_t3097643075 L_22 = V_0; Color_t2555686324 L_23 = L_22.get_ca_0(); Color2_t3097643075 L_24 = V_0; Color_t2555686324 L_25 = L_24.get_cb_1(); Color2_t3097643075 L_26; memset(&L_26, 0, sizeof(L_26)); Color2__ctor_m3682887755((&L_26), L_23, L_25, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_startValue_55(L_26); } IL_006b: { TweenerCore_3_t1580492422 * L_27 = ___t0; NullCheck(L_27); Color2_t3097643075 L_28 = L_27->get_endValue_56(); V_1 = L_28; TweenerCore_3_t1580492422 * L_29 = ___t0; NullCheck(L_29); ColorOptions_t1487297155 * L_30 = L_29->get_address_of_plugOptions_58(); bool L_31 = L_30->get_alphaOnly_0(); if (L_31) { goto IL_0088; } } { TweenerCore_3_t1580492422 * L_32 = ___t0; NullCheck(L_32); Color2_t3097643075 L_33 = L_32->get_startValue_55(); V_1 = L_33; goto IL_00c0; } IL_0088: { Color_t2555686324 * L_34 = (&V_1)->get_address_of_ca_0(); TweenerCore_3_t1580492422 * L_35 = ___t0; NullCheck(L_35); Color2_t3097643075 * L_36 = L_35->get_address_of_startValue_55(); Color_t2555686324 * L_37 = L_36->get_address_of_ca_0(); float L_38 = L_37->get_a_3(); L_34->set_a_3(L_38); Color_t2555686324 * L_39 = (&V_1)->get_address_of_cb_1(); TweenerCore_3_t1580492422 * L_40 = ___t0; NullCheck(L_40); Color2_t3097643075 * L_41 = L_40->get_address_of_startValue_55(); Color_t2555686324 * L_42 = L_41->get_address_of_cb_1(); float L_43 = L_42->get_a_3(); L_39->set_a_3(L_43); } IL_00c0: { TweenerCore_3_t1580492422 * L_44 = ___t0; NullCheck(L_44); DOSetter_1_t4147751407 * L_45 = L_44->get_setter_60(); Color2_t3097643075 L_46 = V_1; NullCheck(L_45); DOSetter_1_Invoke_m3106111274(L_45, L_46, /*hidden argument*/DOSetter_1_Invoke_m3106111274_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.Color2Plugin::SetFrom(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Color2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Color2Plugin_SetFrom_m1620480489 (Color2Plugin_t2483663196 * __this, TweenerCore_3_t1580492422 * ___t0, Color2_t3097643075 ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color2Plugin_SetFrom_m1620480489_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color2_t3097643075 V_0; memset(&V_0, 0, sizeof(V_0)); { TweenerCore_3_t1580492422 * L_0 = ___t0; Color2_t3097643075 L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_005f; } } { Color2_t3097643075 L_3 = ___fromValue1; V_0 = L_3; TweenerCore_3_t1580492422 * L_4 = ___t0; NullCheck(L_4); ColorOptions_t1487297155 * L_5 = L_4->get_address_of_plugOptions_58(); bool L_6 = L_5->get_alphaOnly_0(); if (!L_6) { goto IL_0053; } } { TweenerCore_3_t1580492422 * L_7 = ___t0; NullCheck(L_7); DOGetter_1_t2840439279 * L_8 = L_7->get_getter_59(); NullCheck(L_8); Color2_t3097643075 L_9 = DOGetter_1_Invoke_m880692365(L_8, /*hidden argument*/DOGetter_1_Invoke_m880692365_RuntimeMethod_var); V_0 = L_9; Color_t2555686324 * L_10 = (&V_0)->get_address_of_ca_0(); Color2_t3097643075 L_11 = ___fromValue1; Color_t2555686324 L_12 = L_11.get_ca_0(); float L_13 = L_12.get_a_3(); L_10->set_a_3(L_13); Color_t2555686324 * L_14 = (&V_0)->get_address_of_cb_1(); Color2_t3097643075 L_15 = ___fromValue1; Color_t2555686324 L_16 = L_15.get_cb_1(); float L_17 = L_16.get_a_3(); L_14->set_a_3(L_17); } IL_0053: { TweenerCore_3_t1580492422 * L_18 = ___t0; NullCheck(L_18); DOSetter_1_t4147751407 * L_19 = L_18->get_setter_60(); Color2_t3097643075 L_20 = V_0; NullCheck(L_19); DOSetter_1_Invoke_m3106111274(L_19, L_20, /*hidden argument*/DOSetter_1_Invoke_m3106111274_RuntimeMethod_var); } IL_005f: { return; } } // DG.Tweening.Color2 DG.Tweening.Plugins.Color2Plugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Color2) extern "C" IL2CPP_METHOD_ATTR Color2_t3097643075 Color2Plugin_ConvertToStartValue_m539423662 (Color2Plugin_t2483663196 * __this, TweenerCore_3_t1580492422 * ___t0, Color2_t3097643075 ___value1, const RuntimeMethod* method) { { Color2_t3097643075 L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.Color2Plugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void Color2Plugin_SetRelativeEndValue_m2218454084 (Color2Plugin_t2483663196 * __this, TweenerCore_3_t1580492422 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t1580492422 * L_0 = ___t0; TweenerCore_3_t1580492422 * L_1 = L_0; NullCheck(L_1); Color2_t3097643075 L_2 = L_1->get_endValue_56(); TweenerCore_3_t1580492422 * L_3 = ___t0; NullCheck(L_3); Color2_t3097643075 L_4 = L_3->get_startValue_55(); Color2_t3097643075 L_5 = Color2_op_Addition_m2524540868(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_endValue_56(L_5); return; } } // System.Void DG.Tweening.Plugins.Color2Plugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void Color2Plugin_SetChangeValue_m1555424097 (Color2Plugin_t2483663196 * __this, TweenerCore_3_t1580492422 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t1580492422 * L_0 = ___t0; TweenerCore_3_t1580492422 * L_1 = ___t0; NullCheck(L_1); Color2_t3097643075 L_2 = L_1->get_endValue_56(); TweenerCore_3_t1580492422 * L_3 = ___t0; NullCheck(L_3); Color2_t3097643075 L_4 = L_3->get_startValue_55(); Color2_t3097643075 L_5 = Color2_op_Subtraction_m1438656691(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_0); L_0->set_changeValue_57(L_5); return; } } // System.Single DG.Tweening.Plugins.Color2Plugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.ColorOptions,System.Single,DG.Tweening.Color2) extern "C" IL2CPP_METHOD_ATTR float Color2Plugin_GetSpeedBasedDuration_m1713218986 (Color2Plugin_t2483663196 * __this, ColorOptions_t1487297155 ___options0, float ___unitsXSecond1, Color2_t3097643075 ___changeValue2, const RuntimeMethod* method) { { float L_0 = ___unitsXSecond1; return ((float)((float)(1.0f)/(float)L_0)); } } // System.Void DG.Tweening.Plugins.Color2Plugin::EvaluateAndApply(DG.Tweening.Plugins.Options.ColorOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,DG.Tweening.Color2,DG.Tweening.Color2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void Color2Plugin_EvaluateAndApply_m3110084240 (Color2Plugin_t2483663196 * __this, ColorOptions_t1487297155 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t2840439279 * ___getter3, DOSetter_1_t4147751407 * ___setter4, float ___elapsed5, Color2_t3097643075 ___startValue6, Color2_t3097643075 ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color2Plugin_EvaluateAndApply_m3110084240_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Color2_t3097643075 V_1; memset(&V_1, 0, sizeof(V_1)); Color2_t3097643075 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); Color2_t3097643075 G_B3_1; memset(&G_B3_1, 0, sizeof(G_B3_1)); Color2_t3097643075 G_B2_0; memset(&G_B2_0, 0, sizeof(G_B2_0)); Color2_t3097643075 G_B2_1; memset(&G_B2_1, 0, sizeof(G_B2_1)); int32_t G_B4_0 = 0; Color2_t3097643075 G_B4_1; memset(&G_B4_1, 0, sizeof(G_B4_1)); Color2_t3097643075 G_B4_2; memset(&G_B4_2, 0, sizeof(G_B4_2)); Color2_t3097643075 G_B9_0; memset(&G_B9_0, 0, sizeof(G_B9_0)); Color2_t3097643075 G_B9_1; memset(&G_B9_1, 0, sizeof(G_B9_1)); Color2_t3097643075 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); Color2_t3097643075 G_B8_1; memset(&G_B8_1, 0, sizeof(G_B8_1)); int32_t G_B10_0 = 0; Color2_t3097643075 G_B10_1; memset(&G_B10_1, 0, sizeof(G_B10_1)); Color2_t3097643075 G_B10_2; memset(&G_B10_2, 0, sizeof(G_B10_2)); Color2_t3097643075 G_B12_0; memset(&G_B12_0, 0, sizeof(G_B12_0)); Color2_t3097643075 G_B12_1; memset(&G_B12_1, 0, sizeof(G_B12_1)); Color2_t3097643075 G_B11_0; memset(&G_B11_0, 0, sizeof(G_B11_0)); Color2_t3097643075 G_B11_1; memset(&G_B11_1, 0, sizeof(G_B11_1)); int32_t G_B13_0 = 0; Color2_t3097643075 G_B13_1; memset(&G_B13_1, 0, sizeof(G_B13_1)); Color2_t3097643075 G_B13_2; memset(&G_B13_2, 0, sizeof(G_B13_2)); { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0032; } } { Color2_t3097643075 L_2 = ___startValue6; Color2_t3097643075 L_3 = ___changeValue7; Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); G_B2_0 = L_3; G_B2_1 = L_2; if (L_5) { G_B3_0 = L_3; G_B3_1 = L_2; goto IL_001d; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0025; } IL_001d: { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0025: { Color2_t3097643075 L_10 = Color2_op_Multiply_m3951525207(NULL /*static, unused*/, G_B4_1, (((float)((float)G_B4_0))), /*hidden argument*/NULL); Color2_t3097643075 L_11 = Color2_op_Addition_m2524540868(NULL /*static, unused*/, G_B4_2, L_10, /*hidden argument*/NULL); ___startValue6 = L_11; } IL_0032: { Tween_t2342918553 * L_12 = ___t1; NullCheck(L_12); bool L_13 = L_12->get_isSequenced_38(); if (!L_13) { goto IL_0098; } } { Tween_t2342918553 * L_14 = ___t1; NullCheck(L_14); Sequence_t2050373119 * L_15 = L_14->get_sequenceParent_39(); NullCheck(L_15); int32_t L_16 = ((Tween_t2342918553 *)L_15)->get_loopType_27(); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0098; } } { Color2_t3097643075 L_17 = ___startValue6; Color2_t3097643075 L_18 = ___changeValue7; Tween_t2342918553 * L_19 = ___t1; NullCheck(L_19); int32_t L_20 = L_19->get_loopType_27(); G_B8_0 = L_18; G_B8_1 = L_17; if ((((int32_t)L_20) == ((int32_t)2))) { G_B9_0 = L_18; G_B9_1 = L_17; goto IL_0058; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_005e; } IL_0058: { Tween_t2342918553 * L_21 = ___t1; NullCheck(L_21); int32_t L_22 = L_21->get_loops_26(); G_B10_0 = L_22; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_005e: { Color2_t3097643075 L_23 = Color2_op_Multiply_m3951525207(NULL /*static, unused*/, G_B10_1, (((float)((float)G_B10_0))), /*hidden argument*/NULL); Tween_t2342918553 * L_24 = ___t1; NullCheck(L_24); Sequence_t2050373119 * L_25 = L_24->get_sequenceParent_39(); NullCheck(L_25); bool L_26 = ((Tween_t2342918553 *)L_25)->get_isComplete_49(); G_B11_0 = L_23; G_B11_1 = G_B10_2; if (L_26) { G_B12_0 = L_23; G_B12_1 = G_B10_2; goto IL_007e; } } { Tween_t2342918553 * L_27 = ___t1; NullCheck(L_27); Sequence_t2050373119 * L_28 = L_27->get_sequenceParent_39(); NullCheck(L_28); int32_t L_29 = ((Tween_t2342918553 *)L_28)->get_completedLoops_47(); G_B13_0 = L_29; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_008b; } IL_007e: { Tween_t2342918553 * L_30 = ___t1; NullCheck(L_30); Sequence_t2050373119 * L_31 = L_30->get_sequenceParent_39(); NullCheck(L_31); int32_t L_32 = ((Tween_t2342918553 *)L_31)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_008b: { Color2_t3097643075 L_33 = Color2_op_Multiply_m3951525207(NULL /*static, unused*/, G_B13_1, (((float)((float)G_B13_0))), /*hidden argument*/NULL); Color2_t3097643075 L_34 = Color2_op_Addition_m2524540868(NULL /*static, unused*/, G_B13_2, L_33, /*hidden argument*/NULL); ___startValue6 = L_34; } IL_0098: { Tween_t2342918553 * L_35 = ___t1; NullCheck(L_35); int32_t L_36 = L_35->get_easeType_30(); Tween_t2342918553 * L_37 = ___t1; NullCheck(L_37); EaseFunction_t3531141372 * L_38 = L_37->get_customEase_31(); float L_39 = ___elapsed5; float L_40 = ___duration8; Tween_t2342918553 * L_41 = ___t1; NullCheck(L_41); float L_42 = L_41->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_43 = ___t1; NullCheck(L_43); float L_44 = L_43->get_easePeriod_33(); float L_45 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_36, L_38, L_39, L_40, L_42, L_44, /*hidden argument*/NULL); V_0 = L_45; ColorOptions_t1487297155 L_46 = ___options0; bool L_47 = L_46.get_alphaOnly_0(); if (L_47) { goto IL_01bf; } } { Color_t2555686324 * L_48 = (&___startValue6)->get_address_of_ca_0(); float* L_49 = L_48->get_address_of_r_0(); float* L_50 = L_49; Color2_t3097643075 L_51 = ___changeValue7; Color_t2555686324 L_52 = L_51.get_ca_0(); float L_53 = L_52.get_r_0(); float L_54 = V_0; *((float*)(L_50)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_50)), (float)((float)il2cpp_codegen_multiply((float)L_53, (float)L_54)))); Color_t2555686324 * L_55 = (&___startValue6)->get_address_of_ca_0(); float* L_56 = L_55->get_address_of_g_1(); float* L_57 = L_56; Color2_t3097643075 L_58 = ___changeValue7; Color_t2555686324 L_59 = L_58.get_ca_0(); float L_60 = L_59.get_g_1(); float L_61 = V_0; *((float*)(L_57)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_57)), (float)((float)il2cpp_codegen_multiply((float)L_60, (float)L_61)))); Color_t2555686324 * L_62 = (&___startValue6)->get_address_of_ca_0(); float* L_63 = L_62->get_address_of_b_2(); float* L_64 = L_63; Color2_t3097643075 L_65 = ___changeValue7; Color_t2555686324 L_66 = L_65.get_ca_0(); float L_67 = L_66.get_b_2(); float L_68 = V_0; *((float*)(L_64)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_64)), (float)((float)il2cpp_codegen_multiply((float)L_67, (float)L_68)))); Color_t2555686324 * L_69 = (&___startValue6)->get_address_of_ca_0(); float* L_70 = L_69->get_address_of_a_3(); float* L_71 = L_70; Color2_t3097643075 L_72 = ___changeValue7; Color_t2555686324 L_73 = L_72.get_ca_0(); float L_74 = L_73.get_a_3(); float L_75 = V_0; *((float*)(L_71)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_71)), (float)((float)il2cpp_codegen_multiply((float)L_74, (float)L_75)))); Color_t2555686324 * L_76 = (&___startValue6)->get_address_of_cb_1(); float* L_77 = L_76->get_address_of_r_0(); float* L_78 = L_77; Color2_t3097643075 L_79 = ___changeValue7; Color_t2555686324 L_80 = L_79.get_cb_1(); float L_81 = L_80.get_r_0(); float L_82 = V_0; *((float*)(L_78)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_78)), (float)((float)il2cpp_codegen_multiply((float)L_81, (float)L_82)))); Color_t2555686324 * L_83 = (&___startValue6)->get_address_of_cb_1(); float* L_84 = L_83->get_address_of_g_1(); float* L_85 = L_84; Color2_t3097643075 L_86 = ___changeValue7; Color_t2555686324 L_87 = L_86.get_cb_1(); float L_88 = L_87.get_g_1(); float L_89 = V_0; *((float*)(L_85)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_85)), (float)((float)il2cpp_codegen_multiply((float)L_88, (float)L_89)))); Color_t2555686324 * L_90 = (&___startValue6)->get_address_of_cb_1(); float* L_91 = L_90->get_address_of_b_2(); float* L_92 = L_91; Color2_t3097643075 L_93 = ___changeValue7; Color_t2555686324 L_94 = L_93.get_cb_1(); float L_95 = L_94.get_b_2(); float L_96 = V_0; *((float*)(L_92)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_92)), (float)((float)il2cpp_codegen_multiply((float)L_95, (float)L_96)))); Color_t2555686324 * L_97 = (&___startValue6)->get_address_of_cb_1(); float* L_98 = L_97->get_address_of_a_3(); float* L_99 = L_98; Color2_t3097643075 L_100 = ___changeValue7; Color_t2555686324 L_101 = L_100.get_cb_1(); float L_102 = L_101.get_a_3(); float L_103 = V_0; *((float*)(L_99)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_99)), (float)((float)il2cpp_codegen_multiply((float)L_102, (float)L_103)))); DOSetter_1_t4147751407 * L_104 = ___setter4; Color2_t3097643075 L_105 = ___startValue6; NullCheck(L_104); DOSetter_1_Invoke_m3106111274(L_104, L_105, /*hidden argument*/DOSetter_1_Invoke_m3106111274_RuntimeMethod_var); return; } IL_01bf: { DOGetter_1_t2840439279 * L_106 = ___getter3; NullCheck(L_106); Color2_t3097643075 L_107 = DOGetter_1_Invoke_m880692365(L_106, /*hidden argument*/DOGetter_1_Invoke_m880692365_RuntimeMethod_var); V_1 = L_107; Color_t2555686324 * L_108 = (&V_1)->get_address_of_ca_0(); Color2_t3097643075 L_109 = ___startValue6; Color_t2555686324 L_110 = L_109.get_ca_0(); float L_111 = L_110.get_a_3(); Color2_t3097643075 L_112 = ___changeValue7; Color_t2555686324 L_113 = L_112.get_ca_0(); float L_114 = L_113.get_a_3(); float L_115 = V_0; L_108->set_a_3(((float)il2cpp_codegen_add((float)L_111, (float)((float)il2cpp_codegen_multiply((float)L_114, (float)L_115))))); Color_t2555686324 * L_116 = (&V_1)->get_address_of_cb_1(); Color2_t3097643075 L_117 = ___startValue6; Color_t2555686324 L_118 = L_117.get_cb_1(); float L_119 = L_118.get_a_3(); Color2_t3097643075 L_120 = ___changeValue7; Color_t2555686324 L_121 = L_120.get_cb_1(); float L_122 = L_121.get_a_3(); float L_123 = V_0; L_116->set_a_3(((float)il2cpp_codegen_add((float)L_119, (float)((float)il2cpp_codegen_multiply((float)L_122, (float)L_123))))); DOSetter_1_t4147751407 * L_124 = ___setter4; Color2_t3097643075 L_125 = V_1; NullCheck(L_124); DOSetter_1_Invoke_m3106111274(L_124, L_125, /*hidden argument*/DOSetter_1_Invoke_m3106111274_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.Color2Plugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void Color2Plugin__ctor_m3513330232 (Color2Plugin_t2483663196 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Color2Plugin__ctor_m3513330232_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m1411104530(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m1411104530_RuntimeMethod_var); 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.Plugins.ColorPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void ColorPlugin_Reset_m1603331084 (ColorPlugin_t4137411927 * __this, TweenerCore_3_t745532282 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.ColorPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ColorPlugin_SetFrom_m3427968509 (ColorPlugin_t4137411927 * __this, TweenerCore_3_t745532282 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ColorPlugin_SetFrom_m3427968509_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color_t2555686324 V_0; memset(&V_0, 0, sizeof(V_0)); Color_t2555686324 V_1; memset(&V_1, 0, sizeof(V_1)); TweenerCore_3_t745532282 * G_B2_0 = NULL; TweenerCore_3_t745532282 * G_B1_0 = NULL; Color_t2555686324 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); TweenerCore_3_t745532282 * G_B3_1 = NULL; { TweenerCore_3_t745532282 * L_0 = ___t0; NullCheck(L_0); Color_t2555686324 L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t745532282 * L_2 = ___t0; TweenerCore_3_t745532282 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t2298482528 * L_4 = L_3->get_getter_59(); NullCheck(L_4); Color_t2555686324 L_5 = DOGetter_1_Invoke_m2625455076(L_4, /*hidden argument*/DOGetter_1_Invoke_m2625455076_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t745532282 * L_6 = ___t0; bool L_7 = ___isRelative1; G_B1_0 = L_6; if (L_7) { G_B2_0 = L_6; goto IL_001f; } } { Color_t2555686324 L_8 = V_0; G_B3_0 = L_8; G_B3_1 = G_B1_0; goto IL_002b; } IL_001f: { TweenerCore_3_t745532282 * L_9 = ___t0; NullCheck(L_9); Color_t2555686324 L_10 = L_9->get_endValue_56(); Color_t2555686324 L_11 = V_0; Color_t2555686324 L_12 = Color_op_Addition_m3293657895(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); G_B3_0 = L_12; G_B3_1 = G_B2_0; } IL_002b: { NullCheck(G_B3_1); G_B3_1->set_startValue_55(G_B3_0); TweenerCore_3_t745532282 * L_13 = ___t0; NullCheck(L_13); Color_t2555686324 L_14 = L_13->get_endValue_56(); V_1 = L_14; TweenerCore_3_t745532282 * L_15 = ___t0; NullCheck(L_15); ColorOptions_t1487297155 * L_16 = L_15->get_address_of_plugOptions_58(); bool L_17 = L_16->get_alphaOnly_0(); if (L_17) { goto IL_004d; } } { TweenerCore_3_t745532282 * L_18 = ___t0; NullCheck(L_18); Color_t2555686324 L_19 = L_18->get_startValue_55(); V_1 = L_19; goto IL_005f; } IL_004d: { TweenerCore_3_t745532282 * L_20 = ___t0; NullCheck(L_20); Color_t2555686324 * L_21 = L_20->get_address_of_startValue_55(); float L_22 = L_21->get_a_3(); (&V_1)->set_a_3(L_22); } IL_005f: { TweenerCore_3_t745532282 * L_23 = ___t0; NullCheck(L_23); DOSetter_1_t3605794656 * L_24 = L_23->get_setter_60(); Color_t2555686324 L_25 = V_1; NullCheck(L_24); DOSetter_1_Invoke_m1524039849(L_24, L_25, /*hidden argument*/DOSetter_1_Invoke_m1524039849_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.ColorPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,UnityEngine.Color,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ColorPlugin_SetFrom_m196700444 (ColorPlugin_t4137411927 * __this, TweenerCore_3_t745532282 * ___t0, Color_t2555686324 ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ColorPlugin_SetFrom_m196700444_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color_t2555686324 V_0; memset(&V_0, 0, sizeof(V_0)); { TweenerCore_3_t745532282 * L_0 = ___t0; Color_t2555686324 L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_003e; } } { Color_t2555686324 L_3 = ___fromValue1; V_0 = L_3; TweenerCore_3_t745532282 * L_4 = ___t0; NullCheck(L_4); ColorOptions_t1487297155 * L_5 = L_4->get_address_of_plugOptions_58(); bool L_6 = L_5->get_alphaOnly_0(); if (!L_6) { goto IL_0032; } } { TweenerCore_3_t745532282 * L_7 = ___t0; NullCheck(L_7); DOGetter_1_t2298482528 * L_8 = L_7->get_getter_59(); NullCheck(L_8); Color_t2555686324 L_9 = DOGetter_1_Invoke_m2625455076(L_8, /*hidden argument*/DOGetter_1_Invoke_m2625455076_RuntimeMethod_var); V_0 = L_9; Color_t2555686324 L_10 = ___fromValue1; float L_11 = L_10.get_a_3(); (&V_0)->set_a_3(L_11); } IL_0032: { TweenerCore_3_t745532282 * L_12 = ___t0; NullCheck(L_12); DOSetter_1_t3605794656 * L_13 = L_12->get_setter_60(); Color_t2555686324 L_14 = V_0; NullCheck(L_13); DOSetter_1_Invoke_m1524039849(L_13, L_14, /*hidden argument*/DOSetter_1_Invoke_m1524039849_RuntimeMethod_var); } IL_003e: { return; } } // UnityEngine.Color DG.Tweening.Plugins.ColorPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR Color_t2555686324 ColorPlugin_ConvertToStartValue_m848561786 (ColorPlugin_t4137411927 * __this, TweenerCore_3_t745532282 * ___t0, Color_t2555686324 ___value1, const RuntimeMethod* method) { { Color_t2555686324 L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.ColorPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void ColorPlugin_SetRelativeEndValue_m3112853987 (ColorPlugin_t4137411927 * __this, TweenerCore_3_t745532282 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t745532282 * L_0 = ___t0; TweenerCore_3_t745532282 * L_1 = L_0; NullCheck(L_1); Color_t2555686324 L_2 = L_1->get_endValue_56(); TweenerCore_3_t745532282 * L_3 = ___t0; NullCheck(L_3); Color_t2555686324 L_4 = L_3->get_startValue_55(); Color_t2555686324 L_5 = Color_op_Addition_m3293657895(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_endValue_56(L_5); return; } } // System.Void DG.Tweening.Plugins.ColorPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void ColorPlugin_SetChangeValue_m2645036634 (ColorPlugin_t4137411927 * __this, TweenerCore_3_t745532282 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t745532282 * L_0 = ___t0; TweenerCore_3_t745532282 * L_1 = ___t0; NullCheck(L_1); Color_t2555686324 L_2 = L_1->get_endValue_56(); TweenerCore_3_t745532282 * L_3 = ___t0; NullCheck(L_3); Color_t2555686324 L_4 = L_3->get_startValue_55(); Color_t2555686324 L_5 = Color_op_Subtraction_m181229690(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_0); L_0->set_changeValue_57(L_5); return; } } // System.Single DG.Tweening.Plugins.ColorPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.ColorOptions,System.Single,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR float ColorPlugin_GetSpeedBasedDuration_m2393179763 (ColorPlugin_t4137411927 * __this, ColorOptions_t1487297155 ___options0, float ___unitsXSecond1, Color_t2555686324 ___changeValue2, const RuntimeMethod* method) { { float L_0 = ___unitsXSecond1; return ((float)((float)(1.0f)/(float)L_0)); } } // System.Void DG.Tweening.Plugins.ColorPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.ColorOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,UnityEngine.Color,UnityEngine.Color,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void ColorPlugin_EvaluateAndApply_m4293432456 (ColorPlugin_t4137411927 * __this, ColorOptions_t1487297155 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t2298482528 * ___getter3, DOSetter_1_t3605794656 * ___setter4, float ___elapsed5, Color_t2555686324 ___startValue6, Color_t2555686324 ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ColorPlugin_EvaluateAndApply_m4293432456_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Color_t2555686324 V_1; memset(&V_1, 0, sizeof(V_1)); Color_t2555686324 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); Color_t2555686324 G_B3_1; memset(&G_B3_1, 0, sizeof(G_B3_1)); Color_t2555686324 G_B2_0; memset(&G_B2_0, 0, sizeof(G_B2_0)); Color_t2555686324 G_B2_1; memset(&G_B2_1, 0, sizeof(G_B2_1)); int32_t G_B4_0 = 0; Color_t2555686324 G_B4_1; memset(&G_B4_1, 0, sizeof(G_B4_1)); Color_t2555686324 G_B4_2; memset(&G_B4_2, 0, sizeof(G_B4_2)); Color_t2555686324 G_B9_0; memset(&G_B9_0, 0, sizeof(G_B9_0)); Color_t2555686324 G_B9_1; memset(&G_B9_1, 0, sizeof(G_B9_1)); Color_t2555686324 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); Color_t2555686324 G_B8_1; memset(&G_B8_1, 0, sizeof(G_B8_1)); int32_t G_B10_0 = 0; Color_t2555686324 G_B10_1; memset(&G_B10_1, 0, sizeof(G_B10_1)); Color_t2555686324 G_B10_2; memset(&G_B10_2, 0, sizeof(G_B10_2)); Color_t2555686324 G_B12_0; memset(&G_B12_0, 0, sizeof(G_B12_0)); Color_t2555686324 G_B12_1; memset(&G_B12_1, 0, sizeof(G_B12_1)); Color_t2555686324 G_B11_0; memset(&G_B11_0, 0, sizeof(G_B11_0)); Color_t2555686324 G_B11_1; memset(&G_B11_1, 0, sizeof(G_B11_1)); int32_t G_B13_0 = 0; Color_t2555686324 G_B13_1; memset(&G_B13_1, 0, sizeof(G_B13_1)); Color_t2555686324 G_B13_2; memset(&G_B13_2, 0, sizeof(G_B13_2)); { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0032; } } { Color_t2555686324 L_2 = ___startValue6; Color_t2555686324 L_3 = ___changeValue7; Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); G_B2_0 = L_3; G_B2_1 = L_2; if (L_5) { G_B3_0 = L_3; G_B3_1 = L_2; goto IL_001d; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0025; } IL_001d: { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0025: { Color_t2555686324 L_10 = Color_op_Multiply_m2887457390(NULL /*static, unused*/, G_B4_1, (((float)((float)G_B4_0))), /*hidden argument*/NULL); Color_t2555686324 L_11 = Color_op_Addition_m3293657895(NULL /*static, unused*/, G_B4_2, L_10, /*hidden argument*/NULL); ___startValue6 = L_11; } IL_0032: { Tween_t2342918553 * L_12 = ___t1; NullCheck(L_12); bool L_13 = L_12->get_isSequenced_38(); if (!L_13) { goto IL_0098; } } { Tween_t2342918553 * L_14 = ___t1; NullCheck(L_14); Sequence_t2050373119 * L_15 = L_14->get_sequenceParent_39(); NullCheck(L_15); int32_t L_16 = ((Tween_t2342918553 *)L_15)->get_loopType_27(); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0098; } } { Color_t2555686324 L_17 = ___startValue6; Color_t2555686324 L_18 = ___changeValue7; Tween_t2342918553 * L_19 = ___t1; NullCheck(L_19); int32_t L_20 = L_19->get_loopType_27(); G_B8_0 = L_18; G_B8_1 = L_17; if ((((int32_t)L_20) == ((int32_t)2))) { G_B9_0 = L_18; G_B9_1 = L_17; goto IL_0058; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_005e; } IL_0058: { Tween_t2342918553 * L_21 = ___t1; NullCheck(L_21); int32_t L_22 = L_21->get_loops_26(); G_B10_0 = L_22; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_005e: { Color_t2555686324 L_23 = Color_op_Multiply_m2887457390(NULL /*static, unused*/, G_B10_1, (((float)((float)G_B10_0))), /*hidden argument*/NULL); Tween_t2342918553 * L_24 = ___t1; NullCheck(L_24); Sequence_t2050373119 * L_25 = L_24->get_sequenceParent_39(); NullCheck(L_25); bool L_26 = ((Tween_t2342918553 *)L_25)->get_isComplete_49(); G_B11_0 = L_23; G_B11_1 = G_B10_2; if (L_26) { G_B12_0 = L_23; G_B12_1 = G_B10_2; goto IL_007e; } } { Tween_t2342918553 * L_27 = ___t1; NullCheck(L_27); Sequence_t2050373119 * L_28 = L_27->get_sequenceParent_39(); NullCheck(L_28); int32_t L_29 = ((Tween_t2342918553 *)L_28)->get_completedLoops_47(); G_B13_0 = L_29; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_008b; } IL_007e: { Tween_t2342918553 * L_30 = ___t1; NullCheck(L_30); Sequence_t2050373119 * L_31 = L_30->get_sequenceParent_39(); NullCheck(L_31); int32_t L_32 = ((Tween_t2342918553 *)L_31)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_008b: { Color_t2555686324 L_33 = Color_op_Multiply_m2887457390(NULL /*static, unused*/, G_B13_1, (((float)((float)G_B13_0))), /*hidden argument*/NULL); Color_t2555686324 L_34 = Color_op_Addition_m3293657895(NULL /*static, unused*/, G_B13_2, L_33, /*hidden argument*/NULL); ___startValue6 = L_34; } IL_0098: { Tween_t2342918553 * L_35 = ___t1; NullCheck(L_35); int32_t L_36 = L_35->get_easeType_30(); Tween_t2342918553 * L_37 = ___t1; NullCheck(L_37); EaseFunction_t3531141372 * L_38 = L_37->get_customEase_31(); float L_39 = ___elapsed5; float L_40 = ___duration8; Tween_t2342918553 * L_41 = ___t1; NullCheck(L_41); float L_42 = L_41->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_43 = ___t1; NullCheck(L_43); float L_44 = L_43->get_easePeriod_33(); float L_45 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_36, L_38, L_39, L_40, L_42, L_44, /*hidden argument*/NULL); V_0 = L_45; ColorOptions_t1487297155 L_46 = ___options0; bool L_47 = L_46.get_alphaOnly_0(); if (L_47) { goto IL_011c; } } { float* L_48 = (&___startValue6)->get_address_of_r_0(); float* L_49 = L_48; Color_t2555686324 L_50 = ___changeValue7; float L_51 = L_50.get_r_0(); float L_52 = V_0; *((float*)(L_49)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_49)), (float)((float)il2cpp_codegen_multiply((float)L_51, (float)L_52)))); float* L_53 = (&___startValue6)->get_address_of_g_1(); float* L_54 = L_53; Color_t2555686324 L_55 = ___changeValue7; float L_56 = L_55.get_g_1(); float L_57 = V_0; *((float*)(L_54)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_54)), (float)((float)il2cpp_codegen_multiply((float)L_56, (float)L_57)))); float* L_58 = (&___startValue6)->get_address_of_b_2(); float* L_59 = L_58; Color_t2555686324 L_60 = ___changeValue7; float L_61 = L_60.get_b_2(); float L_62 = V_0; *((float*)(L_59)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_59)), (float)((float)il2cpp_codegen_multiply((float)L_61, (float)L_62)))); float* L_63 = (&___startValue6)->get_address_of_a_3(); float* L_64 = L_63; Color_t2555686324 L_65 = ___changeValue7; float L_66 = L_65.get_a_3(); float L_67 = V_0; *((float*)(L_64)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_64)), (float)((float)il2cpp_codegen_multiply((float)L_66, (float)L_67)))); DOSetter_1_t3605794656 * L_68 = ___setter4; Color_t2555686324 L_69 = ___startValue6; NullCheck(L_68); DOSetter_1_Invoke_m1524039849(L_68, L_69, /*hidden argument*/DOSetter_1_Invoke_m1524039849_RuntimeMethod_var); return; } IL_011c: { DOGetter_1_t2298482528 * L_70 = ___getter3; NullCheck(L_70); Color_t2555686324 L_71 = DOGetter_1_Invoke_m2625455076(L_70, /*hidden argument*/DOGetter_1_Invoke_m2625455076_RuntimeMethod_var); V_1 = L_71; Color_t2555686324 L_72 = ___startValue6; float L_73 = L_72.get_a_3(); Color_t2555686324 L_74 = ___changeValue7; float L_75 = L_74.get_a_3(); float L_76 = V_0; (&V_1)->set_a_3(((float)il2cpp_codegen_add((float)L_73, (float)((float)il2cpp_codegen_multiply((float)L_75, (float)L_76))))); DOSetter_1_t3605794656 * L_77 = ___setter4; Color_t2555686324 L_78 = V_1; NullCheck(L_77); DOSetter_1_Invoke_m1524039849(L_77, L_78, /*hidden argument*/DOSetter_1_Invoke_m1524039849_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.ColorPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void ColorPlugin__ctor_m804552837 (ColorPlugin_t4137411927 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ColorPlugin__ctor_m804552837_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m1056980063(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m1056980063_RuntimeMethod_var); 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.Plugins.Core.PathCore.ABSPathDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSPathDecoder__ctor_m739890384 (ABSPathDecoder_t2613982196 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.Plugins.Core.PathCore.CatmullRomDecoder::FinalizePath(DG.Tweening.Plugins.Core.PathCore.Path,UnityEngine.Vector3[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CatmullRomDecoder_FinalizePath_m4261697435 (CatmullRomDecoder_t2053048079 * __this, Path_t3614338981 * ___p0, Vector3U5BU5D_t1718750761* ___wps1, bool ___isClosedPath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CatmullRomDecoder_FinalizePath_m4261697435_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); { Vector3U5BU5D_t1718750761* L_0 = ___wps1; NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); Path_t3614338981 * L_1 = ___p0; NullCheck(L_1); ControlPointU5BU5D_t1567961855* L_2 = L_1->get_controlPoints_8(); if (!L_2) { goto IL_0017; } } { Path_t3614338981 * L_3 = ___p0; NullCheck(L_3); ControlPointU5BU5D_t1567961855* L_4 = L_3->get_controlPoints_8(); NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) == ((int32_t)2))) { goto IL_0023; } } IL_0017: { Path_t3614338981 * L_5 = ___p0; NullCheck(L_5); L_5->set_controlPoints_8(((ControlPointU5BU5D_t1567961855*)SZArrayNew(ControlPointU5BU5D_t1567961855_il2cpp_TypeInfo_var, (uint32_t)2))); } IL_0023: { bool L_6 = ___isClosedPath2; if (!L_6) { goto IL_0064; } } { Path_t3614338981 * L_7 = ___p0; NullCheck(L_7); ControlPointU5BU5D_t1567961855* L_8 = L_7->get_controlPoints_8(); Vector3U5BU5D_t1718750761* L_9 = ___wps1; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)2)); Vector3_t3722313464 L_12 = (L_9)->GetAt(static_cast(L_11)); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_13 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); ControlPoint_t3892672090 L_14; memset(&L_14, 0, sizeof(L_14)); ControlPoint__ctor_m910211482((&L_14), L_12, L_13, /*hidden argument*/NULL); NullCheck(L_8); (L_8)->SetAt(static_cast(0), (ControlPoint_t3892672090 )L_14); Path_t3614338981 * L_15 = ___p0; NullCheck(L_15); ControlPointU5BU5D_t1567961855* L_16 = L_15->get_controlPoints_8(); Vector3U5BU5D_t1718750761* L_17 = ___wps1; NullCheck(L_17); int32_t L_18 = 1; Vector3_t3722313464 L_19 = (L_17)->GetAt(static_cast(L_18)); Vector3_t3722313464 L_20 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); ControlPoint_t3892672090 L_21; memset(&L_21, 0, sizeof(L_21)); ControlPoint__ctor_m910211482((&L_21), L_19, L_20, /*hidden argument*/NULL); NullCheck(L_16); (L_16)->SetAt(static_cast(1), (ControlPoint_t3892672090 )L_21); goto IL_00b8; } IL_0064: { Path_t3614338981 * L_22 = ___p0; NullCheck(L_22); ControlPointU5BU5D_t1567961855* L_23 = L_22->get_controlPoints_8(); Vector3U5BU5D_t1718750761* L_24 = ___wps1; NullCheck(L_24); int32_t L_25 = 1; Vector3_t3722313464 L_26 = (L_24)->GetAt(static_cast(L_25)); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_27 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); ControlPoint_t3892672090 L_28; memset(&L_28, 0, sizeof(L_28)); ControlPoint__ctor_m910211482((&L_28), L_26, L_27, /*hidden argument*/NULL); NullCheck(L_23); (L_23)->SetAt(static_cast(0), (ControlPoint_t3892672090 )L_28); Vector3U5BU5D_t1718750761* L_29 = ___wps1; int32_t L_30 = V_0; NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); Vector3_t3722313464 L_32 = (L_29)->GetAt(static_cast(L_31)); V_1 = L_32; Vector3_t3722313464 L_33 = V_1; Vector3U5BU5D_t1718750761* L_34 = ___wps1; int32_t L_35 = V_0; NullCheck(L_34); int32_t L_36 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)2)); Vector3_t3722313464 L_37 = (L_34)->GetAt(static_cast(L_36)); Vector3_t3722313464 L_38 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_33, L_37, /*hidden argument*/NULL); V_2 = L_38; Path_t3614338981 * L_39 = ___p0; NullCheck(L_39); ControlPointU5BU5D_t1567961855* L_40 = L_39->get_controlPoints_8(); Vector3_t3722313464 L_41 = V_1; Vector3_t3722313464 L_42 = V_2; Vector3_t3722313464 L_43 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); Vector3_t3722313464 L_44 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); ControlPoint_t3892672090 L_45; memset(&L_45, 0, sizeof(L_45)); ControlPoint__ctor_m910211482((&L_45), L_43, L_44, /*hidden argument*/NULL); NullCheck(L_40); (L_40)->SetAt(static_cast(1), (ControlPoint_t3892672090 )L_45); } IL_00b8: { Path_t3614338981 * L_46 = ___p0; int32_t L_47 = V_0; Path_t3614338981 * L_48 = ___p0; NullCheck(L_48); int32_t L_49 = L_48->get_subdivisionsXSegment_5(); NullCheck(L_46); L_46->set_subdivisions_6(((int32_t)il2cpp_codegen_multiply((int32_t)L_47, (int32_t)L_49))); Path_t3614338981 * L_50 = ___p0; Path_t3614338981 * L_51 = ___p0; NullCheck(L_51); int32_t L_52 = L_51->get_subdivisions_6(); CatmullRomDecoder_SetTimeToLengthTables_m3807451377(__this, L_50, L_52, /*hidden argument*/NULL); Path_t3614338981 * L_53 = ___p0; Path_t3614338981 * L_54 = ___p0; NullCheck(L_54); int32_t L_55 = L_54->get_subdivisionsXSegment_5(); CatmullRomDecoder_SetWaypointsLengths_m3260160627(__this, L_53, L_55, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CatmullRomDecoder_GetPoint_m472625106 (CatmullRomDecoder_t2053048079 * __this, float ___perc0, Vector3U5BU5D_t1718750761* ___wps1, Path_t3614338981 * ___p2, ControlPointU5BU5D_t1567961855* ___controlPoints3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CatmullRomDecoder_GetPoint_m472625106_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; float V_3 = 0.0f; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); Vector3_t3722313464 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); { Vector3U5BU5D_t1718750761* L_0 = ___wps1; NullCheck(L_0); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)1)); float L_1 = ___perc0; int32_t L_2 = V_0; double L_3 = floor((((double)((double)((float)il2cpp_codegen_multiply((float)L_1, (float)(((float)((float)L_2))))))))); V_1 = (((int32_t)((int32_t)L_3))); int32_t L_4 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_2; int32_t L_6 = V_1; if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_001c; } } { int32_t L_7 = V_1; V_2 = L_7; } IL_001c: { float L_8 = ___perc0; int32_t L_9 = V_0; int32_t L_10 = V_2; V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(((float)((float)L_9))))), (float)(((float)((float)L_10))))); int32_t L_11 = V_2; if (!L_11) { goto IL_0032; } } { Vector3U5BU5D_t1718750761* L_12 = ___wps1; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); Vector3_t3722313464 L_15 = (L_12)->GetAt(static_cast(L_14)); G_B5_0 = L_15; goto IL_003f; } IL_0032: { ControlPointU5BU5D_t1567961855* L_16 = ___controlPoints3; NullCheck(L_16); Vector3_t3722313464 L_17 = ((L_16)->GetAddressAt(static_cast(0)))->get_a_0(); G_B5_0 = L_17; } IL_003f: { V_4 = G_B5_0; Vector3U5BU5D_t1718750761* L_18 = ___wps1; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = L_19; Vector3_t3722313464 L_21 = (L_18)->GetAt(static_cast(L_20)); V_5 = L_21; Vector3U5BU5D_t1718750761* L_22 = ___wps1; int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); Vector3_t3722313464 L_25 = (L_22)->GetAt(static_cast(L_24)); V_6 = L_25; int32_t L_26 = V_2; Vector3U5BU5D_t1718750761* L_27 = ___wps1; NullCheck(L_27); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))), (int32_t)1))))) { goto IL_006a; } } { Vector3U5BU5D_t1718750761* L_28 = ___wps1; int32_t L_29 = V_2; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)2)); Vector3_t3722313464 L_31 = (L_28)->GetAt(static_cast(L_30)); G_B8_0 = L_31; goto IL_0077; } IL_006a: { ControlPointU5BU5D_t1567961855* L_32 = ___controlPoints3; NullCheck(L_32); Vector3_t3722313464 L_33 = ((L_32)->GetAddressAt(static_cast(1)))->get_a_0(); G_B8_0 = L_33; } IL_0077: { V_7 = G_B8_0; Vector3_t3722313464 L_34 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_35 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); Vector3_t3722313464 L_36 = V_5; Vector3_t3722313464 L_37 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (3.0f), L_36, /*hidden argument*/NULL); Vector3_t3722313464 L_38 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_35, L_37, /*hidden argument*/NULL); Vector3_t3722313464 L_39 = V_6; Vector3_t3722313464 L_40 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (3.0f), L_39, /*hidden argument*/NULL); Vector3_t3722313464 L_41 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_38, L_40, /*hidden argument*/NULL); Vector3_t3722313464 L_42 = V_7; Vector3_t3722313464 L_43 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); float L_44 = V_3; float L_45 = V_3; float L_46 = V_3; Vector3_t3722313464 L_47 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_43, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)), (float)L_46)), /*hidden argument*/NULL); Vector3_t3722313464 L_48 = V_4; Vector3_t3722313464 L_49 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (2.0f), L_48, /*hidden argument*/NULL); Vector3_t3722313464 L_50 = V_5; Vector3_t3722313464 L_51 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (5.0f), L_50, /*hidden argument*/NULL); Vector3_t3722313464 L_52 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_49, L_51, /*hidden argument*/NULL); Vector3_t3722313464 L_53 = V_6; Vector3_t3722313464 L_54 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (4.0f), L_53, /*hidden argument*/NULL); Vector3_t3722313464 L_55 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_52, L_54, /*hidden argument*/NULL); Vector3_t3722313464 L_56 = V_7; Vector3_t3722313464 L_57 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); float L_58 = V_3; float L_59 = V_3; Vector3_t3722313464 L_60 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_57, ((float)il2cpp_codegen_multiply((float)L_58, (float)L_59)), /*hidden argument*/NULL); Vector3_t3722313464 L_61 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_47, L_60, /*hidden argument*/NULL); Vector3_t3722313464 L_62 = V_4; Vector3_t3722313464 L_63 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); Vector3_t3722313464 L_64 = V_6; Vector3_t3722313464 L_65 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_63, L_64, /*hidden argument*/NULL); float L_66 = V_3; Vector3_t3722313464 L_67 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_65, L_66, /*hidden argument*/NULL); Vector3_t3722313464 L_68 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_61, L_67, /*hidden argument*/NULL); Vector3_t3722313464 L_69 = V_5; Vector3_t3722313464 L_70 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (2.0f), L_69, /*hidden argument*/NULL); Vector3_t3722313464 L_71 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_68, L_70, /*hidden argument*/NULL); Vector3_t3722313464 L_72 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, (0.5f), L_71, /*hidden argument*/NULL); return L_72; } } // System.Void DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::SetTimeToLengthTables(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CatmullRomDecoder_SetTimeToLengthTables_m3807451377 (CatmullRomDecoder_t2053048079 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CatmullRomDecoder_SetTimeToLengthTables_m3807451377_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; SingleU5BU5D_t1444911251* V_2 = NULL; SingleU5BU5D_t1444911251* V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; float V_6 = 0.0f; Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); { V_0 = (0.0f); int32_t L_0 = ___subdivisions1; V_1 = ((float)((float)(1.0f)/(float)(((float)((float)L_0))))); int32_t L_1 = ___subdivisions1; V_2 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_1)); int32_t L_2 = ___subdivisions1; V_3 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_2)); Path_t3614338981 * L_3 = ___p0; NullCheck(L_3); Vector3U5BU5D_t1718750761* L_4 = L_3->get_wps_7(); Path_t3614338981 * L_5 = ___p0; Path_t3614338981 * L_6 = ___p0; NullCheck(L_6); ControlPointU5BU5D_t1567961855* L_7 = L_6->get_controlPoints_8(); Vector3_t3722313464 L_8 = VirtFuncInvoker4< Vector3_t3722313464 , float, Vector3U5BU5D_t1718750761*, Path_t3614338981 *, ControlPointU5BU5D_t1567961855* >::Invoke(5 /* UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) */, __this, (0.0f), L_4, L_5, L_7); V_4 = L_8; V_5 = 1; goto IL_007f; } IL_003c: { float L_9 = V_1; int32_t L_10 = V_5; V_6 = ((float)il2cpp_codegen_multiply((float)L_9, (float)(((float)((float)L_10))))); float L_11 = V_6; Path_t3614338981 * L_12 = ___p0; NullCheck(L_12); Vector3U5BU5D_t1718750761* L_13 = L_12->get_wps_7(); Path_t3614338981 * L_14 = ___p0; Path_t3614338981 * L_15 = ___p0; NullCheck(L_15); ControlPointU5BU5D_t1567961855* L_16 = L_15->get_controlPoints_8(); Vector3_t3722313464 L_17 = VirtFuncInvoker4< Vector3_t3722313464 , float, Vector3U5BU5D_t1718750761*, Path_t3614338981 *, ControlPointU5BU5D_t1567961855* >::Invoke(5 /* UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) */, __this, L_11, L_13, L_14, L_16); V_7 = L_17; float L_18 = V_0; Vector3_t3722313464 L_19 = V_7; Vector3_t3722313464 L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_21 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_add((float)L_18, (float)L_21)); Vector3_t3722313464 L_22 = V_7; V_4 = L_22; SingleU5BU5D_t1444911251* L_23 = V_2; int32_t L_24 = V_5; float L_25 = V_6; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1))), (float)L_25); SingleU5BU5D_t1444911251* L_26 = V_3; int32_t L_27 = V_5; float L_28 = V_0; NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (float)L_28); int32_t L_29 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_007f: { int32_t L_30 = V_5; int32_t L_31 = ___subdivisions1; if ((((int32_t)L_30) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))))) { goto IL_003c; } } { Path_t3614338981 * L_32 = ___p0; float L_33 = V_0; NullCheck(L_32); L_32->set_length_9(L_33); Path_t3614338981 * L_34 = ___p0; SingleU5BU5D_t1444911251* L_35 = V_2; NullCheck(L_34); L_34->set_timesTable_11(L_35); Path_t3614338981 * L_36 = ___p0; SingleU5BU5D_t1444911251* L_37 = V_3; NullCheck(L_36); L_36->set_lengthsTable_12(L_37); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::SetWaypointsLengths(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CatmullRomDecoder_SetWaypointsLengths_m3260160627 (CatmullRomDecoder_t2053048079 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CatmullRomDecoder_SetWaypointsLengths_m3260160627_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SingleU5BU5D_t1444911251* V_1 = NULL; int32_t V_2 = 0; float V_3 = 0.0f; float V_4 = 0.0f; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t V_6 = 0; float V_7 = 0.0f; Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); ControlPoint_t3892672090 * G_B3_0 = NULL; ControlPoint_t3892672090 * G_B2_0 = NULL; Vector3_t3722313464 G_B4_0; memset(&G_B4_0, 0, sizeof(G_B4_0)); ControlPoint_t3892672090 * G_B4_1 = NULL; ControlPoint_t3892672090 * G_B6_0 = NULL; ControlPoint_t3892672090 * G_B5_0 = NULL; Vector3_t3722313464 G_B7_0; memset(&G_B7_0, 0, sizeof(G_B7_0)); ControlPoint_t3892672090 * G_B7_1 = NULL; { Path_t3614338981 * L_0 = ___p0; NullCheck(L_0); Vector3U5BU5D_t1718750761* L_1 = L_0->get_wps_7(); NullCheck(L_1); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); int32_t L_2 = V_0; V_1 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_2)); SingleU5BU5D_t1444911251* L_3 = V_1; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (float)(0.0f)); V_2 = 1; goto IL_012a; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var); ControlPointU5BU5D_t1567961855* L_4 = ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->get__PartialControlPs_0(); NullCheck(L_4); int32_t L_5 = V_2; G_B2_0 = ((L_4)->GetAddressAt(static_cast(0))); if ((((int32_t)L_5) == ((int32_t)1))) { G_B3_0 = ((L_4)->GetAddressAt(static_cast(0))); goto IL_003e; } } { Path_t3614338981 * L_6 = ___p0; NullCheck(L_6); Vector3U5BU5D_t1718750761* L_7 = L_6->get_wps_7(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)2)); Vector3_t3722313464 L_10 = (L_7)->GetAt(static_cast(L_9)); G_B4_0 = L_10; G_B4_1 = G_B2_0; goto IL_004f; } IL_003e: { Path_t3614338981 * L_11 = ___p0; NullCheck(L_11); ControlPointU5BU5D_t1567961855* L_12 = L_11->get_controlPoints_8(); NullCheck(L_12); Vector3_t3722313464 L_13 = ((L_12)->GetAddressAt(static_cast(0)))->get_a_0(); G_B4_0 = L_13; G_B4_1 = G_B3_0; } IL_004f: { G_B4_1->set_a_0(G_B4_0); IL2CPP_RUNTIME_CLASS_INIT(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var); Vector3U5BU5D_t1718750761* L_14 = ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->get__PartialWps_1(); Path_t3614338981 * L_15 = ___p0; NullCheck(L_15); Vector3U5BU5D_t1718750761* L_16 = L_15->get_wps_7(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); Vector3_t3722313464 L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (Vector3_t3722313464 )L_19); Vector3U5BU5D_t1718750761* L_20 = ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->get__PartialWps_1(); Path_t3614338981 * L_21 = ___p0; NullCheck(L_21); Vector3U5BU5D_t1718750761* L_22 = L_21->get_wps_7(); int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = L_23; Vector3_t3722313464 L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_20); (L_20)->SetAt(static_cast(1), (Vector3_t3722313464 )L_25); ControlPointU5BU5D_t1567961855* L_26 = ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->get__PartialControlPs_0(); NullCheck(L_26); int32_t L_27 = V_2; int32_t L_28 = V_0; G_B5_0 = ((L_26)->GetAddressAt(static_cast(1))); if ((((int32_t)L_27) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))))) { G_B6_0 = ((L_26)->GetAddressAt(static_cast(1))); goto IL_00a5; } } { Path_t3614338981 * L_29 = ___p0; NullCheck(L_29); Vector3U5BU5D_t1718750761* L_30 = L_29->get_wps_7(); int32_t L_31 = V_2; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); Vector3_t3722313464 L_33 = (L_30)->GetAt(static_cast(L_32)); G_B7_0 = L_33; G_B7_1 = G_B5_0; goto IL_00b6; } IL_00a5: { Path_t3614338981 * L_34 = ___p0; NullCheck(L_34); ControlPointU5BU5D_t1567961855* L_35 = L_34->get_controlPoints_8(); NullCheck(L_35); Vector3_t3722313464 L_36 = ((L_35)->GetAddressAt(static_cast(1)))->get_a_0(); G_B7_0 = L_36; G_B7_1 = G_B6_0; } IL_00b6: { G_B7_1->set_a_0(G_B7_0); V_3 = (0.0f); int32_t L_37 = ___subdivisions1; V_4 = ((float)((float)(1.0f)/(float)(((float)((float)L_37))))); IL2CPP_RUNTIME_CLASS_INIT(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var); Vector3U5BU5D_t1718750761* L_38 = ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->get__PartialWps_1(); Path_t3614338981 * L_39 = ___p0; ControlPointU5BU5D_t1567961855* L_40 = ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->get__PartialControlPs_0(); Vector3_t3722313464 L_41 = VirtFuncInvoker4< Vector3_t3722313464 , float, Vector3U5BU5D_t1718750761*, Path_t3614338981 *, ControlPointU5BU5D_t1567961855* >::Invoke(5 /* UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) */, __this, (0.0f), L_38, L_39, L_40); V_5 = L_41; V_6 = 1; goto IL_011b; } IL_00e8: { float L_42 = V_4; int32_t L_43 = V_6; V_7 = ((float)il2cpp_codegen_multiply((float)L_42, (float)(((float)((float)L_43))))); float L_44 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var); Vector3U5BU5D_t1718750761* L_45 = ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->get__PartialWps_1(); Path_t3614338981 * L_46 = ___p0; ControlPointU5BU5D_t1567961855* L_47 = ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->get__PartialControlPs_0(); Vector3_t3722313464 L_48 = VirtFuncInvoker4< Vector3_t3722313464 , float, Vector3U5BU5D_t1718750761*, Path_t3614338981 *, ControlPointU5BU5D_t1567961855* >::Invoke(5 /* UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) */, __this, L_44, L_45, L_46, L_47); V_8 = L_48; float L_49 = V_3; Vector3_t3722313464 L_50 = V_8; Vector3_t3722313464 L_51 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_52 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL); V_3 = ((float)il2cpp_codegen_add((float)L_49, (float)L_52)); Vector3_t3722313464 L_53 = V_8; V_5 = L_53; int32_t L_54 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_011b: { int32_t L_55 = V_6; int32_t L_56 = ___subdivisions1; if ((((int32_t)L_55) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1))))) { goto IL_00e8; } } { SingleU5BU5D_t1444911251* L_57 = V_1; int32_t L_58 = V_2; float L_59 = V_3; NullCheck(L_57); (L_57)->SetAt(static_cast(L_58), (float)L_59); int32_t L_60 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_012a: { int32_t L_61 = V_2; int32_t L_62 = V_0; if ((((int32_t)L_61) < ((int32_t)L_62))) { goto IL_001f; } } { Path_t3614338981 * L_63 = ___p0; SingleU5BU5D_t1444911251* L_64 = V_1; NullCheck(L_63); L_63->set_wpLengths_3(L_64); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void CatmullRomDecoder__ctor_m1936826403 (CatmullRomDecoder_t2053048079 * __this, const RuntimeMethod* method) { { ABSPathDecoder__ctor_m739890384(__this, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder::.cctor() extern "C" IL2CPP_METHOD_ATTR void CatmullRomDecoder__cctor_m1964994909 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CatmullRomDecoder__cctor_m1964994909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->set__PartialControlPs_0(((ControlPointU5BU5D_t1567961855*)SZArrayNew(ControlPointU5BU5D_t1567961855_il2cpp_TypeInfo_var, (uint32_t)2))); ((CatmullRomDecoder_t2053048079_StaticFields*)il2cpp_codegen_static_fields_for(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var))->set__PartialWps_1(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)2))); 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.Plugins.Core.PathCore.ControlPoint::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ControlPoint__ctor_m910211482 (ControlPoint_t3892672090 * __this, Vector3_t3722313464 ___a0, Vector3_t3722313464 ___b1, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = ___a0; __this->set_a_0(L_0); Vector3_t3722313464 L_1 = ___b1; __this->set_b_1(L_1); return; } } extern "C" void ControlPoint__ctor_m910211482_AdjustorThunk (RuntimeObject * __this, Vector3_t3722313464 ___a0, Vector3_t3722313464 ___b1, const RuntimeMethod* method) { ControlPoint_t3892672090 * _thisAdjusted = reinterpret_cast(__this + 1); ControlPoint__ctor_m910211482(_thisAdjusted, ___a0, ___b1, method); } // DG.Tweening.Plugins.Core.PathCore.ControlPoint DG.Tweening.Plugins.Core.PathCore.ControlPoint::op_Addition(DG.Tweening.Plugins.Core.PathCore.ControlPoint,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR ControlPoint_t3892672090 ControlPoint_op_Addition_m3313126655 (RuntimeObject * __this /* static, unused */, ControlPoint_t3892672090 ___cp0, Vector3_t3722313464 ___v1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ControlPoint_op_Addition_m3313126655_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ControlPoint_t3892672090 L_0 = ___cp0; Vector3_t3722313464 L_1 = L_0.get_a_0(); Vector3_t3722313464 L_2 = ___v1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_3 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); ControlPoint_t3892672090 L_4 = ___cp0; Vector3_t3722313464 L_5 = L_4.get_b_1(); Vector3_t3722313464 L_6 = ___v1; Vector3_t3722313464 L_7 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); ControlPoint_t3892672090 L_8; memset(&L_8, 0, sizeof(L_8)); ControlPoint__ctor_m910211482((&L_8), L_3, L_7, /*hidden argument*/NULL); return L_8; } } // System.String DG.Tweening.Plugins.Core.PathCore.ControlPoint::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ControlPoint_ToString_m1361048456 (ControlPoint_t3892672090 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ControlPoint_ToString_m1361048456_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3452614645); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614645); StringU5BU5D_t1281789340* L_1 = L_0; Vector3_t3722313464 * L_2 = __this->get_address_of_a_0(); String_t* L_3 = Vector3_ToString_m759076600(L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(1), (String_t*)L_3); StringU5BU5D_t1281789340* L_4 = L_1; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3791560906); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral3791560906); StringU5BU5D_t1281789340* L_5 = L_4; Vector3_t3722313464 * L_6 = __this->get_address_of_b_1(); String_t* L_7 = Vector3_ToString_m759076600(L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(3), (String_t*)L_7); StringU5BU5D_t1281789340* L_8 = L_5; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3452614643); (L_8)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614643); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m1809518182(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return L_9; } } extern "C" String_t* ControlPoint_ToString_m1361048456_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ControlPoint_t3892672090 * _thisAdjusted = reinterpret_cast(__this + 1); return ControlPoint_ToString_m1361048456(_thisAdjusted, method); } #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.Plugins.Core.PathCore.CubicBezierDecoder::FinalizePath(DG.Tweening.Plugins.Core.PathCore.Path,UnityEngine.Vector3[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CubicBezierDecoder_FinalizePath_m509556700 (CubicBezierDecoder_t2663863244 * __this, Path_t3614338981 * ___p0, Vector3U5BU5D_t1718750761* ___wps1, bool ___isClosedPath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CubicBezierDecoder_FinalizePath_m509556700_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Vector3U5BU5D_t1718750761* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); Vector3_t3722313464 V_10; memset(&V_10, 0, sizeof(V_10)); float V_11 = 0.0f; Vector3_t3722313464 V_12; memset(&V_12, 0, sizeof(V_12)); int32_t G_B6_0 = 0; int32_t G_B13_0 = 0; int32_t G_B12_0 = 0; int32_t G_B14_0 = 0; int32_t G_B14_1 = 0; { bool L_0 = ___isClosedPath2; if (!L_0) { goto IL_000e; } } { Path_t3614338981 * L_1 = ___p0; NullCheck(L_1); bool L_2 = L_1->get_addedExtraEndWp_15(); if (L_2) { goto IL_000e; } } { ___isClosedPath2 = (bool)0; } IL_000e: { Vector3U5BU5D_t1718750761* L_3 = ___wps1; NullCheck(L_3); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); Path_t3614338981 * L_4 = ___p0; NullCheck(L_4); bool L_5 = L_4->get_addedExtraStartWp_14(); if (L_5) { goto IL_001d; } } { G_B6_0 = 0; goto IL_001e; } IL_001d: { G_B6_0 = 1; } IL_001e: { V_1 = G_B6_0; Path_t3614338981 * L_6 = ___p0; NullCheck(L_6); bool L_7 = L_6->get_addedExtraEndWp_15(); if (!L_7) { goto IL_002b; } } { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002b: { int32_t L_9 = V_0; int32_t L_10 = V_1; if ((((int32_t)L_9) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_10))))) { goto IL_0038; } } { int32_t L_11 = V_0; int32_t L_12 = V_1; if (!((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))%(int32_t)3))) { goto IL_0043; } } IL_0038: { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral2643517524, /*hidden argument*/NULL); return; } IL_0043: { int32_t L_13 = V_1; int32_t L_14 = V_0; int32_t L_15 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))/(int32_t)3)))); int32_t L_16 = V_2; V_3 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_16)); Path_t3614338981 * L_17 = ___p0; int32_t L_18 = V_2; NullCheck(L_17); L_17->set_controlPoints_8(((ControlPointU5BU5D_t1567961855*)SZArrayNew(ControlPointU5BU5D_t1567961855_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1))))); Vector3U5BU5D_t1718750761* L_19 = V_3; Vector3U5BU5D_t1718750761* L_20 = ___wps1; NullCheck(L_20); int32_t L_21 = 0; Vector3_t3722313464 L_22 = (L_20)->GetAt(static_cast(L_21)); NullCheck(L_19); (L_19)->SetAt(static_cast(0), (Vector3_t3722313464 )L_22); V_4 = 1; V_5 = 0; Path_t3614338981 * L_23 = ___p0; NullCheck(L_23); bool L_24 = L_23->get_addedExtraStartWp_14(); G_B12_0 = 3; if (L_24) { G_B13_0 = 3; goto IL_0080; } } { G_B14_0 = 2; G_B14_1 = G_B12_0; goto IL_0081; } IL_0080: { G_B14_0 = 0; G_B14_1 = G_B13_0; } IL_0081: { V_6 = ((int32_t)il2cpp_codegen_add((int32_t)G_B14_1, (int32_t)G_B14_0)); goto IL_00ce; } IL_0086: { Vector3U5BU5D_t1718750761* L_25 = V_3; int32_t L_26 = V_4; Vector3U5BU5D_t1718750761* L_27 = ___wps1; int32_t L_28 = V_6; NullCheck(L_27); int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)2)); Vector3_t3722313464 L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_25); (L_25)->SetAt(static_cast(L_26), (Vector3_t3722313464 )L_30); int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); Path_t3614338981 * L_32 = ___p0; NullCheck(L_32); ControlPointU5BU5D_t1567961855* L_33 = L_32->get_controlPoints_8(); int32_t L_34 = V_5; Vector3U5BU5D_t1718750761* L_35 = ___wps1; int32_t L_36 = V_6; NullCheck(L_35); int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); Vector3_t3722313464 L_38 = (L_35)->GetAt(static_cast(L_37)); Vector3U5BU5D_t1718750761* L_39 = ___wps1; int32_t L_40 = V_6; NullCheck(L_39); int32_t L_41 = L_40; Vector3_t3722313464 L_42 = (L_39)->GetAt(static_cast(L_41)); ControlPoint_t3892672090 L_43; memset(&L_43, 0, sizeof(L_43)); ControlPoint__ctor_m910211482((&L_43), L_38, L_42, /*hidden argument*/NULL); NullCheck(L_33); (L_33)->SetAt(static_cast(L_34), (ControlPoint_t3892672090 )L_43); int32_t L_44 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); int32_t L_45 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)3)); } IL_00ce: { int32_t L_46 = V_6; int32_t L_47 = V_0; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_0086; } } { Path_t3614338981 * L_48 = ___p0; Vector3U5BU5D_t1718750761* L_49 = V_3; NullCheck(L_48); L_48->set_wps_7(L_49); bool L_50 = ___isClosedPath2; if (!L_50) { goto IL_0190; } } { Path_t3614338981 * L_51 = ___p0; NullCheck(L_51); Vector3U5BU5D_t1718750761* L_52 = L_51->get_wps_7(); Path_t3614338981 * L_53 = ___p0; NullCheck(L_53); Vector3U5BU5D_t1718750761* L_54 = L_53->get_wps_7(); NullCheck(L_54); NullCheck(L_52); int32_t L_55 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_54)->max_length)))), (int32_t)2)); Vector3_t3722313464 L_56 = (L_52)->GetAt(static_cast(L_55)); V_7 = L_56; Path_t3614338981 * L_57 = ___p0; NullCheck(L_57); Vector3U5BU5D_t1718750761* L_58 = L_57->get_wps_7(); NullCheck(L_58); int32_t L_59 = 0; Vector3_t3722313464 L_60 = (L_58)->GetAt(static_cast(L_59)); V_8 = L_60; Path_t3614338981 * L_61 = ___p0; NullCheck(L_61); ControlPointU5BU5D_t1567961855* L_62 = L_61->get_controlPoints_8(); Path_t3614338981 * L_63 = ___p0; NullCheck(L_63); ControlPointU5BU5D_t1567961855* L_64 = L_63->get_controlPoints_8(); NullCheck(L_64); NullCheck(L_62); Vector3_t3722313464 L_65 = ((L_62)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_64)->max_length)))), (int32_t)2)))))->get_b_1(); V_9 = L_65; Path_t3614338981 * L_66 = ___p0; NullCheck(L_66); ControlPointU5BU5D_t1567961855* L_67 = L_66->get_controlPoints_8(); NullCheck(L_67); Vector3_t3722313464 L_68 = ((L_67)->GetAddressAt(static_cast(0)))->get_a_0(); V_10 = L_68; Vector3_t3722313464 L_69 = V_8; Vector3_t3722313464 L_70 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_71 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); V_12 = L_71; float L_72 = Vector3_get_magnitude_m27958459((&V_12), /*hidden argument*/NULL); V_11 = L_72; Path_t3614338981 * L_73 = ___p0; NullCheck(L_73); ControlPointU5BU5D_t1567961855* L_74 = L_73->get_controlPoints_8(); Path_t3614338981 * L_75 = ___p0; NullCheck(L_75); ControlPointU5BU5D_t1567961855* L_76 = L_75->get_controlPoints_8(); NullCheck(L_76); Vector3_t3722313464 L_77 = V_7; Vector3_t3722313464 L_78 = V_7; Vector3_t3722313464 L_79 = V_9; Vector3_t3722313464 L_80 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_78, L_79, /*hidden argument*/NULL); float L_81 = V_11; Vector3_t3722313464 L_82 = Vector3_ClampMagnitude_m2732959745(NULL /*static, unused*/, L_80, L_81, /*hidden argument*/NULL); Vector3_t3722313464 L_83 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_77, L_82, /*hidden argument*/NULL); Vector3_t3722313464 L_84 = V_8; Vector3_t3722313464 L_85 = V_8; Vector3_t3722313464 L_86 = V_10; Vector3_t3722313464 L_87 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_85, L_86, /*hidden argument*/NULL); float L_88 = V_11; Vector3_t3722313464 L_89 = Vector3_ClampMagnitude_m2732959745(NULL /*static, unused*/, L_87, L_88, /*hidden argument*/NULL); Vector3_t3722313464 L_90 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_84, L_89, /*hidden argument*/NULL); ControlPoint_t3892672090 L_91; memset(&L_91, 0, sizeof(L_91)); ControlPoint__ctor_m910211482((&L_91), L_83, L_90, /*hidden argument*/NULL); NullCheck(L_74); (L_74)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length)))), (int32_t)1))), (ControlPoint_t3892672090 )L_91); } IL_0190: { Path_t3614338981 * L_92 = ___p0; int32_t L_93 = V_2; Path_t3614338981 * L_94 = ___p0; NullCheck(L_94); int32_t L_95 = L_94->get_subdivisionsXSegment_5(); NullCheck(L_92); L_92->set_subdivisions_6(((int32_t)il2cpp_codegen_multiply((int32_t)L_93, (int32_t)L_95))); Path_t3614338981 * L_96 = ___p0; Path_t3614338981 * L_97 = ___p0; NullCheck(L_97); int32_t L_98 = L_97->get_subdivisions_6(); CubicBezierDecoder_SetTimeToLengthTables_m3528959559(__this, L_96, L_98, /*hidden argument*/NULL); Path_t3614338981 * L_99 = ___p0; Path_t3614338981 * L_100 = ___p0; NullCheck(L_100); int32_t L_101 = L_100->get_subdivisionsXSegment_5(); CubicBezierDecoder_SetWaypointsLengths_m3537736299(__this, L_99, L_101, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 CubicBezierDecoder_GetPoint_m2503338315 (CubicBezierDecoder_t2663863244 * __this, float ___perc0, Vector3U5BU5D_t1718750761* ___wps1, Path_t3614338981 * ___p2, ControlPointU5BU5D_t1567961855* ___controlPoints3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CubicBezierDecoder_GetPoint_m2503338315_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; float V_3 = 0.0f; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); float V_8 = 0.0f; float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; { Vector3U5BU5D_t1718750761* L_0 = ___wps1; NullCheck(L_0); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)1)); float L_1 = ___perc0; int32_t L_2 = V_0; double L_3 = floor((((double)((double)((float)il2cpp_codegen_multiply((float)L_1, (float)(((float)((float)L_2))))))))); V_1 = (((int32_t)((int32_t)L_3))); int32_t L_4 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_2; int32_t L_6 = V_1; if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_001c; } } { int32_t L_7 = V_1; V_2 = L_7; } IL_001c: { float L_8 = ___perc0; int32_t L_9 = V_0; int32_t L_10 = V_2; V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(((float)((float)L_9))))), (float)(((float)((float)L_10))))); Vector3U5BU5D_t1718750761* L_11 = ___wps1; int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; Vector3_t3722313464 L_14 = (L_11)->GetAt(static_cast(L_13)); V_4 = L_14; ControlPointU5BU5D_t1567961855* L_15 = ___controlPoints3; int32_t L_16 = V_2; NullCheck(L_15); Vector3_t3722313464 L_17 = ((L_15)->GetAddressAt(static_cast(L_16)))->get_a_0(); V_5 = L_17; ControlPointU5BU5D_t1567961855* L_18 = ___controlPoints3; int32_t L_19 = V_2; NullCheck(L_18); Vector3_t3722313464 L_20 = ((L_18)->GetAddressAt(static_cast(L_19)))->get_b_1(); V_6 = L_20; Vector3U5BU5D_t1718750761* L_21 = ___wps1; int32_t L_22 = V_2; NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); Vector3_t3722313464 L_24 = (L_21)->GetAt(static_cast(L_23)); V_7 = L_24; float L_25 = V_3; V_8 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_25)); float L_26 = V_3; float L_27 = V_3; V_9 = ((float)il2cpp_codegen_multiply((float)L_26, (float)L_27)); float L_28 = V_8; float L_29 = V_8; V_10 = ((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)); float L_30 = V_10; float L_31 = V_8; float L_32 = V_9; float L_33 = V_3; V_11 = ((float)il2cpp_codegen_multiply((float)L_32, (float)L_33)); Vector3_t3722313464 L_34 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_35 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)L_30, (float)L_31)), L_34, /*hidden argument*/NULL); float L_36 = V_10; float L_37 = V_3; Vector3_t3722313464 L_38 = V_5; Vector3_t3722313464 L_39 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(3.0f), (float)L_36)), (float)L_37)), L_38, /*hidden argument*/NULL); Vector3_t3722313464 L_40 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_35, L_39, /*hidden argument*/NULL); float L_41 = V_8; float L_42 = V_9; Vector3_t3722313464 L_43 = V_6; Vector3_t3722313464 L_44 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(3.0f), (float)L_41)), (float)L_42)), L_43, /*hidden argument*/NULL); Vector3_t3722313464 L_45 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_40, L_44, /*hidden argument*/NULL); float L_46 = V_11; Vector3_t3722313464 L_47 = V_7; Vector3_t3722313464 L_48 = Vector3_op_Multiply_m2104357790(NULL /*static, unused*/, L_46, L_47, /*hidden argument*/NULL); Vector3_t3722313464 L_49 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_45, L_48, /*hidden argument*/NULL); return L_49; } } // System.Void DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::SetTimeToLengthTables(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CubicBezierDecoder_SetTimeToLengthTables_m3528959559 (CubicBezierDecoder_t2663863244 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CubicBezierDecoder_SetTimeToLengthTables_m3528959559_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; SingleU5BU5D_t1444911251* V_2 = NULL; SingleU5BU5D_t1444911251* V_3 = NULL; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; float V_6 = 0.0f; Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); { V_0 = (0.0f); int32_t L_0 = ___subdivisions1; V_1 = ((float)((float)(1.0f)/(float)(((float)((float)L_0))))); int32_t L_1 = ___subdivisions1; V_2 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_1)); int32_t L_2 = ___subdivisions1; V_3 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_2)); Path_t3614338981 * L_3 = ___p0; NullCheck(L_3); Vector3U5BU5D_t1718750761* L_4 = L_3->get_wps_7(); Path_t3614338981 * L_5 = ___p0; Path_t3614338981 * L_6 = ___p0; NullCheck(L_6); ControlPointU5BU5D_t1567961855* L_7 = L_6->get_controlPoints_8(); Vector3_t3722313464 L_8 = VirtFuncInvoker4< Vector3_t3722313464 , float, Vector3U5BU5D_t1718750761*, Path_t3614338981 *, ControlPointU5BU5D_t1567961855* >::Invoke(5 /* UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) */, __this, (0.0f), L_4, L_5, L_7); V_4 = L_8; V_5 = 1; goto IL_007f; } IL_003c: { float L_9 = V_1; int32_t L_10 = V_5; V_6 = ((float)il2cpp_codegen_multiply((float)L_9, (float)(((float)((float)L_10))))); float L_11 = V_6; Path_t3614338981 * L_12 = ___p0; NullCheck(L_12); Vector3U5BU5D_t1718750761* L_13 = L_12->get_wps_7(); Path_t3614338981 * L_14 = ___p0; Path_t3614338981 * L_15 = ___p0; NullCheck(L_15); ControlPointU5BU5D_t1567961855* L_16 = L_15->get_controlPoints_8(); Vector3_t3722313464 L_17 = VirtFuncInvoker4< Vector3_t3722313464 , float, Vector3U5BU5D_t1718750761*, Path_t3614338981 *, ControlPointU5BU5D_t1567961855* >::Invoke(5 /* UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) */, __this, L_11, L_13, L_14, L_16); V_7 = L_17; float L_18 = V_0; Vector3_t3722313464 L_19 = V_7; Vector3_t3722313464 L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_21 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_add((float)L_18, (float)L_21)); Vector3_t3722313464 L_22 = V_7; V_4 = L_22; SingleU5BU5D_t1444911251* L_23 = V_2; int32_t L_24 = V_5; float L_25 = V_6; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1))), (float)L_25); SingleU5BU5D_t1444911251* L_26 = V_3; int32_t L_27 = V_5; float L_28 = V_0; NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (float)L_28); int32_t L_29 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_007f: { int32_t L_30 = V_5; int32_t L_31 = ___subdivisions1; if ((((int32_t)L_30) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))))) { goto IL_003c; } } { Path_t3614338981 * L_32 = ___p0; float L_33 = V_0; NullCheck(L_32); L_32->set_length_9(L_33); Path_t3614338981 * L_34 = ___p0; SingleU5BU5D_t1444911251* L_35 = V_2; NullCheck(L_34); L_34->set_timesTable_11(L_35); Path_t3614338981 * L_36 = ___p0; SingleU5BU5D_t1444911251* L_37 = V_3; NullCheck(L_36); L_36->set_lengthsTable_12(L_37); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::SetWaypointsLengths(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CubicBezierDecoder_SetWaypointsLengths_m3537736299 (CubicBezierDecoder_t2663863244 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CubicBezierDecoder_SetWaypointsLengths_m3537736299_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SingleU5BU5D_t1444911251* V_1 = NULL; int32_t V_2 = 0; float V_3 = 0.0f; float V_4 = 0.0f; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); int32_t V_6 = 0; float V_7 = 0.0f; Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); { Path_t3614338981 * L_0 = ___p0; NullCheck(L_0); Vector3U5BU5D_t1718750761* L_1 = L_0->get_wps_7(); NullCheck(L_1); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); int32_t L_2 = V_0; V_1 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_2)); SingleU5BU5D_t1444911251* L_3 = V_1; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (float)(0.0f)); V_2 = 1; goto IL_00d7; } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var); ControlPointU5BU5D_t1567961855* L_4 = ((CubicBezierDecoder_t2663863244_StaticFields*)il2cpp_codegen_static_fields_for(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var))->get__PartialControlPs_0(); Path_t3614338981 * L_5 = ___p0; NullCheck(L_5); ControlPointU5BU5D_t1567961855* L_6 = L_5->get_controlPoints_8(); int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); ControlPoint_t3892672090 L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (ControlPoint_t3892672090 )L_9); Vector3U5BU5D_t1718750761* L_10 = ((CubicBezierDecoder_t2663863244_StaticFields*)il2cpp_codegen_static_fields_for(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var))->get__PartialWps_1(); Path_t3614338981 * L_11 = ___p0; NullCheck(L_11); Vector3U5BU5D_t1718750761* L_12 = L_11->get_wps_7(); int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); Vector3_t3722313464 L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_10); (L_10)->SetAt(static_cast(0), (Vector3_t3722313464 )L_15); Vector3U5BU5D_t1718750761* L_16 = ((CubicBezierDecoder_t2663863244_StaticFields*)il2cpp_codegen_static_fields_for(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var))->get__PartialWps_1(); Path_t3614338981 * L_17 = ___p0; NullCheck(L_17); Vector3U5BU5D_t1718750761* L_18 = L_17->get_wps_7(); int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = L_19; Vector3_t3722313464 L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_16); (L_16)->SetAt(static_cast(1), (Vector3_t3722313464 )L_21); V_3 = (0.0f); int32_t L_22 = ___subdivisions1; V_4 = ((float)((float)(1.0f)/(float)(((float)((float)L_22))))); Vector3U5BU5D_t1718750761* L_23 = ((CubicBezierDecoder_t2663863244_StaticFields*)il2cpp_codegen_static_fields_for(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var))->get__PartialWps_1(); Path_t3614338981 * L_24 = ___p0; ControlPointU5BU5D_t1567961855* L_25 = ((CubicBezierDecoder_t2663863244_StaticFields*)il2cpp_codegen_static_fields_for(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var))->get__PartialControlPs_0(); Vector3_t3722313464 L_26 = VirtFuncInvoker4< Vector3_t3722313464 , float, Vector3U5BU5D_t1718750761*, Path_t3614338981 *, ControlPointU5BU5D_t1567961855* >::Invoke(5 /* UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) */, __this, (0.0f), L_23, L_24, L_25); V_5 = L_26; V_6 = 1; goto IL_00c8; } IL_0095: { float L_27 = V_4; int32_t L_28 = V_6; V_7 = ((float)il2cpp_codegen_multiply((float)L_27, (float)(((float)((float)L_28))))); float L_29 = V_7; IL2CPP_RUNTIME_CLASS_INIT(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var); Vector3U5BU5D_t1718750761* L_30 = ((CubicBezierDecoder_t2663863244_StaticFields*)il2cpp_codegen_static_fields_for(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var))->get__PartialWps_1(); Path_t3614338981 * L_31 = ___p0; ControlPointU5BU5D_t1567961855* L_32 = ((CubicBezierDecoder_t2663863244_StaticFields*)il2cpp_codegen_static_fields_for(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var))->get__PartialControlPs_0(); Vector3_t3722313464 L_33 = VirtFuncInvoker4< Vector3_t3722313464 , float, Vector3U5BU5D_t1718750761*, Path_t3614338981 *, ControlPointU5BU5D_t1567961855* >::Invoke(5 /* UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) */, __this, L_29, L_30, L_31, L_32); V_8 = L_33; float L_34 = V_3; Vector3_t3722313464 L_35 = V_8; Vector3_t3722313464 L_36 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_37 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); V_3 = ((float)il2cpp_codegen_add((float)L_34, (float)L_37)); Vector3_t3722313464 L_38 = V_8; V_5 = L_38; int32_t L_39 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00c8: { int32_t L_40 = V_6; int32_t L_41 = ___subdivisions1; if ((((int32_t)L_40) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1))))) { goto IL_0095; } } { SingleU5BU5D_t1444911251* L_42 = V_1; int32_t L_43 = V_2; float L_44 = V_3; NullCheck(L_42); (L_42)->SetAt(static_cast(L_43), (float)L_44); int32_t L_45 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00d7: { int32_t L_46 = V_2; int32_t L_47 = V_0; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_001f; } } { Path_t3614338981 * L_48 = ___p0; SingleU5BU5D_t1444911251* L_49 = V_1; NullCheck(L_48); L_48->set_wpLengths_3(L_49); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void CubicBezierDecoder__ctor_m2266468670 (CubicBezierDecoder_t2663863244 * __this, const RuntimeMethod* method) { { ABSPathDecoder__ctor_m739890384(__this, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder::.cctor() extern "C" IL2CPP_METHOD_ATTR void CubicBezierDecoder__cctor_m1682065305 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CubicBezierDecoder__cctor_m1682065305_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CubicBezierDecoder_t2663863244_StaticFields*)il2cpp_codegen_static_fields_for(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var))->set__PartialControlPs_0(((ControlPointU5BU5D_t1567961855*)SZArrayNew(ControlPointU5BU5D_t1567961855_il2cpp_TypeInfo_var, (uint32_t)1))); ((CubicBezierDecoder_t2663863244_StaticFields*)il2cpp_codegen_static_fields_for(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var))->set__PartialWps_1(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)2))); 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.Plugins.Core.PathCore.LinearDecoder::FinalizePath(DG.Tweening.Plugins.Core.PathCore.Path,UnityEngine.Vector3[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void LinearDecoder_FinalizePath_m795813638 (LinearDecoder_t2708327777 * __this, Path_t3614338981 * ___p0, Vector3U5BU5D_t1718750761* ___wps1, bool ___isClosedPath2, const RuntimeMethod* method) { { Path_t3614338981 * L_0 = ___p0; NullCheck(L_0); L_0->set_controlPoints_8((ControlPointU5BU5D_t1567961855*)NULL); Path_t3614338981 * L_1 = ___p0; Vector3U5BU5D_t1718750761* L_2 = ___wps1; NullCheck(L_2); Path_t3614338981 * L_3 = ___p0; NullCheck(L_3); int32_t L_4 = L_3->get_subdivisionsXSegment_5(); NullCheck(L_1); L_1->set_subdivisions_6(((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)L_4))); Path_t3614338981 * L_5 = ___p0; Path_t3614338981 * L_6 = ___p0; NullCheck(L_6); int32_t L_7 = L_6->get_subdivisions_6(); LinearDecoder_SetTimeToLengthTables_m1376165495(__this, L_5, L_7, /*hidden argument*/NULL); return; } } // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.LinearDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 LinearDecoder_GetPoint_m4282359224 (LinearDecoder_t2708327777 * __this, float ___perc0, Vector3U5BU5D_t1718750761* ___wps1, Path_t3614338981 * ___p2, ControlPointU5BU5D_t1567961855* ___controlPoints3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LinearDecoder_GetPoint_m4282359224_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); int32_t V_8 = 0; { float L_0 = ___perc0; if ((!(((float)L_0) <= ((float)(0.0f))))) { goto IL_0017; } } { Path_t3614338981 * L_1 = ___p2; NullCheck(L_1); L_1->set_linearWPIndex_13(1); Vector3U5BU5D_t1718750761* L_2 = ___wps1; NullCheck(L_2); int32_t L_3 = 0; Vector3_t3722313464 L_4 = (L_2)->GetAt(static_cast(L_3)); return L_4; } IL_0017: { V_0 = 0; V_1 = 0; Path_t3614338981 * L_5 = ___p2; NullCheck(L_5); SingleU5BU5D_t1444911251* L_6 = L_5->get_timesTable_11(); NullCheck(L_6); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))); V_8 = 1; goto IL_0045; } IL_0029: { Path_t3614338981 * L_7 = ___p2; NullCheck(L_7); SingleU5BU5D_t1444911251* L_8 = L_7->get_timesTable_11(); int32_t L_9 = V_8; NullCheck(L_8); int32_t L_10 = L_9; float L_11 = (L_8)->GetAt(static_cast(L_10)); float L_12 = ___perc0; if ((!(((float)L_11) >= ((float)L_12)))) { goto IL_003f; } } { int32_t L_13 = V_8; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_8; V_1 = L_14; goto IL_004a; } IL_003f: { int32_t L_15 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0045: { int32_t L_16 = V_8; int32_t L_17 = V_2; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0029; } } IL_004a: { Path_t3614338981 * L_18 = ___p2; NullCheck(L_18); SingleU5BU5D_t1444911251* L_19 = L_18->get_timesTable_11(); int32_t L_20 = V_0; NullCheck(L_19); int32_t L_21 = L_20; float L_22 = (L_19)->GetAt(static_cast(L_21)); V_3 = L_22; float L_23 = ___perc0; float L_24 = V_3; V_4 = ((float)il2cpp_codegen_subtract((float)L_23, (float)L_24)); Path_t3614338981 * L_25 = ___p2; NullCheck(L_25); float L_26 = L_25->get_length_9(); float L_27 = V_4; V_5 = ((float)il2cpp_codegen_multiply((float)L_26, (float)L_27)); Vector3U5BU5D_t1718750761* L_28 = ___wps1; int32_t L_29 = V_0; NullCheck(L_28); int32_t L_30 = L_29; Vector3_t3722313464 L_31 = (L_28)->GetAt(static_cast(L_30)); V_6 = L_31; Vector3U5BU5D_t1718750761* L_32 = ___wps1; int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = L_33; Vector3_t3722313464 L_35 = (L_32)->GetAt(static_cast(L_34)); V_7 = L_35; Path_t3614338981 * L_36 = ___p2; int32_t L_37 = V_1; NullCheck(L_36); L_36->set_linearWPIndex_13(L_37); Vector3_t3722313464 L_38 = V_6; Vector3_t3722313464 L_39 = V_7; Vector3_t3722313464 L_40 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_41 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); float L_42 = V_5; Vector3_t3722313464 L_43 = Vector3_ClampMagnitude_m2732959745(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); Vector3_t3722313464 L_44 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_38, L_43, /*hidden argument*/NULL); return L_44; } } // System.Void DG.Tweening.Plugins.Core.PathCore.LinearDecoder::SetTimeToLengthTables(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LinearDecoder_SetTimeToLengthTables_m1376165495 (LinearDecoder_t2708327777 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LinearDecoder_SetTimeToLengthTables_m1376165495_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; SingleU5BU5D_t1444911251* V_2 = NULL; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); SingleU5BU5D_t1444911251* V_4 = NULL; float V_5 = 0.0f; int32_t V_6 = 0; float V_7 = 0.0f; int32_t V_8 = 0; { V_0 = (0.0f); Path_t3614338981 * L_0 = ___p0; NullCheck(L_0); Vector3U5BU5D_t1718750761* L_1 = L_0->get_wps_7(); NullCheck(L_1); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); int32_t L_2 = V_1; V_2 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_2)); Path_t3614338981 * L_3 = ___p0; NullCheck(L_3); Vector3U5BU5D_t1718750761* L_4 = L_3->get_wps_7(); NullCheck(L_4); int32_t L_5 = 0; Vector3_t3722313464 L_6 = (L_4)->GetAt(static_cast(L_5)); V_3 = L_6; V_6 = 0; goto IL_0050; } IL_0028: { Path_t3614338981 * L_7 = ___p0; NullCheck(L_7); Vector3U5BU5D_t1718750761* L_8 = L_7->get_wps_7(); int32_t L_9 = V_6; NullCheck(L_8); int32_t L_10 = L_9; Vector3_t3722313464 L_11 = (L_8)->GetAt(static_cast(L_10)); Vector3_t3722313464 L_12 = L_11; Vector3_t3722313464 L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); float L_14 = Vector3_Distance_m886789632(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); V_7 = L_14; float L_15 = V_0; float L_16 = V_7; V_0 = ((float)il2cpp_codegen_add((float)L_15, (float)L_16)); V_3 = L_12; SingleU5BU5D_t1444911251* L_17 = V_2; int32_t L_18 = V_6; float L_19 = V_7; NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (float)L_19); int32_t L_20 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0050: { int32_t L_21 = V_6; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0028; } } { int32_t L_23 = V_1; V_4 = ((SingleU5BU5D_t1444911251*)SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, (uint32_t)L_23)); V_5 = (0.0f); V_8 = 1; goto IL_0081; } IL_0069: { float L_24 = V_5; SingleU5BU5D_t1444911251* L_25 = V_2; int32_t L_26 = V_8; NullCheck(L_25); int32_t L_27 = L_26; float L_28 = (L_25)->GetAt(static_cast(L_27)); V_5 = ((float)il2cpp_codegen_add((float)L_24, (float)L_28)); SingleU5BU5D_t1444911251* L_29 = V_4; int32_t L_30 = V_8; float L_31 = V_5; float L_32 = V_0; NullCheck(L_29); (L_29)->SetAt(static_cast(L_30), (float)((float)((float)L_31/(float)L_32))); int32_t L_33 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0081: { int32_t L_34 = V_8; int32_t L_35 = V_1; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0069; } } { Path_t3614338981 * L_36 = ___p0; float L_37 = V_0; NullCheck(L_36); L_36->set_length_9(L_37); Path_t3614338981 * L_38 = ___p0; SingleU5BU5D_t1444911251* L_39 = V_2; NullCheck(L_38); L_38->set_wpLengths_3(L_39); Path_t3614338981 * L_40 = ___p0; SingleU5BU5D_t1444911251* L_41 = V_4; NullCheck(L_40); L_40->set_timesTable_11(L_41); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.LinearDecoder::SetWaypointsLengths(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LinearDecoder_SetWaypointsLengths_m4144836038 (LinearDecoder_t2708327777 * __this, Path_t3614338981 * ___p0, int32_t ___subdivisions1, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.LinearDecoder::.ctor() extern "C" IL2CPP_METHOD_ATTR void LinearDecoder__ctor_m4115605975 (LinearDecoder_t2708327777 * __this, const RuntimeMethod* method) { { ABSPathDecoder__ctor_m739890384(__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.Plugins.Core.PathCore.Path::.ctor(DG.Tweening.PathType,UnityEngine.Vector3[],System.Int32,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void Path__ctor_m3861603545 (Path_t3614338981 * __this, int32_t ___type0, Vector3U5BU5D_t1718750761* ___waypoints1, int32_t ___subdivisionsXSegment2, Nullable_1_t4278248406 ___gizmoColor3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path__ctor_m3861603545_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_linearWPIndex_13((-1)); Color_t2555686324 L_0; memset(&L_0, 0, sizeof(L_0)); Color__ctor_m2943235014((&L_0), (1.0f), (1.0f), (1.0f), (0.7f), /*hidden argument*/NULL); __this->set_gizmoColor_23(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_1 = ___type0; __this->set_type_4(L_1); int32_t L_2 = ___subdivisionsXSegment2; __this->set_subdivisionsXSegment_5(L_2); bool L_3 = Nullable_1_get_HasValue_m3010405843((&___gizmoColor3), /*hidden argument*/Nullable_1_get_HasValue_m3010405843_RuntimeMethod_var); if (!L_3) { goto IL_0050; } } { Color_t2555686324 L_4 = Nullable_1_get_Value_m4225233045((&___gizmoColor3), /*hidden argument*/Nullable_1_get_Value_m4225233045_RuntimeMethod_var); __this->set_gizmoColor_23(L_4); } IL_0050: { Vector3U5BU5D_t1718750761* L_5 = ___waypoints1; Path_AssignWaypoints_m694504955(__this, L_5, (bool)1, /*hidden argument*/NULL); int32_t L_6 = ___type0; Path_AssignDecoder_m3239877656(__this, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_7 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUnityEditor_4(); if (!L_7) { goto IL_007c; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); List_1_t904863771 * L_8 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_GizmosDelegates_23(); intptr_t L_9 = (intptr_t)Path_Draw_m8564983_RuntimeMethod_var; TweenCallback_t3727756325 * L_10 = (TweenCallback_t3727756325 *)il2cpp_codegen_object_new(TweenCallback_t3727756325_il2cpp_TypeInfo_var); TweenCallback__ctor_m3086472496(L_10, __this, L_9, /*hidden argument*/NULL); NullCheck(L_8); List_1_Add_m2060438683(L_8, L_10, /*hidden argument*/List_1_Add_m2060438683_RuntimeMethod_var); } IL_007c: { return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.Path::.ctor() extern "C" IL2CPP_METHOD_ATTR void Path__ctor_m360216078 (Path_t3614338981 * __this, const RuntimeMethod* method) { { __this->set_linearWPIndex_13((-1)); Color_t2555686324 L_0; memset(&L_0, 0, sizeof(L_0)); Color__ctor_m2943235014((&L_0), (1.0f), (1.0f), (1.0f), (0.7f), /*hidden argument*/NULL); __this->set_gizmoColor_23(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.Path::FinalizePath(System.Boolean,DG.Tweening.AxisConstraint,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void Path_FinalizePath_m2416455934 (Path_t3614338981 * __this, bool ___isClosedPath0, int32_t ___lockPositionAxes1, Vector3_t3722313464 ___currTargetVal2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t G_B4_0 = 0; Vector3U5BU5D_t1718750761* G_B4_1 = NULL; int32_t G_B3_0 = 0; Vector3U5BU5D_t1718750761* G_B3_1 = NULL; float G_B5_0 = 0.0f; int32_t G_B5_1 = 0; Vector3U5BU5D_t1718750761* G_B5_2 = NULL; float G_B7_0 = 0.0f; int32_t G_B7_1 = 0; Vector3U5BU5D_t1718750761* G_B7_2 = NULL; float G_B6_0 = 0.0f; int32_t G_B6_1 = 0; Vector3U5BU5D_t1718750761* G_B6_2 = NULL; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; int32_t G_B8_2 = 0; Vector3U5BU5D_t1718750761* G_B8_3 = NULL; float G_B10_0 = 0.0f; float G_B10_1 = 0.0f; int32_t G_B10_2 = 0; Vector3U5BU5D_t1718750761* G_B10_3 = NULL; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; int32_t G_B9_2 = 0; Vector3U5BU5D_t1718750761* G_B9_3 = NULL; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; float G_B11_2 = 0.0f; int32_t G_B11_3 = 0; Vector3U5BU5D_t1718750761* G_B11_4 = NULL; { int32_t L_0 = ___lockPositionAxes1; if (!L_0) { goto IL_0080; } } { int32_t L_1 = ___lockPositionAxes1; V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_1&(int32_t)2))) == ((int32_t)2))? 1 : 0); int32_t L_2 = ___lockPositionAxes1; V_1 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)4))) == ((int32_t)4))? 1 : 0); int32_t L_3 = ___lockPositionAxes1; V_2 = (bool)((((int32_t)((int32_t)((int32_t)L_3&(int32_t)8))) == ((int32_t)8))? 1 : 0); V_3 = 0; goto IL_0075; } IL_001c: { Vector3U5BU5D_t1718750761* L_4 = __this->get_wps_7(); int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; Vector3_t3722313464 L_7 = (L_4)->GetAt(static_cast(L_6)); V_4 = L_7; Vector3U5BU5D_t1718750761* L_8 = __this->get_wps_7(); int32_t L_9 = V_3; bool L_10 = V_0; G_B3_0 = L_9; G_B3_1 = L_8; if (L_10) { G_B4_0 = L_9; G_B4_1 = L_8; goto IL_003d; } } { Vector3_t3722313464 L_11 = V_4; float L_12 = L_11.get_x_1(); G_B5_0 = L_12; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0043; } IL_003d: { Vector3_t3722313464 L_13 = ___currTargetVal2; float L_14 = L_13.get_x_1(); G_B5_0 = L_14; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0043: { bool L_15 = V_1; G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; if (L_15) { G_B7_0 = G_B5_0; G_B7_1 = G_B5_1; G_B7_2 = G_B5_2; goto IL_004f; } } { Vector3_t3722313464 L_16 = V_4; float L_17 = L_16.get_y_2(); G_B8_0 = L_17; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; G_B8_3 = G_B6_2; goto IL_0055; } IL_004f: { Vector3_t3722313464 L_18 = ___currTargetVal2; float L_19 = L_18.get_y_2(); G_B8_0 = L_19; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; G_B8_3 = G_B7_2; } IL_0055: { bool L_20 = V_2; G_B9_0 = G_B8_0; G_B9_1 = G_B8_1; G_B9_2 = G_B8_2; G_B9_3 = G_B8_3; if (L_20) { G_B10_0 = G_B8_0; G_B10_1 = G_B8_1; G_B10_2 = G_B8_2; G_B10_3 = G_B8_3; goto IL_0061; } } { Vector3_t3722313464 L_21 = V_4; float L_22 = L_21.get_z_3(); G_B11_0 = L_22; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; goto IL_0067; } IL_0061: { Vector3_t3722313464 L_23 = ___currTargetVal2; float L_24 = L_23.get_z_3(); G_B11_0 = L_24; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; } IL_0067: { Vector3_t3722313464 L_25; memset(&L_25, 0, sizeof(L_25)); Vector3__ctor_m3353183577((&L_25), G_B11_2, G_B11_1, G_B11_0, /*hidden argument*/NULL); NullCheck(G_B11_4); (G_B11_4)->SetAt(static_cast(G_B11_3), (Vector3_t3722313464 )L_25); int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0075: { int32_t L_27 = V_3; Vector3U5BU5D_t1718750761* L_28 = __this->get_wps_7(); NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_001c; } } IL_0080: { ABSPathDecoder_t2613982196 * L_29 = __this->get__decoder_18(); Vector3U5BU5D_t1718750761* L_30 = __this->get_wps_7(); bool L_31 = ___isClosedPath0; NullCheck(L_29); VirtActionInvoker3< Path_t3614338981 *, Vector3U5BU5D_t1718750761*, bool >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::FinalizePath(DG.Tweening.Plugins.Core.PathCore.Path,UnityEngine.Vector3[],System.Boolean) */, L_29, __this, L_30, L_31); __this->set_isFinalized_10((bool)1); return; } } // UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.Path::GetPoint(System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Path_GetPoint_m1978489341 (Path_t3614338981 * __this, float ___perc0, bool ___convertToConstantPerc1, const RuntimeMethod* method) { { bool L_0 = ___convertToConstantPerc1; if (!L_0) { goto IL_000c; } } { float L_1 = ___perc0; float L_2 = Path_ConvertToConstantPathPerc_m980873488(__this, L_1, /*hidden argument*/NULL); ___perc0 = L_2; } IL_000c: { ABSPathDecoder_t2613982196 * L_3 = __this->get__decoder_18(); float L_4 = ___perc0; Vector3U5BU5D_t1718750761* L_5 = __this->get_wps_7(); ControlPointU5BU5D_t1567961855* L_6 = __this->get_controlPoints_8(); NullCheck(L_3); Vector3_t3722313464 L_7 = VirtFuncInvoker4< Vector3_t3722313464 , float, Vector3U5BU5D_t1718750761*, Path_t3614338981 *, ControlPointU5BU5D_t1567961855* >::Invoke(5 /* UnityEngine.Vector3 DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder::GetPoint(System.Single,UnityEngine.Vector3[],DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.ControlPoint[]) */, L_3, L_4, L_5, __this, L_6); return L_7; } } // System.Single DG.Tweening.Plugins.Core.PathCore.Path::ConvertToConstantPathPerc(System.Single) extern "C" IL2CPP_METHOD_ATTR float Path_ConvertToConstantPathPerc_m980873488 (Path_t3614338981 * __this, float ___perc0, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; int32_t V_5 = 0; int32_t V_6 = 0; { int32_t L_0 = __this->get_type_4(); if (L_0) { goto IL_000a; } } { float L_1 = ___perc0; return L_1; } IL_000a: { float L_2 = ___perc0; if ((!(((float)L_2) > ((float)(0.0f))))) { goto IL_00ab; } } { float L_3 = ___perc0; if ((!(((float)L_3) < ((float)(1.0f))))) { goto IL_00ab; } } { float L_4 = __this->get_length_9(); float L_5 = ___perc0; V_0 = ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)); V_1 = (0.0f); V_2 = (0.0f); V_3 = (0.0f); V_4 = (0.0f); SingleU5BU5D_t1444911251* L_6 = __this->get_lengthsTable_12(); NullCheck(L_6); V_5 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))); V_6 = 0; goto IL_0095; } IL_0051: { SingleU5BU5D_t1444911251* L_7 = __this->get_lengthsTable_12(); int32_t L_8 = V_6; NullCheck(L_7); int32_t L_9 = L_8; float L_10 = (L_7)->GetAt(static_cast(L_9)); float L_11 = V_0; if ((!(((float)L_10) > ((float)L_11)))) { goto IL_0085; } } { SingleU5BU5D_t1444911251* L_12 = __this->get_timesTable_11(); int32_t L_13 = V_6; NullCheck(L_12); int32_t L_14 = L_13; float L_15 = (L_12)->GetAt(static_cast(L_14)); V_3 = L_15; SingleU5BU5D_t1444911251* L_16 = __this->get_lengthsTable_12(); int32_t L_17 = V_6; NullCheck(L_16); int32_t L_18 = L_17; float L_19 = (L_16)->GetAt(static_cast(L_18)); V_4 = L_19; int32_t L_20 = V_6; if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_009b; } } { SingleU5BU5D_t1444911251* L_21 = __this->get_lengthsTable_12(); int32_t L_22 = V_6; NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); float L_24 = (L_21)->GetAt(static_cast(L_23)); V_2 = L_24; goto IL_009b; } IL_0085: { SingleU5BU5D_t1444911251* L_25 = __this->get_timesTable_11(); int32_t L_26 = V_6; NullCheck(L_25); int32_t L_27 = L_26; float L_28 = (L_25)->GetAt(static_cast(L_27)); V_1 = L_28; int32_t L_29 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0095: { int32_t L_30 = V_6; int32_t L_31 = V_5; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0051; } } IL_009b: { float L_32 = V_1; float L_33 = V_0; float L_34 = V_2; float L_35 = V_4; float L_36 = V_2; float L_37 = V_3; float L_38 = V_1; ___perc0 = ((float)il2cpp_codegen_add((float)L_32, (float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_33, (float)L_34))/(float)((float)il2cpp_codegen_subtract((float)L_35, (float)L_36)))), (float)((float)il2cpp_codegen_subtract((float)L_37, (float)L_38)))))); } IL_00ab: { float L_39 = ___perc0; if ((!(((float)L_39) > ((float)(1.0f))))) { goto IL_00bc; } } { ___perc0 = (1.0f); goto IL_00cb; } IL_00bc: { float L_40 = ___perc0; if ((!(((float)L_40) < ((float)(0.0f))))) { goto IL_00cb; } } { ___perc0 = (0.0f); } IL_00cb: { float L_41 = ___perc0; return L_41; } } // System.Int32 DG.Tweening.Plugins.Core.PathCore.Path::GetWaypointIndexFromPerc(System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t Path_GetWaypointIndexFromPerc_m752317420 (Path_t3614338981 * __this, float ___perc0, bool ___isMovingForward1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; { float L_0 = ___perc0; if ((!(((float)L_0) >= ((float)(1.0f))))) { goto IL_0013; } } { Vector3U5BU5D_t1718750761* L_1 = __this->get_wps_7(); NullCheck(L_1); return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)1)); } IL_0013: { float L_2 = ___perc0; if ((!(((float)L_2) <= ((float)(0.0f))))) { goto IL_001d; } } { return 0; } IL_001d: { float L_3 = __this->get_length_9(); float L_4 = ___perc0; V_0 = ((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)); V_1 = (0.0f); V_2 = 0; SingleU5BU5D_t1444911251* L_5 = __this->get_wpLengths_3(); NullCheck(L_5); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))); goto IL_006a; } IL_0039: { float L_6 = V_1; SingleU5BU5D_t1444911251* L_7 = __this->get_wpLengths_3(); int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; float L_10 = (L_7)->GetAt(static_cast(L_9)); V_1 = ((float)il2cpp_codegen_add((float)L_6, (float)L_10)); int32_t L_11 = V_2; int32_t L_12 = V_3; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)))))) { goto IL_0053; } } { bool L_13 = ___isMovingForward1; if (L_13) { goto IL_004f; } } { int32_t L_14 = V_2; return L_14; } IL_004f: { int32_t L_15 = V_2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); } IL_0053: { float L_16 = V_1; float L_17 = V_0; if ((((float)L_16) < ((float)L_17))) { goto IL_0066; } } { float L_18 = V_1; float L_19 = V_0; if ((!(((float)L_18) > ((float)L_19)))) { goto IL_0064; } } { bool L_20 = ___isMovingForward1; if (L_20) { goto IL_0060; } } { int32_t L_21 = V_2; return L_21; } IL_0060: { int32_t L_22 = V_2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); } IL_0064: { int32_t L_23 = V_2; return L_23; } IL_0066: { int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_006a: { int32_t L_25 = V_2; int32_t L_26 = V_3; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0039; } } { return 0; } } // UnityEngine.Vector3[] DG.Tweening.Plugins.Core.PathCore.Path::GetDrawPoints(DG.Tweening.Plugins.Core.PathCore.Path,System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* Path_GetDrawPoints_m4231458358 (RuntimeObject * __this /* static, unused */, Path_t3614338981 * ___p0, int32_t ___drawSubdivisionsXSegment1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_GetDrawPoints_m4231458358_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Vector3U5BU5D_t1718750761* V_2 = NULL; int32_t V_3 = 0; float V_4 = 0.0f; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); { Path_t3614338981 * L_0 = ___p0; NullCheck(L_0); Vector3U5BU5D_t1718750761* L_1 = L_0->get_wps_7(); NullCheck(L_1); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); Path_t3614338981 * L_2 = ___p0; NullCheck(L_2); int32_t L_3 = L_2->get_type_4(); if (L_3) { goto IL_0018; } } { Path_t3614338981 * L_4 = ___p0; NullCheck(L_4); Vector3U5BU5D_t1718750761* L_5 = L_4->get_wps_7(); return L_5; } IL_0018: { int32_t L_6 = V_0; int32_t L_7 = ___drawSubdivisionsXSegment1; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)); int32_t L_8 = V_1; V_2 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))); V_3 = 0; goto IL_0048; } IL_0029: { int32_t L_9 = V_3; int32_t L_10 = V_1; V_4 = ((float)((float)(((float)((float)L_9)))/(float)(((float)((float)L_10))))); Path_t3614338981 * L_11 = ___p0; float L_12 = V_4; NullCheck(L_11); Vector3_t3722313464 L_13 = Path_GetPoint_m1978489341(L_11, L_12, (bool)0, /*hidden argument*/NULL); V_5 = L_13; Vector3U5BU5D_t1718750761* L_14 = V_2; int32_t L_15 = V_3; Vector3_t3722313464 L_16 = V_5; NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Vector3_t3722313464 )L_16); int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0048: { int32_t L_18 = V_3; int32_t L_19 = V_1; if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_0029; } } { Vector3U5BU5D_t1718750761* L_20 = V_2; return L_20; } } // System.Void DG.Tweening.Plugins.Core.PathCore.Path::RefreshNonLinearDrawWps(DG.Tweening.Plugins.Core.PathCore.Path) extern "C" IL2CPP_METHOD_ATTR void Path_RefreshNonLinearDrawWps_m1261467407 (RuntimeObject * __this /* static, unused */, Path_t3614338981 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_RefreshNonLinearDrawWps_m1261467407_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; float V_2 = 0.0f; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { Path_t3614338981 * L_0 = ___p0; NullCheck(L_0); Vector3U5BU5D_t1718750761* L_1 = L_0->get_wps_7(); NullCheck(L_1); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)((int32_t)10))); Path_t3614338981 * L_2 = ___p0; NullCheck(L_2); Vector3U5BU5D_t1718750761* L_3 = L_2->get_nonLinearDrawWps_20(); if (!L_3) { goto IL_0021; } } { Path_t3614338981 * L_4 = ___p0; NullCheck(L_4); Vector3U5BU5D_t1718750761* L_5 = L_4->get_nonLinearDrawWps_20(); NullCheck(L_5); int32_t L_6 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))))) { goto IL_002f; } } IL_0021: { Path_t3614338981 * L_7 = ___p0; int32_t L_8 = V_0; NullCheck(L_7); L_7->set_nonLinearDrawWps_20(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))))); } IL_002f: { V_1 = 0; goto IL_0053; } IL_0033: { int32_t L_9 = V_1; int32_t L_10 = V_0; V_2 = ((float)((float)(((float)((float)L_9)))/(float)(((float)((float)L_10))))); Path_t3614338981 * L_11 = ___p0; float L_12 = V_2; NullCheck(L_11); Vector3_t3722313464 L_13 = Path_GetPoint_m1978489341(L_11, L_12, (bool)0, /*hidden argument*/NULL); V_3 = L_13; Path_t3614338981 * L_14 = ___p0; NullCheck(L_14); Vector3U5BU5D_t1718750761* L_15 = L_14->get_nonLinearDrawWps_20(); int32_t L_16 = V_1; Vector3_t3722313464 L_17 = V_3; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Vector3_t3722313464 )L_17); int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0053: { int32_t L_19 = V_1; int32_t L_20 = V_0; if ((((int32_t)L_19) <= ((int32_t)L_20))) { goto IL_0033; } } { return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.Path::Destroy() extern "C" IL2CPP_METHOD_ATTR void Path_Destroy_m3285362268 (Path_t3614338981 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_Destroy_m3285362268_MetadataUsageId); s_Il2CppMethodInitialized = true; } SingleU5BU5D_t1444911251* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_0 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUnityEditor_4(); if (!L_0) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); List_1_t904863771 * L_1 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_GizmosDelegates_23(); intptr_t L_2 = (intptr_t)Path_Draw_m8564983_RuntimeMethod_var; TweenCallback_t3727756325 * L_3 = (TweenCallback_t3727756325 *)il2cpp_codegen_object_new(TweenCallback_t3727756325_il2cpp_TypeInfo_var); TweenCallback__ctor_m3086472496(L_3, __this, L_2, /*hidden argument*/NULL); NullCheck(L_1); List_1_Remove_m3486331705(L_1, L_3, /*hidden argument*/List_1_Remove_m3486331705_RuntimeMethod_var); } IL_001e: { __this->set_wps_7((Vector3U5BU5D_t1718750761*)NULL); V_0 = (SingleU5BU5D_t1444911251*)NULL; __this->set_lengthsTable_12((SingleU5BU5D_t1444911251*)NULL); SingleU5BU5D_t1444911251* L_4 = V_0; SingleU5BU5D_t1444911251* L_5 = L_4; V_0 = L_5; __this->set_timesTable_11(L_5); SingleU5BU5D_t1444911251* L_6 = V_0; __this->set_wpLengths_3(L_6); __this->set_nonLinearDrawWps_20((Vector3U5BU5D_t1718750761*)NULL); __this->set_isFinalized_10((bool)0); return; } } // DG.Tweening.Plugins.Core.PathCore.Path DG.Tweening.Plugins.Core.PathCore.Path::CloneIncremental(System.Int32) extern "C" IL2CPP_METHOD_ATTR Path_t3614338981 * Path_CloneIncremental_m398805016 (Path_t3614338981 * __this, int32_t ___loopIncrement0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_CloneIncremental_m398805016_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3U5BU5D_t1718750761* V_2 = NULL; int32_t V_3 = 0; ControlPointU5BU5D_t1567961855* V_4 = NULL; Vector3U5BU5D_t1718750761* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { Path_t3614338981 * L_0 = __this->get__incrementalClone_16(); if (!L_0) { goto IL_0023; } } { int32_t L_1 = __this->get__incrementalIndex_17(); int32_t L_2 = ___loopIncrement0; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0018; } } { Path_t3614338981 * L_3 = __this->get__incrementalClone_16(); return L_3; } IL_0018: { Path_t3614338981 * L_4 = __this->get__incrementalClone_16(); NullCheck(L_4); Path_Destroy_m3285362268(L_4, /*hidden argument*/NULL); } IL_0023: { Vector3U5BU5D_t1718750761* L_5 = __this->get_wps_7(); NullCheck(L_5); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))); Vector3U5BU5D_t1718750761* L_6 = __this->get_wps_7(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); Vector3_t3722313464 L_9 = (L_6)->GetAt(static_cast(L_8)); Vector3U5BU5D_t1718750761* L_10 = __this->get_wps_7(); NullCheck(L_10); int32_t L_11 = 0; Vector3_t3722313464 L_12 = (L_10)->GetAt(static_cast(L_11)); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_13 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_9, L_12, /*hidden argument*/NULL); V_1 = L_13; Vector3U5BU5D_t1718750761* L_14 = __this->get_wps_7(); NullCheck(L_14); V_2 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))))); V_6 = 0; goto IL_0087; } IL_005f: { Vector3U5BU5D_t1718750761* L_15 = V_2; int32_t L_16 = V_6; Vector3U5BU5D_t1718750761* L_17 = __this->get_wps_7(); int32_t L_18 = V_6; NullCheck(L_17); int32_t L_19 = L_18; Vector3_t3722313464 L_20 = (L_17)->GetAt(static_cast(L_19)); Vector3_t3722313464 L_21 = V_1; int32_t L_22 = ___loopIncrement0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_23 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_21, (((float)((float)L_22))), /*hidden argument*/NULL); Vector3_t3722313464 L_24 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_20, L_23, /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Vector3_t3722313464 )L_24); int32_t L_25 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0087: { int32_t L_26 = V_6; int32_t L_27 = V_0; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_005f; } } { ControlPointU5BU5D_t1567961855* L_28 = __this->get_controlPoints_8(); NullCheck(L_28); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))); int32_t L_29 = V_3; V_4 = ((ControlPointU5BU5D_t1567961855*)SZArrayNew(ControlPointU5BU5D_t1567961855_il2cpp_TypeInfo_var, (uint32_t)L_29)); V_7 = 0; goto IL_00cb; } IL_00a2: { ControlPointU5BU5D_t1567961855* L_30 = V_4; int32_t L_31 = V_7; ControlPointU5BU5D_t1567961855* L_32 = __this->get_controlPoints_8(); int32_t L_33 = V_7; NullCheck(L_32); int32_t L_34 = L_33; ControlPoint_t3892672090 L_35 = (L_32)->GetAt(static_cast(L_34)); Vector3_t3722313464 L_36 = V_1; int32_t L_37 = ___loopIncrement0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_38 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_36, (((float)((float)L_37))), /*hidden argument*/NULL); ControlPoint_t3892672090 L_39 = ControlPoint_op_Addition_m3313126655(NULL /*static, unused*/, L_35, L_38, /*hidden argument*/NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(L_31), (ControlPoint_t3892672090 )L_39); int32_t L_40 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00cb: { int32_t L_41 = V_7; int32_t L_42 = V_3; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00a2; } } { V_5 = (Vector3U5BU5D_t1718750761*)NULL; Vector3U5BU5D_t1718750761* L_43 = __this->get_nonLinearDrawWps_20(); if (!L_43) { goto IL_0122; } } { Vector3U5BU5D_t1718750761* L_44 = __this->get_nonLinearDrawWps_20(); NullCheck(L_44); V_8 = (((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length)))); int32_t L_45 = V_8; V_5 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_45)); V_9 = 0; goto IL_011c; } IL_00f3: { Vector3U5BU5D_t1718750761* L_46 = V_5; int32_t L_47 = V_9; Vector3U5BU5D_t1718750761* L_48 = __this->get_nonLinearDrawWps_20(); int32_t L_49 = V_9; NullCheck(L_48); int32_t L_50 = L_49; Vector3_t3722313464 L_51 = (L_48)->GetAt(static_cast(L_50)); Vector3_t3722313464 L_52 = V_1; int32_t L_53 = ___loopIncrement0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_54 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, L_52, (((float)((float)L_53))), /*hidden argument*/NULL); Vector3_t3722313464 L_55 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_51, L_54, /*hidden argument*/NULL); NullCheck(L_46); (L_46)->SetAt(static_cast(L_47), (Vector3_t3722313464 )L_55); int32_t L_56 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_011c: { int32_t L_57 = V_9; int32_t L_58 = V_8; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00f3; } } IL_0122: { Path_t3614338981 * L_59 = (Path_t3614338981 *)il2cpp_codegen_object_new(Path_t3614338981_il2cpp_TypeInfo_var); Path__ctor_m360216078(L_59, /*hidden argument*/NULL); __this->set__incrementalClone_16(L_59); int32_t L_60 = ___loopIncrement0; __this->set__incrementalIndex_17(L_60); Path_t3614338981 * L_61 = __this->get__incrementalClone_16(); int32_t L_62 = __this->get_type_4(); NullCheck(L_61); L_61->set_type_4(L_62); Path_t3614338981 * L_63 = __this->get__incrementalClone_16(); int32_t L_64 = __this->get_subdivisionsXSegment_5(); NullCheck(L_63); L_63->set_subdivisionsXSegment_5(L_64); Path_t3614338981 * L_65 = __this->get__incrementalClone_16(); int32_t L_66 = __this->get_subdivisions_6(); NullCheck(L_65); L_65->set_subdivisions_6(L_66); Path_t3614338981 * L_67 = __this->get__incrementalClone_16(); Vector3U5BU5D_t1718750761* L_68 = V_2; NullCheck(L_67); L_67->set_wps_7(L_68); Path_t3614338981 * L_69 = __this->get__incrementalClone_16(); ControlPointU5BU5D_t1567961855* L_70 = V_4; NullCheck(L_69); L_69->set_controlPoints_8(L_70); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t374091826_il2cpp_TypeInfo_var); bool L_71 = ((TweenManager_t374091826_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t374091826_il2cpp_TypeInfo_var))->get_isUnityEditor_4(); if (!L_71) { goto IL_01a2; } } { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); List_1_t904863771 * L_72 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_GizmosDelegates_23(); Path_t3614338981 * L_73 = __this->get__incrementalClone_16(); intptr_t L_74 = (intptr_t)Path_Draw_m8564983_RuntimeMethod_var; TweenCallback_t3727756325 * L_75 = (TweenCallback_t3727756325 *)il2cpp_codegen_object_new(TweenCallback_t3727756325_il2cpp_TypeInfo_var); TweenCallback__ctor_m3086472496(L_75, L_73, L_74, /*hidden argument*/NULL); NullCheck(L_72); List_1_Add_m2060438683(L_72, L_75, /*hidden argument*/List_1_Add_m2060438683_RuntimeMethod_var); } IL_01a2: { Path_t3614338981 * L_76 = __this->get__incrementalClone_16(); float L_77 = __this->get_length_9(); NullCheck(L_76); L_76->set_length_9(L_77); Path_t3614338981 * L_78 = __this->get__incrementalClone_16(); SingleU5BU5D_t1444911251* L_79 = __this->get_wpLengths_3(); NullCheck(L_78); L_78->set_wpLengths_3(L_79); Path_t3614338981 * L_80 = __this->get__incrementalClone_16(); SingleU5BU5D_t1444911251* L_81 = __this->get_timesTable_11(); NullCheck(L_80); L_80->set_timesTable_11(L_81); Path_t3614338981 * L_82 = __this->get__incrementalClone_16(); SingleU5BU5D_t1444911251* L_83 = __this->get_lengthsTable_12(); NullCheck(L_82); L_82->set_lengthsTable_12(L_83); Path_t3614338981 * L_84 = __this->get__incrementalClone_16(); ABSPathDecoder_t2613982196 * L_85 = __this->get__decoder_18(); NullCheck(L_84); L_84->set__decoder_18(L_85); Path_t3614338981 * L_86 = __this->get__incrementalClone_16(); Vector3U5BU5D_t1718750761* L_87 = V_5; NullCheck(L_86); L_86->set_nonLinearDrawWps_20(L_87); Path_t3614338981 * L_88 = __this->get__incrementalClone_16(); Vector3_t3722313464 L_89 = __this->get_targetPosition_21(); NullCheck(L_88); L_88->set_targetPosition_21(L_89); Path_t3614338981 * L_90 = __this->get__incrementalClone_16(); Nullable_1_t1149908250 L_91 = __this->get_lookAtPosition_22(); NullCheck(L_90); L_90->set_lookAtPosition_22(L_91); Path_t3614338981 * L_92 = __this->get__incrementalClone_16(); NullCheck(L_92); L_92->set_isFinalized_10((bool)1); Path_t3614338981 * L_93 = __this->get__incrementalClone_16(); return L_93; } } // System.Void DG.Tweening.Plugins.Core.PathCore.Path::AssignWaypoints(UnityEngine.Vector3[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Path_AssignWaypoints_m694504955 (Path_t3614338981 * __this, Vector3U5BU5D_t1718750761* ___newWps0, bool ___cloneWps1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_AssignWaypoints_m694504955_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___cloneWps1; if (!L_0) { goto IL_0033; } } { Vector3U5BU5D_t1718750761* L_1 = ___newWps0; NullCheck(L_1); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); int32_t L_2 = V_0; __this->set_wps_7(((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)L_2))); V_1 = 0; goto IL_002e; } IL_0017: { Vector3U5BU5D_t1718750761* L_3 = __this->get_wps_7(); int32_t L_4 = V_1; Vector3U5BU5D_t1718750761* L_5 = ___newWps0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Vector3_t3722313464 L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (Vector3_t3722313464 )L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002e: { int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0017; } } { return; } IL_0033: { Vector3U5BU5D_t1718750761* L_12 = ___newWps0; __this->set_wps_7(L_12); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.Path::AssignDecoder(DG.Tweening.PathType) extern "C" IL2CPP_METHOD_ATTR void Path_AssignDecoder_m3239877656 (Path_t3614338981 * __this, int32_t ___pathType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_AssignDecoder_m3239877656_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___pathType0; __this->set_type_4(L_0); int32_t L_1 = ___pathType0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = ___pathType0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_002d; } } { goto IL_004a; } IL_0010: { LinearDecoder_t2708327777 * L_3 = ((Path_t3614338981_StaticFields*)il2cpp_codegen_static_fields_for(Path_t3614338981_il2cpp_TypeInfo_var))->get__linearDecoder_1(); if (L_3) { goto IL_0021; } } { LinearDecoder_t2708327777 * L_4 = (LinearDecoder_t2708327777 *)il2cpp_codegen_object_new(LinearDecoder_t2708327777_il2cpp_TypeInfo_var); LinearDecoder__ctor_m4115605975(L_4, /*hidden argument*/NULL); ((Path_t3614338981_StaticFields*)il2cpp_codegen_static_fields_for(Path_t3614338981_il2cpp_TypeInfo_var))->set__linearDecoder_1(L_4); } IL_0021: { LinearDecoder_t2708327777 * L_5 = ((Path_t3614338981_StaticFields*)il2cpp_codegen_static_fields_for(Path_t3614338981_il2cpp_TypeInfo_var))->get__linearDecoder_1(); __this->set__decoder_18(L_5); return; } IL_002d: { CubicBezierDecoder_t2663863244 * L_6 = ((Path_t3614338981_StaticFields*)il2cpp_codegen_static_fields_for(Path_t3614338981_il2cpp_TypeInfo_var))->get__cubicBezierDecoder_2(); if (L_6) { goto IL_003e; } } { CubicBezierDecoder_t2663863244 * L_7 = (CubicBezierDecoder_t2663863244 *)il2cpp_codegen_object_new(CubicBezierDecoder_t2663863244_il2cpp_TypeInfo_var); CubicBezierDecoder__ctor_m2266468670(L_7, /*hidden argument*/NULL); ((Path_t3614338981_StaticFields*)il2cpp_codegen_static_fields_for(Path_t3614338981_il2cpp_TypeInfo_var))->set__cubicBezierDecoder_2(L_7); } IL_003e: { CubicBezierDecoder_t2663863244 * L_8 = ((Path_t3614338981_StaticFields*)il2cpp_codegen_static_fields_for(Path_t3614338981_il2cpp_TypeInfo_var))->get__cubicBezierDecoder_2(); __this->set__decoder_18(L_8); return; } IL_004a: { CatmullRomDecoder_t2053048079 * L_9 = ((Path_t3614338981_StaticFields*)il2cpp_codegen_static_fields_for(Path_t3614338981_il2cpp_TypeInfo_var))->get__catmullRomDecoder_0(); if (L_9) { goto IL_005b; } } { CatmullRomDecoder_t2053048079 * L_10 = (CatmullRomDecoder_t2053048079 *)il2cpp_codegen_object_new(CatmullRomDecoder_t2053048079_il2cpp_TypeInfo_var); CatmullRomDecoder__ctor_m1936826403(L_10, /*hidden argument*/NULL); ((Path_t3614338981_StaticFields*)il2cpp_codegen_static_fields_for(Path_t3614338981_il2cpp_TypeInfo_var))->set__catmullRomDecoder_0(L_10); } IL_005b: { CatmullRomDecoder_t2053048079 * L_11 = ((Path_t3614338981_StaticFields*)il2cpp_codegen_static_fields_for(Path_t3614338981_il2cpp_TypeInfo_var))->get__catmullRomDecoder_0(); __this->set__decoder_18(L_11); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.Path::Draw() extern "C" IL2CPP_METHOD_ATTR void Path_Draw_m8564983 (Path_t3614338981 * __this, const RuntimeMethod* method) { { Path_Draw_m1946758(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Plugins.Core.PathCore.Path::Draw(DG.Tweening.Plugins.Core.PathCore.Path) extern "C" IL2CPP_METHOD_ATTR void Path_Draw_m1946758 (RuntimeObject * __this /* static, unused */, Path_t3614338981 * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_Draw_m1946758_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color_t2555686324 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); { Path_t3614338981 * L_0 = ___p0; NullCheck(L_0); SingleU5BU5D_t1444911251* L_1 = L_0->get_timesTable_11(); if (L_1) { goto IL_0009; } } { return; } IL_0009: { Path_t3614338981 * L_2 = ___p0; NullCheck(L_2); Color_t2555686324 L_3 = L_2->get_gizmoColor_23(); V_0 = L_3; float* L_4 = (&V_0)->get_address_of_a_3(); float* L_5 = L_4; *((float*)(L_5)) = (float)((float)il2cpp_codegen_multiply((float)(*((float*)L_5)), (float)(0.5f))); Path_t3614338981 * L_6 = ___p0; NullCheck(L_6); Color_t2555686324 L_7 = L_6->get_gizmoColor_23(); Gizmos_set_color_m3399737545(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Path_t3614338981 * L_8 = ___p0; NullCheck(L_8); Vector3U5BU5D_t1718750761* L_9 = L_8->get_wps_7(); NullCheck(L_9); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))); Path_t3614338981 * L_10 = ___p0; NullCheck(L_10); bool L_11 = L_10->get__changed_19(); if (L_11) { goto IL_004c; } } { Path_t3614338981 * L_12 = ___p0; NullCheck(L_12); int32_t L_13 = L_12->get_type_4(); if (!L_13) { goto IL_0061; } } { Path_t3614338981 * L_14 = ___p0; NullCheck(L_14); Vector3U5BU5D_t1718750761* L_15 = L_14->get_nonLinearDrawWps_20(); if (L_15) { goto IL_0061; } } IL_004c: { Path_t3614338981 * L_16 = ___p0; NullCheck(L_16); L_16->set__changed_19((bool)0); Path_t3614338981 * L_17 = ___p0; NullCheck(L_17); int32_t L_18 = L_17->get_type_4(); if (!L_18) { goto IL_0061; } } { Path_t3614338981 * L_19 = ___p0; Path_RefreshNonLinearDrawWps_m1261467407(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); } IL_0061: { Path_t3614338981 * L_20 = ___p0; NullCheck(L_20); int32_t L_21 = L_20->get_type_4(); V_3 = L_21; int32_t L_22 = V_3; if (L_22) { goto IL_009f; } } { Path_t3614338981 * L_23 = ___p0; NullCheck(L_23); Vector3U5BU5D_t1718750761* L_24 = L_23->get_wps_7(); NullCheck(L_24); int32_t L_25 = 0; Vector3_t3722313464 L_26 = (L_24)->GetAt(static_cast(L_25)); V_2 = L_26; V_5 = 0; goto IL_0098; } IL_007d: { Path_t3614338981 * L_27 = ___p0; NullCheck(L_27); Vector3U5BU5D_t1718750761* L_28 = L_27->get_wps_7(); int32_t L_29 = V_5; NullCheck(L_28); int32_t L_30 = L_29; Vector3_t3722313464 L_31 = (L_28)->GetAt(static_cast(L_30)); Vector3_t3722313464 L_32 = L_31; Vector3_t3722313464 L_33 = V_2; Gizmos_DrawLine_m3273476787(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); V_2 = L_32; int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0098: { int32_t L_35 = V_5; int32_t L_36 = V_1; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_007d; } } { goto IL_00dc; } IL_009f: { Path_t3614338981 * L_37 = ___p0; NullCheck(L_37); Vector3U5BU5D_t1718750761* L_38 = L_37->get_nonLinearDrawWps_20(); NullCheck(L_38); int32_t L_39 = 0; Vector3_t3722313464 L_40 = (L_38)->GetAt(static_cast(L_39)); V_2 = L_40; Path_t3614338981 * L_41 = ___p0; NullCheck(L_41); Vector3U5BU5D_t1718750761* L_42 = L_41->get_nonLinearDrawWps_20(); NullCheck(L_42); V_4 = (((int32_t)((int32_t)(((RuntimeArray *)L_42)->max_length)))); V_6 = 1; goto IL_00d6; } IL_00bb: { Path_t3614338981 * L_43 = ___p0; NullCheck(L_43); Vector3U5BU5D_t1718750761* L_44 = L_43->get_nonLinearDrawWps_20(); int32_t L_45 = V_6; NullCheck(L_44); int32_t L_46 = L_45; Vector3_t3722313464 L_47 = (L_44)->GetAt(static_cast(L_46)); Vector3_t3722313464 L_48 = L_47; Vector3_t3722313464 L_49 = V_2; Gizmos_DrawLine_m3273476787(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); V_2 = L_48; int32_t L_50 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00d6: { int32_t L_51 = V_6; int32_t L_52 = V_4; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_00bb; } } IL_00dc: { Color_t2555686324 L_53 = V_0; Gizmos_set_color_m3399737545(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); V_7 = 0; goto IL_0104; } IL_00e7: { Path_t3614338981 * L_54 = ___p0; NullCheck(L_54); Vector3U5BU5D_t1718750761* L_55 = L_54->get_wps_7(); int32_t L_56 = V_7; NullCheck(L_55); int32_t L_57 = L_56; Vector3_t3722313464 L_58 = (L_55)->GetAt(static_cast(L_57)); Gizmos_DrawSphere_m492648055(NULL /*static, unused*/, L_58, (0.075f), /*hidden argument*/NULL); int32_t L_59 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0104: { int32_t L_60 = V_7; int32_t L_61 = V_1; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00e7; } } { Path_t3614338981 * L_62 = ___p0; NullCheck(L_62); Nullable_1_t1149908250 * L_63 = L_62->get_address_of_lookAtPosition_22(); bool L_64 = Nullable_1_get_HasValue_m2245824889(L_63, /*hidden argument*/Nullable_1_get_HasValue_m2245824889_RuntimeMethod_var); if (!L_64) { goto IL_013c; } } { Path_t3614338981 * L_65 = ___p0; NullCheck(L_65); Nullable_1_t1149908250 * L_66 = L_65->get_address_of_lookAtPosition_22(); Vector3_t3722313464 L_67 = Nullable_1_get_Value_m2068788588(L_66, /*hidden argument*/Nullable_1_get_Value_m2068788588_RuntimeMethod_var); V_8 = L_67; Path_t3614338981 * L_68 = ___p0; NullCheck(L_68); Vector3_t3722313464 L_69 = L_68->get_targetPosition_21(); Vector3_t3722313464 L_70 = V_8; Gizmos_DrawLine_m3273476787(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); Vector3_t3722313464 L_71 = V_8; Gizmos_DrawWireSphere_m132265467(NULL /*static, unused*/, L_71, (0.075f), /*hidden argument*/NULL); } IL_013c: { 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.Plugins.Core.PluginsManager::PurgeAll() extern "C" IL2CPP_METHOD_ATTR void PluginsManager_PurgeAll_m2604620327 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PluginsManager_PurgeAll_m2604620327_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__floatPlugin_0((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__intPlugin_2((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__uintPlugin_3((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__longPlugin_4((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__ulongPlugin_5((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__vector2Plugin_6((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__vector3Plugin_7((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__vector4Plugin_8((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__quaternionPlugin_9((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__colorPlugin_10((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__rectPlugin_11((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__rectOffsetPlugin_12((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__stringPlugin_13((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__vector3ArrayPlugin_14((RuntimeObject*)NULL); ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->set__color2Plugin_15((RuntimeObject*)NULL); Dictionary_2_t109512516 * L_0 = ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->get__customPlugins_17(); if (!L_0) { goto IL_006b; } } { Dictionary_2_t109512516 * L_1 = ((PluginsManager_t1753812699_StaticFields*)il2cpp_codegen_static_fields_for(PluginsManager_t1753812699_il2cpp_TypeInfo_var))->get__customPlugins_17(); NullCheck(L_1); Dictionary_2_Clear_m836604891(L_1, /*hidden argument*/Dictionary_2_Clear_m836604891_RuntimeMethod_var); } IL_006b: { 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.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetLookAt(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetLookAt_m1465717111 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t1299559007 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpecialPluginsUtils_SetLookAt_m1465717111_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); int32_t V_3 = 0; Quaternion_t2301928331 V_4; memset(&V_4, 0, sizeof(V_4)); { TweenerCore_3_t1299559007 * L_0 = ___t0; NullCheck(L_0); RuntimeObject * L_1 = ((Tween_t2342918553 *)L_0)->get_target_9(); V_0 = ((Transform_t3600365921 *)IsInstClass((RuntimeObject*)L_1, Transform_t3600365921_il2cpp_TypeInfo_var)); TweenerCore_3_t1299559007 * L_2 = ___t0; NullCheck(L_2); Vector3_t3722313464 L_3 = L_2->get_endValue_56(); V_1 = L_3; Vector3_t3722313464 L_4 = V_1; Transform_t3600365921 * L_5 = V_0; NullCheck(L_5); Vector3_t3722313464 L_6 = Transform_get_position_m36019626(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_7 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); V_1 = L_7; TweenerCore_3_t1299559007 * L_8 = ___t0; NullCheck(L_8); QuaternionOptions_t2974423933 * L_9 = L_8->get_address_of_plugOptions_58(); int32_t L_10 = L_9->get_axisConstraint_1(); V_3 = L_10; int32_t L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)2))) { goto IL_003a; } } { int32_t L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)4))) { goto IL_0048; } } { int32_t L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)8))) { goto IL_0056; } } { goto IL_0062; } IL_003a: { (&V_1)->set_x_1((0.0f)); goto IL_0062; } IL_0048: { (&V_1)->set_y_2((0.0f)); goto IL_0062; } IL_0056: { (&V_1)->set_z_3((0.0f)); } IL_0062: { Vector3_t3722313464 L_14 = V_1; TweenerCore_3_t1299559007 * L_15 = ___t0; NullCheck(L_15); QuaternionOptions_t2974423933 * L_16 = L_15->get_address_of_plugOptions_58(); Vector3_t3722313464 L_17 = L_16->get_up_2(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_18 = Quaternion_LookRotation_m3197602968(NULL /*static, unused*/, L_14, L_17, /*hidden argument*/NULL); V_4 = L_18; Vector3_t3722313464 L_19 = Quaternion_get_eulerAngles_m3425202016((&V_4), /*hidden argument*/NULL); V_2 = L_19; TweenerCore_3_t1299559007 * L_20 = ___t0; Vector3_t3722313464 L_21 = V_2; NullCheck(L_20); L_20->set_endValue_56(L_21); return (bool)1; } } // System.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetPunch(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetPunch_m1173055849 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t951858585 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpecialPluginsUtils_SetPunch_m1173055849_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) TweenerCore_3_t951858585 * L_0 = ___t0; NullCheck(L_0); DOGetter_1_t3465109668 * L_1 = L_0->get_getter_59(); NullCheck(L_1); Vector3_t3722313464 L_2 = DOGetter_1_Invoke_m2837919896(L_1, /*hidden argument*/DOGetter_1_Invoke_m2837919896_RuntimeMethod_var); V_0 = L_2; 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_2 = (bool)0; goto IL_006c; } // end catch (depth: 1) IL_0013: { TweenerCore_3_t951858585 * L_3 = ___t0; TweenerCore_3_t951858585 * L_4 = ___t0; int32_t L_5 = 0; V_3 = (bool)L_5; NullCheck(L_4); ((Tween_t2342918553 *)L_4)->set_isSpeedBased_23((bool)L_5); bool L_6 = V_3; NullCheck(L_3); Tween_set_isRelative_m2463282646(L_3, L_6, /*hidden argument*/NULL); TweenerCore_3_t951858585 * L_7 = ___t0; NullCheck(L_7); ((Tween_t2342918553 *)L_7)->set_easeType_30(6); TweenerCore_3_t951858585 * L_8 = ___t0; NullCheck(L_8); ((Tween_t2342918553 *)L_8)->set_customEase_31((EaseFunction_t3531141372 *)NULL); TweenerCore_3_t951858585 * L_9 = ___t0; NullCheck(L_9); Vector3U5BU5D_t1718750761* L_10 = L_9->get_endValue_56(); NullCheck(L_10); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))); V_4 = 0; goto IL_0065; } IL_003f: { TweenerCore_3_t951858585 * L_11 = ___t0; NullCheck(L_11); Vector3U5BU5D_t1718750761* L_12 = L_11->get_endValue_56(); int32_t L_13 = V_4; TweenerCore_3_t951858585 * L_14 = ___t0; NullCheck(L_14); Vector3U5BU5D_t1718750761* L_15 = L_14->get_endValue_56(); int32_t L_16 = V_4; NullCheck(L_15); int32_t L_17 = L_16; Vector3_t3722313464 L_18 = (L_15)->GetAt(static_cast(L_17)); Vector3_t3722313464 L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_20 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (Vector3_t3722313464 )L_20); int32_t L_21 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0065: { int32_t L_22 = V_4; int32_t L_23 = V_1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_003f; } } { return (bool)1; } IL_006c: { bool L_24 = V_2; return L_24; } } // System.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetShake(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetShake_m804175975 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t951858585 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t951858585 * L_0 = ___t0; bool L_1 = SpecialPluginsUtils_SetPunch_m1173055849(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)0; } IL_000a: { TweenerCore_3_t951858585 * L_2 = ___t0; NullCheck(L_2); ((Tween_t2342918553 *)L_2)->set_easeType_30(1); return (bool)1; } } // System.Boolean DG.Tweening.Plugins.Core.SpecialPluginsUtils::SetCameraShakePosition(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR bool SpecialPluginsUtils_SetCameraShakePosition_m947627980 (RuntimeObject * __this /* static, unused */, TweenerCore_3_t951858585 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SpecialPluginsUtils_SetCameraShakePosition_m947627980_MetadataUsageId); s_Il2CppMethodInitialized = true; } Camera_t4157153871 * V_0 = NULL; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Transform_t3600365921 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Vector3_t3722313464 V_5; memset(&V_5, 0, sizeof(V_5)); { TweenerCore_3_t951858585 * L_0 = ___t0; bool L_1 = SpecialPluginsUtils_SetShake_m804175975(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000a; } } { return (bool)0; } IL_000a: { TweenerCore_3_t951858585 * L_2 = ___t0; NullCheck(L_2); RuntimeObject * L_3 = ((Tween_t2342918553 *)L_2)->get_target_9(); V_0 = ((Camera_t4157153871 *)IsInstSealed((RuntimeObject*)L_3, Camera_t4157153871_il2cpp_TypeInfo_var)); Camera_t4157153871 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_5 = Object_op_Equality_m1810815630(NULL /*static, unused*/, L_4, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0021; } } { return (bool)0; } IL_0021: { TweenerCore_3_t951858585 * L_6 = ___t0; NullCheck(L_6); DOGetter_1_t3465109668 * L_7 = L_6->get_getter_59(); NullCheck(L_7); Vector3_t3722313464 L_8 = DOGetter_1_Invoke_m2837919896(L_7, /*hidden argument*/DOGetter_1_Invoke_m2837919896_RuntimeMethod_var); V_1 = L_8; Camera_t4157153871 * L_9 = V_0; NullCheck(L_9); Transform_t3600365921 * L_10 = Component_get_transform_m3162698980(L_9, /*hidden argument*/NULL); V_2 = L_10; TweenerCore_3_t951858585 * L_11 = ___t0; NullCheck(L_11); Vector3U5BU5D_t1718750761* L_12 = L_11->get_endValue_56(); NullCheck(L_12); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))); V_4 = 0; goto IL_007d; } IL_0042: { TweenerCore_3_t951858585 * L_13 = ___t0; NullCheck(L_13); Vector3U5BU5D_t1718750761* L_14 = L_13->get_endValue_56(); int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; Vector3_t3722313464 L_17 = (L_14)->GetAt(static_cast(L_16)); V_5 = L_17; TweenerCore_3_t951858585 * L_18 = ___t0; NullCheck(L_18); Vector3U5BU5D_t1718750761* L_19 = L_18->get_endValue_56(); int32_t L_20 = V_4; Transform_t3600365921 * L_21 = V_2; NullCheck(L_21); Quaternion_t2301928331 L_22 = Transform_get_localRotation_m3487911431(L_21, /*hidden argument*/NULL); Vector3_t3722313464 L_23 = V_5; Vector3_t3722313464 L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_25 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Vector3_t3722313464 L_26 = Quaternion_op_Multiply_m2607404835(NULL /*static, unused*/, L_22, L_25, /*hidden argument*/NULL); Vector3_t3722313464 L_27 = V_1; Vector3_t3722313464 L_28 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (Vector3_t3722313464 )L_28); int32_t L_29 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_007d: { int32_t L_30 = V_4; int32_t L_31 = V_3; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0042; } } { return (bool)1; } } #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.Plugins.DoublePlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void DoublePlugin_Reset_m2963384718 (DoublePlugin_t2037284588 * __this, TweenerCore_3_t4210260218 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.DoublePlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DoublePlugin_SetFrom_m1276015079 (DoublePlugin_t2037284588 * __this, TweenerCore_3_t4210260218 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DoublePlugin_SetFrom_m1276015079_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; TweenerCore_3_t4210260218 * G_B2_0 = NULL; TweenerCore_3_t4210260218 * G_B1_0 = NULL; double G_B3_0 = 0.0; TweenerCore_3_t4210260218 * G_B3_1 = NULL; { TweenerCore_3_t4210260218 * L_0 = ___t0; NullCheck(L_0); double L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t4210260218 * L_2 = ___t0; TweenerCore_3_t4210260218 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t337461567 * L_4 = L_3->get_getter_59(); NullCheck(L_4); double L_5 = DOGetter_1_Invoke_m2320854763(L_4, /*hidden argument*/DOGetter_1_Invoke_m2320854763_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t4210260218 * L_6 = ___t0; bool L_7 = ___isRelative1; G_B1_0 = L_6; if (L_7) { G_B2_0 = L_6; goto IL_001f; } } { double L_8 = V_0; G_B3_0 = L_8; G_B3_1 = G_B1_0; goto IL_0027; } IL_001f: { TweenerCore_3_t4210260218 * L_9 = ___t0; NullCheck(L_9); double L_10 = L_9->get_endValue_56(); double L_11 = V_0; G_B3_0 = ((double)il2cpp_codegen_add((double)L_10, (double)L_11)); G_B3_1 = G_B2_0; } IL_0027: { NullCheck(G_B3_1); G_B3_1->set_startValue_55(G_B3_0); TweenerCore_3_t4210260218 * L_12 = ___t0; NullCheck(L_12); DOSetter_1_t1644773695 * L_13 = L_12->get_setter_60(); TweenerCore_3_t4210260218 * L_14 = ___t0; NullCheck(L_14); double L_15 = L_14->get_startValue_55(); NullCheck(L_13); DOSetter_1_Invoke_m2384471174(L_13, L_15, /*hidden argument*/DOSetter_1_Invoke_m2384471174_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.DoublePlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Double,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DoublePlugin_SetFrom_m3681313104 (DoublePlugin_t2037284588 * __this, TweenerCore_3_t4210260218 * ___t0, double ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DoublePlugin_SetFrom_m3681313104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t4210260218 * L_0 = ___t0; double L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_0016; } } { TweenerCore_3_t4210260218 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t1644773695 * L_4 = L_3->get_setter_60(); double L_5 = ___fromValue1; NullCheck(L_4); DOSetter_1_Invoke_m2384471174(L_4, L_5, /*hidden argument*/DOSetter_1_Invoke_m2384471174_RuntimeMethod_var); } IL_0016: { return; } } // System.Double DG.Tweening.Plugins.DoublePlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,System.Double) extern "C" IL2CPP_METHOD_ATTR double DoublePlugin_ConvertToStartValue_m2148032384 (DoublePlugin_t2037284588 * __this, TweenerCore_3_t4210260218 * ___t0, double ___value1, const RuntimeMethod* method) { { double L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.DoublePlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void DoublePlugin_SetRelativeEndValue_m3675812154 (DoublePlugin_t2037284588 * __this, TweenerCore_3_t4210260218 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t4210260218 * L_0 = ___t0; TweenerCore_3_t4210260218 * L_1 = L_0; NullCheck(L_1); double L_2 = L_1->get_endValue_56(); TweenerCore_3_t4210260218 * L_3 = ___t0; NullCheck(L_3); double L_4 = L_3->get_startValue_55(); NullCheck(L_1); L_1->set_endValue_56(((double)il2cpp_codegen_add((double)L_2, (double)L_4))); return; } } // System.Void DG.Tweening.Plugins.DoublePlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void DoublePlugin_SetChangeValue_m498390549 (DoublePlugin_t2037284588 * __this, TweenerCore_3_t4210260218 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t4210260218 * L_0 = ___t0; TweenerCore_3_t4210260218 * L_1 = ___t0; NullCheck(L_1); double L_2 = L_1->get_endValue_56(); TweenerCore_3_t4210260218 * L_3 = ___t0; NullCheck(L_3); double L_4 = L_3->get_startValue_55(); NullCheck(L_0); L_0->set_changeValue_57(((double)il2cpp_codegen_subtract((double)L_2, (double)L_4))); return; } } // System.Single DG.Tweening.Plugins.DoublePlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.NoOptions,System.Single,System.Double) extern "C" IL2CPP_METHOD_ATTR float DoublePlugin_GetSpeedBasedDuration_m4121150172 (DoublePlugin_t2037284588 * __this, NoOptions_t313102519 ___options0, float ___unitsXSecond1, double ___changeValue2, const RuntimeMethod* method) { float V_0 = 0.0f; { double L_0 = ___changeValue2; float L_1 = ___unitsXSecond1; V_0 = ((float)((float)(((float)((float)L_0)))/(float)L_1)); float L_2 = V_0; if ((!(((float)L_2) < ((float)(0.0f))))) { goto IL_0010; } } { float L_3 = V_0; V_0 = ((-L_3)); } IL_0010: { float L_4 = V_0; return L_4; } } // System.Void DG.Tweening.Plugins.DoublePlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.NoOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Double,System.Double,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void DoublePlugin_EvaluateAndApply_m116169366 (DoublePlugin_t2037284588 * __this, NoOptions_t313102519 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t337461567 * ___getter3, DOSetter_1_t1644773695 * ___setter4, float ___elapsed5, double ___startValue6, double ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DoublePlugin_EvaluateAndApply_m116169366_MetadataUsageId); s_Il2CppMethodInitialized = true; } double G_B3_0 = 0.0; double G_B3_1 = 0.0; double G_B2_0 = 0.0; double G_B2_1 = 0.0; int32_t G_B4_0 = 0; double G_B4_1 = 0.0; double G_B4_2 = 0.0; double G_B9_0 = 0.0; double G_B9_1 = 0.0; double G_B8_0 = 0.0; double G_B8_1 = 0.0; int32_t G_B10_0 = 0; double G_B10_1 = 0.0; double G_B10_2 = 0.0; double G_B12_0 = 0.0; double G_B12_1 = 0.0; double G_B11_0 = 0.0; double G_B11_1 = 0.0; int32_t G_B13_0 = 0; double G_B13_1 = 0.0; double G_B13_2 = 0.0; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_002a; } } { double L_2 = ___startValue6; double L_3 = ___changeValue7; Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); G_B2_0 = L_3; G_B2_1 = L_2; if (L_5) { G_B3_0 = L_3; G_B3_1 = L_2; goto IL_001d; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0025; } IL_001d: { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0025: { ___startValue6 = ((double)il2cpp_codegen_add((double)G_B4_2, (double)((double)il2cpp_codegen_multiply((double)G_B4_1, (double)(((double)((double)G_B4_0))))))); } IL_002a: { Tween_t2342918553 * L_10 = ___t1; NullCheck(L_10); bool L_11 = L_10->get_isSequenced_38(); if (!L_11) { goto IL_0084; } } { Tween_t2342918553 * L_12 = ___t1; NullCheck(L_12); Sequence_t2050373119 * L_13 = L_12->get_sequenceParent_39(); NullCheck(L_13); int32_t L_14 = ((Tween_t2342918553 *)L_13)->get_loopType_27(); if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_0084; } } { double L_15 = ___startValue6; double L_16 = ___changeValue7; Tween_t2342918553 * L_17 = ___t1; NullCheck(L_17); int32_t L_18 = L_17->get_loopType_27(); G_B8_0 = L_16; G_B8_1 = L_15; if ((((int32_t)L_18) == ((int32_t)2))) { G_B9_0 = L_16; G_B9_1 = L_15; goto IL_0050; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_0056; } IL_0050: { Tween_t2342918553 * L_19 = ___t1; NullCheck(L_19); int32_t L_20 = L_19->get_loops_26(); G_B10_0 = L_20; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_0056: { Tween_t2342918553 * L_21 = ___t1; NullCheck(L_21); Sequence_t2050373119 * L_22 = L_21->get_sequenceParent_39(); NullCheck(L_22); bool L_23 = ((Tween_t2342918553 *)L_22)->get_isComplete_49(); G_B11_0 = ((double)il2cpp_codegen_multiply((double)G_B10_1, (double)(((double)((double)G_B10_0))))); G_B11_1 = G_B10_2; if (L_23) { G_B12_0 = ((double)il2cpp_codegen_multiply((double)G_B10_1, (double)(((double)((double)G_B10_0))))); G_B12_1 = G_B10_2; goto IL_0072; } } { Tween_t2342918553 * L_24 = ___t1; NullCheck(L_24); Sequence_t2050373119 * L_25 = L_24->get_sequenceParent_39(); NullCheck(L_25); int32_t L_26 = ((Tween_t2342918553 *)L_25)->get_completedLoops_47(); G_B13_0 = L_26; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_007f; } IL_0072: { Tween_t2342918553 * L_27 = ___t1; NullCheck(L_27); Sequence_t2050373119 * L_28 = L_27->get_sequenceParent_39(); NullCheck(L_28); int32_t L_29 = ((Tween_t2342918553 *)L_28)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_007f: { ___startValue6 = ((double)il2cpp_codegen_add((double)G_B13_2, (double)((double)il2cpp_codegen_multiply((double)G_B13_1, (double)(((double)((double)G_B13_0))))))); } IL_0084: { DOSetter_1_t1644773695 * L_30 = ___setter4; double L_31 = ___startValue6; double L_32 = ___changeValue7; Tween_t2342918553 * L_33 = ___t1; NullCheck(L_33); int32_t L_34 = L_33->get_easeType_30(); Tween_t2342918553 * L_35 = ___t1; NullCheck(L_35); EaseFunction_t3531141372 * L_36 = L_35->get_customEase_31(); float L_37 = ___elapsed5; float L_38 = ___duration8; Tween_t2342918553 * L_39 = ___t1; NullCheck(L_39); float L_40 = L_39->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_41 = ___t1; NullCheck(L_41); float L_42 = L_41->get_easePeriod_33(); float L_43 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_34, L_36, L_37, L_38, L_40, L_42, /*hidden argument*/NULL); NullCheck(L_30); DOSetter_1_Invoke_m2384471174(L_30, ((double)il2cpp_codegen_add((double)L_31, (double)((double)il2cpp_codegen_multiply((double)L_32, (double)(((double)((double)L_43))))))), /*hidden argument*/DOSetter_1_Invoke_m2384471174_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.DoublePlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void DoublePlugin__ctor_m1337213960 (DoublePlugin_t2037284588 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DoublePlugin__ctor_m1337213960_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m3176927022(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m3176927022_RuntimeMethod_var); 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.Plugins.FloatPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void FloatPlugin_Reset_m2723647251 (FloatPlugin_t2370056133 * __this, TweenerCore_3_t884556411 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.FloatPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FloatPlugin_SetFrom_m3112965405 (FloatPlugin_t2370056133 * __this, TweenerCore_3_t884556411 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FloatPlugin_SetFrom_m3112965405_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; TweenerCore_3_t884556411 * G_B2_0 = NULL; TweenerCore_3_t884556411 * G_B1_0 = NULL; float G_B3_0 = 0.0f; TweenerCore_3_t884556411 * G_B3_1 = NULL; DOSetter_1_t2447375106 * G_B5_0 = NULL; DOSetter_1_t2447375106 * G_B4_0 = NULL; float G_B6_0 = 0.0f; DOSetter_1_t2447375106 * G_B6_1 = NULL; { TweenerCore_3_t884556411 * L_0 = ___t0; NullCheck(L_0); float L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t884556411 * L_2 = ___t0; TweenerCore_3_t884556411 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t1140062978 * L_4 = L_3->get_getter_59(); NullCheck(L_4); float L_5 = DOGetter_1_Invoke_m2907043015(L_4, /*hidden argument*/DOGetter_1_Invoke_m2907043015_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t884556411 * L_6 = ___t0; bool L_7 = ___isRelative1; G_B1_0 = L_6; if (L_7) { G_B2_0 = L_6; goto IL_001f; } } { float L_8 = V_0; G_B3_0 = L_8; G_B3_1 = G_B1_0; goto IL_0027; } IL_001f: { TweenerCore_3_t884556411 * L_9 = ___t0; NullCheck(L_9); float L_10 = L_9->get_endValue_56(); float L_11 = V_0; G_B3_0 = ((float)il2cpp_codegen_add((float)L_10, (float)L_11)); G_B3_1 = G_B2_0; } IL_0027: { NullCheck(G_B3_1); G_B3_1->set_startValue_55(G_B3_0); TweenerCore_3_t884556411 * L_12 = ___t0; NullCheck(L_12); DOSetter_1_t2447375106 * L_13 = L_12->get_setter_60(); TweenerCore_3_t884556411 * L_14 = ___t0; NullCheck(L_14); FloatOptions_t1203667100 * L_15 = L_14->get_address_of_plugOptions_58(); bool L_16 = L_15->get_snapping_0(); G_B4_0 = L_13; if (!L_16) { G_B5_0 = L_13; goto IL_004e; } } { TweenerCore_3_t884556411 * L_17 = ___t0; NullCheck(L_17); float L_18 = L_17->get_startValue_55(); double L_19 = bankers_round((((double)((double)L_18)))); G_B6_0 = (((float)((float)L_19))); G_B6_1 = G_B4_0; goto IL_0054; } IL_004e: { TweenerCore_3_t884556411 * L_20 = ___t0; NullCheck(L_20); float L_21 = L_20->get_startValue_55(); G_B6_0 = L_21; G_B6_1 = G_B5_0; } IL_0054: { NullCheck(G_B6_1); DOSetter_1_Invoke_m2477716530(G_B6_1, G_B6_0, /*hidden argument*/DOSetter_1_Invoke_m2477716530_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.FloatPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FloatPlugin_SetFrom_m890244736 (FloatPlugin_t2370056133 * __this, TweenerCore_3_t884556411 * ___t0, float ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FloatPlugin_SetFrom_m890244736_MetadataUsageId); s_Il2CppMethodInitialized = true; } DOSetter_1_t2447375106 * G_B3_0 = NULL; DOSetter_1_t2447375106 * G_B2_0 = NULL; float G_B4_0 = 0.0f; DOSetter_1_t2447375106 * G_B4_1 = NULL; { TweenerCore_3_t884556411 * L_0 = ___t0; float L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_002d; } } { TweenerCore_3_t884556411 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t2447375106 * L_4 = L_3->get_setter_60(); TweenerCore_3_t884556411 * L_5 = ___t0; NullCheck(L_5); FloatOptions_t1203667100 * L_6 = L_5->get_address_of_plugOptions_58(); bool L_7 = L_6->get_snapping_0(); G_B2_0 = L_4; if (!L_7) { G_B3_0 = L_4; goto IL_0027; } } { float L_8 = ___fromValue1; double L_9 = bankers_round((((double)((double)L_8)))); G_B4_0 = (((float)((float)L_9))); G_B4_1 = G_B2_0; goto IL_0028; } IL_0027: { float L_10 = ___fromValue1; G_B4_0 = L_10; G_B4_1 = G_B3_0; } IL_0028: { NullCheck(G_B4_1); DOSetter_1_Invoke_m2477716530(G_B4_1, G_B4_0, /*hidden argument*/DOSetter_1_Invoke_m2477716530_RuntimeMethod_var); } IL_002d: { return; } } // System.Single DG.Tweening.Plugins.FloatPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,System.Single) extern "C" IL2CPP_METHOD_ATTR float FloatPlugin_ConvertToStartValue_m338166726 (FloatPlugin_t2370056133 * __this, TweenerCore_3_t884556411 * ___t0, float ___value1, const RuntimeMethod* method) { { float L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.FloatPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void FloatPlugin_SetRelativeEndValue_m4159767385 (FloatPlugin_t2370056133 * __this, TweenerCore_3_t884556411 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t884556411 * L_0 = ___t0; TweenerCore_3_t884556411 * L_1 = L_0; NullCheck(L_1); float L_2 = L_1->get_endValue_56(); TweenerCore_3_t884556411 * L_3 = ___t0; NullCheck(L_3); float L_4 = L_3->get_startValue_55(); NullCheck(L_1); L_1->set_endValue_56(((float)il2cpp_codegen_add((float)L_2, (float)L_4))); return; } } // System.Void DG.Tweening.Plugins.FloatPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void FloatPlugin_SetChangeValue_m1058915019 (FloatPlugin_t2370056133 * __this, TweenerCore_3_t884556411 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t884556411 * L_0 = ___t0; TweenerCore_3_t884556411 * L_1 = ___t0; NullCheck(L_1); float L_2 = L_1->get_endValue_56(); TweenerCore_3_t884556411 * L_3 = ___t0; NullCheck(L_3); float L_4 = L_3->get_startValue_55(); NullCheck(L_0); L_0->set_changeValue_57(((float)il2cpp_codegen_subtract((float)L_2, (float)L_4))); return; } } // System.Single DG.Tweening.Plugins.FloatPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.FloatOptions,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR float FloatPlugin_GetSpeedBasedDuration_m1254820901 (FloatPlugin_t2370056133 * __this, FloatOptions_t1203667100 ___options0, float ___unitsXSecond1, float ___changeValue2, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = ___changeValue2; float L_1 = ___unitsXSecond1; V_0 = ((float)((float)L_0/(float)L_1)); float L_2 = V_0; if ((!(((float)L_2) < ((float)(0.0f))))) { goto IL_000f; } } { float L_3 = V_0; V_0 = ((-L_3)); } IL_000f: { float L_4 = V_0; return L_4; } } // System.Void DG.Tweening.Plugins.FloatPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.FloatOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Single,System.Single,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void FloatPlugin_EvaluateAndApply_m435373393 (FloatPlugin_t2370056133 * __this, FloatOptions_t1203667100 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t1140062978 * ___getter3, DOSetter_1_t2447375106 * ___setter4, float ___elapsed5, float ___startValue6, float ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FloatPlugin_EvaluateAndApply_m435373393_MetadataUsageId); s_Il2CppMethodInitialized = true; } float G_B3_0 = 0.0f; float G_B3_1 = 0.0f; float G_B2_0 = 0.0f; float G_B2_1 = 0.0f; int32_t G_B4_0 = 0; float G_B4_1 = 0.0f; float G_B4_2 = 0.0f; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; int32_t G_B10_0 = 0; float G_B10_1 = 0.0f; float G_B10_2 = 0.0f; float G_B12_0 = 0.0f; float G_B12_1 = 0.0f; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; int32_t G_B13_0 = 0; float G_B13_1 = 0.0f; float G_B13_2 = 0.0f; DOSetter_1_t2447375106 * G_B16_0 = NULL; DOSetter_1_t2447375106 * G_B15_0 = NULL; float G_B17_0 = 0.0f; DOSetter_1_t2447375106 * G_B17_1 = NULL; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_002a; } } { float L_2 = ___startValue6; float L_3 = ___changeValue7; Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); G_B2_0 = L_3; G_B2_1 = L_2; if (L_5) { G_B3_0 = L_3; G_B3_1 = L_2; goto IL_001d; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0025; } IL_001d: { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0025: { ___startValue6 = ((float)il2cpp_codegen_add((float)G_B4_2, (float)((float)il2cpp_codegen_multiply((float)G_B4_1, (float)(((float)((float)G_B4_0))))))); } IL_002a: { Tween_t2342918553 * L_10 = ___t1; NullCheck(L_10); bool L_11 = L_10->get_isSequenced_38(); if (!L_11) { goto IL_0084; } } { Tween_t2342918553 * L_12 = ___t1; NullCheck(L_12); Sequence_t2050373119 * L_13 = L_12->get_sequenceParent_39(); NullCheck(L_13); int32_t L_14 = ((Tween_t2342918553 *)L_13)->get_loopType_27(); if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_0084; } } { float L_15 = ___startValue6; float L_16 = ___changeValue7; Tween_t2342918553 * L_17 = ___t1; NullCheck(L_17); int32_t L_18 = L_17->get_loopType_27(); G_B8_0 = L_16; G_B8_1 = L_15; if ((((int32_t)L_18) == ((int32_t)2))) { G_B9_0 = L_16; G_B9_1 = L_15; goto IL_0050; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_0056; } IL_0050: { Tween_t2342918553 * L_19 = ___t1; NullCheck(L_19); int32_t L_20 = L_19->get_loops_26(); G_B10_0 = L_20; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_0056: { Tween_t2342918553 * L_21 = ___t1; NullCheck(L_21); Sequence_t2050373119 * L_22 = L_21->get_sequenceParent_39(); NullCheck(L_22); bool L_23 = ((Tween_t2342918553 *)L_22)->get_isComplete_49(); G_B11_0 = ((float)il2cpp_codegen_multiply((float)G_B10_1, (float)(((float)((float)G_B10_0))))); G_B11_1 = G_B10_2; if (L_23) { G_B12_0 = ((float)il2cpp_codegen_multiply((float)G_B10_1, (float)(((float)((float)G_B10_0))))); G_B12_1 = G_B10_2; goto IL_0072; } } { Tween_t2342918553 * L_24 = ___t1; NullCheck(L_24); Sequence_t2050373119 * L_25 = L_24->get_sequenceParent_39(); NullCheck(L_25); int32_t L_26 = ((Tween_t2342918553 *)L_25)->get_completedLoops_47(); G_B13_0 = L_26; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_007f; } IL_0072: { Tween_t2342918553 * L_27 = ___t1; NullCheck(L_27); Sequence_t2050373119 * L_28 = L_27->get_sequenceParent_39(); NullCheck(L_28); int32_t L_29 = ((Tween_t2342918553 *)L_28)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_007f: { ___startValue6 = ((float)il2cpp_codegen_add((float)G_B13_2, (float)((float)il2cpp_codegen_multiply((float)G_B13_1, (float)(((float)((float)G_B13_0))))))); } IL_0084: { DOSetter_1_t2447375106 * L_30 = ___setter4; FloatOptions_t1203667100 L_31 = ___options0; bool L_32 = L_31.get_snapping_0(); G_B15_0 = L_30; if (!L_32) { G_B16_0 = L_30; goto IL_00be; } } { float L_33 = ___startValue6; float L_34 = ___changeValue7; Tween_t2342918553 * L_35 = ___t1; NullCheck(L_35); int32_t L_36 = L_35->get_easeType_30(); Tween_t2342918553 * L_37 = ___t1; NullCheck(L_37); EaseFunction_t3531141372 * L_38 = L_37->get_customEase_31(); float L_39 = ___elapsed5; float L_40 = ___duration8; Tween_t2342918553 * L_41 = ___t1; NullCheck(L_41); float L_42 = L_41->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_43 = ___t1; NullCheck(L_43); float L_44 = L_43->get_easePeriod_33(); float L_45 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_36, L_38, L_39, L_40, L_42, L_44, /*hidden argument*/NULL); double L_46 = bankers_round((((double)((double)((float)il2cpp_codegen_add((float)L_33, (float)((float)il2cpp_codegen_multiply((float)L_34, (float)L_45)))))))); G_B17_0 = (((float)((float)L_46))); G_B17_1 = G_B15_0; goto IL_00e5; } IL_00be: { float L_47 = ___startValue6; float L_48 = ___changeValue7; Tween_t2342918553 * L_49 = ___t1; NullCheck(L_49); int32_t L_50 = L_49->get_easeType_30(); Tween_t2342918553 * L_51 = ___t1; NullCheck(L_51); EaseFunction_t3531141372 * L_52 = L_51->get_customEase_31(); float L_53 = ___elapsed5; float L_54 = ___duration8; Tween_t2342918553 * L_55 = ___t1; NullCheck(L_55); float L_56 = L_55->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_57 = ___t1; NullCheck(L_57); float L_58 = L_57->get_easePeriod_33(); float L_59 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_50, L_52, L_53, L_54, L_56, L_58, /*hidden argument*/NULL); G_B17_0 = ((float)il2cpp_codegen_add((float)L_47, (float)((float)il2cpp_codegen_multiply((float)L_48, (float)L_59)))); G_B17_1 = G_B16_0; } IL_00e5: { NullCheck(G_B17_1); DOSetter_1_Invoke_m2477716530(G_B17_1, G_B17_0, /*hidden argument*/DOSetter_1_Invoke_m2477716530_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.FloatPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void FloatPlugin__ctor_m2234727899 (FloatPlugin_t2370056133 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FloatPlugin__ctor_m2234727899_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m1376422833(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m1376422833_RuntimeMethod_var); 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.Plugins.IntPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void IntPlugin_Reset_m4151330556 (IntPlugin_t942328046 * __this, TweenerCore_3_t3388502834 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.IntPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IntPlugin_SetFrom_m2288354337 (IntPlugin_t942328046 * __this, TweenerCore_3_t3388502834 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntPlugin_SetFrom_m2288354337_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TweenerCore_3_t3388502834 * G_B2_0 = NULL; TweenerCore_3_t3388502834 * G_B1_0 = NULL; int32_t G_B3_0 = 0; TweenerCore_3_t3388502834 * G_B3_1 = NULL; { TweenerCore_3_t3388502834 * L_0 = ___t0; NullCheck(L_0); int32_t L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t3388502834 * L_2 = ___t0; TweenerCore_3_t3388502834 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t2693741957 * L_4 = L_3->get_getter_59(); NullCheck(L_4); int32_t L_5 = DOGetter_1_Invoke_m1810773643(L_4, /*hidden argument*/DOGetter_1_Invoke_m1810773643_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t3388502834 * L_6 = ___t0; bool L_7 = ___isRelative1; G_B1_0 = L_6; if (L_7) { G_B2_0 = L_6; goto IL_001f; } } { int32_t L_8 = V_0; G_B3_0 = L_8; G_B3_1 = G_B1_0; goto IL_0027; } IL_001f: { TweenerCore_3_t3388502834 * L_9 = ___t0; NullCheck(L_9); int32_t L_10 = L_9->get_endValue_56(); int32_t L_11 = V_0; G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); G_B3_1 = G_B2_0; } IL_0027: { NullCheck(G_B3_1); G_B3_1->set_startValue_55(G_B3_0); TweenerCore_3_t3388502834 * L_12 = ___t0; NullCheck(L_12); DOSetter_1_t4001054085 * L_13 = L_12->get_setter_60(); TweenerCore_3_t3388502834 * L_14 = ___t0; NullCheck(L_14); int32_t L_15 = L_14->get_startValue_55(); NullCheck(L_13); DOSetter_1_Invoke_m3755059337(L_13, L_15, /*hidden argument*/DOSetter_1_Invoke_m3755059337_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.IntPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void IntPlugin_SetFrom_m1213349953 (IntPlugin_t942328046 * __this, TweenerCore_3_t3388502834 * ___t0, int32_t ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntPlugin_SetFrom_m1213349953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t3388502834 * L_0 = ___t0; int32_t L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_0016; } } { TweenerCore_3_t3388502834 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t4001054085 * L_4 = L_3->get_setter_60(); int32_t L_5 = ___fromValue1; NullCheck(L_4); DOSetter_1_Invoke_m3755059337(L_4, L_5, /*hidden argument*/DOSetter_1_Invoke_m3755059337_RuntimeMethod_var); } IL_0016: { return; } } // System.Int32 DG.Tweening.Plugins.IntPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IntPlugin_ConvertToStartValue_m1438526017 (IntPlugin_t942328046 * __this, TweenerCore_3_t3388502834 * ___t0, int32_t ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.IntPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void IntPlugin_SetRelativeEndValue_m3284228687 (IntPlugin_t942328046 * __this, TweenerCore_3_t3388502834 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t3388502834 * L_0 = ___t0; TweenerCore_3_t3388502834 * L_1 = L_0; NullCheck(L_1); int32_t L_2 = L_1->get_endValue_56(); TweenerCore_3_t3388502834 * L_3 = ___t0; NullCheck(L_3); int32_t L_4 = L_3->get_startValue_55(); NullCheck(L_1); L_1->set_endValue_56(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_4))); return; } } // System.Void DG.Tweening.Plugins.IntPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void IntPlugin_SetChangeValue_m700019084 (IntPlugin_t942328046 * __this, TweenerCore_3_t3388502834 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t3388502834 * L_0 = ___t0; TweenerCore_3_t3388502834 * L_1 = ___t0; NullCheck(L_1); int32_t L_2 = L_1->get_endValue_56(); TweenerCore_3_t3388502834 * L_3 = ___t0; NullCheck(L_3); int32_t L_4 = L_3->get_startValue_55(); NullCheck(L_0); L_0->set_changeValue_57(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_4))); return; } } // System.Single DG.Tweening.Plugins.IntPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.NoOptions,System.Single,System.Int32) extern "C" IL2CPP_METHOD_ATTR float IntPlugin_GetSpeedBasedDuration_m796613413 (IntPlugin_t942328046 * __this, NoOptions_t313102519 ___options0, float ___unitsXSecond1, int32_t ___changeValue2, const RuntimeMethod* method) { float V_0 = 0.0f; { int32_t L_0 = ___changeValue2; float L_1 = ___unitsXSecond1; V_0 = ((float)((float)(((float)((float)L_0)))/(float)L_1)); float L_2 = V_0; if ((!(((float)L_2) < ((float)(0.0f))))) { goto IL_0010; } } { float L_3 = V_0; V_0 = ((-L_3)); } IL_0010: { float L_4 = V_0; return L_4; } } // System.Void DG.Tweening.Plugins.IntPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.NoOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Int32,System.Int32,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void IntPlugin_EvaluateAndApply_m4105553312 (IntPlugin_t942328046 * __this, NoOptions_t313102519 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t2693741957 * ___getter3, DOSetter_1_t4001054085 * ___setter4, float ___elapsed5, int32_t ___startValue6, int32_t ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntPlugin_EvaluateAndApply_m4105553312_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; int32_t G_B4_2 = 0; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; int32_t G_B10_0 = 0; int32_t G_B10_1 = 0; int32_t G_B10_2 = 0; int32_t G_B12_0 = 0; int32_t G_B12_1 = 0; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; int32_t G_B13_0 = 0; int32_t G_B13_1 = 0; int32_t G_B13_2 = 0; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0029; } } { int32_t L_2 = ___startValue6; int32_t L_3 = ___changeValue7; Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); G_B2_0 = L_3; G_B2_1 = L_2; if (L_5) { G_B3_0 = L_3; G_B3_1 = L_2; goto IL_001d; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0025; } IL_001d: { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0025: { ___startValue6 = ((int32_t)il2cpp_codegen_add((int32_t)G_B4_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)G_B4_1, (int32_t)G_B4_0)))); } IL_0029: { Tween_t2342918553 * L_10 = ___t1; NullCheck(L_10); bool L_11 = L_10->get_isSequenced_38(); if (!L_11) { goto IL_0081; } } { Tween_t2342918553 * L_12 = ___t1; NullCheck(L_12); Sequence_t2050373119 * L_13 = L_12->get_sequenceParent_39(); NullCheck(L_13); int32_t L_14 = ((Tween_t2342918553 *)L_13)->get_loopType_27(); if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_0081; } } { int32_t L_15 = ___startValue6; int32_t L_16 = ___changeValue7; Tween_t2342918553 * L_17 = ___t1; NullCheck(L_17); int32_t L_18 = L_17->get_loopType_27(); G_B8_0 = L_16; G_B8_1 = L_15; if ((((int32_t)L_18) == ((int32_t)2))) { G_B9_0 = L_16; G_B9_1 = L_15; goto IL_004f; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_0055; } IL_004f: { Tween_t2342918553 * L_19 = ___t1; NullCheck(L_19); int32_t L_20 = L_19->get_loops_26(); G_B10_0 = L_20; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_0055: { Tween_t2342918553 * L_21 = ___t1; NullCheck(L_21); Sequence_t2050373119 * L_22 = L_21->get_sequenceParent_39(); NullCheck(L_22); bool L_23 = ((Tween_t2342918553 *)L_22)->get_isComplete_49(); G_B11_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B10_1, (int32_t)G_B10_0)); G_B11_1 = G_B10_2; if (L_23) { G_B12_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B10_1, (int32_t)G_B10_0)); G_B12_1 = G_B10_2; goto IL_0070; } } { Tween_t2342918553 * L_24 = ___t1; NullCheck(L_24); Sequence_t2050373119 * L_25 = L_24->get_sequenceParent_39(); NullCheck(L_25); int32_t L_26 = ((Tween_t2342918553 *)L_25)->get_completedLoops_47(); G_B13_0 = L_26; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_007d; } IL_0070: { Tween_t2342918553 * L_27 = ___t1; NullCheck(L_27); Sequence_t2050373119 * L_28 = L_27->get_sequenceParent_39(); NullCheck(L_28); int32_t L_29 = ((Tween_t2342918553 *)L_28)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_007d: { ___startValue6 = ((int32_t)il2cpp_codegen_add((int32_t)G_B13_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)G_B13_1, (int32_t)G_B13_0)))); } IL_0081: { DOSetter_1_t4001054085 * L_30 = ___setter4; int32_t L_31 = ___startValue6; int32_t L_32 = ___changeValue7; Tween_t2342918553 * L_33 = ___t1; NullCheck(L_33); int32_t L_34 = L_33->get_easeType_30(); Tween_t2342918553 * L_35 = ___t1; NullCheck(L_35); EaseFunction_t3531141372 * L_36 = L_35->get_customEase_31(); float L_37 = ___elapsed5; float L_38 = ___duration8; Tween_t2342918553 * L_39 = ___t1; NullCheck(L_39); float L_40 = L_39->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_41 = ___t1; NullCheck(L_41); float L_42 = L_41->get_easePeriod_33(); float L_43 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_34, L_36, L_37, L_38, L_40, L_42, /*hidden argument*/NULL); double L_44 = bankers_round((((double)((double)((float)il2cpp_codegen_add((float)(((float)((float)L_31))), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_32))), (float)L_43)))))))); NullCheck(L_30); DOSetter_1_Invoke_m3755059337(L_30, (((int32_t)((int32_t)L_44))), /*hidden argument*/DOSetter_1_Invoke_m3755059337_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.IntPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void IntPlugin__ctor_m1470899703 (IntPlugin_t942328046 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntPlugin__ctor_m1470899703_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m2309232056(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m2309232056_RuntimeMethod_var); 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.Plugins.LongPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void LongPlugin_Reset_m296432441 (LongPlugin_t809278878 * __this, TweenerCore_3_t2433923774 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.LongPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void LongPlugin_SetFrom_m3526931993 (LongPlugin_t809278878 * __this, TweenerCore_3_t2433923774 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LongPlugin_SetFrom_m3526931993_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; TweenerCore_3_t2433923774 * G_B2_0 = NULL; TweenerCore_3_t2433923774 * G_B1_0 = NULL; int64_t G_B3_0 = 0; TweenerCore_3_t2433923774 * G_B3_1 = NULL; { TweenerCore_3_t2433923774 * L_0 = ___t0; NullCheck(L_0); int64_t L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t2433923774 * L_2 = ___t0; TweenerCore_3_t2433923774 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t3479363508 * L_4 = L_3->get_getter_59(); NullCheck(L_4); int64_t L_5 = DOGetter_1_Invoke_m1949330905(L_4, /*hidden argument*/DOGetter_1_Invoke_m1949330905_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t2433923774 * L_6 = ___t0; bool L_7 = ___isRelative1; G_B1_0 = L_6; if (L_7) { G_B2_0 = L_6; goto IL_001f; } } { int64_t L_8 = V_0; G_B3_0 = L_8; G_B3_1 = G_B1_0; goto IL_0027; } IL_001f: { TweenerCore_3_t2433923774 * L_9 = ___t0; NullCheck(L_9); int64_t L_10 = L_9->get_endValue_56(); int64_t L_11 = V_0; G_B3_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)L_11)); G_B3_1 = G_B2_0; } IL_0027: { NullCheck(G_B3_1); G_B3_1->set_startValue_55(G_B3_0); TweenerCore_3_t2433923774 * L_12 = ___t0; NullCheck(L_12); DOSetter_1_t491708340 * L_13 = L_12->get_setter_60(); TweenerCore_3_t2433923774 * L_14 = ___t0; NullCheck(L_14); int64_t L_15 = L_14->get_startValue_55(); NullCheck(L_13); DOSetter_1_Invoke_m2095250501(L_13, L_15, /*hidden argument*/DOSetter_1_Invoke_m2095250501_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.LongPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Int64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void LongPlugin_SetFrom_m2806938236 (LongPlugin_t809278878 * __this, TweenerCore_3_t2433923774 * ___t0, int64_t ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LongPlugin_SetFrom_m2806938236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t2433923774 * L_0 = ___t0; int64_t L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_0016; } } { TweenerCore_3_t2433923774 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t491708340 * L_4 = L_3->get_setter_60(); int64_t L_5 = ___fromValue1; NullCheck(L_4); DOSetter_1_Invoke_m2095250501(L_4, L_5, /*hidden argument*/DOSetter_1_Invoke_m2095250501_RuntimeMethod_var); } IL_0016: { return; } } // System.Int64 DG.Tweening.Plugins.LongPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t LongPlugin_ConvertToStartValue_m2762286053 (LongPlugin_t809278878 * __this, TweenerCore_3_t2433923774 * ___t0, int64_t ___value1, const RuntimeMethod* method) { { int64_t L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.LongPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void LongPlugin_SetRelativeEndValue_m2958291599 (LongPlugin_t809278878 * __this, TweenerCore_3_t2433923774 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t2433923774 * L_0 = ___t0; TweenerCore_3_t2433923774 * L_1 = L_0; NullCheck(L_1); int64_t L_2 = L_1->get_endValue_56(); TweenerCore_3_t2433923774 * L_3 = ___t0; NullCheck(L_3); int64_t L_4 = L_3->get_startValue_55(); NullCheck(L_1); L_1->set_endValue_56(((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)L_4))); return; } } // System.Void DG.Tweening.Plugins.LongPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void LongPlugin_SetChangeValue_m257432206 (LongPlugin_t809278878 * __this, TweenerCore_3_t2433923774 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t2433923774 * L_0 = ___t0; TweenerCore_3_t2433923774 * L_1 = ___t0; NullCheck(L_1); int64_t L_2 = L_1->get_endValue_56(); TweenerCore_3_t2433923774 * L_3 = ___t0; NullCheck(L_3); int64_t L_4 = L_3->get_startValue_55(); NullCheck(L_0); L_0->set_changeValue_57(((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_4))); return; } } // System.Single DG.Tweening.Plugins.LongPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.NoOptions,System.Single,System.Int64) extern "C" IL2CPP_METHOD_ATTR float LongPlugin_GetSpeedBasedDuration_m339037456 (LongPlugin_t809278878 * __this, NoOptions_t313102519 ___options0, float ___unitsXSecond1, int64_t ___changeValue2, const RuntimeMethod* method) { float V_0 = 0.0f; { int64_t L_0 = ___changeValue2; float L_1 = ___unitsXSecond1; V_0 = ((float)((float)(((float)((float)L_0)))/(float)L_1)); float L_2 = V_0; if ((!(((float)L_2) < ((float)(0.0f))))) { goto IL_0010; } } { float L_3 = V_0; V_0 = ((-L_3)); } IL_0010: { float L_4 = V_0; return L_4; } } // System.Void DG.Tweening.Plugins.LongPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.NoOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.Int64,System.Int64,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void LongPlugin_EvaluateAndApply_m712234995 (LongPlugin_t809278878 * __this, NoOptions_t313102519 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t3479363508 * ___getter3, DOSetter_1_t491708340 * ___setter4, float ___elapsed5, int64_t ___startValue6, int64_t ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LongPlugin_EvaluateAndApply_m712234995_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t G_B3_0 = 0; int64_t G_B3_1 = 0; int64_t G_B2_0 = 0; int64_t G_B2_1 = 0; int32_t G_B4_0 = 0; int64_t G_B4_1 = 0; int64_t G_B4_2 = 0; int64_t G_B9_0 = 0; int64_t G_B9_1 = 0; int64_t G_B8_0 = 0; int64_t G_B8_1 = 0; int32_t G_B10_0 = 0; int64_t G_B10_1 = 0; int64_t G_B10_2 = 0; int64_t G_B12_0 = 0; int64_t G_B12_1 = 0; int64_t G_B11_0 = 0; int64_t G_B11_1 = 0; int32_t G_B13_0 = 0; int64_t G_B13_1 = 0; int64_t G_B13_2 = 0; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_002a; } } { int64_t L_2 = ___startValue6; int64_t L_3 = ___changeValue7; Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); G_B2_0 = L_3; G_B2_1 = L_2; if (L_5) { G_B3_0 = L_3; G_B3_1 = L_2; goto IL_001d; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0025; } IL_001d: { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0025: { ___startValue6 = ((int64_t)il2cpp_codegen_add((int64_t)G_B4_2, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)G_B4_1, (int64_t)(((int64_t)((int64_t)G_B4_0))))))); } IL_002a: { Tween_t2342918553 * L_10 = ___t1; NullCheck(L_10); bool L_11 = L_10->get_isSequenced_38(); if (!L_11) { goto IL_0084; } } { Tween_t2342918553 * L_12 = ___t1; NullCheck(L_12); Sequence_t2050373119 * L_13 = L_12->get_sequenceParent_39(); NullCheck(L_13); int32_t L_14 = ((Tween_t2342918553 *)L_13)->get_loopType_27(); if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_0084; } } { int64_t L_15 = ___startValue6; int64_t L_16 = ___changeValue7; Tween_t2342918553 * L_17 = ___t1; NullCheck(L_17); int32_t L_18 = L_17->get_loopType_27(); G_B8_0 = L_16; G_B8_1 = L_15; if ((((int32_t)L_18) == ((int32_t)2))) { G_B9_0 = L_16; G_B9_1 = L_15; goto IL_0050; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_0056; } IL_0050: { Tween_t2342918553 * L_19 = ___t1; NullCheck(L_19); int32_t L_20 = L_19->get_loops_26(); G_B10_0 = L_20; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_0056: { Tween_t2342918553 * L_21 = ___t1; NullCheck(L_21); Sequence_t2050373119 * L_22 = L_21->get_sequenceParent_39(); NullCheck(L_22); bool L_23 = ((Tween_t2342918553 *)L_22)->get_isComplete_49(); G_B11_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)G_B10_1, (int64_t)(((int64_t)((int64_t)G_B10_0))))); G_B11_1 = G_B10_2; if (L_23) { G_B12_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)G_B10_1, (int64_t)(((int64_t)((int64_t)G_B10_0))))); G_B12_1 = G_B10_2; goto IL_0072; } } { Tween_t2342918553 * L_24 = ___t1; NullCheck(L_24); Sequence_t2050373119 * L_25 = L_24->get_sequenceParent_39(); NullCheck(L_25); int32_t L_26 = ((Tween_t2342918553 *)L_25)->get_completedLoops_47(); G_B13_0 = L_26; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_007f; } IL_0072: { Tween_t2342918553 * L_27 = ___t1; NullCheck(L_27); Sequence_t2050373119 * L_28 = L_27->get_sequenceParent_39(); NullCheck(L_28); int32_t L_29 = ((Tween_t2342918553 *)L_28)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_007f: { ___startValue6 = ((int64_t)il2cpp_codegen_add((int64_t)G_B13_2, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)G_B13_1, (int64_t)(((int64_t)((int64_t)G_B13_0))))))); } IL_0084: { DOSetter_1_t491708340 * L_30 = ___setter4; int64_t L_31 = ___startValue6; int64_t L_32 = ___changeValue7; Tween_t2342918553 * L_33 = ___t1; NullCheck(L_33); int32_t L_34 = L_33->get_easeType_30(); Tween_t2342918553 * L_35 = ___t1; NullCheck(L_35); EaseFunction_t3531141372 * L_36 = L_35->get_customEase_31(); float L_37 = ___elapsed5; float L_38 = ___duration8; Tween_t2342918553 * L_39 = ___t1; NullCheck(L_39); float L_40 = L_39->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_41 = ___t1; NullCheck(L_41); float L_42 = L_41->get_easePeriod_33(); float L_43 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_34, L_36, L_37, L_38, L_40, L_42, /*hidden argument*/NULL); double L_44 = bankers_round((((double)((double)((float)il2cpp_codegen_add((float)(((float)((float)L_31))), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_32))), (float)L_43)))))))); NullCheck(L_30); DOSetter_1_Invoke_m2095250501(L_30, (((int64_t)((int64_t)L_44))), /*hidden argument*/DOSetter_1_Invoke_m2095250501_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.LongPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void LongPlugin__ctor_m2753970850 (LongPlugin_t809278878 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LongPlugin__ctor_m2753970850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m3008080787(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m3008080787_RuntimeMethod_var); 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 // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.ColorOptions extern "C" void ColorOptions_t1487297155_marshal_pinvoke(const ColorOptions_t1487297155& unmarshaled, ColorOptions_t1487297155_marshaled_pinvoke& marshaled) { marshaled.___alphaOnly_0 = static_cast(unmarshaled.get_alphaOnly_0()); } extern "C" void ColorOptions_t1487297155_marshal_pinvoke_back(const ColorOptions_t1487297155_marshaled_pinvoke& marshaled, ColorOptions_t1487297155& unmarshaled) { bool unmarshaled_alphaOnly_temp_0 = false; unmarshaled_alphaOnly_temp_0 = static_cast(marshaled.___alphaOnly_0); unmarshaled.set_alphaOnly_0(unmarshaled_alphaOnly_temp_0); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.ColorOptions extern "C" void ColorOptions_t1487297155_marshal_pinvoke_cleanup(ColorOptions_t1487297155_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.ColorOptions extern "C" void ColorOptions_t1487297155_marshal_com(const ColorOptions_t1487297155& unmarshaled, ColorOptions_t1487297155_marshaled_com& marshaled) { marshaled.___alphaOnly_0 = static_cast(unmarshaled.get_alphaOnly_0()); } extern "C" void ColorOptions_t1487297155_marshal_com_back(const ColorOptions_t1487297155_marshaled_com& marshaled, ColorOptions_t1487297155& unmarshaled) { bool unmarshaled_alphaOnly_temp_0 = false; unmarshaled_alphaOnly_temp_0 = static_cast(marshaled.___alphaOnly_0); unmarshaled.set_alphaOnly_0(unmarshaled_alphaOnly_temp_0); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.ColorOptions extern "C" void ColorOptions_t1487297155_marshal_com_cleanup(ColorOptions_t1487297155_marshaled_com& marshaled) { } // System.Void DG.Tweening.Plugins.Options.ColorOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void ColorOptions_Reset_m4215807871 (ColorOptions_t1487297155 * __this, const RuntimeMethod* method) { { __this->set_alphaOnly_0((bool)0); return; } } extern "C" void ColorOptions_Reset_m4215807871_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ColorOptions_t1487297155 * _thisAdjusted = reinterpret_cast(__this + 1); ColorOptions_Reset_m4215807871(_thisAdjusted, method); } #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 // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.FloatOptions extern "C" void FloatOptions_t1203667100_marshal_pinvoke(const FloatOptions_t1203667100& unmarshaled, FloatOptions_t1203667100_marshaled_pinvoke& marshaled) { marshaled.___snapping_0 = static_cast(unmarshaled.get_snapping_0()); } extern "C" void FloatOptions_t1203667100_marshal_pinvoke_back(const FloatOptions_t1203667100_marshaled_pinvoke& marshaled, FloatOptions_t1203667100& unmarshaled) { bool unmarshaled_snapping_temp_0 = false; unmarshaled_snapping_temp_0 = static_cast(marshaled.___snapping_0); unmarshaled.set_snapping_0(unmarshaled_snapping_temp_0); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.FloatOptions extern "C" void FloatOptions_t1203667100_marshal_pinvoke_cleanup(FloatOptions_t1203667100_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.FloatOptions extern "C" void FloatOptions_t1203667100_marshal_com(const FloatOptions_t1203667100& unmarshaled, FloatOptions_t1203667100_marshaled_com& marshaled) { marshaled.___snapping_0 = static_cast(unmarshaled.get_snapping_0()); } extern "C" void FloatOptions_t1203667100_marshal_com_back(const FloatOptions_t1203667100_marshaled_com& marshaled, FloatOptions_t1203667100& unmarshaled) { bool unmarshaled_snapping_temp_0 = false; unmarshaled_snapping_temp_0 = static_cast(marshaled.___snapping_0); unmarshaled.set_snapping_0(unmarshaled_snapping_temp_0); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.FloatOptions extern "C" void FloatOptions_t1203667100_marshal_com_cleanup(FloatOptions_t1203667100_marshaled_com& marshaled) { } // System.Void DG.Tweening.Plugins.Options.FloatOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void FloatOptions_Reset_m3345042651 (FloatOptions_t1203667100 * __this, const RuntimeMethod* method) { { __this->set_snapping_0((bool)0); return; } } extern "C" void FloatOptions_Reset_m3345042651_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { FloatOptions_t1203667100 * _thisAdjusted = reinterpret_cast(__this + 1); FloatOptions_Reset_m3345042651(_thisAdjusted, method); } #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.Plugins.Options.NoOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void NoOptions_Reset_m172244185 (NoOptions_t313102519 * __this, const RuntimeMethod* method) { { return; } } extern "C" void NoOptions_Reset_m172244185_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { NoOptions_t313102519 * _thisAdjusted = reinterpret_cast(__this + 1); NoOptions_Reset_m172244185(_thisAdjusted, method); } #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 #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 // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.PathOptions extern "C" void PathOptions_t2074623791_marshal_pinvoke(const PathOptions_t2074623791& unmarshaled, PathOptions_t2074623791_marshaled_pinvoke& marshaled) { Exception_t* ___lookAtTransform_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'lookAtTransform' of type 'PathOptions': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___lookAtTransform_6Exception,NULL); } extern "C" void PathOptions_t2074623791_marshal_pinvoke_back(const PathOptions_t2074623791_marshaled_pinvoke& marshaled, PathOptions_t2074623791& unmarshaled) { Exception_t* ___lookAtTransform_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'lookAtTransform' of type 'PathOptions': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___lookAtTransform_6Exception,NULL); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.PathOptions extern "C" void PathOptions_t2074623791_marshal_pinvoke_cleanup(PathOptions_t2074623791_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.PathOptions extern "C" void PathOptions_t2074623791_marshal_com(const PathOptions_t2074623791& unmarshaled, PathOptions_t2074623791_marshaled_com& marshaled) { Exception_t* ___lookAtTransform_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'lookAtTransform' of type 'PathOptions': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___lookAtTransform_6Exception,NULL); } extern "C" void PathOptions_t2074623791_marshal_com_back(const PathOptions_t2074623791_marshaled_com& marshaled, PathOptions_t2074623791& unmarshaled) { Exception_t* ___lookAtTransform_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'lookAtTransform' of type 'PathOptions': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___lookAtTransform_6Exception,NULL); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.PathOptions extern "C" void PathOptions_t2074623791_marshal_com_cleanup(PathOptions_t2074623791_marshaled_com& marshaled) { } // System.Void DG.Tweening.Plugins.Options.PathOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void PathOptions_Reset_m2102759747 (PathOptions_t2074623791 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathOptions_Reset_m2102759747_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_mode_0(0); __this->set_orientType_1(0); int32_t L_0 = 0; V_0 = L_0; __this->set_lockRotationAxis_3(L_0); int32_t L_1 = V_0; __this->set_lockPositionAxis_2(L_1); __this->set_isClosedPath_4((bool)0); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_2 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_lookAtPosition_5(L_2); __this->set_lookAtTransform_6((Transform_t3600365921 *)NULL); __this->set_lookAhead_7((0.0f)); __this->set_hasCustomForwardDirection_8((bool)0); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_3 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_forward_9(L_3); __this->set_useLocalPosition_10((bool)0); __this->set_parent_11((Transform_t3600365921 *)NULL); Quaternion_t2301928331 L_4 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_startupRot_13(L_4); __this->set_startupZRot_14((0.0f)); return; } } extern "C" void PathOptions_Reset_m2102759747_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { PathOptions_t2074623791 * _thisAdjusted = reinterpret_cast(__this + 1); PathOptions_Reset_m2102759747(_thisAdjusted, method); } #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.Plugins.Options.QuaternionOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void QuaternionOptions_Reset_m3448907112 (QuaternionOptions_t2974423933 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuaternionOptions_Reset_m3448907112_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_rotateMode_0(0); __this->set_axisConstraint_1(0); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_0 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_up_2(L_0); return; } } extern "C" void QuaternionOptions_Reset_m3448907112_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { QuaternionOptions_t2974423933 * _thisAdjusted = reinterpret_cast(__this + 1); QuaternionOptions_Reset_m3448907112(_thisAdjusted, method); } #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 // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.RectOptions extern "C" void RectOptions_t1018205596_marshal_pinvoke(const RectOptions_t1018205596& unmarshaled, RectOptions_t1018205596_marshaled_pinvoke& marshaled) { marshaled.___snapping_0 = static_cast(unmarshaled.get_snapping_0()); } extern "C" void RectOptions_t1018205596_marshal_pinvoke_back(const RectOptions_t1018205596_marshaled_pinvoke& marshaled, RectOptions_t1018205596& unmarshaled) { bool unmarshaled_snapping_temp_0 = false; unmarshaled_snapping_temp_0 = static_cast(marshaled.___snapping_0); unmarshaled.set_snapping_0(unmarshaled_snapping_temp_0); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.RectOptions extern "C" void RectOptions_t1018205596_marshal_pinvoke_cleanup(RectOptions_t1018205596_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.RectOptions extern "C" void RectOptions_t1018205596_marshal_com(const RectOptions_t1018205596& unmarshaled, RectOptions_t1018205596_marshaled_com& marshaled) { marshaled.___snapping_0 = static_cast(unmarshaled.get_snapping_0()); } extern "C" void RectOptions_t1018205596_marshal_com_back(const RectOptions_t1018205596_marshaled_com& marshaled, RectOptions_t1018205596& unmarshaled) { bool unmarshaled_snapping_temp_0 = false; unmarshaled_snapping_temp_0 = static_cast(marshaled.___snapping_0); unmarshaled.set_snapping_0(unmarshaled_snapping_temp_0); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.RectOptions extern "C" void RectOptions_t1018205596_marshal_com_cleanup(RectOptions_t1018205596_marshaled_com& marshaled) { } // System.Void DG.Tweening.Plugins.Options.RectOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void RectOptions_Reset_m4245749620 (RectOptions_t1018205596 * __this, const RuntimeMethod* method) { { __this->set_snapping_0((bool)0); return; } } extern "C" void RectOptions_Reset_m4245749620_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { RectOptions_t1018205596 * _thisAdjusted = reinterpret_cast(__this + 1); RectOptions_Reset_m4245749620(_thisAdjusted, method); } #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 // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.StringOptions extern "C" void StringOptions_t3992490940_marshal_pinvoke(const StringOptions_t3992490940& unmarshaled, StringOptions_t3992490940_marshaled_pinvoke& marshaled) { marshaled.___richTextEnabled_0 = static_cast(unmarshaled.get_richTextEnabled_0()); marshaled.___scrambleMode_1 = unmarshaled.get_scrambleMode_1(); if (unmarshaled.get_scrambledChars_2() != NULL) { il2cpp_array_size_t _unmarshaled_scrambledChars_Length = (unmarshaled.get_scrambledChars_2())->max_length; marshaled.___scrambledChars_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_scrambledChars_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_scrambledChars_Length); i++) { (marshaled.___scrambledChars_2)[i] = static_cast((unmarshaled.get_scrambledChars_2())->GetAtUnchecked(static_cast(i))); } } else { marshaled.___scrambledChars_2 = NULL; } marshaled.___startValueStrippedLength_3 = unmarshaled.get_startValueStrippedLength_3(); marshaled.___changeValueStrippedLength_4 = unmarshaled.get_changeValueStrippedLength_4(); } extern "C" void StringOptions_t3992490940_marshal_pinvoke_back(const StringOptions_t3992490940_marshaled_pinvoke& marshaled, StringOptions_t3992490940& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringOptions_t3992490940_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool unmarshaled_richTextEnabled_temp_0 = false; unmarshaled_richTextEnabled_temp_0 = static_cast(marshaled.___richTextEnabled_0); unmarshaled.set_richTextEnabled_0(unmarshaled_richTextEnabled_temp_0); int32_t unmarshaled_scrambleMode_temp_1 = 0; unmarshaled_scrambleMode_temp_1 = marshaled.___scrambleMode_1; unmarshaled.set_scrambleMode_1(unmarshaled_scrambleMode_temp_1); if (marshaled.___scrambledChars_2 != NULL) { if (unmarshaled.get_scrambledChars_2() == NULL) { unmarshaled.set_scrambledChars_2(reinterpret_cast(SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_scrambledChars_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_scrambledChars_2())->SetAtUnchecked(static_cast(i), static_cast((marshaled.___scrambledChars_2)[i])); } } int32_t unmarshaled_startValueStrippedLength_temp_3 = 0; unmarshaled_startValueStrippedLength_temp_3 = marshaled.___startValueStrippedLength_3; unmarshaled.set_startValueStrippedLength_3(unmarshaled_startValueStrippedLength_temp_3); int32_t unmarshaled_changeValueStrippedLength_temp_4 = 0; unmarshaled_changeValueStrippedLength_temp_4 = marshaled.___changeValueStrippedLength_4; unmarshaled.set_changeValueStrippedLength_4(unmarshaled_changeValueStrippedLength_temp_4); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.StringOptions extern "C" void StringOptions_t3992490940_marshal_pinvoke_cleanup(StringOptions_t3992490940_marshaled_pinvoke& marshaled) { if (marshaled.___scrambledChars_2 != NULL) { il2cpp_codegen_marshal_free(marshaled.___scrambledChars_2); marshaled.___scrambledChars_2 = NULL; } } // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.StringOptions extern "C" void StringOptions_t3992490940_marshal_com(const StringOptions_t3992490940& unmarshaled, StringOptions_t3992490940_marshaled_com& marshaled) { marshaled.___richTextEnabled_0 = static_cast(unmarshaled.get_richTextEnabled_0()); marshaled.___scrambleMode_1 = unmarshaled.get_scrambleMode_1(); if (unmarshaled.get_scrambledChars_2() != NULL) { il2cpp_array_size_t _unmarshaled_scrambledChars_Length = (unmarshaled.get_scrambledChars_2())->max_length; marshaled.___scrambledChars_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_scrambledChars_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_scrambledChars_Length); i++) { (marshaled.___scrambledChars_2)[i] = static_cast((unmarshaled.get_scrambledChars_2())->GetAtUnchecked(static_cast(i))); } } else { marshaled.___scrambledChars_2 = NULL; } marshaled.___startValueStrippedLength_3 = unmarshaled.get_startValueStrippedLength_3(); marshaled.___changeValueStrippedLength_4 = unmarshaled.get_changeValueStrippedLength_4(); } extern "C" void StringOptions_t3992490940_marshal_com_back(const StringOptions_t3992490940_marshaled_com& marshaled, StringOptions_t3992490940& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringOptions_t3992490940_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool unmarshaled_richTextEnabled_temp_0 = false; unmarshaled_richTextEnabled_temp_0 = static_cast(marshaled.___richTextEnabled_0); unmarshaled.set_richTextEnabled_0(unmarshaled_richTextEnabled_temp_0); int32_t unmarshaled_scrambleMode_temp_1 = 0; unmarshaled_scrambleMode_temp_1 = marshaled.___scrambleMode_1; unmarshaled.set_scrambleMode_1(unmarshaled_scrambleMode_temp_1); if (marshaled.___scrambledChars_2 != NULL) { if (unmarshaled.get_scrambledChars_2() == NULL) { unmarshaled.set_scrambledChars_2(reinterpret_cast(SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_scrambledChars_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_scrambledChars_2())->SetAtUnchecked(static_cast(i), static_cast((marshaled.___scrambledChars_2)[i])); } } int32_t unmarshaled_startValueStrippedLength_temp_3 = 0; unmarshaled_startValueStrippedLength_temp_3 = marshaled.___startValueStrippedLength_3; unmarshaled.set_startValueStrippedLength_3(unmarshaled_startValueStrippedLength_temp_3); int32_t unmarshaled_changeValueStrippedLength_temp_4 = 0; unmarshaled_changeValueStrippedLength_temp_4 = marshaled.___changeValueStrippedLength_4; unmarshaled.set_changeValueStrippedLength_4(unmarshaled_changeValueStrippedLength_temp_4); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.StringOptions extern "C" void StringOptions_t3992490940_marshal_com_cleanup(StringOptions_t3992490940_marshaled_com& marshaled) { if (marshaled.___scrambledChars_2 != NULL) { il2cpp_codegen_marshal_free(marshaled.___scrambledChars_2); marshaled.___scrambledChars_2 = NULL; } } // System.Void DG.Tweening.Plugins.Options.StringOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void StringOptions_Reset_m3991195113 (StringOptions_t3992490940 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { __this->set_richTextEnabled_0((bool)0); __this->set_scrambleMode_1(0); __this->set_scrambledChars_2((CharU5BU5D_t3528271667*)NULL); int32_t L_0 = 0; V_0 = L_0; __this->set_changeValueStrippedLength_4(L_0); int32_t L_1 = V_0; __this->set_startValueStrippedLength_3(L_1); return; } } extern "C" void StringOptions_Reset_m3991195113_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringOptions_t3992490940 * _thisAdjusted = reinterpret_cast(__this + 1); StringOptions_Reset_m3991195113(_thisAdjusted, method); } #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 // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.UintOptions extern "C" void UintOptions_t1006674242_marshal_pinvoke(const UintOptions_t1006674242& unmarshaled, UintOptions_t1006674242_marshaled_pinvoke& marshaled) { marshaled.___isNegativeChangeValue_0 = static_cast(unmarshaled.get_isNegativeChangeValue_0()); } extern "C" void UintOptions_t1006674242_marshal_pinvoke_back(const UintOptions_t1006674242_marshaled_pinvoke& marshaled, UintOptions_t1006674242& unmarshaled) { bool unmarshaled_isNegativeChangeValue_temp_0 = false; unmarshaled_isNegativeChangeValue_temp_0 = static_cast(marshaled.___isNegativeChangeValue_0); unmarshaled.set_isNegativeChangeValue_0(unmarshaled_isNegativeChangeValue_temp_0); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.UintOptions extern "C" void UintOptions_t1006674242_marshal_pinvoke_cleanup(UintOptions_t1006674242_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.UintOptions extern "C" void UintOptions_t1006674242_marshal_com(const UintOptions_t1006674242& unmarshaled, UintOptions_t1006674242_marshaled_com& marshaled) { marshaled.___isNegativeChangeValue_0 = static_cast(unmarshaled.get_isNegativeChangeValue_0()); } extern "C" void UintOptions_t1006674242_marshal_com_back(const UintOptions_t1006674242_marshaled_com& marshaled, UintOptions_t1006674242& unmarshaled) { bool unmarshaled_isNegativeChangeValue_temp_0 = false; unmarshaled_isNegativeChangeValue_temp_0 = static_cast(marshaled.___isNegativeChangeValue_0); unmarshaled.set_isNegativeChangeValue_0(unmarshaled_isNegativeChangeValue_temp_0); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.UintOptions extern "C" void UintOptions_t1006674242_marshal_com_cleanup(UintOptions_t1006674242_marshaled_com& marshaled) { } // System.Void DG.Tweening.Plugins.Options.UintOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void UintOptions_Reset_m326065035 (UintOptions_t1006674242 * __this, const RuntimeMethod* method) { { __this->set_isNegativeChangeValue_0((bool)0); return; } } extern "C" void UintOptions_Reset_m326065035_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { UintOptions_t1006674242 * _thisAdjusted = reinterpret_cast(__this + 1); UintOptions_Reset_m326065035(_thisAdjusted, method); } #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 // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.Vector3ArrayOptions extern "C" void Vector3ArrayOptions_t534739431_marshal_pinvoke(const Vector3ArrayOptions_t534739431& unmarshaled, Vector3ArrayOptions_t534739431_marshaled_pinvoke& marshaled) { marshaled.___axisConstraint_0 = unmarshaled.get_axisConstraint_0(); marshaled.___snapping_1 = static_cast(unmarshaled.get_snapping_1()); if (unmarshaled.get_durations_2() != NULL) { il2cpp_array_size_t _unmarshaled_durations_Length = (unmarshaled.get_durations_2())->max_length; marshaled.___durations_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_durations_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_durations_Length); i++) { (marshaled.___durations_2)[i] = (unmarshaled.get_durations_2())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___durations_2 = NULL; } } extern "C" void Vector3ArrayOptions_t534739431_marshal_pinvoke_back(const Vector3ArrayOptions_t534739431_marshaled_pinvoke& marshaled, Vector3ArrayOptions_t534739431& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Vector3ArrayOptions_t534739431_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_axisConstraint_temp_0 = 0; unmarshaled_axisConstraint_temp_0 = marshaled.___axisConstraint_0; unmarshaled.set_axisConstraint_0(unmarshaled_axisConstraint_temp_0); bool unmarshaled_snapping_temp_1 = false; unmarshaled_snapping_temp_1 = static_cast(marshaled.___snapping_1); unmarshaled.set_snapping_1(unmarshaled_snapping_temp_1); if (marshaled.___durations_2 != NULL) { if (unmarshaled.get_durations_2() == NULL) { unmarshaled.set_durations_2(reinterpret_cast(SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_durations_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_durations_2())->SetAtUnchecked(static_cast(i), (marshaled.___durations_2)[i]); } } } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.Vector3ArrayOptions extern "C" void Vector3ArrayOptions_t534739431_marshal_pinvoke_cleanup(Vector3ArrayOptions_t534739431_marshaled_pinvoke& marshaled) { if (marshaled.___durations_2 != NULL) { il2cpp_codegen_marshal_free(marshaled.___durations_2); marshaled.___durations_2 = NULL; } } // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.Vector3ArrayOptions extern "C" void Vector3ArrayOptions_t534739431_marshal_com(const Vector3ArrayOptions_t534739431& unmarshaled, Vector3ArrayOptions_t534739431_marshaled_com& marshaled) { marshaled.___axisConstraint_0 = unmarshaled.get_axisConstraint_0(); marshaled.___snapping_1 = static_cast(unmarshaled.get_snapping_1()); if (unmarshaled.get_durations_2() != NULL) { il2cpp_array_size_t _unmarshaled_durations_Length = (unmarshaled.get_durations_2())->max_length; marshaled.___durations_2 = il2cpp_codegen_marshal_allocate_array(_unmarshaled_durations_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaled_durations_Length); i++) { (marshaled.___durations_2)[i] = (unmarshaled.get_durations_2())->GetAtUnchecked(static_cast(i)); } } else { marshaled.___durations_2 = NULL; } } extern "C" void Vector3ArrayOptions_t534739431_marshal_com_back(const Vector3ArrayOptions_t534739431_marshaled_com& marshaled, Vector3ArrayOptions_t534739431& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Vector3ArrayOptions_t534739431_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_axisConstraint_temp_0 = 0; unmarshaled_axisConstraint_temp_0 = marshaled.___axisConstraint_0; unmarshaled.set_axisConstraint_0(unmarshaled_axisConstraint_temp_0); bool unmarshaled_snapping_temp_1 = false; unmarshaled_snapping_temp_1 = static_cast(marshaled.___snapping_1); unmarshaled.set_snapping_1(unmarshaled_snapping_temp_1); if (marshaled.___durations_2 != NULL) { if (unmarshaled.get_durations_2() == NULL) { unmarshaled.set_durations_2(reinterpret_cast(SZArrayNew(SingleU5BU5D_t1444911251_il2cpp_TypeInfo_var, 1))); } il2cpp_array_size_t _arrayLength = (unmarshaled.get_durations_2())->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { (unmarshaled.get_durations_2())->SetAtUnchecked(static_cast(i), (marshaled.___durations_2)[i]); } } } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.Vector3ArrayOptions extern "C" void Vector3ArrayOptions_t534739431_marshal_com_cleanup(Vector3ArrayOptions_t534739431_marshaled_com& marshaled) { if (marshaled.___durations_2 != NULL) { il2cpp_codegen_marshal_free(marshaled.___durations_2); marshaled.___durations_2 = NULL; } } // System.Void DG.Tweening.Plugins.Options.Vector3ArrayOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void Vector3ArrayOptions_Reset_m788195914 (Vector3ArrayOptions_t534739431 * __this, const RuntimeMethod* method) { { __this->set_axisConstraint_0(0); __this->set_snapping_1((bool)0); __this->set_durations_2((SingleU5BU5D_t1444911251*)NULL); return; } } extern "C" void Vector3ArrayOptions_Reset_m788195914_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Vector3ArrayOptions_t534739431 * _thisAdjusted = reinterpret_cast(__this + 1); Vector3ArrayOptions_Reset_m788195914(_thisAdjusted, method); } #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 // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.VectorOptions extern "C" void VectorOptions_t1354903650_marshal_pinvoke(const VectorOptions_t1354903650& unmarshaled, VectorOptions_t1354903650_marshaled_pinvoke& marshaled) { marshaled.___axisConstraint_0 = unmarshaled.get_axisConstraint_0(); marshaled.___snapping_1 = static_cast(unmarshaled.get_snapping_1()); } extern "C" void VectorOptions_t1354903650_marshal_pinvoke_back(const VectorOptions_t1354903650_marshaled_pinvoke& marshaled, VectorOptions_t1354903650& unmarshaled) { int32_t unmarshaled_axisConstraint_temp_0 = 0; unmarshaled_axisConstraint_temp_0 = marshaled.___axisConstraint_0; unmarshaled.set_axisConstraint_0(unmarshaled_axisConstraint_temp_0); bool unmarshaled_snapping_temp_1 = false; unmarshaled_snapping_temp_1 = static_cast(marshaled.___snapping_1); unmarshaled.set_snapping_1(unmarshaled_snapping_temp_1); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.VectorOptions extern "C" void VectorOptions_t1354903650_marshal_pinvoke_cleanup(VectorOptions_t1354903650_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: DG.Tweening.Plugins.Options.VectorOptions extern "C" void VectorOptions_t1354903650_marshal_com(const VectorOptions_t1354903650& unmarshaled, VectorOptions_t1354903650_marshaled_com& marshaled) { marshaled.___axisConstraint_0 = unmarshaled.get_axisConstraint_0(); marshaled.___snapping_1 = static_cast(unmarshaled.get_snapping_1()); } extern "C" void VectorOptions_t1354903650_marshal_com_back(const VectorOptions_t1354903650_marshaled_com& marshaled, VectorOptions_t1354903650& unmarshaled) { int32_t unmarshaled_axisConstraint_temp_0 = 0; unmarshaled_axisConstraint_temp_0 = marshaled.___axisConstraint_0; unmarshaled.set_axisConstraint_0(unmarshaled_axisConstraint_temp_0); bool unmarshaled_snapping_temp_1 = false; unmarshaled_snapping_temp_1 = static_cast(marshaled.___snapping_1); unmarshaled.set_snapping_1(unmarshaled_snapping_temp_1); } // Conversion method for clean up from marshalling of: DG.Tweening.Plugins.Options.VectorOptions extern "C" void VectorOptions_t1354903650_marshal_com_cleanup(VectorOptions_t1354903650_marshaled_com& marshaled) { } // System.Void DG.Tweening.Plugins.Options.VectorOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void VectorOptions_Reset_m456570801 (VectorOptions_t1354903650 * __this, const RuntimeMethod* method) { { __this->set_axisConstraint_0(0); __this->set_snapping_1((bool)0); return; } } extern "C" void VectorOptions_Reset_m456570801_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { VectorOptions_t1354903650 * _thisAdjusted = reinterpret_cast(__this + 1); VectorOptions_Reset_m456570801(_thisAdjusted, method); } #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.Plugins.PathPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void PathPlugin_Reset_m3823252783 (PathPlugin_t1182715676 * __this, TweenerCore_3_t3040139253 * ___t0, const RuntimeMethod* method) { Path_t3614338981 * V_0 = NULL; { TweenerCore_3_t3040139253 * L_0 = ___t0; NullCheck(L_0); Path_t3614338981 * L_1 = L_0->get_endValue_56(); NullCheck(L_1); Path_Destroy_m3285362268(L_1, /*hidden argument*/NULL); TweenerCore_3_t3040139253 * L_2 = ___t0; TweenerCore_3_t3040139253 * L_3 = ___t0; TweenerCore_3_t3040139253 * L_4 = ___t0; V_0 = (Path_t3614338981 *)NULL; NullCheck(L_4); L_4->set_changeValue_57((Path_t3614338981 *)NULL); Path_t3614338981 * L_5 = V_0; Path_t3614338981 * L_6 = L_5; V_0 = L_6; NullCheck(L_3); L_3->set_endValue_56(L_6); Path_t3614338981 * L_7 = V_0; NullCheck(L_2); L_2->set_startValue_55(L_7); return; } } // System.Void DG.Tweening.Plugins.PathPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PathPlugin_SetFrom_m2200908839 (PathPlugin_t1182715676 * __this, TweenerCore_3_t3040139253 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.PathPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,DG.Tweening.Plugins.Core.PathCore.Path,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PathPlugin_SetFrom_m1423892699 (PathPlugin_t1182715676 * __this, TweenerCore_3_t3040139253 * ___t0, Path_t3614338981 * ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { { return; } } // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Plugins.PathPlugin::Get() extern "C" IL2CPP_METHOD_ATTR ABSTweenPlugin_3_t2576148903 * PathPlugin_Get_m4139490958 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathPlugin_Get_m4139490958_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3_t2576148903 * L_0 = PluginsManager_GetCustomPlugin_TisPathPlugin_t1182715676_TisVector3_t3722313464_TisPath_t3614338981_TisPathOptions_t2074623791_m4081391992(NULL /*static, unused*/, /*hidden argument*/PluginsManager_GetCustomPlugin_TisPathPlugin_t1182715676_TisVector3_t3722313464_TisPath_t3614338981_TisPathOptions_t2074623791_m4081391992_RuntimeMethod_var); return L_0; } } // DG.Tweening.Plugins.Core.PathCore.Path DG.Tweening.Plugins.PathPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Path_t3614338981 * PathPlugin_ConvertToStartValue_m2529516904 (PathPlugin_t1182715676 * __this, TweenerCore_3_t3040139253 * ___t0, Vector3_t3722313464 ___value1, const RuntimeMethod* method) { { TweenerCore_3_t3040139253 * L_0 = ___t0; NullCheck(L_0); Path_t3614338981 * L_1 = L_0->get_endValue_56(); return L_1; } } // System.Void DG.Tweening.Plugins.PathPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void PathPlugin_SetRelativeEndValue_m1731407080 (PathPlugin_t1182715676 * __this, TweenerCore_3_t3040139253 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathPlugin_SetRelativeEndValue_m1731407080_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; { TweenerCore_3_t3040139253 * L_0 = ___t0; NullCheck(L_0); Path_t3614338981 * L_1 = L_0->get_endValue_56(); NullCheck(L_1); bool L_2 = L_1->get_isFinalized_10(); if (!L_2) { goto IL_000e; } } { return; } IL_000e: { TweenerCore_3_t3040139253 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t3465109668 * L_4 = L_3->get_getter_59(); NullCheck(L_4); Vector3_t3722313464 L_5 = DOGetter_1_Invoke_m2837919896(L_4, /*hidden argument*/DOGetter_1_Invoke_m2837919896_RuntimeMethod_var); V_0 = L_5; TweenerCore_3_t3040139253 * L_6 = ___t0; NullCheck(L_6); Path_t3614338981 * L_7 = L_6->get_endValue_56(); NullCheck(L_7); Vector3U5BU5D_t1718750761* L_8 = L_7->get_wps_7(); NullCheck(L_8); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))); V_2 = 0; goto IL_0052; } IL_002c: { TweenerCore_3_t3040139253 * L_9 = ___t0; NullCheck(L_9); Path_t3614338981 * L_10 = L_9->get_endValue_56(); NullCheck(L_10); Vector3U5BU5D_t1718750761* L_11 = L_10->get_wps_7(); int32_t L_12 = V_2; NullCheck(L_11); Vector3_t3722313464 * L_13 = ((L_11)->GetAddressAt(static_cast(L_12))); Vector3_t3722313464 L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_15 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, (*(Vector3_t3722313464 *)L_13), L_14, /*hidden argument*/NULL); *(Vector3_t3722313464 *)L_13 = L_15; int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0052: { int32_t L_17 = V_2; int32_t L_18 = V_1; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_002c; } } { return; } } // System.Void DG.Tweening.Plugins.PathPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void PathPlugin_SetChangeValue_m1820352830 (PathPlugin_t1182715676 * __this, TweenerCore_3_t3040139253 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathPlugin_SetChangeValue_m1820352830_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); Path_t3614338981 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; bool V_6 = false; Vector3U5BU5D_t1718750761* V_7 = NULL; int32_t V_8 = 0; Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); int32_t V_10 = 0; int32_t G_B17_0 = 0; { TweenerCore_3_t3040139253 * L_0 = ___t0; NullCheck(L_0); RuntimeObject * L_1 = ((Tween_t2342918553 *)L_0)->get_target_9(); NullCheck(((Component_t1923634451 *)CastclassClass((RuntimeObject*)L_1, Component_t1923634451_il2cpp_TypeInfo_var))); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(((Component_t1923634451 *)CastclassClass((RuntimeObject*)L_1, Component_t1923634451_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; TweenerCore_3_t3040139253 * L_3 = ___t0; NullCheck(L_3); PathOptions_t2074623791 * L_4 = L_3->get_address_of_plugOptions_58(); int32_t L_5 = L_4->get_orientType_1(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_003d; } } { TweenerCore_3_t3040139253 * L_6 = ___t0; NullCheck(L_6); PathOptions_t2074623791 * L_7 = L_6->get_address_of_plugOptions_58(); bool L_8 = L_7->get_useLocalPosition_10(); if (!L_8) { goto IL_003d; } } { TweenerCore_3_t3040139253 * L_9 = ___t0; NullCheck(L_9); PathOptions_t2074623791 * L_10 = L_9->get_address_of_plugOptions_58(); Transform_t3600365921 * L_11 = V_0; NullCheck(L_11); Transform_t3600365921 * L_12 = Transform_get_parent_m835071599(L_11, /*hidden argument*/NULL); L_10->set_parent_11(L_12); } IL_003d: { TweenerCore_3_t3040139253 * L_13 = ___t0; NullCheck(L_13); Path_t3614338981 * L_14 = L_13->get_endValue_56(); NullCheck(L_14); bool L_15 = L_14->get_isFinalized_10(); if (!L_15) { goto IL_0057; } } { TweenerCore_3_t3040139253 * L_16 = ___t0; TweenerCore_3_t3040139253 * L_17 = ___t0; NullCheck(L_17); Path_t3614338981 * L_18 = L_17->get_endValue_56(); NullCheck(L_16); L_16->set_changeValue_57(L_18); return; } IL_0057: { TweenerCore_3_t3040139253 * L_19 = ___t0; NullCheck(L_19); DOGetter_1_t3465109668 * L_20 = L_19->get_getter_59(); NullCheck(L_20); Vector3_t3722313464 L_21 = DOGetter_1_Invoke_m2837919896(L_20, /*hidden argument*/DOGetter_1_Invoke_m2837919896_RuntimeMethod_var); V_1 = L_21; TweenerCore_3_t3040139253 * L_22 = ___t0; NullCheck(L_22); Path_t3614338981 * L_23 = L_22->get_endValue_56(); V_2 = L_23; Path_t3614338981 * L_24 = V_2; NullCheck(L_24); Vector3U5BU5D_t1718750761* L_25 = L_24->get_wps_7(); NullCheck(L_25); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))); V_4 = 0; V_5 = (bool)0; V_6 = (bool)0; Path_t3614338981 * L_26 = V_2; NullCheck(L_26); Vector3U5BU5D_t1718750761* L_27 = L_26->get_wps_7(); NullCheck(L_27); int32_t L_28 = 0; Vector3_t3722313464 L_29 = (L_27)->GetAt(static_cast(L_28)); Vector3_t3722313464 L_30 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); bool L_31 = Utils_Vector3AreApproximatelyEqual_m2933232324(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_0099; } } { V_5 = (bool)1; int32_t L_32 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0099: { TweenerCore_3_t3040139253 * L_33 = ___t0; NullCheck(L_33); PathOptions_t2074623791 * L_34 = L_33->get_address_of_plugOptions_58(); bool L_35 = L_34->get_isClosedPath_4(); if (!L_35) { goto IL_00f2; } } { Path_t3614338981 * L_36 = V_2; NullCheck(L_36); Vector3U5BU5D_t1718750761* L_37 = L_36->get_wps_7(); int32_t L_38 = V_3; NullCheck(L_37); int32_t L_39 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)); Vector3_t3722313464 L_40 = (L_37)->GetAt(static_cast(L_39)); V_9 = L_40; Path_t3614338981 * L_41 = V_2; NullCheck(L_41); int32_t L_42 = L_41->get_type_4(); if ((!(((uint32_t)L_42) == ((uint32_t)2)))) { goto IL_00df; } } { int32_t L_43 = V_3; if ((((int32_t)L_43) >= ((int32_t)3))) { goto IL_00cf; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var); Debug_LogError_m2850623458(NULL /*static, unused*/, _stringLiteral2643517524, /*hidden argument*/NULL); goto IL_00df; } IL_00cf: { Path_t3614338981 * L_44 = V_2; NullCheck(L_44); Vector3U5BU5D_t1718750761* L_45 = L_44->get_wps_7(); int32_t L_46 = V_3; NullCheck(L_45); int32_t L_47 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)3)); Vector3_t3722313464 L_48 = (L_45)->GetAt(static_cast(L_47)); V_9 = L_48; } IL_00df: { Vector3_t3722313464 L_49 = V_9; Vector3_t3722313464 L_50 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_51 = Vector3_op_Inequality_m315980366(NULL /*static, unused*/, L_49, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_00f2; } } { V_6 = (bool)1; int32_t L_52 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00f2: { int32_t L_53 = V_3; int32_t L_54 = V_4; V_7 = ((Vector3U5BU5D_t1718750761*)SZArrayNew(Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54)))); bool L_55 = V_5; if (L_55) { goto IL_0104; } } { G_B17_0 = 0; goto IL_0105; } IL_0104: { G_B17_0 = 1; } IL_0105: { V_8 = G_B17_0; bool L_56 = V_5; if (!L_56) { goto IL_0114; } } { Vector3U5BU5D_t1718750761* L_57 = V_7; Vector3_t3722313464 L_58 = V_1; NullCheck(L_57); (L_57)->SetAt(static_cast(0), (Vector3_t3722313464 )L_58); } IL_0114: { V_10 = 0; goto IL_0138; } IL_0119: { Vector3U5BU5D_t1718750761* L_59 = V_7; int32_t L_60 = V_10; int32_t L_61 = V_8; Path_t3614338981 * L_62 = V_2; NullCheck(L_62); Vector3U5BU5D_t1718750761* L_63 = L_62->get_wps_7(); int32_t L_64 = V_10; NullCheck(L_63); int32_t L_65 = L_64; Vector3_t3722313464 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))), (Vector3_t3722313464 )L_66); int32_t L_67 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0138: { int32_t L_68 = V_10; int32_t L_69 = V_3; if ((((int32_t)L_68) < ((int32_t)L_69))) { goto IL_0119; } } { bool L_70 = V_6; if (!L_70) { goto IL_0156; } } { Vector3U5BU5D_t1718750761* L_71 = V_7; Vector3U5BU5D_t1718750761* L_72 = V_7; NullCheck(L_72); Vector3U5BU5D_t1718750761* L_73 = V_7; NullCheck(L_73); int32_t L_74 = 0; Vector3_t3722313464 L_75 = (L_73)->GetAt(static_cast(L_74)); NullCheck(L_71); (L_71)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_72)->max_length)))), (int32_t)1))), (Vector3_t3722313464 )L_75); } IL_0156: { Path_t3614338981 * L_76 = V_2; Vector3U5BU5D_t1718750761* L_77 = V_7; NullCheck(L_76); L_76->set_wps_7(L_77); Path_t3614338981 * L_78 = V_2; bool L_79 = V_5; NullCheck(L_78); L_78->set_addedExtraStartWp_14(L_79); Path_t3614338981 * L_80 = V_2; bool L_81 = V_6; NullCheck(L_80); L_80->set_addedExtraEndWp_15(L_81); Path_t3614338981 * L_82 = V_2; TweenerCore_3_t3040139253 * L_83 = ___t0; NullCheck(L_83); PathOptions_t2074623791 * L_84 = L_83->get_address_of_plugOptions_58(); bool L_85 = L_84->get_isClosedPath_4(); TweenerCore_3_t3040139253 * L_86 = ___t0; NullCheck(L_86); PathOptions_t2074623791 * L_87 = L_86->get_address_of_plugOptions_58(); int32_t L_88 = L_87->get_lockPositionAxis_2(); Vector3_t3722313464 L_89 = V_1; NullCheck(L_82); Path_FinalizePath_m2416455934(L_82, L_85, L_88, L_89, /*hidden argument*/NULL); TweenerCore_3_t3040139253 * L_90 = ___t0; NullCheck(L_90); PathOptions_t2074623791 * L_91 = L_90->get_address_of_plugOptions_58(); Transform_t3600365921 * L_92 = V_0; NullCheck(L_92); Quaternion_t2301928331 L_93 = Transform_get_rotation_m3502953881(L_92, /*hidden argument*/NULL); L_91->set_startupRot_13(L_93); TweenerCore_3_t3040139253 * L_94 = ___t0; NullCheck(L_94); PathOptions_t2074623791 * L_95 = L_94->get_address_of_plugOptions_58(); Transform_t3600365921 * L_96 = V_0; NullCheck(L_96); Vector3_t3722313464 L_97 = Transform_get_eulerAngles_m2743581774(L_96, /*hidden argument*/NULL); float L_98 = L_97.get_z_3(); L_95->set_startupZRot_14(L_98); TweenerCore_3_t3040139253 * L_99 = ___t0; TweenerCore_3_t3040139253 * L_100 = ___t0; NullCheck(L_100); Path_t3614338981 * L_101 = L_100->get_endValue_56(); NullCheck(L_99); L_99->set_changeValue_57(L_101); return; } } // System.Single DG.Tweening.Plugins.PathPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.PathOptions,System.Single,DG.Tweening.Plugins.Core.PathCore.Path) extern "C" IL2CPP_METHOD_ATTR float PathPlugin_GetSpeedBasedDuration_m4140236362 (PathPlugin_t1182715676 * __this, PathOptions_t2074623791 ___options0, float ___unitsXSecond1, Path_t3614338981 * ___changeValue2, const RuntimeMethod* method) { { Path_t3614338981 * L_0 = ___changeValue2; NullCheck(L_0); float L_1 = L_0->get_length_9(); float L_2 = ___unitsXSecond1; return ((float)((float)L_1/(float)L_2)); } } // System.Void DG.Tweening.Plugins.PathPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.PathOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,DG.Tweening.Plugins.Core.PathCore.Path,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void PathPlugin_EvaluateAndApply_m1119726775 (PathPlugin_t1182715676 * __this, PathOptions_t2074623791 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t3465109668 * ___getter3, DOSetter_1_t477454500 * ___setter4, float ___elapsed5, Path_t3614338981 * ___startValue6, Path_t3614338981 * ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathPlugin_EvaluateAndApply_m1119726775_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; bool V_7 = false; int32_t V_8 = 0; int32_t V_9 = 0; int32_t G_B5_0 = 0; int32_t G_B23_0 = 0; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_003b; } } { PathOptions_t2074623791 L_2 = ___options0; bool L_3 = L_2.get_isClosedPath_4(); if (L_3) { goto IL_003b; } } { Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); if (L_5) { goto IL_0021; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B5_0 = L_7; goto IL_0029; } IL_0021: { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_0029: { V_5 = G_B5_0; int32_t L_10 = V_5; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_003b; } } { Path_t3614338981 * L_11 = ___changeValue7; int32_t L_12 = V_5; NullCheck(L_11); Path_t3614338981 * L_13 = Path_CloneIncremental_m398805016(L_11, L_12, /*hidden argument*/NULL); ___changeValue7 = L_13; } IL_003b: { Tween_t2342918553 * L_14 = ___t1; NullCheck(L_14); int32_t L_15 = L_14->get_easeType_30(); Tween_t2342918553 * L_16 = ___t1; NullCheck(L_16); EaseFunction_t3531141372 * L_17 = L_16->get_customEase_31(); float L_18 = ___elapsed5; float L_19 = ___duration8; Tween_t2342918553 * L_20 = ___t1; NullCheck(L_20); float L_21 = L_20->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_22 = ___t1; NullCheck(L_22); float L_23 = L_22->get_easePeriod_33(); float L_24 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_15, L_17, L_18, L_19, L_21, L_23, /*hidden argument*/NULL); V_0 = L_24; Path_t3614338981 * L_25 = ___changeValue7; float L_26 = V_0; NullCheck(L_25); float L_27 = Path_ConvertToConstantPathPerc_m980873488(L_25, L_26, /*hidden argument*/NULL); V_1 = L_27; Path_t3614338981 * L_28 = ___changeValue7; float L_29 = V_1; NullCheck(L_28); Vector3_t3722313464 L_30 = Path_GetPoint_m1978489341(L_28, L_29, (bool)0, /*hidden argument*/NULL); V_2 = L_30; Path_t3614338981 * L_31 = ___changeValue7; Vector3_t3722313464 L_32 = V_2; NullCheck(L_31); L_31->set_targetPosition_21(L_32); DOSetter_1_t477454500 * L_33 = ___setter4; Vector3_t3722313464 L_34 = V_2; NullCheck(L_33); DOSetter_1_Invoke_m901956515(L_33, L_34, /*hidden argument*/DOSetter_1_Invoke_m901956515_RuntimeMethod_var); PathOptions_t2074623791 L_35 = ___options0; int32_t L_36 = L_35.get_mode_0(); if (!L_36) { goto IL_009e; } } { PathOptions_t2074623791 L_37 = ___options0; int32_t L_38 = L_37.get_orientType_1(); if (!L_38) { goto IL_009e; } } { PathOptions_t2074623791 L_39 = ___options0; Tween_t2342918553 * L_40 = ___t1; Path_t3614338981 * L_41 = ___changeValue7; float L_42 = V_1; Vector3_t3722313464 L_43 = V_2; int32_t L_44 = ___updateNotice10; PathPlugin_SetOrientation_m3488660629(__this, L_39, L_40, L_41, L_42, L_43, L_44, /*hidden argument*/NULL); } IL_009e: { bool L_45 = ___usingInversePosition9; V_3 = (bool)((((int32_t)L_45) == ((int32_t)0))? 1 : 0); Tween_t2342918553 * L_46 = ___t1; NullCheck(L_46); bool L_47 = L_46->get_isBackwards_5(); if (!L_47) { goto IL_00b1; } } { bool L_48 = V_3; V_3 = (bool)((((int32_t)L_48) == ((int32_t)0))? 1 : 0); } IL_00b1: { Path_t3614338981 * L_49 = ___changeValue7; float L_50 = V_0; bool L_51 = V_3; NullCheck(L_49); int32_t L_52 = Path_GetWaypointIndexFromPerc_m752317420(L_49, L_50, L_51, /*hidden argument*/NULL); V_4 = L_52; int32_t L_53 = V_4; Tween_t2342918553 * L_54 = ___t1; NullCheck(L_54); int32_t L_55 = L_54->get_miscInt_52(); if ((((int32_t)L_53) == ((int32_t)L_55))) { goto IL_018e; } } { Tween_t2342918553 * L_56 = ___t1; NullCheck(L_56); int32_t L_57 = L_56->get_miscInt_52(); V_6 = L_57; Tween_t2342918553 * L_58 = ___t1; int32_t L_59 = V_4; NullCheck(L_58); L_58->set_miscInt_52(L_59); Tween_t2342918553 * L_60 = ___t1; NullCheck(L_60); TweenCallback_1_t3009965658 * L_61 = L_60->get_onWaypointChange_19(); if (!L_61) { goto IL_018e; } } { Tween_t2342918553 * L_62 = ___t1; NullCheck(L_62); bool L_63 = L_62->get_isBackwards_5(); V_7 = L_63; Tween_t2342918553 * L_64 = ___t1; NullCheck(L_64); int32_t L_65 = L_64->get_loopType_27(); if ((!(((uint32_t)L_65) == ((uint32_t)1)))) { goto IL_0134; } } { Tween_t2342918553 * L_66 = ___t1; NullCheck(L_66); bool L_67 = L_66->get_isBackwards_5(); if (L_67) { goto IL_0110; } } { Tween_t2342918553 * L_68 = ___t1; NullCheck(L_68); int32_t L_69 = L_68->get_loops_26(); if ((((int32_t)L_69) <= ((int32_t)1))) { goto IL_0110; } } { Tween_t2342918553 * L_70 = ___t1; NullCheck(L_70); int32_t L_71 = L_70->get_completedLoops_47(); if (((int32_t)((int32_t)L_71%(int32_t)2))) { goto IL_0131; } } IL_0110: { Tween_t2342918553 * L_72 = ___t1; NullCheck(L_72); bool L_73 = L_72->get_isBackwards_5(); if (!L_73) { goto IL_012e; } } { Tween_t2342918553 * L_74 = ___t1; NullCheck(L_74); int32_t L_75 = L_74->get_loops_26(); if ((((int32_t)L_75) <= ((int32_t)1))) { goto IL_012e; } } { Tween_t2342918553 * L_76 = ___t1; NullCheck(L_76); int32_t L_77 = L_76->get_completedLoops_47(); G_B23_0 = ((((int32_t)((int32_t)((int32_t)L_77%(int32_t)2))) == ((int32_t)0))? 1 : 0); goto IL_0132; } IL_012e: { G_B23_0 = 0; goto IL_0132; } IL_0131: { G_B23_0 = 1; } IL_0132: { V_7 = (bool)G_B23_0; } IL_0134: { bool L_78 = V_7; if (!L_78) { goto IL_015e; } } { int32_t L_79 = V_6; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)1)); goto IL_0154; } IL_0140: { Tween_t2342918553 * L_80 = ___t1; NullCheck(L_80); TweenCallback_1_t3009965658 * L_81 = L_80->get_onWaypointChange_19(); int32_t L_82 = V_8; Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735_RuntimeMethod_var); int32_t L_83 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)1)); } IL_0154: { int32_t L_84 = V_8; int32_t L_85 = V_4; if ((((int32_t)L_84) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)1))))) { goto IL_0140; } } { goto IL_0180; } IL_015e: { int32_t L_86 = V_6; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); goto IL_017a; } IL_0166: { Tween_t2342918553 * L_87 = ___t1; NullCheck(L_87); TweenCallback_1_t3009965658 * L_88 = L_87->get_onWaypointChange_19(); int32_t L_89 = V_9; Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735(NULL /*static, unused*/, L_88, L_89, /*hidden argument*/Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735_RuntimeMethod_var); int32_t L_90 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); } IL_017a: { int32_t L_91 = V_9; int32_t L_92 = V_4; if ((((int32_t)L_91) < ((int32_t)L_92))) { goto IL_0166; } } IL_0180: { Tween_t2342918553 * L_93 = ___t1; NullCheck(L_93); TweenCallback_1_t3009965658 * L_94 = L_93->get_onWaypointChange_19(); int32_t L_95 = V_4; Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735(NULL /*static, unused*/, L_94, L_95, /*hidden argument*/Tween_OnTweenCallback_TisInt32_t2950945753_m1809306735_RuntimeMethod_var); } IL_018e: { return; } } // System.Void DG.Tweening.Plugins.PathPlugin::SetOrientation(DG.Tweening.Plugins.Options.PathOptions,DG.Tweening.Tween,DG.Tweening.Plugins.Core.PathCore.Path,System.Single,UnityEngine.Vector3,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void PathPlugin_SetOrientation_m3488660629 (PathPlugin_t1182715676 * __this, PathOptions_t2074623791 ___options0, Tween_t2342918553 * ___t1, Path_t3614338981 * ___path2, float ___pathPerc3, Vector3_t3722313464 ___tPos4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathPlugin_SetOrientation_m3488660629_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_t3600365921 * V_0 = NULL; Quaternion_t2301928331 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 V_4; memset(&V_4, 0, sizeof(V_4)); float V_5 = 0.0f; Vector3_t3722313464 V_6; memset(&V_6, 0, sizeof(V_6)); Vector3_t3722313464 V_7; memset(&V_7, 0, sizeof(V_7)); Vector3_t3722313464 V_8; memset(&V_8, 0, sizeof(V_8)); Vector3_t3722313464 V_9; memset(&V_9, 0, sizeof(V_9)); float V_10 = 0.0f; float V_11 = 0.0f; float G_B16_0 = 0.0f; Vector3_t3722313464 G_B23_0; memset(&G_B23_0, 0, sizeof(G_B23_0)); Vector3_t3722313464 G_B33_0; memset(&G_B33_0, 0, sizeof(G_B33_0)); int32_t G_B54_0 = 0; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); RuntimeObject * L_1 = L_0->get_target_9(); NullCheck(((Component_t1923634451 *)CastclassClass((RuntimeObject*)L_1, Component_t1923634451_il2cpp_TypeInfo_var))); Transform_t3600365921 * L_2 = Component_get_transform_m3162698980(((Component_t1923634451 *)CastclassClass((RuntimeObject*)L_1, Component_t1923634451_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_3 = Quaternion_get_identity_m3722672781(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = ___updateNotice5; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0028; } } { Transform_t3600365921 * L_5 = V_0; PathOptions_t2074623791 L_6 = ___options0; Quaternion_t2301928331 L_7 = L_6.get_startupRot_13(); NullCheck(L_5); Transform_set_rotation_m3524318132(L_5, L_7, /*hidden argument*/NULL); } IL_0028: { PathOptions_t2074623791 L_8 = ___options0; int32_t L_9 = L_8.get_orientType_1(); V_2 = L_9; int32_t L_10 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))) { case 0: { goto IL_00c9; } case 1: { goto IL_007b; } case 2: { goto IL_0048; } } } { goto IL_0384; } IL_0048: { Path_t3614338981 * L_11 = ___path2; PathOptions_t2074623791 L_12 = ___options0; Vector3_t3722313464 L_13 = L_12.get_lookAtPosition_5(); Nullable_1_t1149908250 L_14; memset(&L_14, 0, sizeof(L_14)); Nullable_1__ctor_m133295941((&L_14), L_13, /*hidden argument*/Nullable_1__ctor_m133295941_RuntimeMethod_var); NullCheck(L_11); L_11->set_lookAtPosition_22(L_14); PathOptions_t2074623791 L_15 = ___options0; Vector3_t3722313464 L_16 = L_15.get_lookAtPosition_5(); Transform_t3600365921 * L_17 = V_0; NullCheck(L_17); Vector3_t3722313464 L_18 = Transform_get_position_m36019626(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_19 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_16, L_18, /*hidden argument*/NULL); Transform_t3600365921 * L_20 = V_0; NullCheck(L_20); Vector3_t3722313464 L_21 = Transform_get_up_m3972993886(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_22 = Quaternion_LookRotation_m3197602968(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); V_1 = L_22; goto IL_0384; } IL_007b: { PathOptions_t2074623791 L_23 = ___options0; Transform_t3600365921 * L_24 = L_23.get_lookAtTransform_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_25 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_24, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_0384; } } { Path_t3614338981 * L_26 = ___path2; PathOptions_t2074623791 L_27 = ___options0; Transform_t3600365921 * L_28 = L_27.get_lookAtTransform_6(); NullCheck(L_28); Vector3_t3722313464 L_29 = Transform_get_position_m36019626(L_28, /*hidden argument*/NULL); Nullable_1_t1149908250 L_30; memset(&L_30, 0, sizeof(L_30)); Nullable_1__ctor_m133295941((&L_30), L_29, /*hidden argument*/Nullable_1__ctor_m133295941_RuntimeMethod_var); NullCheck(L_26); L_26->set_lookAtPosition_22(L_30); PathOptions_t2074623791 L_31 = ___options0; Transform_t3600365921 * L_32 = L_31.get_lookAtTransform_6(); NullCheck(L_32); Vector3_t3722313464 L_33 = Transform_get_position_m36019626(L_32, /*hidden argument*/NULL); Transform_t3600365921 * L_34 = V_0; NullCheck(L_34); Vector3_t3722313464 L_35 = Transform_get_position_m36019626(L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_36 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_33, L_35, /*hidden argument*/NULL); Transform_t3600365921 * L_37 = V_0; NullCheck(L_37); Vector3_t3722313464 L_38 = Transform_get_up_m3972993886(L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_39 = Quaternion_LookRotation_m3197602968(NULL /*static, unused*/, L_36, L_38, /*hidden argument*/NULL); V_1 = L_39; goto IL_0384; } IL_00c9: { Path_t3614338981 * L_40 = ___path2; NullCheck(L_40); int32_t L_41 = L_40->get_type_4(); if (L_41) { goto IL_0111; } } { PathOptions_t2074623791 L_42 = ___options0; float L_43 = L_42.get_lookAhead_7(); if ((!(((float)L_43) <= ((float)(0.0001f))))) { goto IL_0111; } } { Vector3_t3722313464 L_44 = ___tPos4; Path_t3614338981 * L_45 = ___path2; NullCheck(L_45); Vector3U5BU5D_t1718750761* L_46 = L_45->get_wps_7(); Path_t3614338981 * L_47 = ___path2; NullCheck(L_47); int32_t L_48 = L_47->get_linearWPIndex_13(); NullCheck(L_46); int32_t L_49 = L_48; Vector3_t3722313464 L_50 = (L_46)->GetAt(static_cast(L_49)); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_51 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_44, L_50, /*hidden argument*/NULL); Path_t3614338981 * L_52 = ___path2; NullCheck(L_52); Vector3U5BU5D_t1718750761* L_53 = L_52->get_wps_7(); Path_t3614338981 * L_54 = ___path2; NullCheck(L_54); int32_t L_55 = L_54->get_linearWPIndex_13(); NullCheck(L_53); int32_t L_56 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)); Vector3_t3722313464 L_57 = (L_53)->GetAt(static_cast(L_56)); Vector3_t3722313464 L_58 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_51, L_57, /*hidden argument*/NULL); V_3 = L_58; goto IL_0157; } IL_0111: { float L_59 = ___pathPerc3; PathOptions_t2074623791 L_60 = ___options0; float L_61 = L_60.get_lookAhead_7(); V_5 = ((float)il2cpp_codegen_add((float)L_59, (float)L_61)); float L_62 = V_5; if ((!(((float)L_62) > ((float)(1.0f))))) { goto IL_014d; } } { PathOptions_t2074623791 L_63 = ___options0; bool L_64 = L_63.get_isClosedPath_4(); if (L_64) { goto IL_0143; } } { Path_t3614338981 * L_65 = ___path2; NullCheck(L_65); int32_t L_66 = L_65->get_type_4(); if (!L_66) { goto IL_013c; } } { G_B16_0 = (1.00001f); goto IL_014b; } IL_013c: { G_B16_0 = (1.0f); goto IL_014b; } IL_0143: { float L_67 = V_5; G_B16_0 = ((float)il2cpp_codegen_subtract((float)L_67, (float)(1.0f))); } IL_014b: { V_5 = G_B16_0; } IL_014d: { Path_t3614338981 * L_68 = ___path2; float L_69 = V_5; NullCheck(L_68); Vector3_t3722313464 L_70 = Path_GetPoint_m1978489341(L_68, L_69, (bool)0, /*hidden argument*/NULL); V_3 = L_70; } IL_0157: { Path_t3614338981 * L_71 = ___path2; NullCheck(L_71); int32_t L_72 = L_71->get_type_4(); if (L_72) { goto IL_01b3; } } { Path_t3614338981 * L_73 = ___path2; NullCheck(L_73); Vector3U5BU5D_t1718750761* L_74 = L_73->get_wps_7(); Path_t3614338981 * L_75 = ___path2; NullCheck(L_75); Vector3U5BU5D_t1718750761* L_76 = L_75->get_wps_7(); NullCheck(L_76); NullCheck(L_74); int32_t L_77 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length)))), (int32_t)1)); Vector3_t3722313464 L_78 = (L_74)->GetAt(static_cast(L_77)); V_6 = L_78; Vector3_t3722313464 L_79 = V_3; Vector3_t3722313464 L_80 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_81 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_79, L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_01b3; } } { Vector3_t3722313464 L_82 = ___tPos4; Vector3_t3722313464 L_83 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); bool L_84 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_82, L_83, /*hidden argument*/NULL); if (L_84) { goto IL_018f; } } { Vector3_t3722313464 L_85 = V_6; G_B23_0 = L_85; goto IL_01b2; } IL_018f: { Vector3_t3722313464 L_86 = V_6; Vector3_t3722313464 L_87 = V_6; Path_t3614338981 * L_88 = ___path2; NullCheck(L_88); Vector3U5BU5D_t1718750761* L_89 = L_88->get_wps_7(); Path_t3614338981 * L_90 = ___path2; NullCheck(L_90); Vector3U5BU5D_t1718750761* L_91 = L_90->get_wps_7(); NullCheck(L_91); NullCheck(L_89); int32_t L_92 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_91)->max_length)))), (int32_t)2)); Vector3_t3722313464 L_93 = (L_89)->GetAt(static_cast(L_92)); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_94 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_87, L_93, /*hidden argument*/NULL); Vector3_t3722313464 L_95 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_86, L_94, /*hidden argument*/NULL); G_B23_0 = L_95; } IL_01b2: { V_3 = G_B23_0; } IL_01b3: { Transform_t3600365921 * L_96 = V_0; NullCheck(L_96); Vector3_t3722313464 L_97 = Transform_get_up_m3972993886(L_96, /*hidden argument*/NULL); V_4 = L_97; PathOptions_t2074623791 L_98 = ___options0; bool L_99 = L_98.get_useLocalPosition_10(); if (!L_99) { goto IL_01de; } } { PathOptions_t2074623791 L_100 = ___options0; Transform_t3600365921 * L_101 = L_100.get_parent_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_102 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_101, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_102) { goto IL_01de; } } { PathOptions_t2074623791 L_103 = ___options0; Transform_t3600365921 * L_104 = L_103.get_parent_11(); Vector3_t3722313464 L_105 = V_3; NullCheck(L_104); Vector3_t3722313464 L_106 = Transform_TransformPoint_m226827784(L_104, L_105, /*hidden argument*/NULL); V_3 = L_106; } IL_01de: { PathOptions_t2074623791 L_107 = ___options0; int32_t L_108 = L_107.get_lockRotationAxis_3(); if (!L_108) { goto IL_02d1; } } { PathOptions_t2074623791 L_109 = ___options0; int32_t L_110 = L_109.get_lockRotationAxis_3(); if ((!(((uint32_t)((int32_t)((int32_t)L_110&(int32_t)2))) == ((uint32_t)2)))) { goto IL_023c; } } { Transform_t3600365921 * L_111 = V_0; Vector3_t3722313464 L_112 = V_3; NullCheck(L_111); Vector3_t3722313464 L_113 = Transform_InverseTransformPoint_m1343916000(L_111, L_112, /*hidden argument*/NULL); V_7 = L_113; (&V_7)->set_y_2((0.0f)); Transform_t3600365921 * L_114 = V_0; Vector3_t3722313464 L_115 = V_7; NullCheck(L_114); Vector3_t3722313464 L_116 = Transform_TransformPoint_m226827784(L_114, L_115, /*hidden argument*/NULL); V_3 = L_116; PathOptions_t2074623791 L_117 = ___options0; bool L_118 = L_117.get_useLocalPosition_10(); if (!L_118) { goto IL_0228; } } { PathOptions_t2074623791 L_119 = ___options0; Transform_t3600365921 * L_120 = L_119.get_parent_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_121 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_120, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (L_121) { goto IL_022f; } } IL_0228: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_122 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); G_B33_0 = L_122; goto IL_023a; } IL_022f: { PathOptions_t2074623791 L_123 = ___options0; Transform_t3600365921 * L_124 = L_123.get_parent_11(); NullCheck(L_124); Vector3_t3722313464 L_125 = Transform_get_up_m3972993886(L_124, /*hidden argument*/NULL); G_B33_0 = L_125; } IL_023a: { V_4 = G_B33_0; } IL_023c: { PathOptions_t2074623791 L_126 = ___options0; int32_t L_127 = L_126.get_lockRotationAxis_3(); if ((!(((uint32_t)((int32_t)((int32_t)L_127&(int32_t)4))) == ((uint32_t)4)))) { goto IL_0282; } } { Transform_t3600365921 * L_128 = V_0; Vector3_t3722313464 L_129 = V_3; NullCheck(L_128); Vector3_t3722313464 L_130 = Transform_InverseTransformPoint_m1343916000(L_128, L_129, /*hidden argument*/NULL); V_8 = L_130; Vector3_t3722313464 L_131 = V_8; float L_132 = L_131.get_z_3(); if ((!(((float)L_132) < ((float)(0.0f))))) { goto IL_026d; } } { Vector3_t3722313464 L_133 = V_8; float L_134 = L_133.get_z_3(); (&V_8)->set_z_3(((-L_134))); } IL_026d: { (&V_8)->set_x_1((0.0f)); Transform_t3600365921 * L_135 = V_0; Vector3_t3722313464 L_136 = V_8; NullCheck(L_135); Vector3_t3722313464 L_137 = Transform_TransformPoint_m226827784(L_135, L_136, /*hidden argument*/NULL); V_3 = L_137; } IL_0282: { PathOptions_t2074623791 L_138 = ___options0; int32_t L_139 = L_138.get_lockRotationAxis_3(); if ((!(((uint32_t)((int32_t)((int32_t)L_139&(int32_t)8))) == ((uint32_t)8)))) { goto IL_02d1; } } { PathOptions_t2074623791 L_140 = ___options0; bool L_141 = L_140.get_useLocalPosition_10(); if (!L_141) { goto IL_02b7; } } { PathOptions_t2074623791 L_142 = ___options0; Transform_t3600365921 * L_143 = L_142.get_parent_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_144 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, L_143, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_144) { goto IL_02b7; } } { PathOptions_t2074623791 L_145 = ___options0; Transform_t3600365921 * L_146 = L_145.get_parent_11(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_147 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_146); Vector3_t3722313464 L_148 = Transform_TransformDirection_m3784028109(L_146, L_147, /*hidden argument*/NULL); V_4 = L_148; goto IL_02c4; } IL_02b7: { Transform_t3600365921 * L_149 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_150 = Vector3_get_up_m3584168373(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_149); Vector3_t3722313464 L_151 = Transform_TransformDirection_m3784028109(L_149, L_150, /*hidden argument*/NULL); V_4 = L_151; } IL_02c4: { PathOptions_t2074623791 L_152 = ___options0; float L_153 = L_152.get_startupZRot_14(); (&V_4)->set_z_3(L_153); } IL_02d1: { PathOptions_t2074623791 L_154 = ___options0; int32_t L_155 = L_154.get_mode_0(); if ((!(((uint32_t)L_155) == ((uint32_t)1)))) { goto IL_030a; } } { Vector3_t3722313464 L_156 = V_3; Transform_t3600365921 * L_157 = V_0; NullCheck(L_157); Vector3_t3722313464 L_158 = Transform_get_position_m36019626(L_157, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_159 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_156, L_158, /*hidden argument*/NULL); V_9 = L_159; Vector3_t3722313464 L_160 = V_9; Vector3_t3722313464 L_161 = Vector3_get_zero_m1409827619(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_162 = Vector3_op_Equality_m4231250055(NULL /*static, unused*/, L_160, L_161, /*hidden argument*/NULL); if (!L_162) { goto IL_02fe; } } { Transform_t3600365921 * L_163 = V_0; NullCheck(L_163); Vector3_t3722313464 L_164 = Transform_get_forward_m747522392(L_163, /*hidden argument*/NULL); V_9 = L_164; } IL_02fe: { Vector3_t3722313464 L_165 = V_9; Vector3_t3722313464 L_166 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_167 = Quaternion_LookRotation_m3197602968(NULL /*static, unused*/, L_165, L_166, /*hidden argument*/NULL); V_1 = L_167; goto IL_0384; } IL_030a: { V_10 = (0.0f); Transform_t3600365921 * L_168 = V_0; NullCheck(L_168); Vector3_t3722313464 L_169 = Transform_get_position_m36019626(L_168, /*hidden argument*/NULL); Vector3_t3722313464 L_170 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Utils_t849021263_il2cpp_TypeInfo_var); float L_171 = Utils_Angle2D_m714643226(NULL /*static, unused*/, L_169, L_170, /*hidden argument*/NULL); V_11 = L_171; float L_172 = V_11; if ((!(((float)L_172) < ((float)(0.0f))))) { goto IL_0332; } } { float L_173 = V_11; V_11 = ((float)il2cpp_codegen_add((float)(360.0f), (float)L_173)); } IL_0332: { PathOptions_t2074623791 L_174 = ___options0; int32_t L_175 = L_174.get_mode_0(); if ((!(((uint32_t)L_175) == ((uint32_t)3)))) { goto IL_0375; } } { Vector3_t3722313464 L_176 = V_3; float L_177 = L_176.get_x_1(); Transform_t3600365921 * L_178 = V_0; NullCheck(L_178); Vector3_t3722313464 L_179 = Transform_get_position_m36019626(L_178, /*hidden argument*/NULL); float L_180 = L_179.get_x_1(); if ((((float)L_177) < ((float)L_180))) { goto IL_0351; } } { G_B54_0 = 0; goto IL_0356; } IL_0351: { G_B54_0 = ((int32_t)180); } IL_0356: { V_10 = (((float)((float)G_B54_0))); float L_181 = V_11; if ((!(((float)L_181) > ((float)(90.0f))))) { goto IL_0375; } } { float L_182 = V_11; if ((!(((float)L_182) < ((float)(270.0f))))) { goto IL_0375; } } { float L_183 = V_11; V_11 = ((float)il2cpp_codegen_subtract((float)(180.0f), (float)L_183)); } IL_0375: { float L_184 = V_10; float L_185 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_186 = Quaternion_Euler_m3049309462(NULL /*static, unused*/, (0.0f), L_184, L_185, /*hidden argument*/NULL); V_1 = L_186; } IL_0384: { PathOptions_t2074623791 L_187 = ___options0; bool L_188 = L_187.get_hasCustomForwardDirection_8(); if (!L_188) { goto IL_0399; } } { Quaternion_t2301928331 L_189 = V_1; PathOptions_t2074623791 L_190 = ___options0; Quaternion_t2301928331 L_191 = L_190.get_forward_9(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_192 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_189, L_191, /*hidden argument*/NULL); V_1 = L_192; } IL_0399: { PathOptions_t2074623791 L_193 = ___options0; Tween_t2342918553 * L_194 = ___t1; Quaternion_t2301928331 L_195 = V_1; Transform_t3600365921 * L_196 = V_0; DOTweenExternalCommand_Dispatch_SetOrientationOnPath_m4097461840(NULL /*static, unused*/, L_193, L_194, L_195, L_196, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Plugins.PathPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void PathPlugin__ctor_m2101790435 (PathPlugin_t1182715676 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathPlugin__ctor_m2101790435_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m2243829826(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m2243829826_RuntimeMethod_var); 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.Plugins.QuaternionPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void QuaternionPlugin_Reset_m2266968798 (QuaternionPlugin_t495488984 * __this, TweenerCore_3_t1299559007 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.QuaternionPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void QuaternionPlugin_SetFrom_m3726493348 (QuaternionPlugin_t495488984 * __this, TweenerCore_3_t1299559007 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuaternionPlugin_SetFrom_m3726493348_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Quaternion_t2301928331 V_1; memset(&V_1, 0, sizeof(V_1)); Quaternion_t2301928331 V_2; memset(&V_2, 0, sizeof(V_2)); { TweenerCore_3_t1299559007 * L_0 = ___t0; NullCheck(L_0); Vector3_t3722313464 L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t1299559007 * L_2 = ___t0; TweenerCore_3_t1299559007 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t2044724535 * L_4 = L_3->get_getter_59(); NullCheck(L_4); Quaternion_t2301928331 L_5 = DOGetter_1_Invoke_m2360668198(L_4, /*hidden argument*/DOGetter_1_Invoke_m2360668198_RuntimeMethod_var); V_1 = L_5; Vector3_t3722313464 L_6 = Quaternion_get_eulerAngles_m3425202016((&V_1), /*hidden argument*/NULL); NullCheck(L_2); L_2->set_endValue_56(L_6); TweenerCore_3_t1299559007 * L_7 = ___t0; NullCheck(L_7); QuaternionOptions_t2974423933 * L_8 = L_7->get_address_of_plugOptions_58(); int32_t L_9 = L_8->get_rotateMode_0(); if (L_9) { goto IL_0041; } } { TweenerCore_3_t1299559007 * L_10 = ___t0; NullCheck(L_10); bool L_11 = Tween_get_isRelative_m1742579053(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0041; } } { TweenerCore_3_t1299559007 * L_12 = ___t0; Vector3_t3722313464 L_13 = V_0; NullCheck(L_12); L_12->set_startValue_55(L_13); goto IL_00d0; } IL_0041: { TweenerCore_3_t1299559007 * L_14 = ___t0; NullCheck(L_14); QuaternionOptions_t2974423933 * L_15 = L_14->get_address_of_plugOptions_58(); int32_t L_16 = L_15->get_rotateMode_0(); if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_0063; } } { TweenerCore_3_t1299559007 * L_17 = ___t0; TweenerCore_3_t1299559007 * L_18 = ___t0; NullCheck(L_18); Vector3_t3722313464 L_19 = L_18->get_endValue_56(); Vector3_t3722313464 L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_21 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_startValue_55(L_21); goto IL_00d0; } IL_0063: { TweenerCore_3_t1299559007 * L_22 = ___t0; NullCheck(L_22); DOGetter_1_t2044724535 * L_23 = L_22->get_getter_59(); NullCheck(L_23); Quaternion_t2301928331 L_24 = DOGetter_1_Invoke_m2360668198(L_23, /*hidden argument*/DOGetter_1_Invoke_m2360668198_RuntimeMethod_var); V_2 = L_24; TweenerCore_3_t1299559007 * L_25 = ___t0; NullCheck(L_25); QuaternionOptions_t2974423933 * L_26 = L_25->get_address_of_plugOptions_58(); int32_t L_27 = L_26->get_rotateMode_0(); if ((!(((uint32_t)L_27) == ((uint32_t)2)))) { goto IL_00aa; } } { TweenerCore_3_t1299559007 * L_28 = ___t0; Quaternion_t2301928331 L_29 = V_2; Quaternion_t2301928331 L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_31 = Quaternion_Inverse_m1311579081(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); Quaternion_t2301928331 L_32 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_29, L_31, /*hidden argument*/NULL); Vector3_t3722313464 L_33 = V_0; Quaternion_t2301928331 L_34 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); Quaternion_t2301928331 L_35 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_32, L_34, /*hidden argument*/NULL); Quaternion_t2301928331 L_36 = V_2; Quaternion_t2301928331 L_37 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); V_1 = L_37; Vector3_t3722313464 L_38 = Quaternion_get_eulerAngles_m3425202016((&V_1), /*hidden argument*/NULL); NullCheck(L_28); L_28->set_startValue_55(L_38); goto IL_00c4; } IL_00aa: { TweenerCore_3_t1299559007 * L_39 = ___t0; Quaternion_t2301928331 L_40 = V_2; Vector3_t3722313464 L_41 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_42 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); Quaternion_t2301928331 L_43 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_40, L_42, /*hidden argument*/NULL); V_1 = L_43; Vector3_t3722313464 L_44 = Quaternion_get_eulerAngles_m3425202016((&V_1), /*hidden argument*/NULL); NullCheck(L_39); L_39->set_startValue_55(L_44); } IL_00c4: { TweenerCore_3_t1299559007 * L_45 = ___t0; Vector3_t3722313464 L_46 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_47 = Vector3_op_UnaryNegation_m1951478815(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); NullCheck(L_45); L_45->set_endValue_56(L_47); } IL_00d0: { TweenerCore_3_t1299559007 * L_48 = ___t0; NullCheck(L_48); DOSetter_1_t3352036663 * L_49 = L_48->get_setter_60(); TweenerCore_3_t1299559007 * L_50 = ___t0; NullCheck(L_50); Vector3_t3722313464 L_51 = L_50->get_startValue_55(); IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_52 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); NullCheck(L_49); DOSetter_1_Invoke_m3278952665(L_49, L_52, /*hidden argument*/DOSetter_1_Invoke_m3278952665_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.QuaternionPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,UnityEngine.Vector3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void QuaternionPlugin_SetFrom_m3726579109 (QuaternionPlugin_t495488984 * __this, TweenerCore_3_t1299559007 * ___t0, Vector3_t3722313464 ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuaternionPlugin_SetFrom_m3726579109_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t1299559007 * L_0 = ___t0; Vector3_t3722313464 L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_001b; } } { TweenerCore_3_t1299559007 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t3352036663 * L_4 = L_3->get_setter_60(); Vector3_t3722313464 L_5 = ___fromValue1; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_6 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); DOSetter_1_Invoke_m3278952665(L_4, L_6, /*hidden argument*/DOSetter_1_Invoke_m3278952665_RuntimeMethod_var); } IL_001b: { return; } } // UnityEngine.Vector3 DG.Tweening.Plugins.QuaternionPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 QuaternionPlugin_ConvertToStartValue_m249510092 (QuaternionPlugin_t495488984 * __this, TweenerCore_3_t1299559007 * ___t0, Quaternion_t2301928331 ___value1, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = Quaternion_get_eulerAngles_m3425202016((&___value1), /*hidden argument*/NULL); return L_0; } } // System.Void DG.Tweening.Plugins.QuaternionPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void QuaternionPlugin_SetRelativeEndValue_m1199173743 (QuaternionPlugin_t495488984 * __this, TweenerCore_3_t1299559007 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuaternionPlugin_SetRelativeEndValue_m1199173743_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t1299559007 * L_0 = ___t0; TweenerCore_3_t1299559007 * L_1 = L_0; NullCheck(L_1); Vector3_t3722313464 L_2 = L_1->get_endValue_56(); TweenerCore_3_t1299559007 * L_3 = ___t0; NullCheck(L_3); Vector3_t3722313464 L_4 = L_3->get_startValue_55(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_5 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_endValue_56(L_5); return; } } // System.Void DG.Tweening.Plugins.QuaternionPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void QuaternionPlugin_SetChangeValue_m4207350157 (QuaternionPlugin_t495488984 * __this, TweenerCore_3_t1299559007 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuaternionPlugin_SetChangeValue_m4207350157_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); Vector3_t3722313464 V_1; memset(&V_1, 0, sizeof(V_1)); float V_2 = 0.0f; float G_B11_0 = 0.0f; Vector3_t3722313464 * G_B14_0 = NULL; Vector3_t3722313464 * G_B13_0 = NULL; float G_B15_0 = 0.0f; Vector3_t3722313464 * G_B15_1 = NULL; float G_B19_0 = 0.0f; Vector3_t3722313464 * G_B22_0 = NULL; Vector3_t3722313464 * G_B21_0 = NULL; float G_B23_0 = 0.0f; Vector3_t3722313464 * G_B23_1 = NULL; float G_B27_0 = 0.0f; Vector3_t3722313464 * G_B30_0 = NULL; Vector3_t3722313464 * G_B29_0 = NULL; float G_B31_0 = 0.0f; Vector3_t3722313464 * G_B31_1 = NULL; { TweenerCore_3_t1299559007 * L_0 = ___t0; NullCheck(L_0); QuaternionOptions_t2974423933 * L_1 = L_0->get_address_of_plugOptions_58(); int32_t L_2 = L_1->get_rotateMode_0(); if (L_2) { goto IL_0175; } } { TweenerCore_3_t1299559007 * L_3 = ___t0; NullCheck(L_3); bool L_4 = Tween_get_isRelative_m1742579053(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0175; } } { TweenerCore_3_t1299559007 * L_5 = ___t0; NullCheck(L_5); Vector3_t3722313464 L_6 = L_5->get_endValue_56(); V_0 = L_6; Vector3_t3722313464 L_7 = V_0; float L_8 = L_7.get_x_1(); if ((!(((float)L_8) > ((float)(360.0f))))) { goto IL_0042; } } { Vector3_t3722313464 L_9 = V_0; float L_10 = L_9.get_x_1(); (&V_0)->set_x_1((fmodf(L_10, (360.0f)))); } IL_0042: { Vector3_t3722313464 L_11 = V_0; float L_12 = L_11.get_y_2(); if ((!(((float)L_12) > ((float)(360.0f))))) { goto IL_0062; } } { Vector3_t3722313464 L_13 = V_0; float L_14 = L_13.get_y_2(); (&V_0)->set_y_2((fmodf(L_14, (360.0f)))); } IL_0062: { Vector3_t3722313464 L_15 = V_0; float L_16 = L_15.get_z_3(); if ((!(((float)L_16) > ((float)(360.0f))))) { goto IL_0082; } } { Vector3_t3722313464 L_17 = V_0; float L_18 = L_17.get_z_3(); (&V_0)->set_z_3((fmodf(L_18, (360.0f)))); } IL_0082: { Vector3_t3722313464 L_19 = V_0; TweenerCore_3_t1299559007 * L_20 = ___t0; NullCheck(L_20); Vector3_t3722313464 L_21 = L_20->get_startValue_55(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_22 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); V_1 = L_22; Vector3_t3722313464 L_23 = V_1; float L_24 = L_23.get_x_1(); if ((((float)L_24) > ((float)(0.0f)))) { goto IL_00a5; } } { Vector3_t3722313464 L_25 = V_1; float L_26 = L_25.get_x_1(); G_B11_0 = ((-L_26)); goto IL_00ab; } IL_00a5: { Vector3_t3722313464 L_27 = V_1; float L_28 = L_27.get_x_1(); G_B11_0 = L_28; } IL_00ab: { V_2 = G_B11_0; float L_29 = V_2; if ((!(((float)L_29) > ((float)(180.0f))))) { goto IL_00d9; } } { Vector3_t3722313464 L_30 = V_1; float L_31 = L_30.get_x_1(); G_B13_0 = (&V_1); if ((((float)L_31) > ((float)(0.0f)))) { G_B14_0 = (&V_1); goto IL_00cc; } } { float L_32 = V_2; G_B15_0 = ((float)il2cpp_codegen_subtract((float)(360.0f), (float)L_32)); G_B15_1 = G_B13_0; goto IL_00d4; } IL_00cc: { float L_33 = V_2; G_B15_0 = ((-((float)il2cpp_codegen_subtract((float)(360.0f), (float)L_33)))); G_B15_1 = G_B14_0; } IL_00d4: { G_B15_1->set_x_1(G_B15_0); } IL_00d9: { Vector3_t3722313464 L_34 = V_1; float L_35 = L_34.get_y_2(); if ((((float)L_35) > ((float)(0.0f)))) { goto IL_00ef; } } { Vector3_t3722313464 L_36 = V_1; float L_37 = L_36.get_y_2(); G_B19_0 = ((-L_37)); goto IL_00f5; } IL_00ef: { Vector3_t3722313464 L_38 = V_1; float L_39 = L_38.get_y_2(); G_B19_0 = L_39; } IL_00f5: { V_2 = G_B19_0; float L_40 = V_2; if ((!(((float)L_40) > ((float)(180.0f))))) { goto IL_0123; } } { Vector3_t3722313464 L_41 = V_1; float L_42 = L_41.get_y_2(); G_B21_0 = (&V_1); if ((((float)L_42) > ((float)(0.0f)))) { G_B22_0 = (&V_1); goto IL_0116; } } { float L_43 = V_2; G_B23_0 = ((float)il2cpp_codegen_subtract((float)(360.0f), (float)L_43)); G_B23_1 = G_B21_0; goto IL_011e; } IL_0116: { float L_44 = V_2; G_B23_0 = ((-((float)il2cpp_codegen_subtract((float)(360.0f), (float)L_44)))); G_B23_1 = G_B22_0; } IL_011e: { G_B23_1->set_y_2(G_B23_0); } IL_0123: { Vector3_t3722313464 L_45 = V_1; float L_46 = L_45.get_z_3(); if ((((float)L_46) > ((float)(0.0f)))) { goto IL_0139; } } { Vector3_t3722313464 L_47 = V_1; float L_48 = L_47.get_z_3(); G_B27_0 = ((-L_48)); goto IL_013f; } IL_0139: { Vector3_t3722313464 L_49 = V_1; float L_50 = L_49.get_z_3(); G_B27_0 = L_50; } IL_013f: { V_2 = G_B27_0; float L_51 = V_2; if ((!(((float)L_51) > ((float)(180.0f))))) { goto IL_016d; } } { Vector3_t3722313464 L_52 = V_1; float L_53 = L_52.get_z_3(); G_B29_0 = (&V_1); if ((((float)L_53) > ((float)(0.0f)))) { G_B30_0 = (&V_1); goto IL_0160; } } { float L_54 = V_2; G_B31_0 = ((float)il2cpp_codegen_subtract((float)(360.0f), (float)L_54)); G_B31_1 = G_B29_0; goto IL_0168; } IL_0160: { float L_55 = V_2; G_B31_0 = ((-((float)il2cpp_codegen_subtract((float)(360.0f), (float)L_55)))); G_B31_1 = G_B30_0; } IL_0168: { G_B31_1->set_z_3(G_B31_0); } IL_016d: { TweenerCore_3_t1299559007 * L_56 = ___t0; Vector3_t3722313464 L_57 = V_1; NullCheck(L_56); L_56->set_changeValue_57(L_57); return; } IL_0175: { TweenerCore_3_t1299559007 * L_58 = ___t0; NullCheck(L_58); QuaternionOptions_t2974423933 * L_59 = L_58->get_address_of_plugOptions_58(); int32_t L_60 = L_59->get_rotateMode_0(); if ((((int32_t)L_60) == ((int32_t)1))) { goto IL_018b; } } { TweenerCore_3_t1299559007 * L_61 = ___t0; NullCheck(L_61); bool L_62 = Tween_get_isRelative_m1742579053(L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_01a3; } } IL_018b: { TweenerCore_3_t1299559007 * L_63 = ___t0; TweenerCore_3_t1299559007 * L_64 = ___t0; NullCheck(L_64); Vector3_t3722313464 L_65 = L_64->get_endValue_56(); TweenerCore_3_t1299559007 * L_66 = ___t0; NullCheck(L_66); Vector3_t3722313464 L_67 = L_66->get_startValue_55(); IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_68 = Vector3_op_Subtraction_m3073674971(NULL /*static, unused*/, L_65, L_67, /*hidden argument*/NULL); NullCheck(L_63); L_63->set_changeValue_57(L_68); return; } IL_01a3: { TweenerCore_3_t1299559007 * L_69 = ___t0; TweenerCore_3_t1299559007 * L_70 = ___t0; NullCheck(L_70); Vector3_t3722313464 L_71 = L_70->get_endValue_56(); NullCheck(L_69); L_69->set_changeValue_57(L_71); return; } } // System.Single DG.Tweening.Plugins.QuaternionPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.QuaternionOptions,System.Single,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR float QuaternionPlugin_GetSpeedBasedDuration_m309954761 (QuaternionPlugin_t495488984 * __this, QuaternionOptions_t2974423933 ___options0, float ___unitsXSecond1, Vector3_t3722313464 ___changeValue2, const RuntimeMethod* method) { { float L_0 = Vector3_get_magnitude_m27958459((&___changeValue2), /*hidden argument*/NULL); float L_1 = ___unitsXSecond1; return ((float)((float)L_0/(float)L_1)); } } // System.Void DG.Tweening.Plugins.QuaternionPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.QuaternionOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void QuaternionPlugin_EvaluateAndApply_m3470183205 (QuaternionPlugin_t495488984 * __this, QuaternionOptions_t2974423933 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t2044724535 * ___getter3, DOSetter_1_t3352036663 * ___setter4, float ___elapsed5, Vector3_t3722313464 ___startValue6, Vector3_t3722313464 ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuaternionPlugin_EvaluateAndApply_m3470183205_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector3_t3722313464 V_0; memset(&V_0, 0, sizeof(V_0)); float V_1 = 0.0f; int32_t V_2 = 0; Quaternion_t2301928331 V_3; memset(&V_3, 0, sizeof(V_3)); Vector3_t3722313464 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); Vector3_t3722313464 G_B3_1; memset(&G_B3_1, 0, sizeof(G_B3_1)); Vector3_t3722313464 G_B2_0; memset(&G_B2_0, 0, sizeof(G_B2_0)); Vector3_t3722313464 G_B2_1; memset(&G_B2_1, 0, sizeof(G_B2_1)); int32_t G_B4_0 = 0; Vector3_t3722313464 G_B4_1; memset(&G_B4_1, 0, sizeof(G_B4_1)); Vector3_t3722313464 G_B4_2; memset(&G_B4_2, 0, sizeof(G_B4_2)); Vector3_t3722313464 G_B9_0; memset(&G_B9_0, 0, sizeof(G_B9_0)); Vector3_t3722313464 G_B9_1; memset(&G_B9_1, 0, sizeof(G_B9_1)); Vector3_t3722313464 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); Vector3_t3722313464 G_B8_1; memset(&G_B8_1, 0, sizeof(G_B8_1)); int32_t G_B10_0 = 0; Vector3_t3722313464 G_B10_1; memset(&G_B10_1, 0, sizeof(G_B10_1)); Vector3_t3722313464 G_B10_2; memset(&G_B10_2, 0, sizeof(G_B10_2)); Vector3_t3722313464 G_B12_0; memset(&G_B12_0, 0, sizeof(G_B12_0)); Vector3_t3722313464 G_B12_1; memset(&G_B12_1, 0, sizeof(G_B12_1)); Vector3_t3722313464 G_B11_0; memset(&G_B11_0, 0, sizeof(G_B11_0)); Vector3_t3722313464 G_B11_1; memset(&G_B11_1, 0, sizeof(G_B11_1)); int32_t G_B13_0 = 0; Vector3_t3722313464 G_B13_1; memset(&G_B13_1, 0, sizeof(G_B13_1)); Vector3_t3722313464 G_B13_2; memset(&G_B13_2, 0, sizeof(G_B13_2)); { Vector3_t3722313464 L_0 = ___startValue6; V_0 = L_0; Tween_t2342918553 * L_1 = ___t1; NullCheck(L_1); int32_t L_2 = L_1->get_loopType_27(); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0033; } } { Vector3_t3722313464 L_3 = V_0; Vector3_t3722313464 L_4 = ___changeValue7; Tween_t2342918553 * L_5 = ___t1; NullCheck(L_5); bool L_6 = L_5->get_isComplete_49(); G_B2_0 = L_4; G_B2_1 = L_3; if (L_6) { G_B3_0 = L_4; G_B3_1 = L_3; goto IL_001f; } } { Tween_t2342918553 * L_7 = ___t1; NullCheck(L_7); int32_t L_8 = L_7->get_completedLoops_47(); G_B4_0 = L_8; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0027; } IL_001f: { Tween_t2342918553 * L_9 = ___t1; NullCheck(L_9); int32_t L_10 = L_9->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_11 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, G_B4_1, (((float)((float)G_B4_0))), /*hidden argument*/NULL); Vector3_t3722313464 L_12 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, G_B4_2, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0033: { Tween_t2342918553 * L_13 = ___t1; NullCheck(L_13); bool L_14 = L_13->get_isSequenced_38(); if (!L_14) { goto IL_0097; } } { Tween_t2342918553 * L_15 = ___t1; NullCheck(L_15); Sequence_t2050373119 * L_16 = L_15->get_sequenceParent_39(); NullCheck(L_16); int32_t L_17 = ((Tween_t2342918553 *)L_16)->get_loopType_27(); if ((!(((uint32_t)L_17) == ((uint32_t)2)))) { goto IL_0097; } } { Vector3_t3722313464 L_18 = V_0; Vector3_t3722313464 L_19 = ___changeValue7; Tween_t2342918553 * L_20 = ___t1; NullCheck(L_20); int32_t L_21 = L_20->get_loopType_27(); G_B8_0 = L_19; G_B8_1 = L_18; if ((((int32_t)L_21) == ((int32_t)2))) { G_B9_0 = L_19; G_B9_1 = L_18; goto IL_0058; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_005e; } IL_0058: { Tween_t2342918553 * L_22 = ___t1; NullCheck(L_22); int32_t L_23 = L_22->get_loops_26(); G_B10_0 = L_23; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_24 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, G_B10_1, (((float)((float)G_B10_0))), /*hidden argument*/NULL); Tween_t2342918553 * L_25 = ___t1; NullCheck(L_25); Sequence_t2050373119 * L_26 = L_25->get_sequenceParent_39(); NullCheck(L_26); bool L_27 = ((Tween_t2342918553 *)L_26)->get_isComplete_49(); G_B11_0 = L_24; G_B11_1 = G_B10_2; if (L_27) { G_B12_0 = L_24; G_B12_1 = G_B10_2; goto IL_007e; } } { Tween_t2342918553 * L_28 = ___t1; NullCheck(L_28); Sequence_t2050373119 * L_29 = L_28->get_sequenceParent_39(); NullCheck(L_29); int32_t L_30 = ((Tween_t2342918553 *)L_29)->get_completedLoops_47(); G_B13_0 = L_30; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_008b; } IL_007e: { Tween_t2342918553 * L_31 = ___t1; NullCheck(L_31); Sequence_t2050373119 * L_32 = L_31->get_sequenceParent_39(); NullCheck(L_32); int32_t L_33 = ((Tween_t2342918553 *)L_32)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_008b: { IL2CPP_RUNTIME_CLASS_INIT(Vector3_t3722313464_il2cpp_TypeInfo_var); Vector3_t3722313464 L_34 = Vector3_op_Multiply_m3376773913(NULL /*static, unused*/, G_B13_1, (((float)((float)G_B13_0))), /*hidden argument*/NULL); Vector3_t3722313464 L_35 = Vector3_op_Addition_m779775034(NULL /*static, unused*/, G_B13_2, L_34, /*hidden argument*/NULL); V_0 = L_35; } IL_0097: { Tween_t2342918553 * L_36 = ___t1; NullCheck(L_36); int32_t L_37 = L_36->get_easeType_30(); Tween_t2342918553 * L_38 = ___t1; NullCheck(L_38); EaseFunction_t3531141372 * L_39 = L_38->get_customEase_31(); float L_40 = ___elapsed5; float L_41 = ___duration8; Tween_t2342918553 * L_42 = ___t1; NullCheck(L_42); float L_43 = L_42->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_44 = ___t1; NullCheck(L_44); float L_45 = L_44->get_easePeriod_33(); float L_46 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_37, L_39, L_40, L_41, L_43, L_45, /*hidden argument*/NULL); V_1 = L_46; QuaternionOptions_t2974423933 L_47 = ___options0; int32_t L_48 = L_47.get_rotateMode_0(); V_2 = L_48; int32_t L_49 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)2))) <= ((uint32_t)1)))) { goto IL_0140; } } { Vector3_t3722313464 L_50 = ___startValue6; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_51 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); V_3 = L_51; Vector3_t3722313464 L_52 = ___changeValue7; float L_53 = L_52.get_x_1(); float L_54 = V_1; (&V_0)->set_x_1(((float)il2cpp_codegen_multiply((float)L_53, (float)L_54))); Vector3_t3722313464 L_55 = ___changeValue7; float L_56 = L_55.get_y_2(); float L_57 = V_1; (&V_0)->set_y_2(((float)il2cpp_codegen_multiply((float)L_56, (float)L_57))); Vector3_t3722313464 L_58 = ___changeValue7; float L_59 = L_58.get_z_3(); float L_60 = V_1; (&V_0)->set_z_3(((float)il2cpp_codegen_multiply((float)L_59, (float)L_60))); QuaternionOptions_t2974423933 L_61 = ___options0; int32_t L_62 = L_61.get_rotateMode_0(); if ((!(((uint32_t)L_62) == ((uint32_t)2)))) { goto IL_012c; } } { DOSetter_1_t3352036663 * L_63 = ___setter4; Quaternion_t2301928331 L_64 = V_3; Quaternion_t2301928331 L_65 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_66 = Quaternion_Inverse_m1311579081(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); Quaternion_t2301928331 L_67 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_64, L_66, /*hidden argument*/NULL); Vector3_t3722313464 L_68 = V_0; Quaternion_t2301928331 L_69 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); Quaternion_t2301928331 L_70 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_67, L_69, /*hidden argument*/NULL); Quaternion_t2301928331 L_71 = V_3; Quaternion_t2301928331 L_72 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL); NullCheck(L_63); DOSetter_1_Invoke_m3278952665(L_63, L_72, /*hidden argument*/DOSetter_1_Invoke_m3278952665_RuntimeMethod_var); return; } IL_012c: { DOSetter_1_t3352036663 * L_73 = ___setter4; Quaternion_t2301928331 L_74 = V_3; Vector3_t3722313464 L_75 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_76 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_75, /*hidden argument*/NULL); Quaternion_t2301928331 L_77 = Quaternion_op_Multiply_m1294064023(NULL /*static, unused*/, L_74, L_76, /*hidden argument*/NULL); NullCheck(L_73); DOSetter_1_Invoke_m3278952665(L_73, L_77, /*hidden argument*/DOSetter_1_Invoke_m3278952665_RuntimeMethod_var); return; } IL_0140: { float* L_78 = (&V_0)->get_address_of_x_1(); float* L_79 = L_78; Vector3_t3722313464 L_80 = ___changeValue7; float L_81 = L_80.get_x_1(); float L_82 = V_1; *((float*)(L_79)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_79)), (float)((float)il2cpp_codegen_multiply((float)L_81, (float)L_82)))); float* L_83 = (&V_0)->get_address_of_y_2(); float* L_84 = L_83; Vector3_t3722313464 L_85 = ___changeValue7; float L_86 = L_85.get_y_2(); float L_87 = V_1; *((float*)(L_84)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_84)), (float)((float)il2cpp_codegen_multiply((float)L_86, (float)L_87)))); float* L_88 = (&V_0)->get_address_of_z_3(); float* L_89 = L_88; Vector3_t3722313464 L_90 = ___changeValue7; float L_91 = L_90.get_z_3(); float L_92 = V_1; *((float*)(L_89)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_89)), (float)((float)il2cpp_codegen_multiply((float)L_91, (float)L_92)))); DOSetter_1_t3352036663 * L_93 = ___setter4; Vector3_t3722313464 L_94 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t2301928331_il2cpp_TypeInfo_var); Quaternion_t2301928331 L_95 = Quaternion_Euler_m1803555822(NULL /*static, unused*/, L_94, /*hidden argument*/NULL); NullCheck(L_93); DOSetter_1_Invoke_m3278952665(L_93, L_95, /*hidden argument*/DOSetter_1_Invoke_m3278952665_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.QuaternionPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void QuaternionPlugin__ctor_m3501270879 (QuaternionPlugin_t495488984 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QuaternionPlugin__ctor_m3501270879_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m2501002837(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m2501002837_RuntimeMethod_var); 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.Plugins.RectOffsetPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void RectOffsetPlugin_Reset_m3513481292 (RectOffsetPlugin_t3656342773 * __this, TweenerCore_3_t1508486926 * ___t0, const RuntimeMethod* method) { RectOffset_t1369453676 * V_0 = NULL; { TweenerCore_3_t1508486926 * L_0 = ___t0; TweenerCore_3_t1508486926 * L_1 = ___t0; TweenerCore_3_t1508486926 * L_2 = ___t0; V_0 = (RectOffset_t1369453676 *)NULL; NullCheck(L_2); L_2->set_changeValue_57((RectOffset_t1369453676 *)NULL); RectOffset_t1369453676 * L_3 = V_0; RectOffset_t1369453676 * L_4 = L_3; V_0 = L_4; NullCheck(L_1); L_1->set_endValue_56(L_4); RectOffset_t1369453676 * L_5 = V_0; NullCheck(L_0); L_0->set_startValue_55(L_5); return; } } // System.Void DG.Tweening.Plugins.RectOffsetPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RectOffsetPlugin_SetFrom_m2483384681 (RectOffsetPlugin_t3656342773 * __this, TweenerCore_3_t1508486926 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectOffsetPlugin_SetFrom_m2483384681_MetadataUsageId); s_Il2CppMethodInitialized = true; } RectOffset_t1369453676 * V_0 = NULL; { TweenerCore_3_t1508486926 * L_0 = ___t0; NullCheck(L_0); RectOffset_t1369453676 * L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t1508486926 * L_2 = ___t0; TweenerCore_3_t1508486926 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t1112249880 * L_4 = L_3->get_getter_59(); NullCheck(L_4); RectOffset_t1369453676 * L_5 = DOGetter_1_Invoke_m4188428818(L_4, /*hidden argument*/DOGetter_1_Invoke_m4188428818_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t1508486926 * L_6 = ___t0; RectOffset_t1369453676 * L_7 = V_0; NullCheck(L_6); L_6->set_startValue_55(L_7); bool L_8 = ___isRelative1; if (!L_8) { goto IL_0096; } } { TweenerCore_3_t1508486926 * L_9 = ___t0; NullCheck(L_9); RectOffset_t1369453676 * L_10 = L_9->get_startValue_55(); RectOffset_t1369453676 * L_11 = L_10; NullCheck(L_11); int32_t L_12 = RectOffset_get_left_m1232181034(L_11, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_13 = ___t0; NullCheck(L_13); RectOffset_t1369453676 * L_14 = L_13->get_endValue_56(); NullCheck(L_14); int32_t L_15 = RectOffset_get_left_m1232181034(L_14, /*hidden argument*/NULL); NullCheck(L_11); RectOffset_set_left_m432301222(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_15)), /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_16 = ___t0; NullCheck(L_16); RectOffset_t1369453676 * L_17 = L_16->get_startValue_55(); RectOffset_t1369453676 * L_18 = L_17; NullCheck(L_18); int32_t L_19 = RectOffset_get_right_m2294081512(L_18, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_20 = ___t0; NullCheck(L_20); RectOffset_t1369453676 * L_21 = L_20->get_endValue_56(); NullCheck(L_21); int32_t L_22 = RectOffset_get_right_m2294081512(L_21, /*hidden argument*/NULL); NullCheck(L_18); RectOffset_set_right_m807318764(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_22)), /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_23 = ___t0; NullCheck(L_23); RectOffset_t1369453676 * L_24 = L_23->get_startValue_55(); RectOffset_t1369453676 * L_25 = L_24; NullCheck(L_25); int32_t L_26 = RectOffset_get_top_m2855347295(L_25, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_27 = ___t0; NullCheck(L_27); RectOffset_t1369453676 * L_28 = L_27->get_endValue_56(); NullCheck(L_28); int32_t L_29 = RectOffset_get_top_m2855347295(L_28, /*hidden argument*/NULL); NullCheck(L_25); RectOffset_set_top_m713260669(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_29)), /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_30 = ___t0; NullCheck(L_30); RectOffset_t1369453676 * L_31 = L_30->get_startValue_55(); RectOffset_t1369453676 * L_32 = L_31; NullCheck(L_32); int32_t L_33 = RectOffset_get_bottom_m890891527(L_32, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_34 = ___t0; NullCheck(L_34); RectOffset_t1369453676 * L_35 = L_34->get_endValue_56(); NullCheck(L_35); int32_t L_36 = RectOffset_get_bottom_m890891527(L_35, /*hidden argument*/NULL); NullCheck(L_32); RectOffset_set_bottom_m2747419780(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_36)), /*hidden argument*/NULL); } IL_0096: { TweenerCore_3_t1508486926 * L_37 = ___t0; NullCheck(L_37); DOSetter_1_t2419562008 * L_38 = L_37->get_setter_60(); TweenerCore_3_t1508486926 * L_39 = ___t0; NullCheck(L_39); RectOffset_t1369453676 * L_40 = L_39->get_startValue_55(); NullCheck(L_38); DOSetter_1_Invoke_m1753538873(L_38, L_40, /*hidden argument*/DOSetter_1_Invoke_m1753538873_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.RectOffsetPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,UnityEngine.RectOffset,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RectOffsetPlugin_SetFrom_m3972762035 (RectOffsetPlugin_t3656342773 * __this, TweenerCore_3_t1508486926 * ___t0, RectOffset_t1369453676 * ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectOffsetPlugin_SetFrom_m3972762035_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t1508486926 * L_0 = ___t0; RectOffset_t1369453676 * L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_0016; } } { TweenerCore_3_t1508486926 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t2419562008 * L_4 = L_3->get_setter_60(); RectOffset_t1369453676 * L_5 = ___fromValue1; NullCheck(L_4); DOSetter_1_Invoke_m1753538873(L_4, L_5, /*hidden argument*/DOSetter_1_Invoke_m1753538873_RuntimeMethod_var); } IL_0016: { return; } } // UnityEngine.RectOffset DG.Tweening.Plugins.RectOffsetPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,UnityEngine.RectOffset) extern "C" IL2CPP_METHOD_ATTR RectOffset_t1369453676 * RectOffsetPlugin_ConvertToStartValue_m733906355 (RectOffsetPlugin_t3656342773 * __this, TweenerCore_3_t1508486926 * ___t0, RectOffset_t1369453676 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectOffsetPlugin_ConvertToStartValue_m733906355_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RectOffset_t1369453676 * L_0 = ___value1; NullCheck(L_0); int32_t L_1 = RectOffset_get_left_m1232181034(L_0, /*hidden argument*/NULL); RectOffset_t1369453676 * L_2 = ___value1; NullCheck(L_2); int32_t L_3 = RectOffset_get_right_m2294081512(L_2, /*hidden argument*/NULL); RectOffset_t1369453676 * L_4 = ___value1; NullCheck(L_4); int32_t L_5 = RectOffset_get_top_m2855347295(L_4, /*hidden argument*/NULL); RectOffset_t1369453676 * L_6 = ___value1; NullCheck(L_6); int32_t L_7 = RectOffset_get_bottom_m890891527(L_6, /*hidden argument*/NULL); RectOffset_t1369453676 * L_8 = (RectOffset_t1369453676 *)il2cpp_codegen_object_new(RectOffset_t1369453676_il2cpp_TypeInfo_var); RectOffset__ctor_m732140021(L_8, L_1, L_3, L_5, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void DG.Tweening.Plugins.RectOffsetPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void RectOffsetPlugin_SetRelativeEndValue_m2775006779 (RectOffsetPlugin_t3656342773 * __this, TweenerCore_3_t1508486926 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t1508486926 * L_0 = ___t0; NullCheck(L_0); RectOffset_t1369453676 * L_1 = L_0->get_endValue_56(); RectOffset_t1369453676 * L_2 = L_1; NullCheck(L_2); int32_t L_3 = RectOffset_get_left_m1232181034(L_2, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_4 = ___t0; NullCheck(L_4); RectOffset_t1369453676 * L_5 = L_4->get_startValue_55(); NullCheck(L_5); int32_t L_6 = RectOffset_get_left_m1232181034(L_5, /*hidden argument*/NULL); NullCheck(L_2); RectOffset_set_left_m432301222(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_6)), /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_7 = ___t0; NullCheck(L_7); RectOffset_t1369453676 * L_8 = L_7->get_endValue_56(); RectOffset_t1369453676 * L_9 = L_8; NullCheck(L_9); int32_t L_10 = RectOffset_get_right_m2294081512(L_9, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_11 = ___t0; NullCheck(L_11); RectOffset_t1369453676 * L_12 = L_11->get_startValue_55(); NullCheck(L_12); int32_t L_13 = RectOffset_get_right_m2294081512(L_12, /*hidden argument*/NULL); NullCheck(L_9); RectOffset_set_right_m807318764(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_13)), /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_14 = ___t0; NullCheck(L_14); RectOffset_t1369453676 * L_15 = L_14->get_endValue_56(); RectOffset_t1369453676 * L_16 = L_15; NullCheck(L_16); int32_t L_17 = RectOffset_get_top_m2855347295(L_16, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_18 = ___t0; NullCheck(L_18); RectOffset_t1369453676 * L_19 = L_18->get_startValue_55(); NullCheck(L_19); int32_t L_20 = RectOffset_get_top_m2855347295(L_19, /*hidden argument*/NULL); NullCheck(L_16); RectOffset_set_top_m713260669(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_20)), /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_21 = ___t0; NullCheck(L_21); RectOffset_t1369453676 * L_22 = L_21->get_endValue_56(); RectOffset_t1369453676 * L_23 = L_22; NullCheck(L_23); int32_t L_24 = RectOffset_get_bottom_m890891527(L_23, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_25 = ___t0; NullCheck(L_25); RectOffset_t1369453676 * L_26 = L_25->get_startValue_55(); NullCheck(L_26); int32_t L_27 = RectOffset_get_bottom_m890891527(L_26, /*hidden argument*/NULL); NullCheck(L_23); RectOffset_set_bottom_m2747419780(L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_27)), /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Plugins.RectOffsetPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void RectOffsetPlugin_SetChangeValue_m1035710839 (RectOffsetPlugin_t3656342773 * __this, TweenerCore_3_t1508486926 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectOffsetPlugin_SetChangeValue_m1035710839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t1508486926 * L_0 = ___t0; TweenerCore_3_t1508486926 * L_1 = ___t0; NullCheck(L_1); RectOffset_t1369453676 * L_2 = L_1->get_endValue_56(); NullCheck(L_2); int32_t L_3 = RectOffset_get_left_m1232181034(L_2, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_4 = ___t0; NullCheck(L_4); RectOffset_t1369453676 * L_5 = L_4->get_startValue_55(); NullCheck(L_5); int32_t L_6 = RectOffset_get_left_m1232181034(L_5, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_7 = ___t0; NullCheck(L_7); RectOffset_t1369453676 * L_8 = L_7->get_endValue_56(); NullCheck(L_8); int32_t L_9 = RectOffset_get_right_m2294081512(L_8, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_10 = ___t0; NullCheck(L_10); RectOffset_t1369453676 * L_11 = L_10->get_startValue_55(); NullCheck(L_11); int32_t L_12 = RectOffset_get_right_m2294081512(L_11, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_13 = ___t0; NullCheck(L_13); RectOffset_t1369453676 * L_14 = L_13->get_endValue_56(); NullCheck(L_14); int32_t L_15 = RectOffset_get_top_m2855347295(L_14, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_16 = ___t0; NullCheck(L_16); RectOffset_t1369453676 * L_17 = L_16->get_startValue_55(); NullCheck(L_17); int32_t L_18 = RectOffset_get_top_m2855347295(L_17, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_19 = ___t0; NullCheck(L_19); RectOffset_t1369453676 * L_20 = L_19->get_endValue_56(); NullCheck(L_20); int32_t L_21 = RectOffset_get_bottom_m890891527(L_20, /*hidden argument*/NULL); TweenerCore_3_t1508486926 * L_22 = ___t0; NullCheck(L_22); RectOffset_t1369453676 * L_23 = L_22->get_startValue_55(); NullCheck(L_23); int32_t L_24 = RectOffset_get_bottom_m890891527(L_23, /*hidden argument*/NULL); RectOffset_t1369453676 * L_25 = (RectOffset_t1369453676 *)il2cpp_codegen_object_new(RectOffset_t1369453676_il2cpp_TypeInfo_var); RectOffset__ctor_m732140021(L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_6)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_12)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_18)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_24)), /*hidden argument*/NULL); NullCheck(L_0); L_0->set_changeValue_57(L_25); return; } } // System.Single DG.Tweening.Plugins.RectOffsetPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.NoOptions,System.Single,UnityEngine.RectOffset) extern "C" IL2CPP_METHOD_ATTR float RectOffsetPlugin_GetSpeedBasedDuration_m2050474436 (RectOffsetPlugin_t3656342773 * __this, NoOptions_t313102519 ___options0, float ___unitsXSecond1, RectOffset_t1369453676 * ___changeValue2, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { RectOffset_t1369453676 * L_0 = ___changeValue2; NullCheck(L_0); int32_t L_1 = RectOffset_get_right_m2294081512(L_0, /*hidden argument*/NULL); V_0 = (((float)((float)L_1))); float L_2 = V_0; if ((!(((float)L_2) < ((float)(0.0f))))) { goto IL_0013; } } { float L_3 = V_0; V_0 = ((-L_3)); } IL_0013: { RectOffset_t1369453676 * L_4 = ___changeValue2; NullCheck(L_4); int32_t L_5 = RectOffset_get_bottom_m890891527(L_4, /*hidden argument*/NULL); V_1 = (((float)((float)L_5))); float L_6 = V_1; if ((!(((float)L_6) < ((float)(0.0f))))) { goto IL_0026; } } { float L_7 = V_1; V_1 = ((-L_7)); } IL_0026: { float L_8 = V_0; float L_9 = V_0; float L_10 = V_1; float L_11 = V_1; double L_12 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), (float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)))))))); float L_13 = ___unitsXSecond1; return ((float)((float)(((float)((float)L_12)))/(float)L_13)); } } // System.Void DG.Tweening.Plugins.RectOffsetPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.NoOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,UnityEngine.RectOffset,UnityEngine.RectOffset,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void RectOffsetPlugin_EvaluateAndApply_m1346272078 (RectOffsetPlugin_t3656342773 * __this, NoOptions_t313102519 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t1112249880 * ___getter3, DOSetter_1_t2419562008 * ___setter4, float ___elapsed5, RectOffset_t1369453676 * ___startValue6, RectOffset_t1369453676 * ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectOffsetPlugin_EvaluateAndApply_m1346272078_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B4_0 = 0; int32_t G_B10_0 = 0; int32_t G_B12_0 = 0; int32_t G_B11_0 = 0; int32_t G_B13_0 = 0; int32_t G_B13_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var); RectOffset_t1369453676 * L_0 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_1 = ___startValue6; NullCheck(L_1); int32_t L_2 = RectOffset_get_left_m1232181034(L_1, /*hidden argument*/NULL); NullCheck(L_0); RectOffset_set_left_m432301222(L_0, L_2, /*hidden argument*/NULL); RectOffset_t1369453676 * L_3 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_4 = ___startValue6; NullCheck(L_4); int32_t L_5 = RectOffset_get_right_m2294081512(L_4, /*hidden argument*/NULL); NullCheck(L_3); RectOffset_set_right_m807318764(L_3, L_5, /*hidden argument*/NULL); RectOffset_t1369453676 * L_6 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_7 = ___startValue6; NullCheck(L_7); int32_t L_8 = RectOffset_get_top_m2855347295(L_7, /*hidden argument*/NULL); NullCheck(L_6); RectOffset_set_top_m713260669(L_6, L_8, /*hidden argument*/NULL); RectOffset_t1369453676 * L_9 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_10 = ___startValue6; NullCheck(L_10); int32_t L_11 = RectOffset_get_bottom_m890891527(L_10, /*hidden argument*/NULL); NullCheck(L_9); RectOffset_set_bottom_m2747419780(L_9, L_11, /*hidden argument*/NULL); Tween_t2342918553 * L_12 = ___t1; NullCheck(L_12); int32_t L_13 = L_12->get_loopType_27(); if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_00d1; } } { Tween_t2342918553 * L_14 = ___t1; NullCheck(L_14); bool L_15 = L_14->get_isComplete_49(); if (L_15) { goto IL_0060; } } { Tween_t2342918553 * L_16 = ___t1; NullCheck(L_16); int32_t L_17 = L_16->get_completedLoops_47(); G_B4_0 = L_17; goto IL_0068; } IL_0060: { Tween_t2342918553 * L_18 = ___t1; NullCheck(L_18); int32_t L_19 = L_18->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); } IL_0068: { V_1 = G_B4_0; IL2CPP_RUNTIME_CLASS_INIT(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var); RectOffset_t1369453676 * L_20 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_21 = L_20; NullCheck(L_21); int32_t L_22 = RectOffset_get_left_m1232181034(L_21, /*hidden argument*/NULL); RectOffset_t1369453676 * L_23 = ___changeValue7; NullCheck(L_23); int32_t L_24 = RectOffset_get_left_m1232181034(L_23, /*hidden argument*/NULL); int32_t L_25 = V_1; NullCheck(L_21); RectOffset_set_left_m432301222(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)L_25)))), /*hidden argument*/NULL); RectOffset_t1369453676 * L_26 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_27 = L_26; NullCheck(L_27); int32_t L_28 = RectOffset_get_right_m2294081512(L_27, /*hidden argument*/NULL); RectOffset_t1369453676 * L_29 = ___changeValue7; NullCheck(L_29); int32_t L_30 = RectOffset_get_right_m2294081512(L_29, /*hidden argument*/NULL); int32_t L_31 = V_1; NullCheck(L_27); RectOffset_set_right_m807318764(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)L_31)))), /*hidden argument*/NULL); RectOffset_t1369453676 * L_32 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_33 = L_32; NullCheck(L_33); int32_t L_34 = RectOffset_get_top_m2855347295(L_33, /*hidden argument*/NULL); RectOffset_t1369453676 * L_35 = ___changeValue7; NullCheck(L_35); int32_t L_36 = RectOffset_get_top_m2855347295(L_35, /*hidden argument*/NULL); int32_t L_37 = V_1; NullCheck(L_33); RectOffset_set_top_m713260669(L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_36, (int32_t)L_37)))), /*hidden argument*/NULL); RectOffset_t1369453676 * L_38 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_39 = L_38; NullCheck(L_39); int32_t L_40 = RectOffset_get_bottom_m890891527(L_39, /*hidden argument*/NULL); RectOffset_t1369453676 * L_41 = ___changeValue7; NullCheck(L_41); int32_t L_42 = RectOffset_get_bottom_m890891527(L_41, /*hidden argument*/NULL); int32_t L_43 = V_1; NullCheck(L_39); RectOffset_set_bottom_m2747419780(L_39, ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_42, (int32_t)L_43)))), /*hidden argument*/NULL); } IL_00d1: { Tween_t2342918553 * L_44 = ___t1; NullCheck(L_44); bool L_45 = L_44->get_isSequenced_38(); if (!L_45) { goto IL_0190; } } { Tween_t2342918553 * L_46 = ___t1; NullCheck(L_46); Sequence_t2050373119 * L_47 = L_46->get_sequenceParent_39(); NullCheck(L_47); int32_t L_48 = ((Tween_t2342918553 *)L_47)->get_loopType_27(); if ((!(((uint32_t)L_48) == ((uint32_t)2)))) { goto IL_0190; } } { Tween_t2342918553 * L_49 = ___t1; NullCheck(L_49); int32_t L_50 = L_49->get_loopType_27(); if ((((int32_t)L_50) == ((int32_t)2))) { goto IL_00f9; } } { G_B10_0 = 1; goto IL_00ff; } IL_00f9: { Tween_t2342918553 * L_51 = ___t1; NullCheck(L_51); int32_t L_52 = L_51->get_loops_26(); G_B10_0 = L_52; } IL_00ff: { Tween_t2342918553 * L_53 = ___t1; NullCheck(L_53); Sequence_t2050373119 * L_54 = L_53->get_sequenceParent_39(); NullCheck(L_54); bool L_55 = ((Tween_t2342918553 *)L_54)->get_isComplete_49(); G_B11_0 = G_B10_0; if (L_55) { G_B12_0 = G_B10_0; goto IL_0119; } } { Tween_t2342918553 * L_56 = ___t1; NullCheck(L_56); Sequence_t2050373119 * L_57 = L_56->get_sequenceParent_39(); NullCheck(L_57); int32_t L_58 = ((Tween_t2342918553 *)L_57)->get_completedLoops_47(); G_B13_0 = L_58; G_B13_1 = G_B11_0; goto IL_0126; } IL_0119: { Tween_t2342918553 * L_59 = ___t1; NullCheck(L_59); Sequence_t2050373119 * L_60 = L_59->get_sequenceParent_39(); NullCheck(L_60); int32_t L_61 = ((Tween_t2342918553 *)L_60)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)); G_B13_1 = G_B12_0; } IL_0126: { V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B13_1, (int32_t)G_B13_0)); IL2CPP_RUNTIME_CLASS_INIT(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var); RectOffset_t1369453676 * L_62 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_63 = L_62; NullCheck(L_63); int32_t L_64 = RectOffset_get_left_m1232181034(L_63, /*hidden argument*/NULL); RectOffset_t1369453676 * L_65 = ___changeValue7; NullCheck(L_65); int32_t L_66 = RectOffset_get_left_m1232181034(L_65, /*hidden argument*/NULL); int32_t L_67 = V_2; NullCheck(L_63); RectOffset_set_left_m432301222(L_63, ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_66, (int32_t)L_67)))), /*hidden argument*/NULL); RectOffset_t1369453676 * L_68 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_69 = L_68; NullCheck(L_69); int32_t L_70 = RectOffset_get_right_m2294081512(L_69, /*hidden argument*/NULL); RectOffset_t1369453676 * L_71 = ___changeValue7; NullCheck(L_71); int32_t L_72 = RectOffset_get_right_m2294081512(L_71, /*hidden argument*/NULL); int32_t L_73 = V_2; NullCheck(L_69); RectOffset_set_right_m807318764(L_69, ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_72, (int32_t)L_73)))), /*hidden argument*/NULL); RectOffset_t1369453676 * L_74 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_75 = L_74; NullCheck(L_75); int32_t L_76 = RectOffset_get_top_m2855347295(L_75, /*hidden argument*/NULL); RectOffset_t1369453676 * L_77 = ___changeValue7; NullCheck(L_77); int32_t L_78 = RectOffset_get_top_m2855347295(L_77, /*hidden argument*/NULL); int32_t L_79 = V_2; NullCheck(L_75); RectOffset_set_top_m713260669(L_75, ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_78, (int32_t)L_79)))), /*hidden argument*/NULL); RectOffset_t1369453676 * L_80 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); RectOffset_t1369453676 * L_81 = L_80; NullCheck(L_81); int32_t L_82 = RectOffset_get_bottom_m890891527(L_81, /*hidden argument*/NULL); RectOffset_t1369453676 * L_83 = ___changeValue7; NullCheck(L_83); int32_t L_84 = RectOffset_get_bottom_m890891527(L_83, /*hidden argument*/NULL); int32_t L_85 = V_2; NullCheck(L_81); RectOffset_set_bottom_m2747419780(L_81, ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_84, (int32_t)L_85)))), /*hidden argument*/NULL); } IL_0190: { Tween_t2342918553 * L_86 = ___t1; NullCheck(L_86); int32_t L_87 = L_86->get_easeType_30(); Tween_t2342918553 * L_88 = ___t1; NullCheck(L_88); EaseFunction_t3531141372 * L_89 = L_88->get_customEase_31(); float L_90 = ___elapsed5; float L_91 = ___duration8; Tween_t2342918553 * L_92 = ___t1; NullCheck(L_92); float L_93 = L_92->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_94 = ___t1; NullCheck(L_94); float L_95 = L_94->get_easePeriod_33(); float L_96 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_87, L_89, L_90, L_91, L_93, L_95, /*hidden argument*/NULL); V_0 = L_96; DOSetter_1_t2419562008 * L_97 = ___setter4; IL2CPP_RUNTIME_CLASS_INIT(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var); RectOffset_t1369453676 * L_98 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); NullCheck(L_98); int32_t L_99 = RectOffset_get_left_m1232181034(L_98, /*hidden argument*/NULL); RectOffset_t1369453676 * L_100 = ___changeValue7; NullCheck(L_100); int32_t L_101 = RectOffset_get_left_m1232181034(L_100, /*hidden argument*/NULL); float L_102 = V_0; double L_103 = bankers_round((((double)((double)((float)il2cpp_codegen_add((float)(((float)((float)L_99))), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_101))), (float)L_102)))))))); RectOffset_t1369453676 * L_104 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); NullCheck(L_104); int32_t L_105 = RectOffset_get_right_m2294081512(L_104, /*hidden argument*/NULL); RectOffset_t1369453676 * L_106 = ___changeValue7; NullCheck(L_106); int32_t L_107 = RectOffset_get_right_m2294081512(L_106, /*hidden argument*/NULL); float L_108 = V_0; double L_109 = bankers_round((((double)((double)((float)il2cpp_codegen_add((float)(((float)((float)L_105))), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_107))), (float)L_108)))))))); RectOffset_t1369453676 * L_110 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); NullCheck(L_110); int32_t L_111 = RectOffset_get_top_m2855347295(L_110, /*hidden argument*/NULL); RectOffset_t1369453676 * L_112 = ___changeValue7; NullCheck(L_112); int32_t L_113 = RectOffset_get_top_m2855347295(L_112, /*hidden argument*/NULL); float L_114 = V_0; double L_115 = bankers_round((((double)((double)((float)il2cpp_codegen_add((float)(((float)((float)L_111))), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_113))), (float)L_114)))))))); RectOffset_t1369453676 * L_116 = ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->get__r_0(); NullCheck(L_116); int32_t L_117 = RectOffset_get_bottom_m890891527(L_116, /*hidden argument*/NULL); RectOffset_t1369453676 * L_118 = ___changeValue7; NullCheck(L_118); int32_t L_119 = RectOffset_get_bottom_m890891527(L_118, /*hidden argument*/NULL); float L_120 = V_0; double L_121 = bankers_round((((double)((double)((float)il2cpp_codegen_add((float)(((float)((float)L_117))), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_119))), (float)L_120)))))))); RectOffset_t1369453676 * L_122 = (RectOffset_t1369453676 *)il2cpp_codegen_object_new(RectOffset_t1369453676_il2cpp_TypeInfo_var); RectOffset__ctor_m732140021(L_122, (((int32_t)((int32_t)L_103))), (((int32_t)((int32_t)L_109))), (((int32_t)((int32_t)L_115))), (((int32_t)((int32_t)L_121))), /*hidden argument*/NULL); NullCheck(L_97); DOSetter_1_Invoke_m1753538873(L_97, L_122, /*hidden argument*/DOSetter_1_Invoke_m1753538873_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.RectOffsetPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void RectOffsetPlugin__ctor_m781030278 (RectOffsetPlugin_t3656342773 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectOffsetPlugin__ctor_m781030278_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m3029301145(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m3029301145_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.RectOffsetPlugin::.cctor() extern "C" IL2CPP_METHOD_ATTR void RectOffsetPlugin__cctor_m910566211 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectOffsetPlugin__cctor_m910566211_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RectOffset_t1369453676 * L_0 = (RectOffset_t1369453676 *)il2cpp_codegen_object_new(RectOffset_t1369453676_il2cpp_TypeInfo_var); RectOffset__ctor_m3236153262(L_0, /*hidden argument*/NULL); ((RectOffsetPlugin_t3656342773_StaticFields*)il2cpp_codegen_static_fields_for(RectOffsetPlugin_t3656342773_il2cpp_TypeInfo_var))->set__r_0(L_0); 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.Plugins.RectPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void RectPlugin_Reset_m1060566302 (RectPlugin_t2513065920 * __this, TweenerCore_3_t1717381983 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.RectPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RectPlugin_SetFrom_m482585352 (RectPlugin_t2513065920 * __this, TweenerCore_3_t1717381983 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectPlugin_SetFrom_m482585352_MetadataUsageId); s_Il2CppMethodInitialized = true; } Rect_t2360479859 V_0; memset(&V_0, 0, sizeof(V_0)); Rect_t2360479859 V_1; memset(&V_1, 0, sizeof(V_1)); { TweenerCore_3_t1717381983 * L_0 = ___t0; NullCheck(L_0); Rect_t2360479859 L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t1717381983 * L_2 = ___t0; TweenerCore_3_t1717381983 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t2103276063 * L_4 = L_3->get_getter_59(); NullCheck(L_4); Rect_t2360479859 L_5 = DOGetter_1_Invoke_m1876378095(L_4, /*hidden argument*/DOGetter_1_Invoke_m1876378095_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t1717381983 * L_6 = ___t0; Rect_t2360479859 L_7 = V_0; NullCheck(L_6); L_6->set_startValue_55(L_7); bool L_8 = ___isRelative1; if (!L_8) { goto IL_0096; } } { TweenerCore_3_t1717381983 * L_9 = ___t0; NullCheck(L_9); Rect_t2360479859 * L_10 = L_9->get_address_of_startValue_55(); Rect_t2360479859 * L_11 = L_10; float L_12 = Rect_get_x_m3839990490(L_11, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_13 = ___t0; NullCheck(L_13); Rect_t2360479859 * L_14 = L_13->get_address_of_endValue_56(); float L_15 = Rect_get_x_m3839990490(L_14, /*hidden argument*/NULL); Rect_set_x_m2352063068(L_11, ((float)il2cpp_codegen_add((float)L_12, (float)L_15)), /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_16 = ___t0; NullCheck(L_16); Rect_t2360479859 * L_17 = L_16->get_address_of_startValue_55(); Rect_t2360479859 * L_18 = L_17; float L_19 = Rect_get_y_m1501338330(L_18, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_20 = ___t0; NullCheck(L_20); Rect_t2360479859 * L_21 = L_20->get_address_of_endValue_56(); float L_22 = Rect_get_y_m1501338330(L_21, /*hidden argument*/NULL); Rect_set_y_m3702432190(L_18, ((float)il2cpp_codegen_add((float)L_19, (float)L_22)), /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_23 = ___t0; NullCheck(L_23); Rect_t2360479859 * L_24 = L_23->get_address_of_startValue_55(); Rect_t2360479859 * L_25 = L_24; float L_26 = Rect_get_width_m3421484486(L_25, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_27 = ___t0; NullCheck(L_27); Rect_t2360479859 * L_28 = L_27->get_address_of_endValue_56(); float L_29 = Rect_get_width_m3421484486(L_28, /*hidden argument*/NULL); Rect_set_width_m2963421158(L_25, ((float)il2cpp_codegen_add((float)L_26, (float)L_29)), /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_30 = ___t0; NullCheck(L_30); Rect_t2360479859 * L_31 = L_30->get_address_of_startValue_55(); Rect_t2360479859 * L_32 = L_31; float L_33 = Rect_get_height_m1358425599(L_32, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_34 = ___t0; NullCheck(L_34); Rect_t2360479859 * L_35 = L_34->get_address_of_endValue_56(); float L_36 = Rect_get_height_m1358425599(L_35, /*hidden argument*/NULL); Rect_set_height_m1625569324(L_32, ((float)il2cpp_codegen_add((float)L_33, (float)L_36)), /*hidden argument*/NULL); } IL_0096: { TweenerCore_3_t1717381983 * L_37 = ___t0; NullCheck(L_37); Rect_t2360479859 L_38 = L_37->get_startValue_55(); V_1 = L_38; TweenerCore_3_t1717381983 * L_39 = ___t0; NullCheck(L_39); RectOptions_t1018205596 * L_40 = L_39->get_address_of_plugOptions_58(); bool L_41 = L_40->get_snapping_0(); if (!L_41) { goto IL_00fe; } } { float L_42 = Rect_get_x_m3839990490((&V_1), /*hidden argument*/NULL); double L_43 = bankers_round((((double)((double)L_42)))); Rect_set_x_m2352063068((&V_1), (((float)((float)L_43))), /*hidden argument*/NULL); float L_44 = Rect_get_y_m1501338330((&V_1), /*hidden argument*/NULL); double L_45 = bankers_round((((double)((double)L_44)))); Rect_set_y_m3702432190((&V_1), (((float)((float)L_45))), /*hidden argument*/NULL); float L_46 = Rect_get_width_m3421484486((&V_1), /*hidden argument*/NULL); double L_47 = bankers_round((((double)((double)L_46)))); Rect_set_width_m2963421158((&V_1), (((float)((float)L_47))), /*hidden argument*/NULL); float L_48 = Rect_get_height_m1358425599((&V_1), /*hidden argument*/NULL); double L_49 = bankers_round((((double)((double)L_48)))); Rect_set_height_m1625569324((&V_1), (((float)((float)L_49))), /*hidden argument*/NULL); } IL_00fe: { TweenerCore_3_t1717381983 * L_50 = ___t0; NullCheck(L_50); DOSetter_1_t3410588191 * L_51 = L_50->get_setter_60(); Rect_t2360479859 L_52 = V_1; NullCheck(L_51); DOSetter_1_Invoke_m358367996(L_51, L_52, /*hidden argument*/DOSetter_1_Invoke_m358367996_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.RectPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,UnityEngine.Rect,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RectPlugin_SetFrom_m3407233629 (RectPlugin_t2513065920 * __this, TweenerCore_3_t1717381983 * ___t0, Rect_t2360479859 ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectPlugin_SetFrom_m3407233629_MetadataUsageId); s_Il2CppMethodInitialized = true; } Rect_t2360479859 V_0; memset(&V_0, 0, sizeof(V_0)); { TweenerCore_3_t1717381983 * L_0 = ___t0; Rect_t2360479859 L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_0079; } } { Rect_t2360479859 L_3 = ___fromValue1; V_0 = L_3; TweenerCore_3_t1717381983 * L_4 = ___t0; NullCheck(L_4); RectOptions_t1018205596 * L_5 = L_4->get_address_of_plugOptions_58(); bool L_6 = L_5->get_snapping_0(); if (!L_6) { goto IL_006d; } } { float L_7 = Rect_get_x_m3839990490((&V_0), /*hidden argument*/NULL); double L_8 = bankers_round((((double)((double)L_7)))); Rect_set_x_m2352063068((&V_0), (((float)((float)L_8))), /*hidden argument*/NULL); float L_9 = Rect_get_y_m1501338330((&V_0), /*hidden argument*/NULL); double L_10 = bankers_round((((double)((double)L_9)))); Rect_set_y_m3702432190((&V_0), (((float)((float)L_10))), /*hidden argument*/NULL); float L_11 = Rect_get_width_m3421484486((&V_0), /*hidden argument*/NULL); double L_12 = bankers_round((((double)((double)L_11)))); Rect_set_width_m2963421158((&V_0), (((float)((float)L_12))), /*hidden argument*/NULL); float L_13 = Rect_get_height_m1358425599((&V_0), /*hidden argument*/NULL); double L_14 = bankers_round((((double)((double)L_13)))); Rect_set_height_m1625569324((&V_0), (((float)((float)L_14))), /*hidden argument*/NULL); } IL_006d: { TweenerCore_3_t1717381983 * L_15 = ___t0; NullCheck(L_15); DOSetter_1_t3410588191 * L_16 = L_15->get_setter_60(); Rect_t2360479859 L_17 = V_0; NullCheck(L_16); DOSetter_1_Invoke_m358367996(L_16, L_17, /*hidden argument*/DOSetter_1_Invoke_m358367996_RuntimeMethod_var); } IL_0079: { return; } } // UnityEngine.Rect DG.Tweening.Plugins.RectPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,UnityEngine.Rect) extern "C" IL2CPP_METHOD_ATTR Rect_t2360479859 RectPlugin_ConvertToStartValue_m359017676 (RectPlugin_t2513065920 * __this, TweenerCore_3_t1717381983 * ___t0, Rect_t2360479859 ___value1, const RuntimeMethod* method) { { Rect_t2360479859 L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.RectPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void RectPlugin_SetRelativeEndValue_m2905273128 (RectPlugin_t2513065920 * __this, TweenerCore_3_t1717381983 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t1717381983 * L_0 = ___t0; NullCheck(L_0); Rect_t2360479859 * L_1 = L_0->get_address_of_endValue_56(); Rect_t2360479859 * L_2 = L_1; float L_3 = Rect_get_x_m3839990490(L_2, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_4 = ___t0; NullCheck(L_4); Rect_t2360479859 * L_5 = L_4->get_address_of_startValue_55(); float L_6 = Rect_get_x_m3839990490(L_5, /*hidden argument*/NULL); Rect_set_x_m2352063068(L_2, ((float)il2cpp_codegen_add((float)L_3, (float)L_6)), /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_7 = ___t0; NullCheck(L_7); Rect_t2360479859 * L_8 = L_7->get_address_of_endValue_56(); Rect_t2360479859 * L_9 = L_8; float L_10 = Rect_get_y_m1501338330(L_9, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_11 = ___t0; NullCheck(L_11); Rect_t2360479859 * L_12 = L_11->get_address_of_startValue_55(); float L_13 = Rect_get_y_m1501338330(L_12, /*hidden argument*/NULL); Rect_set_y_m3702432190(L_9, ((float)il2cpp_codegen_add((float)L_10, (float)L_13)), /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_14 = ___t0; NullCheck(L_14); Rect_t2360479859 * L_15 = L_14->get_address_of_endValue_56(); Rect_t2360479859 * L_16 = L_15; float L_17 = Rect_get_width_m3421484486(L_16, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_18 = ___t0; NullCheck(L_18); Rect_t2360479859 * L_19 = L_18->get_address_of_startValue_55(); float L_20 = Rect_get_width_m3421484486(L_19, /*hidden argument*/NULL); Rect_set_width_m2963421158(L_16, ((float)il2cpp_codegen_add((float)L_17, (float)L_20)), /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_21 = ___t0; NullCheck(L_21); Rect_t2360479859 * L_22 = L_21->get_address_of_endValue_56(); Rect_t2360479859 * L_23 = L_22; float L_24 = Rect_get_height_m1358425599(L_23, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_25 = ___t0; NullCheck(L_25); Rect_t2360479859 * L_26 = L_25->get_address_of_startValue_55(); float L_27 = Rect_get_height_m1358425599(L_26, /*hidden argument*/NULL); Rect_set_height_m1625569324(L_23, ((float)il2cpp_codegen_add((float)L_24, (float)L_27)), /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Plugins.RectPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void RectPlugin_SetChangeValue_m3600359301 (RectPlugin_t2513065920 * __this, TweenerCore_3_t1717381983 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t1717381983 * L_0 = ___t0; TweenerCore_3_t1717381983 * L_1 = ___t0; NullCheck(L_1); Rect_t2360479859 * L_2 = L_1->get_address_of_endValue_56(); float L_3 = Rect_get_x_m3839990490(L_2, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_4 = ___t0; NullCheck(L_4); Rect_t2360479859 * L_5 = L_4->get_address_of_startValue_55(); float L_6 = Rect_get_x_m3839990490(L_5, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_7 = ___t0; NullCheck(L_7); Rect_t2360479859 * L_8 = L_7->get_address_of_endValue_56(); float L_9 = Rect_get_y_m1501338330(L_8, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_10 = ___t0; NullCheck(L_10); Rect_t2360479859 * L_11 = L_10->get_address_of_startValue_55(); float L_12 = Rect_get_y_m1501338330(L_11, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_13 = ___t0; NullCheck(L_13); Rect_t2360479859 * L_14 = L_13->get_address_of_endValue_56(); float L_15 = Rect_get_width_m3421484486(L_14, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_16 = ___t0; NullCheck(L_16); Rect_t2360479859 * L_17 = L_16->get_address_of_startValue_55(); float L_18 = Rect_get_width_m3421484486(L_17, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_19 = ___t0; NullCheck(L_19); Rect_t2360479859 * L_20 = L_19->get_address_of_endValue_56(); float L_21 = Rect_get_height_m1358425599(L_20, /*hidden argument*/NULL); TweenerCore_3_t1717381983 * L_22 = ___t0; NullCheck(L_22); Rect_t2360479859 * L_23 = L_22->get_address_of_startValue_55(); float L_24 = Rect_get_height_m1358425599(L_23, /*hidden argument*/NULL); Rect_t2360479859 L_25; memset(&L_25, 0, sizeof(L_25)); Rect__ctor_m2614021312((&L_25), ((float)il2cpp_codegen_subtract((float)L_3, (float)L_6)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_12)), ((float)il2cpp_codegen_subtract((float)L_15, (float)L_18)), ((float)il2cpp_codegen_subtract((float)L_21, (float)L_24)), /*hidden argument*/NULL); NullCheck(L_0); L_0->set_changeValue_57(L_25); return; } } // System.Single DG.Tweening.Plugins.RectPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.RectOptions,System.Single,UnityEngine.Rect) extern "C" IL2CPP_METHOD_ATTR float RectPlugin_GetSpeedBasedDuration_m848634679 (RectPlugin_t2513065920 * __this, RectOptions_t1018205596 ___options0, float ___unitsXSecond1, Rect_t2360479859 ___changeValue2, const RuntimeMethod* method) { float V_0 = 0.0f; { float L_0 = Rect_get_width_m3421484486((&___changeValue2), /*hidden argument*/NULL); float L_1 = Rect_get_height_m1358425599((&___changeValue2), /*hidden argument*/NULL); V_0 = L_1; float L_2 = L_0; float L_3 = V_0; float L_4 = V_0; double L_5 = sqrt((((double)((double)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_2)), (float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)))))))); float L_6 = ___unitsXSecond1; return ((float)((float)(((float)((float)L_5)))/(float)L_6)); } } // System.Void DG.Tweening.Plugins.RectPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.RectOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,UnityEngine.Rect,UnityEngine.Rect,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void RectPlugin_EvaluateAndApply_m3984074100 (RectPlugin_t2513065920 * __this, RectOptions_t1018205596 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t2103276063 * ___getter3, DOSetter_1_t3410588191 * ___setter4, float ___elapsed5, Rect_t2360479859 ___startValue6, Rect_t2360479859 ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectPlugin_EvaluateAndApply_m3984074100_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B4_0 = 0; int32_t G_B10_0 = 0; int32_t G_B12_0 = 0; int32_t G_B11_0 = 0; int32_t G_B13_0 = 0; int32_t G_B13_1 = 0; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0082; } } { Tween_t2342918553 * L_2 = ___t1; NullCheck(L_2); bool L_3 = L_2->get_isComplete_49(); if (L_3) { goto IL_0019; } } { Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); int32_t L_5 = L_4->get_completedLoops_47(); G_B4_0 = L_5; goto IL_0021; } IL_0019: { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_0021: { V_1 = G_B4_0; Rect_t2360479859 * L_8 = (&___startValue6); float L_9 = Rect_get_x_m3839990490(L_8, /*hidden argument*/NULL); float L_10 = Rect_get_x_m3839990490((&___changeValue7), /*hidden argument*/NULL); int32_t L_11 = V_1; Rect_set_x_m2352063068(L_8, ((float)il2cpp_codegen_add((float)L_9, (float)((float)il2cpp_codegen_multiply((float)L_10, (float)(((float)((float)L_11))))))), /*hidden argument*/NULL); Rect_t2360479859 * L_12 = (&___startValue6); float L_13 = Rect_get_y_m1501338330(L_12, /*hidden argument*/NULL); float L_14 = Rect_get_y_m1501338330((&___changeValue7), /*hidden argument*/NULL); int32_t L_15 = V_1; Rect_set_y_m3702432190(L_12, ((float)il2cpp_codegen_add((float)L_13, (float)((float)il2cpp_codegen_multiply((float)L_14, (float)(((float)((float)L_15))))))), /*hidden argument*/NULL); Rect_t2360479859 * L_16 = (&___startValue6); float L_17 = Rect_get_width_m3421484486(L_16, /*hidden argument*/NULL); float L_18 = Rect_get_width_m3421484486((&___changeValue7), /*hidden argument*/NULL); int32_t L_19 = V_1; Rect_set_width_m2963421158(L_16, ((float)il2cpp_codegen_add((float)L_17, (float)((float)il2cpp_codegen_multiply((float)L_18, (float)(((float)((float)L_19))))))), /*hidden argument*/NULL); Rect_t2360479859 * L_20 = (&___startValue6); float L_21 = Rect_get_height_m1358425599(L_20, /*hidden argument*/NULL); float L_22 = Rect_get_height_m1358425599((&___changeValue7), /*hidden argument*/NULL); int32_t L_23 = V_1; Rect_set_height_m1625569324(L_20, ((float)il2cpp_codegen_add((float)L_21, (float)((float)il2cpp_codegen_multiply((float)L_22, (float)(((float)((float)L_23))))))), /*hidden argument*/NULL); } IL_0082: { Tween_t2342918553 * L_24 = ___t1; NullCheck(L_24); bool L_25 = L_24->get_isSequenced_38(); if (!L_25) { goto IL_0139; } } { Tween_t2342918553 * L_26 = ___t1; NullCheck(L_26); Sequence_t2050373119 * L_27 = L_26->get_sequenceParent_39(); NullCheck(L_27); int32_t L_28 = ((Tween_t2342918553 *)L_27)->get_loopType_27(); if ((!(((uint32_t)L_28) == ((uint32_t)2)))) { goto IL_0139; } } { Tween_t2342918553 * L_29 = ___t1; NullCheck(L_29); int32_t L_30 = L_29->get_loopType_27(); if ((((int32_t)L_30) == ((int32_t)2))) { goto IL_00aa; } } { G_B10_0 = 1; goto IL_00b0; } IL_00aa: { Tween_t2342918553 * L_31 = ___t1; NullCheck(L_31); int32_t L_32 = L_31->get_loops_26(); G_B10_0 = L_32; } IL_00b0: { Tween_t2342918553 * L_33 = ___t1; NullCheck(L_33); Sequence_t2050373119 * L_34 = L_33->get_sequenceParent_39(); NullCheck(L_34); bool L_35 = ((Tween_t2342918553 *)L_34)->get_isComplete_49(); G_B11_0 = G_B10_0; if (L_35) { G_B12_0 = G_B10_0; goto IL_00ca; } } { Tween_t2342918553 * L_36 = ___t1; NullCheck(L_36); Sequence_t2050373119 * L_37 = L_36->get_sequenceParent_39(); NullCheck(L_37); int32_t L_38 = ((Tween_t2342918553 *)L_37)->get_completedLoops_47(); G_B13_0 = L_38; G_B13_1 = G_B11_0; goto IL_00d7; } IL_00ca: { Tween_t2342918553 * L_39 = ___t1; NullCheck(L_39); Sequence_t2050373119 * L_40 = L_39->get_sequenceParent_39(); NullCheck(L_40); int32_t L_41 = ((Tween_t2342918553 *)L_40)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); G_B13_1 = G_B12_0; } IL_00d7: { V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)G_B13_1, (int32_t)G_B13_0)); Rect_t2360479859 * L_42 = (&___startValue6); float L_43 = Rect_get_x_m3839990490(L_42, /*hidden argument*/NULL); float L_44 = Rect_get_x_m3839990490((&___changeValue7), /*hidden argument*/NULL); int32_t L_45 = V_2; Rect_set_x_m2352063068(L_42, ((float)il2cpp_codegen_add((float)L_43, (float)((float)il2cpp_codegen_multiply((float)L_44, (float)(((float)((float)L_45))))))), /*hidden argument*/NULL); Rect_t2360479859 * L_46 = (&___startValue6); float L_47 = Rect_get_y_m1501338330(L_46, /*hidden argument*/NULL); float L_48 = Rect_get_y_m1501338330((&___changeValue7), /*hidden argument*/NULL); int32_t L_49 = V_2; Rect_set_y_m3702432190(L_46, ((float)il2cpp_codegen_add((float)L_47, (float)((float)il2cpp_codegen_multiply((float)L_48, (float)(((float)((float)L_49))))))), /*hidden argument*/NULL); Rect_t2360479859 * L_50 = (&___startValue6); float L_51 = Rect_get_width_m3421484486(L_50, /*hidden argument*/NULL); float L_52 = Rect_get_width_m3421484486((&___changeValue7), /*hidden argument*/NULL); int32_t L_53 = V_2; Rect_set_width_m2963421158(L_50, ((float)il2cpp_codegen_add((float)L_51, (float)((float)il2cpp_codegen_multiply((float)L_52, (float)(((float)((float)L_53))))))), /*hidden argument*/NULL); Rect_t2360479859 * L_54 = (&___startValue6); float L_55 = Rect_get_height_m1358425599(L_54, /*hidden argument*/NULL); float L_56 = Rect_get_height_m1358425599((&___changeValue7), /*hidden argument*/NULL); int32_t L_57 = V_2; Rect_set_height_m1625569324(L_54, ((float)il2cpp_codegen_add((float)L_55, (float)((float)il2cpp_codegen_multiply((float)L_56, (float)(((float)((float)L_57))))))), /*hidden argument*/NULL); } IL_0139: { Tween_t2342918553 * L_58 = ___t1; NullCheck(L_58); int32_t L_59 = L_58->get_easeType_30(); Tween_t2342918553 * L_60 = ___t1; NullCheck(L_60); EaseFunction_t3531141372 * L_61 = L_60->get_customEase_31(); float L_62 = ___elapsed5; float L_63 = ___duration8; Tween_t2342918553 * L_64 = ___t1; NullCheck(L_64); float L_65 = L_64->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_66 = ___t1; NullCheck(L_66); float L_67 = L_66->get_easePeriod_33(); float L_68 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_59, L_61, L_62, L_63, L_65, L_67, /*hidden argument*/NULL); V_0 = L_68; Rect_t2360479859 * L_69 = (&___startValue6); float L_70 = Rect_get_x_m3839990490(L_69, /*hidden argument*/NULL); float L_71 = Rect_get_x_m3839990490((&___changeValue7), /*hidden argument*/NULL); float L_72 = V_0; Rect_set_x_m2352063068(L_69, ((float)il2cpp_codegen_add((float)L_70, (float)((float)il2cpp_codegen_multiply((float)L_71, (float)L_72)))), /*hidden argument*/NULL); Rect_t2360479859 * L_73 = (&___startValue6); float L_74 = Rect_get_y_m1501338330(L_73, /*hidden argument*/NULL); float L_75 = Rect_get_y_m1501338330((&___changeValue7), /*hidden argument*/NULL); float L_76 = V_0; Rect_set_y_m3702432190(L_73, ((float)il2cpp_codegen_add((float)L_74, (float)((float)il2cpp_codegen_multiply((float)L_75, (float)L_76)))), /*hidden argument*/NULL); Rect_t2360479859 * L_77 = (&___startValue6); float L_78 = Rect_get_width_m3421484486(L_77, /*hidden argument*/NULL); float L_79 = Rect_get_width_m3421484486((&___changeValue7), /*hidden argument*/NULL); float L_80 = V_0; Rect_set_width_m2963421158(L_77, ((float)il2cpp_codegen_add((float)L_78, (float)((float)il2cpp_codegen_multiply((float)L_79, (float)L_80)))), /*hidden argument*/NULL); Rect_t2360479859 * L_81 = (&___startValue6); float L_82 = Rect_get_height_m1358425599(L_81, /*hidden argument*/NULL); float L_83 = Rect_get_height_m1358425599((&___changeValue7), /*hidden argument*/NULL); float L_84 = V_0; Rect_set_height_m1625569324(L_81, ((float)il2cpp_codegen_add((float)L_82, (float)((float)il2cpp_codegen_multiply((float)L_83, (float)L_84)))), /*hidden argument*/NULL); RectOptions_t1018205596 L_85 = ___options0; bool L_86 = L_85.get_snapping_0(); if (!L_86) { goto IL_0213; } } { float L_87 = Rect_get_x_m3839990490((&___startValue6), /*hidden argument*/NULL); double L_88 = bankers_round((((double)((double)L_87)))); Rect_set_x_m2352063068((&___startValue6), (((float)((float)L_88))), /*hidden argument*/NULL); float L_89 = Rect_get_y_m1501338330((&___startValue6), /*hidden argument*/NULL); double L_90 = bankers_round((((double)((double)L_89)))); Rect_set_y_m3702432190((&___startValue6), (((float)((float)L_90))), /*hidden argument*/NULL); float L_91 = Rect_get_width_m3421484486((&___startValue6), /*hidden argument*/NULL); double L_92 = bankers_round((((double)((double)L_91)))); Rect_set_width_m2963421158((&___startValue6), (((float)((float)L_92))), /*hidden argument*/NULL); float L_93 = Rect_get_height_m1358425599((&___startValue6), /*hidden argument*/NULL); double L_94 = bankers_round((((double)((double)L_93)))); Rect_set_height_m1625569324((&___startValue6), (((float)((float)L_94))), /*hidden argument*/NULL); } IL_0213: { DOSetter_1_t3410588191 * L_95 = ___setter4; Rect_t2360479859 L_96 = ___startValue6; NullCheck(L_95); DOSetter_1_Invoke_m358367996(L_95, L_96, /*hidden argument*/DOSetter_1_Invoke_m358367996_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.RectPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void RectPlugin__ctor_m1832506043 (RectPlugin_t2513065920 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RectPlugin__ctor_m1832506043_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m2805802348(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m2805802348_RuntimeMethod_var); 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.Plugins.StringPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StringPlugin_SetFrom_m3245316124 (StringPlugin_t660282191 * __this, TweenerCore_3_t2915539799 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPlugin_SetFrom_m3245316124_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { TweenerCore_3_t2915539799 * L_0 = ___t0; NullCheck(L_0); String_t* L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t2915539799 * L_2 = ___t0; TweenerCore_3_t2915539799 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t1590246893 * L_4 = L_3->get_getter_59(); NullCheck(L_4); String_t* L_5 = DOGetter_1_Invoke_m3536821489(L_4, /*hidden argument*/DOGetter_1_Invoke_m3536821489_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t2915539799 * L_6 = ___t0; String_t* L_7 = V_0; NullCheck(L_6); L_6->set_startValue_55(L_7); TweenerCore_3_t2915539799 * L_8 = ___t0; NullCheck(L_8); DOSetter_1_t2897559021 * L_9 = L_8->get_setter_60(); TweenerCore_3_t2915539799 * L_10 = ___t0; NullCheck(L_10); String_t* L_11 = L_10->get_startValue_55(); NullCheck(L_9); DOSetter_1_Invoke_m3853882258(L_9, L_11, /*hidden argument*/DOSetter_1_Invoke_m3853882258_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.StringPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StringPlugin_SetFrom_m1075371551 (StringPlugin_t660282191 * __this, TweenerCore_3_t2915539799 * ___t0, String_t* ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPlugin_SetFrom_m1075371551_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t2915539799 * L_0 = ___t0; String_t* L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_0016; } } { TweenerCore_3_t2915539799 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t2897559021 * L_4 = L_3->get_setter_60(); String_t* L_5 = ___fromValue1; NullCheck(L_4); DOSetter_1_Invoke_m3853882258(L_4, L_5, /*hidden argument*/DOSetter_1_Invoke_m3853882258_RuntimeMethod_var); } IL_0016: { return; } } // System.Void DG.Tweening.Plugins.StringPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void StringPlugin_Reset_m2561990638 (StringPlugin_t660282191 * __this, TweenerCore_3_t2915539799 * ___t0, const RuntimeMethod* method) { String_t* V_0 = NULL; { TweenerCore_3_t2915539799 * L_0 = ___t0; TweenerCore_3_t2915539799 * L_1 = ___t0; TweenerCore_3_t2915539799 * L_2 = ___t0; V_0 = (String_t*)NULL; NullCheck(L_2); L_2->set_changeValue_57((String_t*)NULL); String_t* L_3 = V_0; String_t* L_4 = L_3; V_0 = L_4; NullCheck(L_1); L_1->set_endValue_56(L_4); String_t* L_5 = V_0; NullCheck(L_0); L_0->set_startValue_55(L_5); return; } } // System.String DG.Tweening.Plugins.StringPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* StringPlugin_ConvertToStartValue_m1642458424 (StringPlugin_t660282191 * __this, TweenerCore_3_t2915539799 * ___t0, String_t* ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.StringPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void StringPlugin_SetRelativeEndValue_m3570917273 (StringPlugin_t660282191 * __this, TweenerCore_3_t2915539799 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.StringPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void StringPlugin_SetChangeValue_m1773191049 (StringPlugin_t660282191 * __this, TweenerCore_3_t2915539799 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPlugin_SetChangeValue_m1773191049_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t2915539799 * L_0 = ___t0; TweenerCore_3_t2915539799 * L_1 = ___t0; NullCheck(L_1); String_t* L_2 = L_1->get_endValue_56(); NullCheck(L_0); L_0->set_changeValue_57(L_2); TweenerCore_3_t2915539799 * L_3 = ___t0; NullCheck(L_3); StringOptions_t3992490940 * L_4 = L_3->get_address_of_plugOptions_58(); TweenerCore_3_t2915539799 * L_5 = ___t0; NullCheck(L_5); String_t* L_6 = L_5->get_startValue_55(); IL2CPP_RUNTIME_CLASS_INIT(Regex_t3657309853_il2cpp_TypeInfo_var); String_t* L_7 = Regex_Replace_m2667570911(NULL /*static, unused*/, L_6, _stringLiteral359743489, _stringLiteral757602046, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); L_4->set_startValueStrippedLength_3(L_8); TweenerCore_3_t2915539799 * L_9 = ___t0; NullCheck(L_9); StringOptions_t3992490940 * L_10 = L_9->get_address_of_plugOptions_58(); TweenerCore_3_t2915539799 * L_11 = ___t0; NullCheck(L_11); String_t* L_12 = L_11->get_changeValue_57(); String_t* L_13 = Regex_Replace_m2667570911(NULL /*static, unused*/, L_12, _stringLiteral359743489, _stringLiteral757602046, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); L_10->set_changeValueStrippedLength_4(L_14); return; } } // System.Single DG.Tweening.Plugins.StringPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.StringOptions,System.Single,System.String) extern "C" IL2CPP_METHOD_ATTR float StringPlugin_GetSpeedBasedDuration_m4025113436 (StringPlugin_t660282191 * __this, StringOptions_t3992490940 ___options0, float ___unitsXSecond1, String_t* ___changeValue2, const RuntimeMethod* method) { float V_0 = 0.0f; int32_t G_B3_0 = 0; { StringOptions_t3992490940 L_0 = ___options0; bool L_1 = L_0.get_richTextEnabled_0(); if (L_1) { goto IL_0010; } } { String_t* L_2 = ___changeValue2; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0016; } IL_0010: { StringOptions_t3992490940 L_4 = ___options0; int32_t L_5 = L_4.get_changeValueStrippedLength_4(); G_B3_0 = L_5; } IL_0016: { float L_6 = ___unitsXSecond1; V_0 = ((float)((float)(((float)((float)G_B3_0)))/(float)L_6)); float L_7 = V_0; if ((!(((float)L_7) < ((float)(0.0f))))) { goto IL_0025; } } { float L_8 = V_0; V_0 = ((-L_8)); } IL_0025: { float L_9 = V_0; return L_9; } } // System.Void DG.Tweening.Plugins.StringPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.StringOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.String,System.String,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void StringPlugin_EvaluateAndApply_m3990834364 (StringPlugin_t660282191 * __this, StringOptions_t3992490940 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t1590246893 * ___getter3, DOSetter_1_t2897559021 * ___setter4, float ___elapsed5, String_t* ___startValue6, String_t* ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPlugin_EvaluateAndApply_m3990834364_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; float V_6 = 0.0f; int32_t G_B5_0 = 0; int32_t G_B13_0 = 0; int32_t G_B16_0 = 0; int32_t G_B33_0 = 0; String_t* G_B33_1 = NULL; StringPlugin_t660282191 * G_B33_2 = NULL; int32_t G_B32_0 = 0; String_t* G_B32_1 = NULL; StringPlugin_t660282191 * G_B32_2 = NULL; int32_t G_B34_0 = 0; int32_t G_B34_1 = 0; String_t* G_B34_2 = NULL; StringPlugin_t660282191 * G_B34_3 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_0 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); StringBuilder_t * L_1 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); NullCheck(L_1); int32_t L_2 = StringBuilder_get_Length_m3238060835(L_1, /*hidden argument*/NULL); NullCheck(L_0); StringBuilder_Remove_m940064945(L_0, 0, L_2, /*hidden argument*/NULL); bool L_3 = ___isRelative2; if (!L_3) { goto IL_008e; } } { Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); int32_t L_5 = L_4->get_loopType_27(); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_008e; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); bool L_7 = L_6->get_isComplete_49(); if (L_7) { goto IL_0032; } } { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B5_0 = L_9; goto IL_003a; } IL_0032: { Tween_t2342918553 * L_10 = ___t1; NullCheck(L_10); int32_t L_11 = L_10->get_completedLoops_47(); G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); } IL_003a: { V_4 = G_B5_0; int32_t L_12 = V_4; if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_008e; } } { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_13 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); String_t* L_14 = ___startValue6; NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, L_14, /*hidden argument*/NULL); V_5 = 0; goto IL_0066; } IL_0053: { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_15 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); String_t* L_16 = ___changeValue7; NullCheck(L_15); StringBuilder_Append_m1965104174(L_15, L_16, /*hidden argument*/NULL); int32_t L_17 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0066: { int32_t L_18 = V_5; int32_t L_19 = V_4; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_20 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); ___startValue6 = L_21; StringBuilder_t * L_22 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); StringBuilder_t * L_23 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); NullCheck(L_23); int32_t L_24 = StringBuilder_get_Length_m3238060835(L_23, /*hidden argument*/NULL); NullCheck(L_22); StringBuilder_Remove_m940064945(L_22, 0, L_24, /*hidden argument*/NULL); } IL_008e: { StringOptions_t3992490940 L_25 = ___options0; bool L_26 = L_25.get_richTextEnabled_0(); if (L_26) { goto IL_009f; } } { String_t* L_27 = ___startValue6; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); G_B13_0 = L_28; goto IL_00a5; } IL_009f: { StringOptions_t3992490940 L_29 = ___options0; int32_t L_30 = L_29.get_startValueStrippedLength_3(); G_B13_0 = L_30; } IL_00a5: { V_0 = G_B13_0; StringOptions_t3992490940 L_31 = ___options0; bool L_32 = L_31.get_richTextEnabled_0(); if (L_32) { goto IL_00b7; } } { String_t* L_33 = ___changeValue7; NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); G_B16_0 = L_34; goto IL_00bd; } IL_00b7: { StringOptions_t3992490940 L_35 = ___options0; int32_t L_36 = L_35.get_changeValueStrippedLength_4(); G_B16_0 = L_36; } IL_00bd: { V_1 = G_B16_0; int32_t L_37 = V_1; Tween_t2342918553 * L_38 = ___t1; NullCheck(L_38); int32_t L_39 = L_38->get_easeType_30(); Tween_t2342918553 * L_40 = ___t1; NullCheck(L_40); EaseFunction_t3531141372 * L_41 = L_40->get_customEase_31(); float L_42 = ___elapsed5; float L_43 = ___duration8; Tween_t2342918553 * L_44 = ___t1; NullCheck(L_44); float L_45 = L_44->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_46 = ___t1; NullCheck(L_46); float L_47 = L_46->get_easePeriod_33(); float L_48 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_39, L_41, L_42, L_43, L_45, L_47, /*hidden argument*/NULL); double L_49 = bankers_round((((double)((double)((float)il2cpp_codegen_multiply((float)(((float)((float)L_37))), (float)L_48)))))); V_2 = (((int32_t)((int32_t)L_49))); int32_t L_50 = V_2; int32_t L_51 = V_1; if ((((int32_t)L_50) <= ((int32_t)L_51))) { goto IL_00f2; } } { int32_t L_52 = V_1; V_2 = L_52; goto IL_00f8; } IL_00f2: { int32_t L_53 = V_2; if ((((int32_t)L_53) >= ((int32_t)0))) { goto IL_00f8; } } { V_2 = 0; } IL_00f8: { bool L_54 = ___isRelative2; if (!L_54) { goto IL_0159; } } { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_55 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); String_t* L_56 = ___startValue6; NullCheck(L_55); StringBuilder_Append_m1965104174(L_55, L_56, /*hidden argument*/NULL); StringOptions_t3992490940 L_57 = ___options0; int32_t L_58 = L_57.get_scrambleMode_1(); if (!L_58) { goto IL_013c; } } { DOSetter_1_t2897559021 * L_59 = ___setter4; String_t* L_60 = ___changeValue7; int32_t L_61 = V_2; StringOptions_t3992490940 L_62 = ___options0; bool L_63 = L_62.get_richTextEnabled_0(); StringBuilder_t * L_64 = StringPlugin_Append_m1755337908(__this, L_60, 0, L_61, L_63, /*hidden argument*/NULL); int32_t L_65 = V_1; int32_t L_66 = V_2; StringOptions_t3992490940 L_67 = ___options0; CharU5BU5D_t3528271667* L_68 = StringPlugin_ScrambledCharsToUse_m383916617(__this, L_67, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var); StringBuilder_t * L_69 = StringPluginExtensions_AppendScrambledChars_m4008779913(NULL /*static, unused*/, L_64, ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)L_66)), L_68, /*hidden argument*/NULL); NullCheck(L_69); String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_69); NullCheck(L_59); DOSetter_1_Invoke_m3853882258(L_59, L_70, /*hidden argument*/DOSetter_1_Invoke_m3853882258_RuntimeMethod_var); return; } IL_013c: { DOSetter_1_t2897559021 * L_71 = ___setter4; String_t* L_72 = ___changeValue7; int32_t L_73 = V_2; StringOptions_t3992490940 L_74 = ___options0; bool L_75 = L_74.get_richTextEnabled_0(); StringBuilder_t * L_76 = StringPlugin_Append_m1755337908(__this, L_72, 0, L_73, L_75, /*hidden argument*/NULL); NullCheck(L_76); String_t* L_77 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_76); NullCheck(L_71); DOSetter_1_Invoke_m3853882258(L_71, L_77, /*hidden argument*/DOSetter_1_Invoke_m3853882258_RuntimeMethod_var); return; } IL_0159: { StringOptions_t3992490940 L_78 = ___options0; int32_t L_79 = L_78.get_scrambleMode_1(); if (!L_79) { goto IL_018d; } } { DOSetter_1_t2897559021 * L_80 = ___setter4; String_t* L_81 = ___changeValue7; int32_t L_82 = V_2; StringOptions_t3992490940 L_83 = ___options0; bool L_84 = L_83.get_richTextEnabled_0(); StringBuilder_t * L_85 = StringPlugin_Append_m1755337908(__this, L_81, 0, L_82, L_84, /*hidden argument*/NULL); int32_t L_86 = V_1; int32_t L_87 = V_2; StringOptions_t3992490940 L_88 = ___options0; CharU5BU5D_t3528271667* L_89 = StringPlugin_ScrambledCharsToUse_m383916617(__this, L_88, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var); StringBuilder_t * L_90 = StringPluginExtensions_AppendScrambledChars_m4008779913(NULL /*static, unused*/, L_85, ((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)L_87)), L_89, /*hidden argument*/NULL); NullCheck(L_90); String_t* L_91 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_90); NullCheck(L_80); DOSetter_1_Invoke_m3853882258(L_80, L_91, /*hidden argument*/DOSetter_1_Invoke_m3853882258_RuntimeMethod_var); return; } IL_018d: { int32_t L_92 = V_0; int32_t L_93 = V_1; int32_t L_94 = V_0; V_3 = L_94; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)L_93))) <= ((int32_t)0))) { goto IL_01a7; } } { int32_t L_95 = V_2; int32_t L_96 = V_1; V_6 = ((float)((float)(((float)((float)L_95)))/(float)(((float)((float)L_96))))); int32_t L_97 = V_3; int32_t L_98 = V_3; float L_99 = V_6; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_97, (int32_t)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_98))), (float)L_99))))))); goto IL_01ab; } IL_01a7: { int32_t L_100 = V_3; int32_t L_101 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)L_101)); } IL_01ab: { String_t* L_102 = ___changeValue7; int32_t L_103 = V_2; StringOptions_t3992490940 L_104 = ___options0; bool L_105 = L_104.get_richTextEnabled_0(); StringPlugin_Append_m1755337908(__this, L_102, 0, L_103, L_105, /*hidden argument*/NULL); int32_t L_106 = V_2; int32_t L_107 = V_1; if ((((int32_t)L_106) >= ((int32_t)L_107))) { goto IL_01e2; } } { int32_t L_108 = V_2; int32_t L_109 = V_0; if ((((int32_t)L_108) >= ((int32_t)L_109))) { goto IL_01e2; } } { String_t* L_110 = ___startValue6; int32_t L_111 = V_2; StringOptions_t3992490940 L_112 = ___options0; bool L_113 = L_112.get_richTextEnabled_0(); G_B32_0 = L_111; G_B32_1 = L_110; G_B32_2 = __this; if (L_113) { G_B33_0 = L_111; G_B33_1 = L_110; G_B33_2 = __this; goto IL_01d3; } } { int32_t L_114 = V_3; G_B34_0 = L_114; G_B34_1 = G_B32_0; G_B34_2 = G_B32_1; G_B34_3 = G_B32_2; goto IL_01d6; } IL_01d3: { int32_t L_115 = V_2; int32_t L_116 = V_3; G_B34_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)L_116)); G_B34_1 = G_B33_0; G_B34_2 = G_B33_1; G_B34_3 = G_B33_2; } IL_01d6: { StringOptions_t3992490940 L_117 = ___options0; bool L_118 = L_117.get_richTextEnabled_0(); NullCheck(G_B34_3); StringPlugin_Append_m1755337908(G_B34_3, G_B34_2, G_B34_1, G_B34_0, L_118, /*hidden argument*/NULL); } IL_01e2: { DOSetter_1_t2897559021 * L_119 = ___setter4; IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_120 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); NullCheck(L_120); String_t* L_121 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_120); NullCheck(L_119); DOSetter_1_Invoke_m3853882258(L_119, L_121, /*hidden argument*/DOSetter_1_Invoke_m3853882258_RuntimeMethod_var); return; } } // System.Text.StringBuilder DG.Tweening.Plugins.StringPlugin::Append(System.String,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringPlugin_Append_m1755337908 (StringPlugin_t660282191 * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___length2, bool ___richTextEnabled3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPlugin_Append_m1755337908_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; bool V_4 = false; Il2CppChar V_5 = 0x0; Match_t3408321083 * V_6 = NULL; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; CharU5BU5D_t3528271667* V_9 = NULL; int32_t V_10 = 0; Match_t3408321083 * V_11 = NULL; int32_t G_B7_0 = 0; List_1_t811567916 * G_B10_0 = NULL; List_1_t811567916 * G_B9_0 = NULL; int32_t G_B11_0 = 0; List_1_t811567916 * G_B11_1 = NULL; { bool L_0 = ___richTextEnabled3; if (L_0) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_1 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); String_t* L_2 = ___value0; int32_t L_3 = ___startIndex1; int32_t L_4 = ___length2; NullCheck(L_1); StringBuilder_Append_m3214161208(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); StringBuilder_t * L_5 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); return L_5; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); List_1_t811567916 * L_6 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); NullCheck(L_6); List_1_Clear_m3896012083(L_6, /*hidden argument*/List_1_Clear_m3896012083_RuntimeMethod_var); V_0 = (bool)0; String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); V_1 = L_8; V_2 = 0; goto IL_01a8; } IL_0032: { String_t* L_9 = ___value0; int32_t L_10 = V_2; NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m2986988803(L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; Il2CppChar L_12 = V_3; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)60))))) { goto IL_0194; } } { bool L_13 = V_0; V_4 = L_13; String_t* L_14 = ___value0; int32_t L_15 = V_2; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m2986988803(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); V_5 = L_16; int32_t L_17 = V_2; int32_t L_18 = V_1; if ((((int32_t)L_17) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1))))) { goto IL_0061; } } { Il2CppChar L_19 = V_5; G_B7_0 = ((((int32_t)((((int32_t)L_19) == ((int32_t)((int32_t)47)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0062; } IL_0061: { G_B7_0 = 1; } IL_0062: { V_0 = (bool)G_B7_0; bool L_20 = V_0; if (!L_20) { goto IL_007e; } } { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); List_1_t811567916 * L_21 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); Il2CppChar L_22 = V_5; G_B9_0 = L_21; if ((((int32_t)L_22) == ((int32_t)((int32_t)35)))) { G_B10_0 = L_21; goto IL_0075; } } { Il2CppChar L_23 = V_5; G_B11_0 = ((int32_t)(L_23)); G_B11_1 = G_B9_0; goto IL_0077; } IL_0075: { G_B11_0 = ((int32_t)99); G_B11_1 = G_B10_0; } IL_0077: { NullCheck(G_B11_1); List_1_Add_m419267761(G_B11_1, G_B11_0, /*hidden argument*/List_1_Add_m419267761_RuntimeMethod_var); goto IL_0094; } IL_007e: { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); List_1_t811567916 * L_24 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); List_1_t811567916 * L_25 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); NullCheck(L_25); int32_t L_26 = List_1_get_Count_m2418641002(L_25, /*hidden argument*/List_1_get_Count_m2418641002_RuntimeMethod_var); NullCheck(L_24); List_1_RemoveAt_m2351621673(L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m2351621673_RuntimeMethod_var); } IL_0094: { String_t* L_27 = ___value0; int32_t L_28 = V_2; NullCheck(L_27); String_t* L_29 = String_Substring_m2848979100(L_27, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Regex_t3657309853_il2cpp_TypeInfo_var); Match_t3408321083 * L_30 = Regex_Match_m2057380353(NULL /*static, unused*/, L_29, _stringLiteral4271144395, /*hidden argument*/NULL); V_6 = L_30; Match_t3408321083 * L_31 = V_6; NullCheck(L_31); bool L_32 = Group_get_Success_m1492300455(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_01a4; } } { bool L_33 = V_0; if (L_33) { goto IL_0157; } } { bool L_34 = V_4; if (L_34) { goto IL_0157; } } { String_t* L_35 = ___value0; int32_t L_36 = V_2; NullCheck(L_35); Il2CppChar L_37 = String_get_Chars_m2986988803(L_35, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)), /*hidden argument*/NULL); V_8 = L_37; Il2CppChar L_38 = V_8; if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)99))))) { goto IL_00e5; } } { CharU5BU5D_t3528271667* L_39 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_39); (L_39)->SetAt(static_cast(0), (Il2CppChar)((int32_t)35)); CharU5BU5D_t3528271667* L_40 = L_39; NullCheck(L_40); (L_40)->SetAt(static_cast(1), (Il2CppChar)((int32_t)99)); V_9 = L_40; goto IL_00f2; } IL_00e5: { CharU5BU5D_t3528271667* L_41 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); Il2CppChar L_42 = V_8; NullCheck(L_41); (L_41)->SetAt(static_cast(0), (Il2CppChar)L_42); V_9 = L_41; } IL_00f2: { int32_t L_43 = V_2; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)); goto IL_0152; } IL_00f9: { String_t* L_44 = ___value0; int32_t L_45 = V_10; NullCheck(L_44); Il2CppChar L_46 = String_get_Chars_m2986988803(L_44, L_45, /*hidden argument*/NULL); if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)60))))) { goto IL_014c; } } { String_t* L_47 = ___value0; int32_t L_48 = V_10; NullCheck(L_47); Il2CppChar L_49 = String_get_Chars_m2986988803(L_47, ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_49) == ((int32_t)((int32_t)47)))) { goto IL_014c; } } { CharU5BU5D_t3528271667* L_50 = V_9; String_t* L_51 = ___value0; int32_t L_52 = V_10; NullCheck(L_51); Il2CppChar L_53 = String_get_Chars_m2986988803(L_51, ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)2)), /*hidden argument*/NULL); int32_t L_54 = Array_IndexOf_TisChar_t3634460470_m95364350(NULL /*static, unused*/, L_50, L_53, /*hidden argument*/Array_IndexOf_TisChar_t3634460470_m95364350_RuntimeMethod_var); if ((((int32_t)L_54) == ((int32_t)(-1)))) { goto IL_014c; } } { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_55 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); String_t* L_56 = ___value0; int32_t L_57 = V_10; String_t* L_58 = ___value0; int32_t L_59 = V_10; NullCheck(L_58); int32_t L_60 = String_IndexOf_m2466398549(L_58, ((int32_t)62), L_59, /*hidden argument*/NULL); int32_t L_61 = V_10; NullCheck(L_56); String_t* L_62 = String_Substring_m1610150815(L_56, L_57, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)), (int32_t)L_61)), /*hidden argument*/NULL); NullCheck(L_55); StringBuilder_Insert_m3039182437(L_55, 0, L_62, /*hidden argument*/NULL); goto IL_0157; } IL_014c: { int32_t L_63 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)); } IL_0152: { int32_t L_64 = V_10; if ((((int32_t)L_64) > ((int32_t)(-1)))) { goto IL_00f9; } } IL_0157: { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_65 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); Match_t3408321083 * L_66 = V_6; NullCheck(L_66); String_t* L_67 = Capture_get_Value_m538076933(L_66, /*hidden argument*/NULL); NullCheck(L_65); StringBuilder_Append_m1965104174(L_65, L_67, /*hidden argument*/NULL); Match_t3408321083 * L_68 = V_6; NullCheck(L_68); GroupCollection_t69770484 * L_69 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_68); NullCheck(L_69); Group_t2468205786 * L_70 = GroupCollection_get_Item_m2465789076(L_69, 1, /*hidden argument*/NULL); NullCheck(L_70); int32_t L_71 = Capture_get_Index_m745081289(L_70, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); int32_t L_72 = ___length2; int32_t L_73 = V_7; ___length2 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)L_73)); int32_t L_74 = ___startIndex1; int32_t L_75 = V_7; ___startIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)L_75)); int32_t L_76 = V_2; int32_t L_77 = V_7; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1)))); goto IL_01a4; } IL_0194: { int32_t L_78 = V_2; int32_t L_79 = ___startIndex1; if ((((int32_t)L_78) < ((int32_t)L_79))) { goto IL_01a4; } } { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_80 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); Il2CppChar L_81 = V_3; NullCheck(L_80); StringBuilder_Append_m2383614642(L_80, L_81, /*hidden argument*/NULL); } IL_01a4: { int32_t L_82 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); } IL_01a8: { int32_t L_83 = V_2; int32_t L_84 = ___length2; if ((((int32_t)L_83) < ((int32_t)L_84))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); List_1_t811567916 * L_85 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); NullCheck(L_85); int32_t L_86 = List_1_get_Count_m2418641002(L_85, /*hidden argument*/List_1_get_Count_m2418641002_RuntimeMethod_var); if ((((int32_t)L_86) <= ((int32_t)0))) { goto IL_0258; } } { int32_t L_87 = V_2; int32_t L_88 = V_1; if ((((int32_t)L_87) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)1))))) { goto IL_0258; } } { goto IL_0242; } IL_01ca: { String_t* L_89 = ___value0; int32_t L_90 = V_2; NullCheck(L_89); String_t* L_91 = String_Substring_m2848979100(L_89, L_90, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Regex_t3657309853_il2cpp_TypeInfo_var); Match_t3408321083 * L_92 = Regex_Match_m2057380353(NULL /*static, unused*/, L_91, _stringLiteral2485455344, /*hidden argument*/NULL); V_11 = L_92; Match_t3408321083 * L_93 = V_11; NullCheck(L_93); bool L_94 = Group_get_Success_m1492300455(L_93, /*hidden argument*/NULL); if (!L_94) { goto IL_0258; } } { Match_t3408321083 * L_95 = V_11; NullCheck(L_95); String_t* L_96 = Capture_get_Value_m538076933(L_95, /*hidden argument*/NULL); NullCheck(L_96); Il2CppChar L_97 = String_get_Chars_m2986988803(L_96, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); List_1_t811567916 * L_98 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); List_1_t811567916 * L_99 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); NullCheck(L_99); int32_t L_100 = List_1_get_Count_m2418641002(L_99, /*hidden argument*/List_1_get_Count_m2418641002_RuntimeMethod_var); NullCheck(L_98); Il2CppChar L_101 = List_1_get_Item_m2221170212(L_98, ((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)1)), /*hidden argument*/List_1_get_Item_m2221170212_RuntimeMethod_var); if ((!(((uint32_t)L_97) == ((uint32_t)L_101)))) { goto IL_0233; } } { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_102 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); Match_t3408321083 * L_103 = V_11; NullCheck(L_103); String_t* L_104 = Capture_get_Value_m538076933(L_103, /*hidden argument*/NULL); NullCheck(L_102); StringBuilder_Append_m1965104174(L_102, L_104, /*hidden argument*/NULL); List_1_t811567916 * L_105 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); List_1_t811567916 * L_106 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); NullCheck(L_106); int32_t L_107 = List_1_get_Count_m2418641002(L_106, /*hidden argument*/List_1_get_Count_m2418641002_RuntimeMethod_var); NullCheck(L_105); List_1_RemoveAt_m2351621673(L_105, ((int32_t)il2cpp_codegen_subtract((int32_t)L_107, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m2351621673_RuntimeMethod_var); } IL_0233: { int32_t L_108 = V_2; Match_t3408321083 * L_109 = V_11; NullCheck(L_109); String_t* L_110 = Capture_get_Value_m538076933(L_109, /*hidden argument*/NULL); NullCheck(L_110); int32_t L_111 = String_get_Length_m3847582255(L_110, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)L_111)); } IL_0242: { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); List_1_t811567916 * L_112 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__OpenedTags_1(); NullCheck(L_112); int32_t L_113 = List_1_get_Count_m2418641002(L_112, /*hidden argument*/List_1_get_Count_m2418641002_RuntimeMethod_var); if ((((int32_t)L_113) <= ((int32_t)0))) { goto IL_0258; } } { int32_t L_114 = V_2; int32_t L_115 = V_1; if ((((int32_t)L_114) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)1))))) { goto IL_01ca; } } IL_0258: { IL2CPP_RUNTIME_CLASS_INIT(StringPlugin_t660282191_il2cpp_TypeInfo_var); StringBuilder_t * L_116 = ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->get__Buffer_0(); return L_116; } } // System.Char[] DG.Tweening.Plugins.StringPlugin::ScrambledCharsToUse(DG.Tweening.Plugins.Options.StringOptions) extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* StringPlugin_ScrambledCharsToUse_m383916617 (StringPlugin_t660282191 * __this, StringOptions_t3992490940 ___options0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPlugin_ScrambledCharsToUse_m383916617_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { StringOptions_t3992490940 L_0 = ___options0; int32_t L_1 = L_0.get_scrambleMode_1(); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)2))) { case 0: { goto IL_0021; } case 1: { goto IL_0027; } case 2: { goto IL_002d; } case 3: { goto IL_0033; } } } { goto IL_003a; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_3 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get_ScrambledCharsUppercase_1(); return L_3; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_4 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get_ScrambledCharsLowercase_2(); return L_4; } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_5 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get_ScrambledCharsNumerals_3(); return L_5; } IL_0033: { StringOptions_t3992490940 L_6 = ___options0; CharU5BU5D_t3528271667* L_7 = L_6.get_scrambledChars_2(); return L_7; } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_8 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get_ScrambledCharsAll_0(); return L_8; } } // System.Void DG.Tweening.Plugins.StringPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringPlugin__ctor_m3909330357 (StringPlugin_t660282191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPlugin__ctor_m3909330357_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m1298758118(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m1298758118_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.StringPlugin::.cctor() extern "C" IL2CPP_METHOD_ATTR void StringPlugin__cctor_m2045963816 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPlugin__cctor_m2045963816_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->set__Buffer_0(L_0); List_1_t811567916 * L_1 = (List_1_t811567916 *)il2cpp_codegen_object_new(List_1_t811567916_il2cpp_TypeInfo_var); List_1__ctor_m2562720089(L_1, /*hidden argument*/List_1__ctor_m2562720089_RuntimeMethod_var); ((StringPlugin_t660282191_StaticFields*)il2cpp_codegen_static_fields_for(StringPlugin_t660282191_il2cpp_TypeInfo_var))->set__OpenedTags_1(L_1); 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.Plugins.StringPluginExtensions::.cctor() extern "C" IL2CPP_METHOD_ATTR void StringPluginExtensions__cctor_m1665872723 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPluginExtensions__cctor_m1665872723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)60))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____9DC5F4D0A1418B4EC71B22D21E93D134922FA735_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->set_ScrambledCharsAll_0(L_0); CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)25))); RuntimeFieldHandle_t1871169219 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____6F98278EFCD257898AD01BE39D1D0AEFB78FC551_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->set_ScrambledCharsUppercase_1(L_2); CharU5BU5D_t3528271667* L_4 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)25))); RuntimeFieldHandle_t1871169219 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____FD0BD55CDDDFD0B323012A45F83437763AF58952_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->set_ScrambledCharsLowercase_2(L_4); CharU5BU5D_t3528271667* L_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10))); RuntimeFieldHandle_t1871169219 L_7 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255366____8C4C6C4E493EC2BEEF5F6F6A9C4472C13BED42E8_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->set_ScrambledCharsNumerals_3(L_6); CharU5BU5D_t3528271667* L_8 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get_ScrambledCharsAll_0(); StringPluginExtensions_ScrambleChars_m2435962942(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_9 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get_ScrambledCharsUppercase_1(); StringPluginExtensions_ScrambleChars_m2435962942(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_10 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get_ScrambledCharsLowercase_2(); StringPluginExtensions_ScrambleChars_m2435962942(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_11 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get_ScrambledCharsNumerals_3(); StringPluginExtensions_ScrambleChars_m2435962942(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return; } } // System.Void DG.Tweening.Plugins.StringPluginExtensions::ScrambleChars(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void StringPluginExtensions_ScrambleChars_m2435962942 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___chars0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; { CharU5BU5D_t3528271667* L_0 = ___chars0; NullCheck(L_0); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); V_1 = 0; goto IL_0022; } IL_0008: { CharU5BU5D_t3528271667* L_1 = ___chars0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; uint16_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; int32_t L_5 = V_1; int32_t L_6 = V_0; int32_t L_7 = Random_Range_m4054026115(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; CharU5BU5D_t3528271667* L_8 = ___chars0; int32_t L_9 = V_1; CharU5BU5D_t3528271667* L_10 = ___chars0; int32_t L_11 = V_3; NullCheck(L_10); int32_t L_12 = L_11; uint16_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (Il2CppChar)L_13); CharU5BU5D_t3528271667* L_14 = ___chars0; int32_t L_15 = V_3; Il2CppChar L_16 = V_2; NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (Il2CppChar)L_16); int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0022: { int32_t L_18 = V_1; int32_t L_19 = V_0; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0008; } } { return; } } // System.Text.StringBuilder DG.Tweening.Plugins.StringPluginExtensions::AppendScrambledChars(System.Text.StringBuilder,System.Int32,System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringPluginExtensions_AppendScrambledChars_m4008779913 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___buffer0, int32_t ___length1, CharU5BU5D_t3528271667* ___chars2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringPluginExtensions_AppendScrambledChars_m4008779913_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___length1; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0006; } } { StringBuilder_t * L_1 = ___buffer0; return L_1; } IL_0006: { CharU5BU5D_t3528271667* L_2 = ___chars2; NullCheck(L_2); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); IL2CPP_RUNTIME_CLASS_INIT(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var); int32_t L_3 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get__lastRndSeed_4(); V_1 = L_3; goto IL_001a; } IL_0012: { int32_t L_4 = V_0; int32_t L_5 = Random_Range_m4054026115(NULL /*static, unused*/, 0, L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_001a: { int32_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var); int32_t L_7 = ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->get__lastRndSeed_4(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_0012; } } { int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var); ((StringPluginExtensions_t3521198905_StaticFields*)il2cpp_codegen_static_fields_for(StringPluginExtensions_t3521198905_il2cpp_TypeInfo_var))->set__lastRndSeed_4(L_8); V_2 = 0; goto IL_0044; } IL_002c: { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0032; } } { V_1 = 0; } IL_0032: { StringBuilder_t * L_11 = ___buffer0; CharU5BU5D_t3528271667* L_12 = ___chars2; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_11); StringBuilder_Append_m2383614642(L_11, L_15, /*hidden argument*/NULL); int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0044: { int32_t L_18 = V_2; int32_t L_19 = ___length1; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_002c; } } { StringBuilder_t * L_20 = ___buffer0; 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 DG.Tweening.Plugins.UintPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void UintPlugin_Reset_m3557378241 (UintPlugin_t2664954793 * __this, TweenerCore_3_t2065240817 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.UintPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UintPlugin_SetFrom_m276888391 (UintPlugin_t2664954793 * __this, TweenerCore_3_t2065240817 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UintPlugin_SetFrom_m276888391_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; TweenerCore_3_t2065240817 * G_B2_0 = NULL; TweenerCore_3_t2065240817 * G_B1_0 = NULL; uint32_t G_B3_0 = 0; TweenerCore_3_t2065240817 * G_B3_1 = NULL; { TweenerCore_3_t2065240817 * L_0 = ___t0; NullCheck(L_0); uint32_t L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t2065240817 * L_2 = ___t0; TweenerCore_3_t2065240817 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t2302858182 * L_4 = L_3->get_getter_59(); NullCheck(L_4); uint32_t L_5 = DOGetter_1_Invoke_m2229068372(L_4, /*hidden argument*/DOGetter_1_Invoke_m2229068372_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t2065240817 * L_6 = ___t0; bool L_7 = ___isRelative1; G_B1_0 = L_6; if (L_7) { G_B2_0 = L_6; goto IL_001f; } } { uint32_t L_8 = V_0; G_B3_0 = L_8; G_B3_1 = G_B1_0; goto IL_0027; } IL_001f: { TweenerCore_3_t2065240817 * L_9 = ___t0; NullCheck(L_9); uint32_t L_10 = L_9->get_endValue_56(); uint32_t L_11 = V_0; G_B3_0 = ((uint32_t)(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)))); G_B3_1 = G_B2_0; } IL_0027: { NullCheck(G_B3_1); G_B3_1->set_startValue_55(G_B3_0); TweenerCore_3_t2065240817 * L_12 = ___t0; NullCheck(L_12); DOSetter_1_t3610170310 * L_13 = L_12->get_setter_60(); TweenerCore_3_t2065240817 * L_14 = ___t0; NullCheck(L_14); uint32_t L_15 = L_14->get_startValue_55(); NullCheck(L_13); DOSetter_1_Invoke_m3701627725(L_13, L_15, /*hidden argument*/DOSetter_1_Invoke_m3701627725_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.UintPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.UInt32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UintPlugin_SetFrom_m425996756 (UintPlugin_t2664954793 * __this, TweenerCore_3_t2065240817 * ___t0, uint32_t ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UintPlugin_SetFrom_m425996756_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t2065240817 * L_0 = ___t0; uint32_t L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_0016; } } { TweenerCore_3_t2065240817 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t3610170310 * L_4 = L_3->get_setter_60(); uint32_t L_5 = ___fromValue1; NullCheck(L_4); DOSetter_1_Invoke_m3701627725(L_4, L_5, /*hidden argument*/DOSetter_1_Invoke_m3701627725_RuntimeMethod_var); } IL_0016: { return; } } // System.UInt32 DG.Tweening.Plugins.UintPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,System.UInt32) extern "C" IL2CPP_METHOD_ATTR uint32_t UintPlugin_ConvertToStartValue_m2815140147 (UintPlugin_t2664954793 * __this, TweenerCore_3_t2065240817 * ___t0, uint32_t ___value1, const RuntimeMethod* method) { { uint32_t L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.UintPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void UintPlugin_SetRelativeEndValue_m380025731 (UintPlugin_t2664954793 * __this, TweenerCore_3_t2065240817 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t2065240817 * L_0 = ___t0; TweenerCore_3_t2065240817 * L_1 = L_0; NullCheck(L_1); uint32_t L_2 = L_1->get_endValue_56(); TweenerCore_3_t2065240817 * L_3 = ___t0; NullCheck(L_3); uint32_t L_4 = L_3->get_startValue_55(); NullCheck(L_1); L_1->set_endValue_56(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_4))); return; } } // System.Void DG.Tweening.Plugins.UintPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void UintPlugin_SetChangeValue_m1644535597 (UintPlugin_t2664954793 * __this, TweenerCore_3_t2065240817 * ___t0, const RuntimeMethod* method) { TweenerCore_3_t2065240817 * G_B2_0 = NULL; TweenerCore_3_t2065240817 * G_B1_0 = NULL; int32_t G_B3_0 = 0; TweenerCore_3_t2065240817 * G_B3_1 = NULL; { TweenerCore_3_t2065240817 * L_0 = ___t0; NullCheck(L_0); UintOptions_t1006674242 * L_1 = L_0->get_address_of_plugOptions_58(); TweenerCore_3_t2065240817 * L_2 = ___t0; NullCheck(L_2); uint32_t L_3 = L_2->get_endValue_56(); TweenerCore_3_t2065240817 * L_4 = ___t0; NullCheck(L_4); uint32_t L_5 = L_4->get_startValue_55(); L_1->set_isNegativeChangeValue_0((bool)((!(((uint32_t)L_3) >= ((uint32_t)L_5)))? 1 : 0)); TweenerCore_3_t2065240817 * L_6 = ___t0; TweenerCore_3_t2065240817 * L_7 = ___t0; NullCheck(L_7); UintOptions_t1006674242 * L_8 = L_7->get_address_of_plugOptions_58(); bool L_9 = L_8->get_isNegativeChangeValue_0(); G_B1_0 = L_6; if (L_9) { G_B2_0 = L_6; goto IL_0036; } } { TweenerCore_3_t2065240817 * L_10 = ___t0; NullCheck(L_10); uint32_t L_11 = L_10->get_endValue_56(); TweenerCore_3_t2065240817 * L_12 = ___t0; NullCheck(L_12); uint32_t L_13 = L_12->get_startValue_55(); G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_13)); G_B3_1 = G_B1_0; goto IL_0043; } IL_0036: { TweenerCore_3_t2065240817 * L_14 = ___t0; NullCheck(L_14); uint32_t L_15 = L_14->get_startValue_55(); TweenerCore_3_t2065240817 * L_16 = ___t0; NullCheck(L_16); uint32_t L_17 = L_16->get_endValue_56(); G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_17)); G_B3_1 = G_B2_0; } IL_0043: { NullCheck(G_B3_1); G_B3_1->set_changeValue_57(G_B3_0); return; } } // System.Single DG.Tweening.Plugins.UintPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.UintOptions,System.Single,System.UInt32) extern "C" IL2CPP_METHOD_ATTR float UintPlugin_GetSpeedBasedDuration_m2547870598 (UintPlugin_t2664954793 * __this, UintOptions_t1006674242 ___options0, float ___unitsXSecond1, uint32_t ___changeValue2, const RuntimeMethod* method) { float V_0 = 0.0f; { uint32_t L_0 = ___changeValue2; float L_1 = ___unitsXSecond1; V_0 = ((float)((float)(((float)((float)(((double)((uint32_t)L_0))))))/(float)L_1)); float L_2 = V_0; if ((!(((float)L_2) < ((float)(0.0f))))) { goto IL_0011; } } { float L_3 = V_0; V_0 = ((-L_3)); } IL_0011: { float L_4 = V_0; return L_4; } } // System.Void DG.Tweening.Plugins.UintPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.UintOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.UInt32,System.UInt32,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void UintPlugin_EvaluateAndApply_m2529929860 (UintPlugin_t2664954793 * __this, UintOptions_t1006674242 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t2302858182 * ___getter3, DOSetter_1_t3610170310 * ___setter4, float ___elapsed5, uint32_t ___startValue6, uint32_t ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UintPlugin_EvaluateAndApply_m2529929860_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int64_t G_B3_0 = 0; int64_t G_B2_0 = 0; int32_t G_B4_0 = 0; int64_t G_B4_1 = 0; int64_t G_B11_0 = 0; int64_t G_B10_0 = 0; int32_t G_B12_0 = 0; int64_t G_B12_1 = 0; int64_t G_B14_0 = 0; int64_t G_B13_0 = 0; int32_t G_B15_0 = 0; int64_t G_B15_1 = 0; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_003e; } } { uint32_t L_2 = ___changeValue7; Tween_t2342918553 * L_3 = ___t1; NullCheck(L_3); bool L_4 = L_3->get_isComplete_49(); G_B2_0 = (((int64_t)((uint64_t)L_2))); if (L_4) { G_B3_0 = (((int64_t)((uint64_t)L_2))); goto IL_001c; } } { Tween_t2342918553 * L_5 = ___t1; NullCheck(L_5); int32_t L_6 = L_5->get_completedLoops_47(); G_B4_0 = L_6; G_B4_1 = G_B2_0; goto IL_0024; } IL_001c: { Tween_t2342918553 * L_7 = ___t1; NullCheck(L_7); int32_t L_8 = L_7->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); G_B4_1 = G_B3_0; } IL_0024: { V_0 = (((int32_t)((uint32_t)((int64_t)il2cpp_codegen_multiply((int64_t)G_B4_1, (int64_t)(((int64_t)((int64_t)G_B4_0)))))))); UintOptions_t1006674242 L_9 = ___options0; bool L_10 = L_9.get_isNegativeChangeValue_0(); if (!L_10) { goto IL_0038; } } { uint32_t L_11 = ___startValue6; uint32_t L_12 = V_0; ___startValue6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); goto IL_003e; } IL_0038: { uint32_t L_13 = ___startValue6; uint32_t L_14 = V_0; ___startValue6 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); } IL_003e: { Tween_t2342918553 * L_15 = ___t1; NullCheck(L_15); bool L_16 = L_15->get_isSequenced_38(); if (!L_16) { goto IL_00ac; } } { Tween_t2342918553 * L_17 = ___t1; NullCheck(L_17); Sequence_t2050373119 * L_18 = L_17->get_sequenceParent_39(); NullCheck(L_18); int32_t L_19 = ((Tween_t2342918553 *)L_18)->get_loopType_27(); if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_00ac; } } { uint32_t L_20 = ___changeValue7; Tween_t2342918553 * L_21 = ___t1; NullCheck(L_21); int32_t L_22 = L_21->get_loopType_27(); G_B10_0 = (((int64_t)((uint64_t)L_20))); if ((((int32_t)L_22) == ((int32_t)2))) { G_B11_0 = (((int64_t)((uint64_t)L_20))); goto IL_0063; } } { G_B12_0 = 1; G_B12_1 = G_B10_0; goto IL_0069; } IL_0063: { Tween_t2342918553 * L_23 = ___t1; NullCheck(L_23); int32_t L_24 = L_23->get_loops_26(); G_B12_0 = L_24; G_B12_1 = G_B11_0; } IL_0069: { Tween_t2342918553 * L_25 = ___t1; NullCheck(L_25); Sequence_t2050373119 * L_26 = L_25->get_sequenceParent_39(); NullCheck(L_26); bool L_27 = ((Tween_t2342918553 *)L_26)->get_isComplete_49(); G_B13_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)G_B12_1, (int64_t)(((int64_t)((int64_t)G_B12_0))))); if (L_27) { G_B14_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)G_B12_1, (int64_t)(((int64_t)((int64_t)G_B12_0))))); goto IL_0085; } } { Tween_t2342918553 * L_28 = ___t1; NullCheck(L_28); Sequence_t2050373119 * L_29 = L_28->get_sequenceParent_39(); NullCheck(L_29); int32_t L_30 = ((Tween_t2342918553 *)L_29)->get_completedLoops_47(); G_B15_0 = L_30; G_B15_1 = G_B13_0; goto IL_0092; } IL_0085: { Tween_t2342918553 * L_31 = ___t1; NullCheck(L_31); Sequence_t2050373119 * L_32 = L_31->get_sequenceParent_39(); NullCheck(L_32); int32_t L_33 = ((Tween_t2342918553 *)L_32)->get_completedLoops_47(); G_B15_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)); G_B15_1 = G_B14_0; } IL_0092: { V_0 = (((int32_t)((uint32_t)((int64_t)il2cpp_codegen_multiply((int64_t)G_B15_1, (int64_t)(((int64_t)((int64_t)G_B15_0)))))))); UintOptions_t1006674242 L_34 = ___options0; bool L_35 = L_34.get_isNegativeChangeValue_0(); if (!L_35) { goto IL_00a6; } } { uint32_t L_36 = ___startValue6; uint32_t L_37 = V_0; ___startValue6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)); goto IL_00ac; } IL_00a6: { uint32_t L_38 = ___startValue6; uint32_t L_39 = V_0; ___startValue6 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)); } IL_00ac: { uint32_t L_40 = ___changeValue7; Tween_t2342918553 * L_41 = ___t1; NullCheck(L_41); int32_t L_42 = L_41->get_easeType_30(); Tween_t2342918553 * L_43 = ___t1; NullCheck(L_43); EaseFunction_t3531141372 * L_44 = L_43->get_customEase_31(); float L_45 = ___elapsed5; float L_46 = ___duration8; Tween_t2342918553 * L_47 = ___t1; NullCheck(L_47); float L_48 = L_47->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_49 = ___t1; NullCheck(L_49); float L_50 = L_49->get_easePeriod_33(); float L_51 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_42, L_44, L_45, L_46, L_48, L_50, /*hidden argument*/NULL); double L_52 = bankers_round((((double)((double)((float)il2cpp_codegen_multiply((float)(((float)((float)(((double)((uint32_t)L_40)))))), (float)L_51)))))); V_0 = (((int32_t)((uint32_t)L_52))); UintOptions_t1006674242 L_53 = ___options0; bool L_54 = L_53.get_isNegativeChangeValue_0(); if (!L_54) { goto IL_00ee; } } { DOSetter_1_t3610170310 * L_55 = ___setter4; uint32_t L_56 = ___startValue6; uint32_t L_57 = V_0; NullCheck(L_55); DOSetter_1_Invoke_m3701627725(L_55, ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57)), /*hidden argument*/DOSetter_1_Invoke_m3701627725_RuntimeMethod_var); return; } IL_00ee: { DOSetter_1_t3610170310 * L_58 = ___setter4; uint32_t L_59 = ___startValue6; uint32_t L_60 = V_0; NullCheck(L_58); DOSetter_1_Invoke_m3701627725(L_58, ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60)), /*hidden argument*/DOSetter_1_Invoke_m3701627725_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.UintPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void UintPlugin__ctor_m2845966327 (UintPlugin_t2664954793 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UintPlugin__ctor_m2845966327_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m189571215(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m189571215_RuntimeMethod_var); 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.Plugins.UlongPlugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void UlongPlugin_Reset_m591655875 (UlongPlugin_t1878880915 * __this, TweenerCore_3_t181868238 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.UlongPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UlongPlugin_SetFrom_m328592738 (UlongPlugin_t1878880915 * __this, TweenerCore_3_t181868238 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UlongPlugin_SetFrom_m328592738_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; TweenerCore_3_t181868238 * G_B2_0 = NULL; TweenerCore_3_t181868238 * G_B1_0 = NULL; uint64_t G_B3_0 = 0; TweenerCore_3_t181868238 * G_B3_1 = NULL; { TweenerCore_3_t181868238 * L_0 = ___t0; NullCheck(L_0); uint64_t L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t181868238 * L_2 = ___t0; TweenerCore_3_t181868238 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t3876836296 * L_4 = L_3->get_getter_59(); NullCheck(L_4); uint64_t L_5 = DOGetter_1_Invoke_m3756931467(L_4, /*hidden argument*/DOGetter_1_Invoke_m3756931467_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t181868238 * L_6 = ___t0; bool L_7 = ___isRelative1; G_B1_0 = L_6; if (L_7) { G_B2_0 = L_6; goto IL_001f; } } { uint64_t L_8 = V_0; G_B3_0 = L_8; G_B3_1 = G_B1_0; goto IL_0027; } IL_001f: { TweenerCore_3_t181868238 * L_9 = ___t0; NullCheck(L_9); uint64_t L_10 = L_9->get_endValue_56(); uint64_t L_11 = V_0; G_B3_0 = ((uint64_t)(((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)L_11)))); G_B3_1 = G_B2_0; } IL_0027: { NullCheck(G_B3_1); G_B3_1->set_startValue_55(G_B3_0); TweenerCore_3_t181868238 * L_12 = ___t0; NullCheck(L_12); DOSetter_1_t889181128 * L_13 = L_12->get_setter_60(); TweenerCore_3_t181868238 * L_14 = ___t0; NullCheck(L_14); uint64_t L_15 = L_14->get_startValue_55(); NullCheck(L_13); DOSetter_1_Invoke_m4169577629(L_13, L_15, /*hidden argument*/DOSetter_1_Invoke_m4169577629_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.UlongPlugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.UInt64,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UlongPlugin_SetFrom_m429374053 (UlongPlugin_t1878880915 * __this, TweenerCore_3_t181868238 * ___t0, uint64_t ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UlongPlugin_SetFrom_m429374053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t181868238 * L_0 = ___t0; uint64_t L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_0016; } } { TweenerCore_3_t181868238 * L_3 = ___t0; NullCheck(L_3); DOSetter_1_t889181128 * L_4 = L_3->get_setter_60(); uint64_t L_5 = ___fromValue1; NullCheck(L_4); DOSetter_1_Invoke_m4169577629(L_4, L_5, /*hidden argument*/DOSetter_1_Invoke_m4169577629_RuntimeMethod_var); } IL_0016: { return; } } // System.UInt64 DG.Tweening.Plugins.UlongPlugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,System.UInt64) extern "C" IL2CPP_METHOD_ATTR uint64_t UlongPlugin_ConvertToStartValue_m3857080688 (UlongPlugin_t1878880915 * __this, TweenerCore_3_t181868238 * ___t0, uint64_t ___value1, const RuntimeMethod* method) { { uint64_t L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.UlongPlugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void UlongPlugin_SetRelativeEndValue_m794984817 (UlongPlugin_t1878880915 * __this, TweenerCore_3_t181868238 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t181868238 * L_0 = ___t0; TweenerCore_3_t181868238 * L_1 = L_0; NullCheck(L_1); uint64_t L_2 = L_1->get_endValue_56(); TweenerCore_3_t181868238 * L_3 = ___t0; NullCheck(L_3); uint64_t L_4 = L_3->get_startValue_55(); NullCheck(L_1); L_1->set_endValue_56(((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)L_4))); return; } } // System.Void DG.Tweening.Plugins.UlongPlugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void UlongPlugin_SetChangeValue_m2085444973 (UlongPlugin_t1878880915 * __this, TweenerCore_3_t181868238 * ___t0, const RuntimeMethod* method) { { TweenerCore_3_t181868238 * L_0 = ___t0; TweenerCore_3_t181868238 * L_1 = ___t0; NullCheck(L_1); uint64_t L_2 = L_1->get_endValue_56(); TweenerCore_3_t181868238 * L_3 = ___t0; NullCheck(L_3); uint64_t L_4 = L_3->get_startValue_55(); NullCheck(L_0); L_0->set_changeValue_57(((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_4))); return; } } // System.Single DG.Tweening.Plugins.UlongPlugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.NoOptions,System.Single,System.UInt64) extern "C" IL2CPP_METHOD_ATTR float UlongPlugin_GetSpeedBasedDuration_m62644686 (UlongPlugin_t1878880915 * __this, NoOptions_t313102519 ___options0, float ___unitsXSecond1, uint64_t ___changeValue2, const RuntimeMethod* method) { float V_0 = 0.0f; { uint64_t L_0 = ___changeValue2; float L_1 = ___unitsXSecond1; V_0 = ((float)((float)(((float)((float)(((double)((uint64_t)L_0))))))/(float)L_1)); float L_2 = V_0; if ((!(((float)L_2) < ((float)(0.0f))))) { goto IL_0011; } } { float L_3 = V_0; V_0 = ((-L_3)); } IL_0011: { float L_4 = V_0; return L_4; } } // System.Void DG.Tweening.Plugins.UlongPlugin::EvaluateAndApply(DG.Tweening.Plugins.Options.NoOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,System.UInt64,System.UInt64,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void UlongPlugin_EvaluateAndApply_m1038088094 (UlongPlugin_t1878880915 * __this, NoOptions_t313102519 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t3876836296 * ___getter3, DOSetter_1_t889181128 * ___setter4, float ___elapsed5, uint64_t ___startValue6, uint64_t ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UlongPlugin_EvaluateAndApply_m1038088094_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t G_B3_0 = 0; uint64_t G_B3_1 = 0; uint64_t G_B2_0 = 0; uint64_t G_B2_1 = 0; int32_t G_B4_0 = 0; uint64_t G_B4_1 = 0; uint64_t G_B4_2 = 0; uint64_t G_B9_0 = 0; uint64_t G_B9_1 = 0; uint64_t G_B8_0 = 0; uint64_t G_B8_1 = 0; int32_t G_B10_0 = 0; uint64_t G_B10_1 = 0; uint64_t G_B10_2 = 0; int64_t G_B12_0 = 0; uint64_t G_B12_1 = 0; int64_t G_B11_0 = 0; uint64_t G_B11_1 = 0; int32_t G_B13_0 = 0; int64_t G_B13_1 = 0; uint64_t G_B13_2 = 0; { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_002a; } } { uint64_t L_2 = ___startValue6; uint64_t L_3 = ___changeValue7; Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); G_B2_0 = L_3; G_B2_1 = L_2; if (L_5) { G_B3_0 = L_3; G_B3_1 = L_2; goto IL_001d; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0025; } IL_001d: { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0025: { ___startValue6 = ((int64_t)il2cpp_codegen_add((int64_t)G_B4_2, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)G_B4_1, (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)G_B4_0)))))))))); } IL_002a: { Tween_t2342918553 * L_10 = ___t1; NullCheck(L_10); bool L_11 = L_10->get_isSequenced_38(); if (!L_11) { goto IL_0084; } } { Tween_t2342918553 * L_12 = ___t1; NullCheck(L_12); Sequence_t2050373119 * L_13 = L_12->get_sequenceParent_39(); NullCheck(L_13); int32_t L_14 = ((Tween_t2342918553 *)L_13)->get_loopType_27(); if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_0084; } } { uint64_t L_15 = ___startValue6; uint64_t L_16 = ___changeValue7; Tween_t2342918553 * L_17 = ___t1; NullCheck(L_17); int32_t L_18 = L_17->get_loopType_27(); G_B8_0 = L_16; G_B8_1 = L_15; if ((((int32_t)L_18) == ((int32_t)2))) { G_B9_0 = L_16; G_B9_1 = L_15; goto IL_0050; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_0056; } IL_0050: { Tween_t2342918553 * L_19 = ___t1; NullCheck(L_19); int32_t L_20 = L_19->get_loops_26(); G_B10_0 = L_20; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_0056: { Tween_t2342918553 * L_21 = ___t1; NullCheck(L_21); Sequence_t2050373119 * L_22 = L_21->get_sequenceParent_39(); NullCheck(L_22); bool L_23 = ((Tween_t2342918553 *)L_22)->get_isComplete_49(); G_B11_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)G_B10_1, (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)G_B10_0)))))))); G_B11_1 = G_B10_2; if (L_23) { G_B12_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)G_B10_1, (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)G_B10_0)))))))); G_B12_1 = G_B10_2; goto IL_0072; } } { Tween_t2342918553 * L_24 = ___t1; NullCheck(L_24); Sequence_t2050373119 * L_25 = L_24->get_sequenceParent_39(); NullCheck(L_25); int32_t L_26 = ((Tween_t2342918553 *)L_25)->get_completedLoops_47(); G_B13_0 = L_26; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_007f; } IL_0072: { Tween_t2342918553 * L_27 = ___t1; NullCheck(L_27); Sequence_t2050373119 * L_28 = L_27->get_sequenceParent_39(); NullCheck(L_28); int32_t L_29 = ((Tween_t2342918553 *)L_28)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_007f: { ___startValue6 = ((int64_t)il2cpp_codegen_add((int64_t)G_B13_2, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)G_B13_1, (int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)G_B13_0)))))))))); } IL_0084: { DOSetter_1_t889181128 * L_30 = ___setter4; uint64_t L_31 = ___startValue6; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_32 = Decimal_op_Implicit_m2299919277(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); uint64_t L_33 = ___changeValue7; Decimal_t2948259380 L_34 = Decimal_op_Implicit_m2299919277(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); Tween_t2342918553 * L_35 = ___t1; NullCheck(L_35); int32_t L_36 = L_35->get_easeType_30(); Tween_t2342918553 * L_37 = ___t1; NullCheck(L_37); EaseFunction_t3531141372 * L_38 = L_37->get_customEase_31(); float L_39 = ___elapsed5; float L_40 = ___duration8; Tween_t2342918553 * L_41 = ___t1; NullCheck(L_41); float L_42 = L_41->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_43 = ___t1; NullCheck(L_43); float L_44 = L_43->get_easePeriod_33(); float L_45 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_36, L_38, L_39, L_40, L_42, L_44, /*hidden argument*/NULL); Decimal_t2948259380 L_46 = Decimal_op_Explicit_m2070069477(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); Decimal_t2948259380 L_47 = Decimal_op_Multiply_m2389849621(NULL /*static, unused*/, L_34, L_46, /*hidden argument*/NULL); Decimal_t2948259380 L_48 = Decimal_op_Addition_m573847667(NULL /*static, unused*/, L_32, L_47, /*hidden argument*/NULL); uint64_t L_49 = Decimal_op_Explicit_m1503081942(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); NullCheck(L_30); DOSetter_1_Invoke_m4169577629(L_30, L_49, /*hidden argument*/DOSetter_1_Invoke_m4169577629_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.UlongPlugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void UlongPlugin__ctor_m2467056267 (UlongPlugin_t1878880915 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UlongPlugin__ctor_m2467056267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m483470283(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m483470283_RuntimeMethod_var); 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.Plugins.Vector2Plugin::Reset(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void Vector2Plugin_Reset_m664387472 (Vector2Plugin_t1245585431 * __this, TweenerCore_3_t4006488229 * ___t0, const RuntimeMethod* method) { { return; } } // System.Void DG.Tweening.Plugins.Vector2Plugin::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Vector2Plugin_SetFrom_m823509391 (Vector2Plugin_t1245585431 * __this, TweenerCore_3_t4006488229 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Vector2Plugin_SetFrom_m823509391_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); Vector2_t2156229523 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; TweenerCore_3_t4006488229 * G_B2_0 = NULL; TweenerCore_3_t4006488229 * G_B1_0 = NULL; Vector2_t2156229523 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); TweenerCore_3_t4006488229 * G_B3_1 = NULL; { TweenerCore_3_t4006488229 * L_0 = ___t0; NullCheck(L_0); Vector2_t2156229523 L_1 = L_0->get_endValue_56(); V_0 = L_1; TweenerCore_3_t4006488229 * L_2 = ___t0; TweenerCore_3_t4006488229 * L_3 = ___t0; NullCheck(L_3); DOGetter_1_t1899025727 * L_4 = L_3->get_getter_59(); NullCheck(L_4); Vector2_t2156229523 L_5 = DOGetter_1_Invoke_m2837921005(L_4, /*hidden argument*/DOGetter_1_Invoke_m2837921005_RuntimeMethod_var); NullCheck(L_2); L_2->set_endValue_56(L_5); TweenerCore_3_t4006488229 * L_6 = ___t0; bool L_7 = ___isRelative1; G_B1_0 = L_6; if (L_7) { G_B2_0 = L_6; goto IL_001f; } } { Vector2_t2156229523 L_8 = V_0; G_B3_0 = L_8; G_B3_1 = G_B1_0; goto IL_002b; } IL_001f: { TweenerCore_3_t4006488229 * L_9 = ___t0; NullCheck(L_9); Vector2_t2156229523 L_10 = L_9->get_endValue_56(); Vector2_t2156229523 L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_12 = Vector2_op_Addition_m800700293(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); G_B3_0 = L_12; G_B3_1 = G_B2_0; } IL_002b: { NullCheck(G_B3_1); G_B3_1->set_startValue_55(G_B3_0); TweenerCore_3_t4006488229 * L_13 = ___t0; NullCheck(L_13); Vector2_t2156229523 L_14 = L_13->get_endValue_56(); V_1 = L_14; TweenerCore_3_t4006488229 * L_15 = ___t0; NullCheck(L_15); VectorOptions_t1354903650 * L_16 = L_15->get_address_of_plugOptions_58(); int32_t L_17 = L_16->get_axisConstraint_0(); V_2 = L_17; int32_t L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)2))) { goto IL_004d; } } { int32_t L_19 = V_2; if ((((int32_t)L_19) == ((int32_t)4))) { goto IL_0061; } } { goto IL_0075; } IL_004d: { TweenerCore_3_t4006488229 * L_20 = ___t0; NullCheck(L_20); Vector2_t2156229523 * L_21 = L_20->get_address_of_startValue_55(); float L_22 = L_21->get_x_0(); (&V_1)->set_x_0(L_22); goto IL_007c; } IL_0061: { TweenerCore_3_t4006488229 * L_23 = ___t0; NullCheck(L_23); Vector2_t2156229523 * L_24 = L_23->get_address_of_startValue_55(); float L_25 = L_24->get_y_1(); (&V_1)->set_y_1(L_25); goto IL_007c; } IL_0075: { TweenerCore_3_t4006488229 * L_26 = ___t0; NullCheck(L_26); Vector2_t2156229523 L_27 = L_26->get_startValue_55(); V_1 = L_27; } IL_007c: { TweenerCore_3_t4006488229 * L_28 = ___t0; NullCheck(L_28); VectorOptions_t1354903650 * L_29 = L_28->get_address_of_plugOptions_58(); bool L_30 = L_29->get_snapping_1(); if (!L_30) { goto IL_00b1; } } { Vector2_t2156229523 L_31 = V_1; float L_32 = L_31.get_x_0(); double L_33 = bankers_round((((double)((double)L_32)))); (&V_1)->set_x_0((((float)((float)L_33)))); Vector2_t2156229523 L_34 = V_1; float L_35 = L_34.get_y_1(); double L_36 = bankers_round((((double)((double)L_35)))); (&V_1)->set_y_1((((float)((float)L_36)))); } IL_00b1: { TweenerCore_3_t4006488229 * L_37 = ___t0; NullCheck(L_37); DOSetter_1_t3206337855 * L_38 = L_37->get_setter_60(); Vector2_t2156229523 L_39 = V_1; NullCheck(L_38); DOSetter_1_Invoke_m3086256060(L_38, L_39, /*hidden argument*/DOSetter_1_Invoke_m3086256060_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.Vector2Plugin::SetFrom(DG.Tweening.Core.TweenerCore`3,UnityEngine.Vector2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Vector2Plugin_SetFrom_m3456742112 (Vector2Plugin_t1245585431 * __this, TweenerCore_3_t4006488229 * ___t0, Vector2_t2156229523 ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Vector2Plugin_SetFrom_m3456742112_MetadataUsageId); s_Il2CppMethodInitialized = true; } Vector2_t2156229523 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { TweenerCore_3_t4006488229 * L_0 = ___t0; Vector2_t2156229523 L_1 = ___fromValue1; NullCheck(L_0); L_0->set_startValue_55(L_1); bool L_2 = ___setImmediately2; if (!L_2) { goto IL_009c; } } { TweenerCore_3_t4006488229 * L_3 = ___t0; NullCheck(L_3); VectorOptions_t1354903650 * L_4 = L_3->get_address_of_plugOptions_58(); int32_t L_5 = L_4->get_axisConstraint_0(); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_0023; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)4))) { goto IL_003e; } } { goto IL_0059; } IL_0023: { TweenerCore_3_t4006488229 * L_8 = ___t0; NullCheck(L_8); DOGetter_1_t1899025727 * L_9 = L_8->get_getter_59(); NullCheck(L_9); Vector2_t2156229523 L_10 = DOGetter_1_Invoke_m2837921005(L_9, /*hidden argument*/DOGetter_1_Invoke_m2837921005_RuntimeMethod_var); V_0 = L_10; Vector2_t2156229523 L_11 = ___fromValue1; float L_12 = L_11.get_x_0(); (&V_0)->set_x_0(L_12); goto IL_005b; } IL_003e: { TweenerCore_3_t4006488229 * L_13 = ___t0; NullCheck(L_13); DOGetter_1_t1899025727 * L_14 = L_13->get_getter_59(); NullCheck(L_14); Vector2_t2156229523 L_15 = DOGetter_1_Invoke_m2837921005(L_14, /*hidden argument*/DOGetter_1_Invoke_m2837921005_RuntimeMethod_var); V_0 = L_15; Vector2_t2156229523 L_16 = ___fromValue1; float L_17 = L_16.get_y_1(); (&V_0)->set_y_1(L_17); goto IL_005b; } IL_0059: { Vector2_t2156229523 L_18 = ___fromValue1; V_0 = L_18; } IL_005b: { TweenerCore_3_t4006488229 * L_19 = ___t0; NullCheck(L_19); VectorOptions_t1354903650 * L_20 = L_19->get_address_of_plugOptions_58(); bool L_21 = L_20->get_snapping_1(); if (!L_21) { goto IL_0090; } } { Vector2_t2156229523 L_22 = V_0; float L_23 = L_22.get_x_0(); double L_24 = bankers_round((((double)((double)L_23)))); (&V_0)->set_x_0((((float)((float)L_24)))); Vector2_t2156229523 L_25 = V_0; float L_26 = L_25.get_y_1(); double L_27 = bankers_round((((double)((double)L_26)))); (&V_0)->set_y_1((((float)((float)L_27)))); } IL_0090: { TweenerCore_3_t4006488229 * L_28 = ___t0; NullCheck(L_28); DOSetter_1_t3206337855 * L_29 = L_28->get_setter_60(); Vector2_t2156229523 L_30 = V_0; NullCheck(L_29); DOSetter_1_Invoke_m3086256060(L_29, L_30, /*hidden argument*/DOSetter_1_Invoke_m3086256060_RuntimeMethod_var); } IL_009c: { return; } } // UnityEngine.Vector2 DG.Tweening.Plugins.Vector2Plugin::ConvertToStartValue(DG.Tweening.Core.TweenerCore`3,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Vector2Plugin_ConvertToStartValue_m3514343808 (Vector2Plugin_t1245585431 * __this, TweenerCore_3_t4006488229 * ___t0, Vector2_t2156229523 ___value1, const RuntimeMethod* method) { { Vector2_t2156229523 L_0 = ___value1; return L_0; } } // System.Void DG.Tweening.Plugins.Vector2Plugin::SetRelativeEndValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void Vector2Plugin_SetRelativeEndValue_m231789184 (Vector2Plugin_t1245585431 * __this, TweenerCore_3_t4006488229 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Vector2Plugin_SetRelativeEndValue_m231789184_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TweenerCore_3_t4006488229 * L_0 = ___t0; TweenerCore_3_t4006488229 * L_1 = L_0; NullCheck(L_1); Vector2_t2156229523 L_2 = L_1->get_endValue_56(); TweenerCore_3_t4006488229 * L_3 = ___t0; NullCheck(L_3); Vector2_t2156229523 L_4 = L_3->get_startValue_55(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_5 = Vector2_op_Addition_m800700293(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_endValue_56(L_5); return; } } // System.Void DG.Tweening.Plugins.Vector2Plugin::SetChangeValue(DG.Tweening.Core.TweenerCore`3) extern "C" IL2CPP_METHOD_ATTR void Vector2Plugin_SetChangeValue_m3450951693 (Vector2Plugin_t1245585431 * __this, TweenerCore_3_t4006488229 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Vector2Plugin_SetChangeValue_m3450951693_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { TweenerCore_3_t4006488229 * L_0 = ___t0; NullCheck(L_0); VectorOptions_t1354903650 * L_1 = L_0->get_address_of_plugOptions_58(); int32_t L_2 = L_1->get_axisConstraint_0(); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0016; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_003e; } } { goto IL_0066; } IL_0016: { TweenerCore_3_t4006488229 * L_5 = ___t0; TweenerCore_3_t4006488229 * L_6 = ___t0; NullCheck(L_6); Vector2_t2156229523 * L_7 = L_6->get_address_of_endValue_56(); float L_8 = L_7->get_x_0(); TweenerCore_3_t4006488229 * L_9 = ___t0; NullCheck(L_9); Vector2_t2156229523 * L_10 = L_9->get_address_of_startValue_55(); float L_11 = L_10->get_x_0(); Vector2_t2156229523 L_12; memset(&L_12, 0, sizeof(L_12)); Vector2__ctor_m3970636864((&L_12), ((float)il2cpp_codegen_subtract((float)L_8, (float)L_11)), (0.0f), /*hidden argument*/NULL); NullCheck(L_5); L_5->set_changeValue_57(L_12); return; } IL_003e: { TweenerCore_3_t4006488229 * L_13 = ___t0; TweenerCore_3_t4006488229 * L_14 = ___t0; NullCheck(L_14); Vector2_t2156229523 * L_15 = L_14->get_address_of_endValue_56(); float L_16 = L_15->get_y_1(); TweenerCore_3_t4006488229 * L_17 = ___t0; NullCheck(L_17); Vector2_t2156229523 * L_18 = L_17->get_address_of_startValue_55(); float L_19 = L_18->get_y_1(); Vector2_t2156229523 L_20; memset(&L_20, 0, sizeof(L_20)); Vector2__ctor_m3970636864((&L_20), (0.0f), ((float)il2cpp_codegen_subtract((float)L_16, (float)L_19)), /*hidden argument*/NULL); NullCheck(L_13); L_13->set_changeValue_57(L_20); return; } IL_0066: { TweenerCore_3_t4006488229 * L_21 = ___t0; TweenerCore_3_t4006488229 * L_22 = ___t0; NullCheck(L_22); Vector2_t2156229523 L_23 = L_22->get_endValue_56(); TweenerCore_3_t4006488229 * L_24 = ___t0; NullCheck(L_24); Vector2_t2156229523 L_25 = L_24->get_startValue_55(); IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_26 = Vector2_op_Subtraction_m73004381(NULL /*static, unused*/, L_23, L_25, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_changeValue_57(L_26); return; } } // System.Single DG.Tweening.Plugins.Vector2Plugin::GetSpeedBasedDuration(DG.Tweening.Plugins.Options.VectorOptions,System.Single,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR float Vector2Plugin_GetSpeedBasedDuration_m537860180 (Vector2Plugin_t1245585431 * __this, VectorOptions_t1354903650 ___options0, float ___unitsXSecond1, Vector2_t2156229523 ___changeValue2, const RuntimeMethod* method) { { float L_0 = Vector2_get_magnitude_m2752892833((&___changeValue2), /*hidden argument*/NULL); float L_1 = ___unitsXSecond1; return ((float)((float)L_0/(float)L_1)); } } // System.Void DG.Tweening.Plugins.Vector2Plugin::EvaluateAndApply(DG.Tweening.Plugins.Options.VectorOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR void Vector2Plugin_EvaluateAndApply_m2302854208 (Vector2Plugin_t1245585431 * __this, VectorOptions_t1354903650 ___options0, Tween_t2342918553 * ___t1, bool ___isRelative2, DOGetter_1_t1899025727 * ___getter3, DOSetter_1_t3206337855 * ___setter4, float ___elapsed5, Vector2_t2156229523 ___startValue6, Vector2_t2156229523 ___changeValue7, float ___duration8, bool ___usingInversePosition9, int32_t ___updateNotice10, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Vector2Plugin_EvaluateAndApply_m2302854208_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; int32_t V_1 = 0; Vector2_t2156229523 V_2; memset(&V_2, 0, sizeof(V_2)); Vector2_t2156229523 V_3; memset(&V_3, 0, sizeof(V_3)); Vector2_t2156229523 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); Vector2_t2156229523 G_B3_1; memset(&G_B3_1, 0, sizeof(G_B3_1)); Vector2_t2156229523 G_B2_0; memset(&G_B2_0, 0, sizeof(G_B2_0)); Vector2_t2156229523 G_B2_1; memset(&G_B2_1, 0, sizeof(G_B2_1)); int32_t G_B4_0 = 0; Vector2_t2156229523 G_B4_1; memset(&G_B4_1, 0, sizeof(G_B4_1)); Vector2_t2156229523 G_B4_2; memset(&G_B4_2, 0, sizeof(G_B4_2)); Vector2_t2156229523 G_B9_0; memset(&G_B9_0, 0, sizeof(G_B9_0)); Vector2_t2156229523 G_B9_1; memset(&G_B9_1, 0, sizeof(G_B9_1)); Vector2_t2156229523 G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); Vector2_t2156229523 G_B8_1; memset(&G_B8_1, 0, sizeof(G_B8_1)); int32_t G_B10_0 = 0; Vector2_t2156229523 G_B10_1; memset(&G_B10_1, 0, sizeof(G_B10_1)); Vector2_t2156229523 G_B10_2; memset(&G_B10_2, 0, sizeof(G_B10_2)); Vector2_t2156229523 G_B12_0; memset(&G_B12_0, 0, sizeof(G_B12_0)); Vector2_t2156229523 G_B12_1; memset(&G_B12_1, 0, sizeof(G_B12_1)); Vector2_t2156229523 G_B11_0; memset(&G_B11_0, 0, sizeof(G_B11_0)); Vector2_t2156229523 G_B11_1; memset(&G_B11_1, 0, sizeof(G_B11_1)); int32_t G_B13_0 = 0; Vector2_t2156229523 G_B13_1; memset(&G_B13_1, 0, sizeof(G_B13_1)); Vector2_t2156229523 G_B13_2; memset(&G_B13_2, 0, sizeof(G_B13_2)); { Tween_t2342918553 * L_0 = ___t1; NullCheck(L_0); int32_t L_1 = L_0->get_loopType_27(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0032; } } { Vector2_t2156229523 L_2 = ___startValue6; Vector2_t2156229523 L_3 = ___changeValue7; Tween_t2342918553 * L_4 = ___t1; NullCheck(L_4); bool L_5 = L_4->get_isComplete_49(); G_B2_0 = L_3; G_B2_1 = L_2; if (L_5) { G_B3_0 = L_3; G_B3_1 = L_2; goto IL_001d; } } { Tween_t2342918553 * L_6 = ___t1; NullCheck(L_6); int32_t L_7 = L_6->get_completedLoops_47(); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0025; } IL_001d: { Tween_t2342918553 * L_8 = ___t1; NullCheck(L_8); int32_t L_9 = L_8->get_completedLoops_47(); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_10 = Vector2_op_Multiply_m2347887432(NULL /*static, unused*/, G_B4_1, (((float)((float)G_B4_0))), /*hidden argument*/NULL); Vector2_t2156229523 L_11 = Vector2_op_Addition_m800700293(NULL /*static, unused*/, G_B4_2, L_10, /*hidden argument*/NULL); ___startValue6 = L_11; } IL_0032: { Tween_t2342918553 * L_12 = ___t1; NullCheck(L_12); bool L_13 = L_12->get_isSequenced_38(); if (!L_13) { goto IL_0098; } } { Tween_t2342918553 * L_14 = ___t1; NullCheck(L_14); Sequence_t2050373119 * L_15 = L_14->get_sequenceParent_39(); NullCheck(L_15); int32_t L_16 = ((Tween_t2342918553 *)L_15)->get_loopType_27(); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0098; } } { Vector2_t2156229523 L_17 = ___startValue6; Vector2_t2156229523 L_18 = ___changeValue7; Tween_t2342918553 * L_19 = ___t1; NullCheck(L_19); int32_t L_20 = L_19->get_loopType_27(); G_B8_0 = L_18; G_B8_1 = L_17; if ((((int32_t)L_20) == ((int32_t)2))) { G_B9_0 = L_18; G_B9_1 = L_17; goto IL_0058; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_005e; } IL_0058: { Tween_t2342918553 * L_21 = ___t1; NullCheck(L_21); int32_t L_22 = L_21->get_loops_26(); G_B10_0 = L_22; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_23 = Vector2_op_Multiply_m2347887432(NULL /*static, unused*/, G_B10_1, (((float)((float)G_B10_0))), /*hidden argument*/NULL); Tween_t2342918553 * L_24 = ___t1; NullCheck(L_24); Sequence_t2050373119 * L_25 = L_24->get_sequenceParent_39(); NullCheck(L_25); bool L_26 = ((Tween_t2342918553 *)L_25)->get_isComplete_49(); G_B11_0 = L_23; G_B11_1 = G_B10_2; if (L_26) { G_B12_0 = L_23; G_B12_1 = G_B10_2; goto IL_007e; } } { Tween_t2342918553 * L_27 = ___t1; NullCheck(L_27); Sequence_t2050373119 * L_28 = L_27->get_sequenceParent_39(); NullCheck(L_28); int32_t L_29 = ((Tween_t2342918553 *)L_28)->get_completedLoops_47(); G_B13_0 = L_29; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_008b; } IL_007e: { Tween_t2342918553 * L_30 = ___t1; NullCheck(L_30); Sequence_t2050373119 * L_31 = L_30->get_sequenceParent_39(); NullCheck(L_31); int32_t L_32 = ((Tween_t2342918553 *)L_31)->get_completedLoops_47(); G_B13_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_008b: { IL2CPP_RUNTIME_CLASS_INIT(Vector2_t2156229523_il2cpp_TypeInfo_var); Vector2_t2156229523 L_33 = Vector2_op_Multiply_m2347887432(NULL /*static, unused*/, G_B13_1, (((float)((float)G_B13_0))), /*hidden argument*/NULL); Vector2_t2156229523 L_34 = Vector2_op_Addition_m800700293(NULL /*static, unused*/, G_B13_2, L_33, /*hidden argument*/NULL); ___startValue6 = L_34; } IL_0098: { Tween_t2342918553 * L_35 = ___t1; NullCheck(L_35); int32_t L_36 = L_35->get_easeType_30(); Tween_t2342918553 * L_37 = ___t1; NullCheck(L_37); EaseFunction_t3531141372 * L_38 = L_37->get_customEase_31(); float L_39 = ___elapsed5; float L_40 = ___duration8; Tween_t2342918553 * L_41 = ___t1; NullCheck(L_41); float L_42 = L_41->get_easeOvershootOrAmplitude_32(); Tween_t2342918553 * L_43 = ___t1; NullCheck(L_43); float L_44 = L_43->get_easePeriod_33(); float L_45 = EaseManager_Evaluate_m3049795073(NULL /*static, unused*/, L_36, L_38, L_39, L_40, L_42, L_44, /*hidden argument*/NULL); V_0 = L_45; VectorOptions_t1354903650 L_46 = ___options0; int32_t L_47 = L_46.get_axisConstraint_0(); V_1 = L_47; int32_t L_48 = V_1; if ((((int32_t)L_48) == ((int32_t)2))) { goto IL_00ce; } } { int32_t L_49 = V_1; if ((((int32_t)L_49) == ((int32_t)4))) { goto IL_0113; } } { goto IL_0158; } IL_00ce: { DOGetter_1_t1899025727 * L_50 = ___getter3; NullCheck(L_50); Vector2_t2156229523 L_51 = DOGetter_1_Invoke_m2837921005(L_50, /*hidden argument*/DOGetter_1_Invoke_m2837921005_RuntimeMethod_var); V_2 = L_51; Vector2_t2156229523 L_52 = ___startValue6; float L_53 = L_52.get_x_0(); Vector2_t2156229523 L_54 = ___changeValue7; float L_55 = L_54.get_x_0(); float L_56 = V_0; (&V_2)->set_x_0(((float)il2cpp_codegen_add((float)L_53, (float)((float)il2cpp_codegen_multiply((float)L_55, (float)L_56))))); VectorOptions_t1354903650 L_57 = ___options0; bool L_58 = L_57.get_snapping_1(); if (!L_58) { goto IL_010a; } } { Vector2_t2156229523 L_59 = V_2; float L_60 = L_59.get_x_0(); double L_61 = bankers_round((((double)((double)L_60)))); (&V_2)->set_x_0((((float)((float)L_61)))); } IL_010a: { DOSetter_1_t3206337855 * L_62 = ___setter4; Vector2_t2156229523 L_63 = V_2; NullCheck(L_62); DOSetter_1_Invoke_m3086256060(L_62, L_63, /*hidden argument*/DOSetter_1_Invoke_m3086256060_RuntimeMethod_var); return; } IL_0113: { DOGetter_1_t1899025727 * L_64 = ___getter3; NullCheck(L_64); Vector2_t2156229523 L_65 = DOGetter_1_Invoke_m2837921005(L_64, /*hidden argument*/DOGetter_1_Invoke_m2837921005_RuntimeMethod_var); V_3 = L_65; Vector2_t2156229523 L_66 = ___startValue6; float L_67 = L_66.get_y_1(); Vector2_t2156229523 L_68 = ___changeValue7; float L_69 = L_68.get_y_1(); float L_70 = V_0; (&V_3)->set_y_1(((float)il2cpp_codegen_add((float)L_67, (float)((float)il2cpp_codegen_multiply((float)L_69, (float)L_70))))); VectorOptions_t1354903650 L_71 = ___options0; bool L_72 = L_71.get_snapping_1(); if (!L_72) { goto IL_014f; } } { Vector2_t2156229523 L_73 = V_3; float L_74 = L_73.get_y_1(); double L_75 = bankers_round((((double)((double)L_74)))); (&V_3)->set_y_1((((float)((float)L_75)))); } IL_014f: { DOSetter_1_t3206337855 * L_76 = ___setter4; Vector2_t2156229523 L_77 = V_3; NullCheck(L_76); DOSetter_1_Invoke_m3086256060(L_76, L_77, /*hidden argument*/DOSetter_1_Invoke_m3086256060_RuntimeMethod_var); return; } IL_0158: { float* L_78 = (&___startValue6)->get_address_of_x_0(); float* L_79 = L_78; Vector2_t2156229523 L_80 = ___changeValue7; float L_81 = L_80.get_x_0(); float L_82 = V_0; *((float*)(L_79)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_79)), (float)((float)il2cpp_codegen_multiply((float)L_81, (float)L_82)))); float* L_83 = (&___startValue6)->get_address_of_y_1(); float* L_84 = L_83; Vector2_t2156229523 L_85 = ___changeValue7; float L_86 = L_85.get_y_1(); float L_87 = V_0; *((float*)(L_84)) = (float)((float)il2cpp_codegen_add((float)(*((float*)L_84)), (float)((float)il2cpp_codegen_multiply((float)L_86, (float)L_87)))); VectorOptions_t1354903650 L_88 = ___options0; bool L_89 = L_88.get_snapping_1(); if (!L_89) { goto IL_01b2; } } { Vector2_t2156229523 L_90 = ___startValue6; float L_91 = L_90.get_x_0(); double L_92 = bankers_round((((double)((double)L_91)))); (&___startValue6)->set_x_0((((float)((float)L_92)))); Vector2_t2156229523 L_93 = ___startValue6; float L_94 = L_93.get_y_1(); double L_95 = bankers_round((((double)((double)L_94)))); (&___startValue6)->set_y_1((((float)((float)L_95)))); } IL_01b2: { DOSetter_1_t3206337855 * L_96 = ___setter4; Vector2_t2156229523 L_97 = ___startValue6; NullCheck(L_96); DOSetter_1_Invoke_m3086256060(L_96, L_97, /*hidden argument*/DOSetter_1_Invoke_m3086256060_RuntimeMethod_var); return; } } // System.Void DG.Tweening.Plugins.Vector2Plugin::.ctor() extern "C" IL2CPP_METHOD_ATTR void Vector2Plugin__ctor_m1278460505 (Vector2Plugin_t1245585431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Vector2Plugin__ctor_m1278460505_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ABSTweenPlugin_3__ctor_m2690589916(__this, /*hidden argument*/ABSTweenPlugin_3__ctor_m2690589916_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif